diff options
author | Blake Matheny <jake@gentoo.org> | 2004-02-11 22:24:30 +0000 |
---|---|---|
committer | Blake Matheny <jake@gentoo.org> | 2004-02-11 22:24:30 +0000 |
commit | 8c1994467bfa7422329e1e686bf30edab08bb324 (patch) | |
tree | 46dfb76485a346215a04cc77007c74df1d3eced8 /dev-lisp | |
parent | Initial import into portage. Ebuild subitted by Adam Mondl <tocharian@trilug... (diff) | |
download | historical-8c1994467bfa7422329e1e686bf30edab08bb324.tar.gz historical-8c1994467bfa7422329e1e686bf30edab08bb324.tar.bz2 historical-8c1994467bfa7422329e1e686bf30edab08bb324.zip |
Move bigloo-lib to dev-scheme
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/bigloo-lib/ChangeLog | 26 | ||||
-rw-r--r-- | dev-lisp/bigloo-lib/Manifest | 3 | ||||
-rw-r--r-- | dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild | 84 | ||||
-rw-r--r-- | dev-lisp/bigloo-lib/files/digest-bigloo-lib-0.17 | 1 | ||||
-rw-r--r-- | dev-lisp/bigloo/ChangeLog | 39 | ||||
-rw-r--r-- | dev-lisp/bigloo/Manifest | 10 | ||||
-rw-r--r-- | dev-lisp/bigloo/bigloo-2.4c.ebuild | 70 | ||||
-rw-r--r-- | dev-lisp/bigloo/bigloo-2.5a.ebuild | 70 | ||||
-rw-r--r-- | dev-lisp/bigloo/bigloo-2.5c.ebuild | 55 | ||||
-rw-r--r-- | dev-lisp/bigloo/bigloo-2.6a.ebuild | 55 | ||||
-rw-r--r-- | dev-lisp/bigloo/files/digest-bigloo-2.4c | 1 | ||||
-rw-r--r-- | dev-lisp/bigloo/files/digest-bigloo-2.5a | 1 | ||||
-rw-r--r-- | dev-lisp/bigloo/files/digest-bigloo-2.5c | 1 | ||||
-rw-r--r-- | dev-lisp/bigloo/files/digest-bigloo-2.6a | 1 | ||||
-rw-r--r-- | dev-lisp/bigloo/metadata.xml | 20 |
15 files changed, 0 insertions, 437 deletions
diff --git a/dev-lisp/bigloo-lib/ChangeLog b/dev-lisp/bigloo-lib/ChangeLog deleted file mode 100644 index 2f4b3ac0af8b..000000000000 --- a/dev-lisp/bigloo-lib/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -# ChangeLog for dev-lisp/bigloo-lib -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/ChangeLog,v 1.6 2003/02/12 06:10:49 vapier Exp $ - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*bigloo-lib-0.17 (13 Apr 2002) - - 02 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-lib-0.17.ebuild : - Fixed USE flags, unmasked and marked for testing. - - 01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-lib-0.17.ebuild : - Added LICENSE, SLOT and KEYWORDS (apparently Seemant had a finger in this). - - 13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-lib-0.17.ebuild files/digest-bigloo-lib-0.17 : - - Bigloo-lib is a set of libraries for Bigloo, the Scheme programming language - compiler (http://kaolin.unice.fr/bigloo/). Most of the libraries are - ready-to-use interfaces for various C-based packages, such as C runtime - library, Gtk++, LDAP client API or XML parser API. Other are done entirely - in `pure Scheme', such as HTTP library and NODE library. - - Besides, the bigloo-lib provides a comfortable framework to configure, - compile, install and deploy Bigloo (in particular, system-dependent) - libraries, so it is quite a good place to put code created by other Bigloo - developers. diff --git a/dev-lisp/bigloo-lib/Manifest b/dev-lisp/bigloo-lib/Manifest deleted file mode 100644 index 6ca97a52de8a..000000000000 --- a/dev-lisp/bigloo-lib/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 596c454a257327703d728fe508bb58ca files/digest-bigloo-lib-0.17 67 -MD5 4fefbe5e4d8ca9409985fccc6bf5e8a2 bigloo-lib-0.17.ebuild 2185 -MD5 818217d71714e9eb5470091add19ea05 ChangeLog 1345 diff --git a/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild b/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild deleted file mode 100644 index 0a3bf15e8d6a..000000000000 --- a/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.11 2003/07/12 09:37:51 aliz Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Bigloo support libraries" -SRC_URI="mirror://sourceforge/bigloo-lib/${P}.tar.gz" -HOMEPAGE="http://bigloo-lib.sf.net" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~alpha ~sparc " -IUSE="nls gtk postgres mysql gtk2 ipcs gd ldap X gdbm expat" - -DEPEND=">=dev-lisp/bigloo-2.4 - X? ( virtual/x11 ) - gd? ( >=media-libs/libgd-1.8.3 ) - gtk? ( =x11-libs/gtk+-1.2* ) - nls? ( >=sys-devel/gettext-0.11.1 ) - gtk2? ( =x11-libs/gtk+-2* ) - ldap? ( >=net-nds/openldap-2.0.18 ) - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - >=dev-libs/expat-1.95.4 - " -src_compile() { - local myconf - # readline support is flaky -# myconf="--with-commandline" - use gd && \ - myconf="${myconf} --with-gd" \ - || myconf="${myconf} --without-gd" - - use X \ - && myconf="${myconf} --with-x" \ - || myconf="${myconf} --without-x" - - use gtk \ - && myconf="${myconf} --with-gtk" \ - || myconf="${myconf} --without-gtk" - - use gtk2 \ - && myconf="${myconf} --with-gtk2" \ - || myconf="${myconf} --without-gtk2" - - use ldap \ - && myconf="${myconf} --with-ldap" \ - || myconf="${myconf} --without-ldap" - - use nls \ - && myconf="${myconf} --with-iconv --with-gettext" \ - || myconf="${myconf} --without-nls --without-gettext" - - # gdbm support doesn't work -# use gdbm \ -# && myconf="${myconf} --with-gdbm" \ -# || myconf="${myconf} --without-gdbm" - myconf="${myconf} --without-gdbm" - - use mysql \ - && myconf="${myconf} --with-mysql" \ - || myconf="${myconf} --without-mysql" - - use postgres \ - && myconf="${myconf} --with-postgres" \ - || myconf="${myconf} --without-postgres" - -# We just force these, as we don't have useflags for them. -# use expat \ -# && myconf="${myconf} --with-expat" \ -# || myconf="${myconf} --without-expat" -# use ipcs \ -# && myconf="${myconf} --with-ipcs" \ -# || myconf="${myconf} --without-ipcs" - - - myconf="${myconf} --with-expat --with-ipcs" - - - econf ${myconf} || die "./configure failed" - make || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/dev-lisp/bigloo-lib/files/digest-bigloo-lib-0.17 b/dev-lisp/bigloo-lib/files/digest-bigloo-lib-0.17 deleted file mode 100644 index d290a17e8b61..000000000000 --- a/dev-lisp/bigloo-lib/files/digest-bigloo-lib-0.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 d540c43d31e759bc076901a5175a0e63 bigloo-lib-0.17.tar.gz 660118 diff --git a/dev-lisp/bigloo/ChangeLog b/dev-lisp/bigloo/ChangeLog deleted file mode 100644 index 685415d8faab..000000000000 --- a/dev-lisp/bigloo/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for dev-lisp/bigloo -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/ChangeLog,v 1.7 2003/12/16 19:06:50 weeve Exp $ - - 16 Dec 2003; Jason Wever <weeve@gentoo.org> bigloo-2.5c.ebuild: - Added ~sparc keyword to fix broken dependencies in dev-lisp/bigloo-lib. - -*bigloo-2.6a (28 Nov 2003) - - 28 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.6a.ebuild : - New upstream version. Ebuild submitted by Lin Zhemin <ljm@ljm.idv.tw>. - Fixes #31596. - -*bigloo-2.5c (30 Jun 2003) - - 30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> bigloo-2.5c.ebuild : - Version bump. - -*bigloo-2.5a (16 Aug 2002) - - 16 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4a.ebuild, files/digest-bigloo-2.5a : - - New upstream version. - -*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 - programming style where C(++) is usually required. Bigloo attempts to make - Scheme practical by offering features usually presented by traditional - programming languages but not offered by Scheme and functional programming. - Bigloo compiles Scheme modules. It delivers small and fast stand alone - binary executables. Bigloo enables full connections between Scheme and C - programs and between Scheme and Java programs. diff --git a/dev-lisp/bigloo/Manifest b/dev-lisp/bigloo/Manifest deleted file mode 100644 index 36a45b782868..000000000000 --- a/dev-lisp/bigloo/Manifest +++ /dev/null @@ -1,10 +0,0 @@ -MD5 67768c06155bb03f592e7564289e317d ChangeLog 1579 -MD5 f578cee099d4fe7f9a4f785945f7bbc2 bigloo-2.4c.ebuild 1841 -MD5 1730e6ed9375a0197d0211ad078818d4 bigloo-2.5a.ebuild 1842 -MD5 da46cdacf26bb491936c3956bfaddffe bigloo-2.5c.ebuild 1479 -MD5 dfe2c27b489251a759da62e28896efa8 bigloo-2.6a.ebuild 1473 -MD5 1892cdd445fd26e333880e74beeb51b6 metadata.xml 902 -MD5 61ec24d469daf7ccbe41a1f9caee7cd3 files/digest-bigloo-2.4c 63 -MD5 5d0a89350b59aafc99655ab5ebec9f6b files/digest-bigloo-2.5a 63 -MD5 fa60bf6fff2c7edec8d8c08ee1a2b15a files/digest-bigloo-2.5c 63 -MD5 703138bdb852993c88e959e3b4b5a9c3 files/digest-bigloo-2.6a 63 diff --git a/dev-lisp/bigloo/bigloo-2.4c.ebuild b/dev-lisp/bigloo/bigloo-2.4c.ebuild deleted file mode 100644 index f554dd10f8d1..000000000000 --- a/dev-lisp/bigloo/bigloo-2.4c.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/bigloo-2.4c.ebuild,v 1.6 2003/09/06 22:35:54 msterret 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 - local myjava=`java-config --java` - local myjavac=`java-config --javac` - - use java && - myconf="--jvm=force --java=$myjava --javac=$myjavac" \ - || myconf="--jvm=no" - - - ./configure \ - --native=yes \ - --cflags="${CFLAGS}" \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man/man1 \ - --docdir=/usr/share/doc/${PV} \ - $myconf || die "./configure failed" - - cp Makefile.config Makefile.config.orig - sed "s/JCFLAGS=-O/JCFLAGS=/" \ - < Makefile.config.orig \ - > Makefile.config - echo LD_LIBRARY_PATH=${S}/lib/2.4c >> Makefile.config - - cp bde/Makefile bde/Makefile.orig - sed "s/\$(BOOTBINDIR)\/afile jas/LD_LIBRARY_PATH=\$(LD_LIBRARY_PATH) \$(BOOTBINDIR)\/afile jas/" \ - < bde/Makefile.orig \ - > bde/Makefile - - cp Makefile.config Makefile.config.fixed - - make || die -} - -src_install () { - dodir /usr/bin - dodir /usr/lib - dodir /usr/share/doc/${PV} - dodir /usr/share/man/man1 - dodir /usr/share/info - - sed \ - -e "s:^BINDIR=\(.*\):BINDIR=${D}\1:" \ - -e "s:^LIBDIR=\(.*\):LIBDIR=${D}\1:" \ - -e "s:^MANDIR=\(.*\):MANDIR=${D}\1:" \ - -e "s:^INFODIR=\(.*\):INFODIR=${D}\1:" \ - -e "s:^DOCDIR=\(.*\):DOCDIR=${D}\1:" \ - < Makefile.config.fixed \ - > Makefile.config - - dodir /etc/env.d - echo "LDPATH=/usr/lib/bigloo/${PV}/" \ - > ${D}/etc/env.d/25bigloo - make install || die -} diff --git a/dev-lisp/bigloo/bigloo-2.5a.ebuild b/dev-lisp/bigloo/bigloo-2.5a.ebuild deleted file mode 100644 index ecc8a81772f6..000000000000 --- a/dev-lisp/bigloo/bigloo-2.5a.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/bigloo-2.5a.ebuild,v 1.4 2003/09/06 22:35:54 msterret 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 - local myjava=`java-config --java` - local myjavac=`java-config --javac` - - use java && - myconf="--jvm=force --java=$myjava --javac=$myjavac" \ - || myconf="--jvm=no" - - - ./configure \ - --native=yes \ - --cflags="${CFLAGS}" \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man/man1 \ - --docdir=/usr/share/doc/${PV} \ - $myconf || die "./configure failed" - - cp Makefile.config Makefile.config.orig - sed "s/JCFLAGS=-O/JCFLAGS=/" \ - < Makefile.config.orig \ - > Makefile.config - echo LD_LIBRARY_PATH=${S}/lib/${PV} >> Makefile.config - - cp bde/Makefile bde/Makefile.orig - sed "s/\$(BOOTBINDIR)\/afile jas/LD_LIBRARY_PATH=\$(LD_LIBRARY_PATH) \$(BOOTBINDIR)\/afile jas/" \ - < bde/Makefile.orig \ - > bde/Makefile - - cp Makefile.config Makefile.config.fixed - - make || die -} - -src_install () { - dodir /usr/bin - dodir /usr/lib - dodir /usr/share/doc/${PF} - dodir /usr/share/man/man1 - dodir /usr/share/info - - sed \ - -e "s:^BINDIR=\(.*\):BINDIR=${D}\1:" \ - -e "s:^LIBDIR=\(.*\):LIBDIR=${D}\1:" \ - -e "s:^MANDIR=\(.*\):MANDIR=${D}\1:" \ - -e "s:^INFODIR=\(.*\):INFODIR=${D}\1:" \ - -e "s:^DOCDIR=\(.*\):DOCDIR=${D}\1:" \ - < Makefile.config.fixed \ - > Makefile.config - - dodir /etc/env.d - echo "LDPATH=/usr/lib/bigloo/${PV}/" \ - > ${D}/etc/env.d/25bigloo - make install || die -} diff --git a/dev-lisp/bigloo/bigloo-2.5c.ebuild b/dev-lisp/bigloo/bigloo-2.5c.ebuild deleted file mode 100644 index 694948527204..000000000000 --- a/dev-lisp/bigloo/bigloo-2.5c.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/bigloo-2.5c.ebuild,v 1.3 2003/12/16 19:06:50 weeve Exp $ - -MY_P=${PN}${PV} -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/${MY_P}.tar.gz" -HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html" -DEPEND=">=sys-apps/sed-4" -#RDEPEND="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" - -src_compile() { - local myconf - local myjava=`java-config --java` - local myjavac=`java-config --javac` - - use java && - myconf="--jvm=force --java=$myjava --javac=$myjavac" \ - || myconf="--jvm=no" - - - ./configure \ - --native=yes \ - --cflags="${CFLAGS}" \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man/man1 \ - --docdir=/usr/share/doc/${PV} \ - $myconf || die "./configure failed" - - echo LD_LIBRARY_PATH=${S}/lib/${PV} >> Makefile.config - - sed -i "s/JCFLAGS=-O/JCFLAGS=/" Makefile.config || die - sed -i "s/\$(BOOTBINDIR)\/afile jas/LD_LIBRARY_PATH=\$(LD_LIBRARY_PATH) \$(BOOTBINDIR)\/afile jas/" \ - bde/Makefile || die - - make || die -} - -src_install () { - dodir /usr/bin - dodir /usr/lib/bigloo/2.5c - dodir /usr/share/doc/${PF} - dodir /usr/share/man/man1 - dodir /usr/share/info - - dodir /etc/env.d - echo "LDPATH=/usr/lib/bigloo/${PV}/" \ - > ${D}/etc/env.d/25bigloo - make DESTDIR=${D} install || die -} diff --git a/dev-lisp/bigloo/bigloo-2.6a.ebuild b/dev-lisp/bigloo/bigloo-2.6a.ebuild deleted file mode 100644 index 26e72425866c..000000000000 --- a/dev-lisp/bigloo/bigloo-2.6a.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo/bigloo-2.6a.ebuild,v 1.1 2003/11/29 19:39:19 karltk Exp $ - -MY_P=${PN}${PV} -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/${MY_P}.tar.gz" -HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html" -DEPEND=">=sys-apps/sed-4" -#RDEPEND="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -src_compile() { - local myconf - local myjava=`java-config --java` - local myjavac=`java-config --javac` - - use java && - myconf="--jvm=force --java=$myjava --javac=$myjavac" \ - || myconf="--jvm=no" - - - ./configure \ - --native=yes \ - --cflags="${CFLAGS}" \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man/man1 \ - --docdir=/usr/share/doc/${PV} \ - $myconf || die "./configure failed" - - echo LD_LIBRARY_PATH=${S}/lib/${PV} >> Makefile.config - - sed -i "s/JCFLAGS=-O/JCFLAGS=/" Makefile.config || die - sed -i "s/\$(BOOTBINDIR)\/afile jas/LD_LIBRARY_PATH=\$(LD_LIBRARY_PATH) \$(BOOTBINDIR)\/afile jas/" \ - bde/Makefile || die - - make || die -} - -src_install () { - dodir /usr/bin - dodir /usr/lib/bigloo/2.5c - dodir /usr/share/doc/${PF} - dodir /usr/share/man/man1 - dodir /usr/share/info - - dodir /etc/env.d - echo "LDPATH=/usr/lib/bigloo/${PV}/" \ - > ${D}/etc/env.d/25bigloo - make DESTDIR=${D} install || die -} diff --git a/dev-lisp/bigloo/files/digest-bigloo-2.4c b/dev-lisp/bigloo/files/digest-bigloo-2.4c deleted file mode 100644 index 59fd0ef8dd46..000000000000 --- a/dev-lisp/bigloo/files/digest-bigloo-2.4c +++ /dev/null @@ -1 +0,0 @@ -MD5 c26ae852bd4ffb88d21ede4d6a395ffc bigloo2.4c.tar.gz 7794688 diff --git a/dev-lisp/bigloo/files/digest-bigloo-2.5a b/dev-lisp/bigloo/files/digest-bigloo-2.5a deleted file mode 100644 index 1dd3b1191c71..000000000000 --- a/dev-lisp/bigloo/files/digest-bigloo-2.5a +++ /dev/null @@ -1 +0,0 @@ -MD5 3fbf13769c096e5ca2d0f927cfde4eff bigloo2.5a.tar.gz 8060988 diff --git a/dev-lisp/bigloo/files/digest-bigloo-2.5c b/dev-lisp/bigloo/files/digest-bigloo-2.5c deleted file mode 100644 index b9f9eb4e6e30..000000000000 --- a/dev-lisp/bigloo/files/digest-bigloo-2.5c +++ /dev/null @@ -1 +0,0 @@ -MD5 9d72b5283f3f891d400e5ae3d75e239d bigloo2.5c.tar.gz 8635223 diff --git a/dev-lisp/bigloo/files/digest-bigloo-2.6a b/dev-lisp/bigloo/files/digest-bigloo-2.6a deleted file mode 100644 index d8d8105e62c4..000000000000 --- a/dev-lisp/bigloo/files/digest-bigloo-2.6a +++ /dev/null @@ -1 +0,0 @@ -MD5 a328d44fd1e4fa71ec5ada2a39f990fc bigloo2.6a.tar.gz 8208960 diff --git a/dev-lisp/bigloo/metadata.xml b/dev-lisp/bigloo/metadata.xml deleted file mode 100644 index ce63d77acaeb..000000000000 --- a/dev-lisp/bigloo/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>karltk@gentoo.org</email> - <name>Karl Trygve Kalleberg</name> - <description>Temporary maintainer. This should go in the lisp herd</description> -</maintainer> -<longdescription> -Bigloo is a Scheme implementation devoted to one goal: enabling Scheme -based programming style where C(++) is usually required. Bigloo attempts -to make Scheme practical by offering features usually presented by -traditional programming languages but not offered by Scheme and functional -programming. Bigloo compiles Scheme modules. It delivers small and fast -stand alone binary executables. Bigloo enables full connections between -Scheme and C programs, between Scheme and Java programs, and between -Scheme and C# programs. -</longdescription> -</pkgmetadata> |