diff options
author | 2003-10-16 05:04:01 +0000 | |
---|---|---|
committer | 2003-10-16 05:04:01 +0000 | |
commit | 084b805700842953e890bffadb705c30d0e9d2b9 (patch) | |
tree | fedf410b7397fa3aec7ca180b6f2527131154949 | |
parent | amd64 unmask (diff) | |
download | gentoo-2-084b805700842953e890bffadb705c30d0e9d2b9.tar.gz gentoo-2-084b805700842953e890bffadb705c30d0e9d2b9.tar.bz2 gentoo-2-084b805700842953e890bffadb705c30d0e9d2b9.zip |
*** empty log message ***
-rw-r--r-- | dev-lisp/cl-inflate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild | 12 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/metadata.xml | 5 |
4 files changed, 23 insertions, 5 deletions
diff --git a/dev-lisp/cl-inflate/ChangeLog b/dev-lisp/cl-inflate/ChangeLog index 528001fdff22..014b3c224455 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.2 2003/10/16 05:03:57 mkennedy Exp $ + + 16 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> + cl-inflate-1.1.4.2.1.ebuild, metadata.xml: + preinst, postrm *cl-inflate-1.1.4.2.1 (07 Jul 2003) diff --git a/dev-lisp/cl-inflate/Manifest b/dev-lisp/cl-inflate/Manifest index c1f6a9ac5395..a61751fc1952 100644 --- a/dev-lisp/cl-inflate/Manifest +++ b/dev-lisp/cl-inflate/Manifest @@ -1,4 +1,5 @@ -MD5 aef490a21ff8f968f338e225ba8123f4 ChangeLog 331 -MD5 e6810304810bce208ce7a349220a3d23 cl-inflate-1.1.4.2.1.ebuild 799 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 a77b6aa8986226a0baf31af7c5c6b1b7 cl-inflate-1.1.4.2.1.ebuild 940 +MD5 d94f0fe8291e3cf9353cf34df11a4ea4 ChangeLog 448 MD5 a2edf99d5162f55b35de68f81c3822e8 files/digest-cl-inflate-1.1.4.2.1 75 MD5 12bbae57ce2e43c7c4585600acc44926 files/inflate.asd 1239 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 index bb32f7f5a446..e42bb65c471c 100644 --- 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 @@ -1,10 +1,10 @@ # Copyright 1999-2003 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.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.3 2003/10/16 05:03:57 mkennedy Exp $ inherit common-lisp -DESCRIPTION="Common Lisp package to decompress a gzip, jar, and winzip file" +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" @@ -23,3 +23,11 @@ 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/metadata.xml b/dev-lisp/cl-inflate/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-inflate/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +</pkgmetadata> |