From 3b16b2ce64517b4df08aa2ccab0c267e7e8f6902 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Aug 2003 18:58:51 +0000 Subject: fix license --- dev-lang/helium/helium-1.1.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'dev-lang/helium/helium-1.1.ebuild') 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 -- cgit v1.2.3-65-gdbad