diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-14 07:16:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-14 07:16:24 +0000 |
commit | 93acb24bf1aac95fe08a80143c0e8d86fc5803cd (patch) | |
tree | ef5ff05c3f76450f63a2a59cd7ce3959eb268a97 /dev-lisp/cl-md5 | |
parent | Removed all my module files, and re emerged. Latest digest works today. (diff) | |
download | gentoo-2-93acb24bf1aac95fe08a80143c0e8d86fc5803cd.tar.gz gentoo-2-93acb24bf1aac95fe08a80143c0e8d86fc5803cd.tar.bz2 gentoo-2-93acb24bf1aac95fe08a80143c0e8d86fc5803cd.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-md5')
-rw-r--r-- | dev-lisp/cl-md5/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.1.ebuild | 32 | ||||
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.3.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.4.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-md5/files/digest-cl-md5-1.8.1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-md5/files/digest-cl-md5-1.8.1-r1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-md5/files/digest-cl-md5-1.8.3 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-md5/files/digest-cl-md5-1.8.4 | 1 |
10 files changed, 8 insertions, 118 deletions
diff --git a/dev-lisp/cl-md5/ChangeLog b/dev-lisp/cl-md5/ChangeLog index 2aa955c5450a..a41b3a36a960 100644 --- a/dev-lisp/cl-md5/ChangeLog +++ b/dev-lisp/cl-md5/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-md5 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.9 2005/03/21 08:09:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.10 2005/04/14 07:16:24 mkennedy Exp $ + + 14 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-md5-1.8.1.ebuild, + -cl-md5-1.8.1-r1.ebuild, -cl-md5-1.8.3.ebuild, -cl-md5-1.8.4.ebuild, + cl-md5-1.8.5.ebuild: + Keywording for x86; Removed old ebuilds. *cl-md5-1.8.5 (21 Mar 2005) diff --git a/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild deleted file mode 100644 index e39d86a83b90..000000000000 --- a/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild +++ /dev/null @@ -1,30 +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-md5/cl-md5-1.8.1-r1.ebuild,v 1.5 2004/06/24 23:46:56 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Common Lisp package for MD5 Message Digests" -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=md5 - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/md5-1.8-mai-gentoo.patch -} - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink -} diff --git a/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild deleted file mode 100644 index 2b0cb54ea42e..000000000000 --- a/dev-lisp/cl-md5/cl-md5-1.8.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-md5/cl-md5-1.8.1.ebuild,v 1.5 2004/07/14 15:55:48 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Common Lisp package for MD5 Message Digests" -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html - http://packages.debian.org/unstable/devel/cl-md5.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=md5 - -src_install() { - common-lisp-install *.asd *.lisp - 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-md5/cl-md5-1.8.3.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.3.ebuild deleted file mode 100644 index d2ccd4181f43..000000000000 --- a/dev-lisp/cl-md5/cl-md5-1.8.3.ebuild +++ /dev/null @@ -1,24 +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-md5/cl-md5-1.8.3.ebuild,v 1.2 2004/06/24 23:46:56 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Common Lisp package for MD5 Message Digests" -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=md5 - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink -} diff --git a/dev-lisp/cl-md5/cl-md5-1.8.4.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.4.ebuild deleted file mode 100644 index e0bf45ac5c20..000000000000 --- a/dev-lisp/cl-md5/cl-md5-1.8.4.ebuild +++ /dev/null @@ -1,25 +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-md5/cl-md5-1.8.4.ebuild,v 1.1 2004/10/15 03:52:11 mkennedy Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Common Lisp package for MD5 Message Digests" -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=md5 - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - do-debian-credits -} diff --git a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild index 1f6312e1b027..151f5e75128e 100644 --- a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild +++ b/dev-lisp/cl-md5/cl-md5-1.8.5.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-md5/cl-md5-1.8.5.ebuild,v 1.1 2005/03/21 08:09:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild,v 1.2 2005/04/14 07:16:24 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.1 b/dev-lisp/cl-md5/files/digest-cl-md5-1.8.1 deleted file mode 100644 index c66763ac239e..000000000000 --- a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f13319f74363289f7b7e02ab70467a44 cl-md5_1.8.1.orig.tar.gz 8932 diff --git a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.1-r1 b/dev-lisp/cl-md5/files/digest-cl-md5-1.8.1-r1 deleted file mode 100644 index c66763ac239e..000000000000 --- a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f13319f74363289f7b7e02ab70467a44 cl-md5_1.8.1.orig.tar.gz 8932 diff --git a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.3 b/dev-lisp/cl-md5/files/digest-cl-md5-1.8.3 deleted file mode 100644 index ca925700a8fd..000000000000 --- a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 9d3ec058733ad77cd130e9603183ce11 cl-md5_1.8.3.orig.tar.gz 9464 diff --git a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.4 b/dev-lisp/cl-md5/files/digest-cl-md5-1.8.4 deleted file mode 100644 index 2b5005280408..000000000000 --- a/dev-lisp/cl-md5/files/digest-cl-md5-1.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee385b6fe631f9cb4cc1dd755b5697f1 cl-md5_1.8.4.orig.tar.gz 9018 |