diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-08-01 19:02:05 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-08-01 19:02:05 +0000 |
commit | 91d8148ae1ab94a2def221331a270b5737c80e8b (patch) | |
tree | f657545034d4603a019251718cc4bc645a0b795e /dev-lisp/bigloo | |
parent | added ppc to keywords (diff) | |
download | historical-91d8148ae1ab94a2def221331a270b5737c80e8b.tar.gz historical-91d8148ae1ab94a2def221331a270b5737c80e8b.tar.bz2 historical-91d8148ae1ab94a2def221331a270b5737c80e8b.zip |
Added LICENSE, SLOT and KEYWORDS.
Diffstat (limited to 'dev-lisp/bigloo')
-rw-r--r-- | dev-lisp/bigloo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/bigloo/bigloo-2.4c.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lisp/bigloo/ChangeLog b/dev-lisp/bigloo/ChangeLog index efd3851e333f..6cd3c8a97b76 100644 --- a/dev-lisp/bigloo/ChangeLog +++ b/dev-lisp/bigloo/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-lisp/bigloo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/ChangeLog,v 1.1 2002/04/11 13:21:56 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/ChangeLog,v 1.2 2002/08/01 19:02:05 karltk Exp $ *bigloo-2.4c (11 Apr 2002) + 01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4c.ebuild : + + Added LICENSE, SLOT and KEYWORDS. + 11 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4c.ebuild files/digest-bigloo-2.4c: Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based diff --git a/dev-lisp/bigloo/bigloo-2.4c.ebuild b/dev-lisp/bigloo/bigloo-2.4c.ebuild index 622dcaaa90cd..0885a529dc5c 100644 --- a/dev-lisp/bigloo/bigloo-2.4c.ebuild +++ b/dev-lisp/bigloo/bigloo-2.4c.ebuild @@ -1,14 +1,16 @@ # 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-lisp/bigloo/bigloo-2.4c.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/bigloo-2.4c.ebuild,v 1.3 2002/08/01 19:02:05 karltk Exp $ S=${WORKDIR}/${PN}${PV} DESCRIPTION="Bigloo Scheme compiler for x86, sparc, alpha, ppc and JVM" SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo${PV}.tar.gz" HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html" - DEPEND="" #RDEPEND="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { local myconf |