diff options
author | 2002-07-18 03:41:50 +0000 | |
---|---|---|
committer | 2002-07-18 03:41:50 +0000 | |
commit | f3b9359a6efa7c8cdd3aec03614c13d8e45cbb8f (patch) | |
tree | 16911e35712346ab9d31adfa2143dd8f12432668 /dev-lang/hugs98 | |
parent | added license file for nhc98 - haskel compiler (diff) | |
download | historical-f3b9359a6efa7c8cdd3aec03614c13d8e45cbb8f.tar.gz historical-f3b9359a6efa7c8cdd3aec03614c13d8e45cbb8f.tar.bz2 historical-f3b9359a6efa7c8cdd3aec03614c13d8e45cbb8f.zip |
few KEYWORDS/SLOT/LICENSE updates
Diffstat (limited to 'dev-lang/hugs98')
-rw-r--r-- | dev-lang/hugs98/hugs98-2000.12.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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() { |