diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:57:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:57:54 +0000 |
commit | a044d2b12bc7a378feafedd92f4735c3019c2d62 (patch) | |
tree | 0e40440a013536436c57ebdd7fb903e5f768fa77 /dev-lang/helium | |
parent | Fix for second error reported in bug #25879 (diff) | |
download | gentoo-2-a044d2b12bc7a378feafedd92f4735c3019c2d62.tar.gz gentoo-2-a044d2b12bc7a378feafedd92f4735c3019c2d62.tar.bz2 gentoo-2-a044d2b12bc7a378feafedd92f4735c3019c2d62.zip |
fix license
Diffstat (limited to 'dev-lang/helium')
-rw-r--r-- | dev-lang/helium/helium-1.1.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/dev-lang/helium/helium-1.1.ebuild b/dev-lang/helium/helium-1.1.ebuild index 168b74c0e6d8..fa5377df5730 100644 --- a/dev-lang/helium/helium-1.1.ebuild +++ b/dev-lang/helium/helium-1.1.ebuild @@ -1,11 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.4 2003/07/11 22:14:07 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.5 2003/08/05 18:57:54 vapier Exp $ DESCRIPTION="Helium (for learning Haskell)" +HOMEPAGE="http://www.cs.uu.nl/~afie/helium" SRC_URI="http://www.cs.uu.nl/~afie/helium/distr/${P}-src.tar.gz http://www.cs.uu.nl/~afie/helium/distr/Hint.jar" -HOMEPAGE="http://www.cs.uu.nl/~afie/helium" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~sparc" +IUSE="readline" DEPEND="virtual/glibc virtual/ghc @@ -15,12 +20,6 @@ RDEPEND="virtual/glibc dev-libs/gmp readline? ( sys-libs/readline )" -IUSE="readline" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" - src_unpack() { unpack ${P}-src.tar.gz |