diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-13 19:58:55 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-13 19:58:55 +0000 |
commit | f2a9b670c34c9b81b60881f3ce6fd438044cc943 (patch) | |
tree | d7c4e4f74955161fde04c40ee533090faaa4fe44 /dev-lisp | |
parent | Updated RDEPS (diff) | |
download | gentoo-2-f2a9b670c34c9b81b60881f3ce6fd438044cc943.tar.gz gentoo-2-f2a9b670c34c9b81b60881f3ce6fd438044cc943.tar.bz2 gentoo-2-f2a9b670c34c9b81b60881f3ce6fd438044cc943.zip |
Removed from dev-lisp: Frequent upstream releases means a CVS ebuild for ECLS is no longer necessary."
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls-cvs/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lisp/ecls-cvs/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/ecls-cvs/ecls-cvs-1.ebuild | 46 | ||||
-rw-r--r-- | dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 | 0 | ||||
-rw-r--r-- | dev-lisp/ecls-cvs/metadata.xml | 5 |
5 files changed, 0 insertions, 66 deletions
diff --git a/dev-lisp/ecls-cvs/ChangeLog b/dev-lisp/ecls-cvs/ChangeLog deleted file mode 100644 index 6f226c6a8b4c..000000000000 --- a/dev-lisp/ecls-cvs/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for dev-lisp/ecls-cvs -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls-cvs/ChangeLog,v 1.3 2004/10/27 20:03:33 mkennedy Exp $ - - 27 Oct 2004; Matthew Kenendy <mkennedy@gentoo.org> ecls-cvs-1.ebuild: - Added -k option to make for extra dubious durability. - -*ecls-cvs-1 (06 Oct 2003) - - 06 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> : - Initial import. Ebuild submitted by Matthew Kennedy <mkennedy@gentoo.org>. diff --git a/dev-lisp/ecls-cvs/Manifest b/dev-lisp/ecls-cvs/Manifest deleted file mode 100644 index bcedfa5e868b..000000000000 --- a/dev-lisp/ecls-cvs/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 ecf02d3b12b2dfe59c781faa5c9358ed ecls-cvs-1.ebuild 1103 -MD5 9d1c9bebf5e41730697ad9c7fe4ebaab ChangeLog 498 -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ecls-cvs-1 0 diff --git a/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild b/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild deleted file mode 100644 index 9067206ce715..000000000000 --- a/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls-cvs/ecls-cvs-1.ebuild,v 1.3 2004/10/27 20:03:33 mkennedy Exp $ - -ECVS_SERVER="cvs.sourceforge.net:/cvsroot/ecls" -ECVS_MODULE="ecls" -ECVS_USER="anonymous" -ECVS_CVS_OPTIONS="-dP" - -inherit cvs - -IUSE="X" -S=${WORKDIR}/${ECVS_MODULE} -DESCRIPTION="ECL is an embeddable Common Lisp implementation." -SRC_URI="" -HOMEPAGE="http://ecls.sourceforge.net/" -RESTRICT="$RESTRICT nostrip" -SLOT="0" -LICENSE="BSD LGPL-2" -KEYWORDS="~x86" - -DEPEND="X? ( virtual/x11 ) - =dev-libs/gmp-4* - dev-libs/boehm-gc - app-text/texi2html" - -src_compile() { - use X && myconf="--with-x" || myconf="--without-x" - econf --enable-local-gmp \ - --enable-local-boehm \ - --with-tcp \ - --with-ffi \ - --with-clos-streams \ - --with-cmu-format \ - ${myconf} || die - make -k || true -} - -src_install () { - make -k bindir=${D}/usr/bin \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - libdir=${D}/usr/lib/ecl install || true - dohtml doc/*.html - dodoc ANNOUNCEMENT Copyright LGPL -} diff --git a/dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 b/dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/dev-lisp/ecls-cvs/files/digest-ecls-cvs-1 +++ /dev/null diff --git a/dev-lisp/ecls-cvs/metadata.xml b/dev-lisp/ecls-cvs/metadata.xml deleted file mode 100644 index f418045b09c8..000000000000 --- a/dev-lisp/ecls-cvs/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>common-lisp</herd> -</pkgmetadata> |