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 | be02de721bccd3f791a600f99b48e26be183cc4b (patch) | |
tree | 6f539d8a563189ee2fb06b75a8b1576ec1be155e /dev-lisp | |
parent | Removed all my module files, and re emerged. Latest digest works today. (diff) | |
download | historical-be02de721bccd3f791a600f99b48e26be183cc4b.tar.gz historical-be02de721bccd3f791a600f99b48e26be183cc4b.tar.bz2 historical-be02de721bccd3f791a600f99b48e26be183cc4b.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-asdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild | 4 | ||||
-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 | ||||
-rw-r--r-- | dev-lisp/common-lisp-controller/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/common-lisp-controller/common-lisp-controller-4.12.ebuild | 4 |
14 files changed, 21 insertions, 124 deletions
diff --git a/dev-lisp/cl-asdf/ChangeLog b/dev-lisp/cl-asdf/ChangeLog index 21ef0ac047b9..f210f3d2d6f2 100644 --- a/dev-lisp/cl-asdf/ChangeLog +++ b/dev-lisp/cl-asdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-asdf # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.18 2005/03/16 07:30:13 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.19 2005/04/14 07:15:02 mkennedy Exp $ + + 14 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-asdf-1.86-r1.ebuild: + Keywording for x86. 16 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-asdf-1.86-r1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild index f28fe76e9292..6f8e79c58832 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.86-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-asdf/cl-asdf-1.86-r1.ebuild,v 1.3 2005/03/29 01:41:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild,v 1.4 2005/04/14 07:15:02 mkennedy Exp $ DEB_PV=1 @@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/${PN}_${PV}.orig.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ppc ~ppc-macos ~amd64 s390" +KEYWORDS="x86 ~sparc ~mips ppc ~ppc-macos ~amd64 s390" IUSE="" DEPEND="" 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 diff --git a/dev-lisp/common-lisp-controller/ChangeLog b/dev-lisp/common-lisp-controller/ChangeLog index 30a726240682..d81a1fc6ec8e 100644 --- a/dev-lisp/common-lisp-controller/ChangeLog +++ b/dev-lisp/common-lisp-controller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/common-lisp-controller # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 1.21 2005/03/16 07:32:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 1.22 2005/04/14 07:15:36 mkennedy Exp $ + + 14 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + common-lisp-controller-4.12.ebuild: + Keywording for x86. 16 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> common-lisp-controller-4.12.ebuild: diff --git a/dev-lisp/common-lisp-controller/common-lisp-controller-4.12.ebuild b/dev-lisp/common-lisp-controller/common-lisp-controller-4.12.ebuild index f17d8ee5a216..4a0d9c2d82f7 100644 --- a/dev-lisp/common-lisp-controller/common-lisp-controller-4.12.ebuild +++ b/dev-lisp/common-lisp-controller/common-lisp-controller-4.12.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/common-lisp-controller/common-lisp-controller-4.12.ebuild,v 1.3 2005/03/16 07:32:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-4.12.ebuild,v 1.4 2005/04/14 07:15:36 mkennedy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/common-lisp-controller/${PN}_$ LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~sparc ppc ~mips ~ppc-macos ~amd64" +KEYWORDS="x86 ~sparc ppc ~mips ~ppc-macos ~amd64" IUSE="" DEPEND="app-admin/realpath |