diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-12 09:13:21 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-12 09:13:21 +0000 |
commit | 43e3c27dace2a5d95561cae575e8e8d0dff3f0c5 (patch) | |
tree | b8f70a003c2da92e9f475a0fe908686227fc6069 /dev-lisp/cl-inflate | |
parent | Bump to 0.5 (Manifest recommit) (diff) | |
download | gentoo-2-43e3c27dace2a5d95561cae575e8e8d0dff3f0c5.tar.gz gentoo-2-43e3c27dace2a5d95561cae575e8e8d0dff3f0c5.tar.bz2 gentoo-2-43e3c27dace2a5d95561cae575e8e8d0dff3f0c5.zip |
Fire in the hole!
Diffstat (limited to 'dev-lisp/cl-inflate')
-rw-r--r-- | dev-lisp/cl-inflate/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1-r1 | 1 |
4 files changed, 35 insertions, 3 deletions
diff --git a/dev-lisp/cl-inflate/ChangeLog b/dev-lisp/cl-inflate/ChangeLog index 014b3c224455..aa6f8b5bde4e 100644 --- a/dev-lisp/cl-inflate/ChangeLog +++ b/dev-lisp/cl-inflate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-inflate -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.2 2003/10/16 05:03:57 mkennedy Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.3 2004/02/12 09:13:13 mkennedy Exp $ + +*cl-inflate-1.1.4.2.1-r1 (12 Feb 2004) + + 12 Feb 2004; <mkennedy@gentoo.org> cl-inflate-1.1.4.2.1-r1.ebuild: + Cleanup for eclass changes. 16 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> cl-inflate-1.1.4.2.1.ebuild, metadata.xml: diff --git a/dev-lisp/cl-inflate/Manifest b/dev-lisp/cl-inflate/Manifest index a61751fc1952..ec206541c511 100644 --- a/dev-lisp/cl-inflate/Manifest +++ b/dev-lisp/cl-inflate/Manifest @@ -1,5 +1,7 @@ -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 a77b6aa8986226a0baf31af7c5c6b1b7 cl-inflate-1.1.4.2.1.ebuild 940 +MD5 1973a4f8f98cb4ecff439cd68cb607ff cl-inflate-1.1.4.2.1-r1.ebuild 791 MD5 d94f0fe8291e3cf9353cf34df11a4ea4 ChangeLog 448 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 a2edf99d5162f55b35de68f81c3822e8 files/digest-cl-inflate-1.1.4.2.1 75 +MD5 a2edf99d5162f55b35de68f81c3822e8 files/digest-cl-inflate-1.1.4.2.1-r1 75 MD5 12bbae57ce2e43c7c4585600acc44926 files/inflate.asd 1239 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 new file mode 100644 index 000000000000..fea63996d627 --- /dev/null +++ b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/02/12 09:13:14 mkennedy 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" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=inflate + +S=${WORKDIR}/${P} + +src_install() { + common-lisp-install inflate.lisp ${FILESDIR}/inflate.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1-r1 b/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1-r1 new file mode 100644 index 000000000000..8312f4aa5114 --- /dev/null +++ b/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1-r1 @@ -0,0 +1 @@ +MD5 d723b009079f22b2a9ba1cdf92aff3b5 cl-inflate_1.1.4.2.1.orig.tar.gz 8458 |