diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-18 03:41:50 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-18 03:41:50 +0000 |
commit | dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd (patch) | |
tree | d4e40e306e6fa9e743a3ae6694972d7f68c20c32 /dev-lang | |
parent | added license file for nhc98 - haskel compiler (diff) | |
download | gentoo-2-dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd.tar.gz gentoo-2-dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd.tar.bz2 gentoo-2-dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd.zip |
few KEYWORDS/SLOT/LICENSE updates
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ghc-5.02.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gpc/gpc-2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hugs98/hugs98-2000.12.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/nhc98/nhc98-1.12.ebuild | 4 |
4 files changed, 16 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-5.02.3.ebuild b/dev-lang/ghc/ghc-5.02.3.ebuild index 857add86896e..1f01ec9cee39 100644 --- a/dev-lang/ghc/ghc-5.02.3.ebuild +++ b/dev-lang/ghc/ghc-5.02.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.2 2002/06/18 21:21:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.3 2002/07/18 03:41:50 george Exp $ # ebuild for Glorious Glasgow Haskell @@ -36,6 +36,8 @@ DESCRIPTION="The Glasgow Haskell Compiler" HOMEPAGE="http://www.haskell.org/ghc/" LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" # FIXME: Add USE support for parallel haskell (requires PVM) # Get PVM from ftp://ftp.netlib.org/pvm3/ diff --git a/dev-lang/gpc/gpc-2.1.ebuild b/dev-lang/gpc/gpc-2.1.ebuild index 03ef2d7ab77b..51114d03f8a4 100644 --- a/dev-lang/gpc/gpc-2.1.ebuild +++ b/dev-lang/gpc/gpc-2.1.ebuild @@ -12,6 +12,10 @@ SRC_URI="http://gnu-pascal.de/current/${P}.tar.gz HOMEPAGE="http://gnu-pascal.de" +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + DEPEND="virtual/glibc ~sys-devel/gcc-2.95.3" diff --git a/dev-lang/hugs98/hugs98-2000.12.ebuild b/dev-lang/hugs98/hugs98-2000.12.ebuild index 37c860aeee4b..eb106eb441ba 100644 --- a/dev-lang/hugs98/hugs98-2000.12.ebuild +++ b/dev-lang/hugs98/hugs98-2000.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2000.12.ebuild,v 1.3 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2000.12.ebuild,v 1.4 2002/07/18 03:41:50 george Exp $ MY_P="hugs98-Dec2001" S=${WORKDIR}/${MY_P} @@ -8,6 +8,10 @@ DESCRIPTION="The HUGS98 Haskell interpreter" SRC_URI="http://cvs.haskell.org/Hugs/downloads/${MY_P}.tar.gz" HOMEPAGE="http://www.haskell.org/hugs" +SLOT="0" +KEYWORDS="x86" +LICENSE="as-is" + DEPEND="virtual/glibc" src_compile() { diff --git a/dev-lang/nhc98/nhc98-1.12.ebuild b/dev-lang/nhc98/nhc98-1.12.ebuild index 51376865cc17..7aeabde9037b 100644 --- a/dev-lang/nhc98/nhc98-1.12.ebuild +++ b/dev-lang/nhc98/nhc98-1.12.ebuild @@ -8,6 +8,10 @@ DESCRIPTION="Haskell 98 compiler" SRC_URI="ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/${TARBALL}" HOMEPAGE="http://www.cs.york.ac.uk/fp/nhc98/" +SLOT="0" +LICENSE="nhc98" +KEYWORDS="x86" + DEPEND="readline? ( >=readline-4.1 )" src_unpack() { |