diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:52:34 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:52:34 +0000 |
commit | 777184423b73285c894c92bcfd3845314b8aaabb (patch) | |
tree | ed81ed65964e23ebc6d412debea71ee074dc5002 /dev-lisp/cl-inflate | |
parent | tidy (diff) | |
download | historical-777184423b73285c894c92bcfd3845314b8aaabb.tar.gz historical-777184423b73285c894c92bcfd3845314b8aaabb.tar.bz2 historical-777184423b73285c894c92bcfd3845314b8aaabb.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-inflate')
-rw-r--r-- | dev-lisp/cl-inflate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild | 32 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1 | 1 |
4 files changed, 7 insertions, 36 deletions
diff --git a/dev-lisp/cl-inflate/ChangeLog b/dev-lisp/cl-inflate/ChangeLog index 116f447c2bb3..3ddc3c875ec8 100644 --- a/dev-lisp/cl-inflate/ChangeLog +++ b/dev-lisp/cl-inflate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-inflate # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.5 2005/03/21 08:16:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.6 2005/04/16 20:28:32 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-inflate-1.1.4.2.1.ebuild, cl-inflate-1.1.4.2.1-r1.ebuild: + Keywording; Removed old ebuilds 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-inflate-1.1.4.2.1-r1.ebuild: diff --git a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild index e7419a1dc3a7..f04cc59afaa5 100644 --- a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild +++ b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild,v 1.4 2005/03/21 08:16:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild,v 1.5 2005/04/16 20:28:32 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://opensource.franz.com/deflate/index.html SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-inflate/${PN}_${PV}.orig.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild deleted file mode 100644 index c4ea5753c287..000000000000 --- a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild +++ /dev/null @@ -1,32 +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/cl-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.5 2004/07/14 15:32:36 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Common Lisp package to decompress gzip, jar, and winzip files." -HOMEPAGE="http://opensource.franz.com/deflate/index.html - http://packages.debian.org/unstable/devel/cl-inflate.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-inflate/${PN}_${PV}.orig.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=inflate - - -src_install() { - common-lisp-install inflate.lisp ${FILESDIR}/inflate.asd - common-lisp-system-symlink -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1 b/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1 deleted file mode 100644 index 8312f4aa5114..000000000000 --- a/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d723b009079f22b2a9ba1cdf92aff3b5 cl-inflate_1.1.4.2.1.orig.tar.gz 8458 |