diff options
21 files changed, 160 insertions, 55 deletions
diff --git a/dev-lisp/cl-hyperobject/ChangeLog b/dev-lisp/cl-hyperobject/ChangeLog index 86ca24b596d1..03425e5c67c0 100644 --- a/dev-lisp/cl-hyperobject/ChangeLog +++ b/dev-lisp/cl-hyperobject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-hyperobject -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.5 2004/06/24 23:44:08 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/ChangeLog,v 1.6 2005/03/21 08:12:13 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-hyperobject-2.8.8-r1.ebuild: + Keywording for ~amd64 *cl-hyperobject-2.8.8-r1 (12 Feb 2004) diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild index 144796280a34..23aac017864f 100644 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild +++ b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild,v 1.3 2004/07/14 15:31:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild,v 1.4 2005/03/21 08:12:13 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://hyperobject.b9.com/ SRC_URI="http://files.b9.com/hyperobject/hyperobject-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-kmrcl diff --git a/dev-lisp/cl-icu/ChangeLog b/dev-lisp/cl-icu/ChangeLog index 09dfccbc58b4..6d808a64f31a 100644 --- a/dev-lisp/cl-icu/ChangeLog +++ b/dev-lisp/cl-icu/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-lisp/cl-icu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-icu/ChangeLog,v 1.1 2005/01/11 16:53:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-icu/ChangeLog,v 1.2 2005/03/21 08:14:13 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + files/0.0_p11-gentoo.patch, cl-icu-0.0_p11.ebuild: + Keywording for ~amd64 + + 23 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> + files/0.0_p11-gentoo.patch, cl-icu-0.0_p11.ebuild: + Update for dev-libs/icu-3.2 *cl-icu-0.0_p11 (11 Jan 2005) diff --git a/dev-lisp/cl-icu/cl-icu-0.0_p11.ebuild b/dev-lisp/cl-icu/cl-icu-0.0_p11.ebuild index 9dee09092d11..bd1371218b1e 100644 --- a/dev-lisp/cl-icu/cl-icu-0.0_p11.ebuild +++ b/dev-lisp/cl-icu/cl-icu-0.0_p11.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-icu/cl-icu-0.0_p11.ebuild,v 1.1 2005/01/11 16:53:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-icu/cl-icu-0.0_p11.ebuild,v 1.2 2005/03/21 08:14:13 mkennedy Exp $ inherit common-lisp eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://common-lisp.net/project/bese/cl-icu.html" SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" # ICU is not binary compatible between *minor* version releases because they @@ -19,7 +19,7 @@ IUSE="" DEPEND="dev-lisp/cl-uffi dev-lisp/cl-arnesi - =dev-libs/icu-2.6*" + =dev-libs/icu-3.2*" CLPACKAGE=cl-icu @@ -27,8 +27,8 @@ S=${WORKDIR}/${MY_P} pkg_setup() { local version=$(icu-config --version) - if [ "${version:0:3}" != "2.6" ]; then - die "dev-lisp/cl-icue is only compatible with =dev-libs/icu-2.6 (ICU ${version} was installed)" + if [ "${version:0:3}" != "3.2" ]; then + warn "Note: dev-lisp/cl-icu when used against versions other than ICU 3.2 may not work." fi } @@ -42,7 +42,8 @@ src_unpack() { src_install() { dodir /usr/share/common-lisp/source/cl-icu dodir /usr/share/common-lisp/systems - cp -R src ${D}/usr/share/common-lisp/source/cl-icu/ + insinto /usr/share/common-lisp/source/cl-icu/ + doins -r src common-lisp-install cl-icu.asd common-lisp-system-symlink dosym /usr/share/common-lisp/source/cl-icu/cl-icu.asd \ diff --git a/dev-lisp/cl-icu/files/0.0_p11-gentoo.patch b/dev-lisp/cl-icu/files/0.0_p11-gentoo.patch index 69cf6fd49350..58f03a1ef1a7 100644 --- a/dev-lisp/cl-icu/files/0.0_p11-gentoo.patch +++ b/dev-lisp/cl-icu/files/0.0_p11-gentoo.patch @@ -1,6 +1,6 @@ diff -ur cl-icu--dev--0.0--patch-11.orig/src/calendar.lisp cl-icu--dev--0.0--patch-11/src/calendar.lisp ---- cl-icu--dev--0.0--patch-11.orig/src/calendar.lisp 2004-12-28 17:49:51.000000000 -0600 -+++ cl-icu--dev--0.0--patch-11/src/calendar.lisp 2005-01-11 09:50:02.000000000 -0600 +--- cl-icu--dev--0.0--patch-11.orig/src/calendar.lisp 2005-02-23 21:21:58.544789648 -0600 ++++ cl-icu--dev--0.0--patch-11/src/calendar.lisp 2005-02-23 21:21:48.087379416 -0600 @@ -49,7 +49,7 @@ (make-date (ucal-getnow))) @@ -10,9 +10,26 @@ diff -ur cl-icu--dev--0.0--patch-11.orig/src/calendar.lisp cl-icu--dev--0.0--pat (defmethod make-date ((millis double-float)) (make-instance 'date :uobject millis)) +diff -ur cl-icu--dev--0.0--patch-11.orig/src/icu/ucal.lisp cl-icu--dev--0.0--patch-11/src/icu/ucal.lisp +--- cl-icu--dev--0.0--patch-11.orig/src/icu/ucal.lisp 2005-02-23 21:21:58.549788888 -0600 ++++ cl-icu--dev--0.0--patch-11/src/icu/ucal.lisp 2005-02-23 21:21:48.097377896 -0600 +@@ -228,13 +228,3 @@ + (limit udate-limit-type) + (status (* UErrorCode))) + :returning :int) +- +-(def-icu-function "ucal_getAvailableTZIDs" +- ((rawOffset :int) +- (index :int) +- (status (* UErrorCode))) +- :returning (* UChar)) +- +-(def-icu-function "ucal_countAvailableTZIDs" +- ((rawOffset :int)) +- :returning :int) diff -ur cl-icu--dev--0.0--patch-11.orig/src/init-icu.lisp cl-icu--dev--0.0--patch-11/src/init-icu.lisp ---- cl-icu--dev--0.0--patch-11.orig/src/init-icu.lisp 2004-12-28 17:49:51.000000000 -0600 -+++ cl-icu--dev--0.0--patch-11/src/init-icu.lisp 2005-01-11 09:47:49.000000000 -0600 +--- cl-icu--dev--0.0--patch-11.orig/src/init-icu.lisp 2005-02-23 21:21:58.552788432 -0600 ++++ cl-icu--dev--0.0--patch-11/src/init-icu.lisp 2005-02-23 21:21:48.139371512 -0600 @@ -14,7 +14,7 @@ "The namse of the libraries we need to load for ICU support.") @@ -23,8 +40,8 @@ diff -ur cl-icu--dev--0.0--patch-11.orig/src/init-icu.lisp cl-icu--dev--0.0--pat ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff -ur cl-icu--dev--0.0--patch-11.orig/src/locale.lisp cl-icu--dev--0.0--patch-11/src/locale.lisp ---- cl-icu--dev--0.0--patch-11.orig/src/locale.lisp 2004-12-28 17:49:51.000000000 -0600 -+++ cl-icu--dev--0.0--patch-11/src/locale.lisp 2005-01-11 09:51:15.000000000 -0600 +--- cl-icu--dev--0.0--patch-11.orig/src/locale.lisp 2005-02-23 21:21:58.555787976 -0600 ++++ cl-icu--dev--0.0--patch-11/src/locale.lisp 2005-02-23 21:21:48.139371512 -0600 @@ -11,11 +11,7 @@ (defun make-locale (id) @@ -34,7 +51,19 @@ diff -ur cl-icu--dev--0.0--patch-11.orig/src/locale.lisp cl-icu--dev--0.0--patch - (string (map-into (make-string (length id)) - #'identity - id)))))) -+ :uobject id)) ++ :uobject (convert-to-foreign-string id))) (defun default-locale () (make-instance 'locale :uobject (uloc-getDefault))) +diff -ur cl-icu--dev--0.0--patch-11.orig/src/uffi-extras.lisp cl-icu--dev--0.0--patch-11/src/uffi-extras.lisp +--- cl-icu--dev--0.0--patch-11.orig/src/uffi-extras.lisp 2005-02-23 21:21:58.558787520 -0600 ++++ cl-icu--dev--0.0--patch-11/src/uffi-extras.lisp 2005-02-23 21:21:48.141371208 -0600 +@@ -2,7 +2,7 @@ + + (in-package :it.bese.cl-icu) + +-(defvar *icu-symbol-suffix* "_2_6") ++(defvar *icu-symbol-suffix* "_3_2") + + (defmacro def-icu-function (name &rest def-function-args) + (destructuring-bind (c-name lisp-name) diff --git a/dev-lisp/cl-inflate/ChangeLog b/dev-lisp/cl-inflate/ChangeLog index fddbbaeb0286..116f447c2bb3 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.4 2004/06/24 23:44:30 agriffis Exp $ +# 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 $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-inflate-1.1.4.2.1-r1.ebuild: + Keywording for ~amd64 *cl-inflate-1.1.4.2.1-r1 (12 Feb 2004) 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 20eeef9d206b..e7419a1dc3a7 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-2004 Gentoo Foundation +# 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.3 2004/07/14 15:32:36 agriffis Exp $ +# $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 $ 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" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-interpol/ChangeLog b/dev-lisp/cl-interpol/ChangeLog index 93685513f8d8..48da2a48afe5 100644 --- a/dev-lisp/cl-interpol/ChangeLog +++ b/dev-lisp/cl-interpol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-interpol -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-interpol/ChangeLog,v 1.6 2004/12/16 19:39:27 mkennedy Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-interpol/ChangeLog,v 1.7 2005/03/21 08:17:06 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-interpol-0.1.2.ebuild: + Keywording for ~amd64 *cl-interpol-0.1.2 (16 Dec 2004) diff --git a/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild index 34e45e922d04..fdcae88390e8 100644 --- a/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild +++ b/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild,v 1.1 2004/12/16 19:39:27 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild,v 1.2 2005/03/21 08:17:06 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://weitz.de/cl-interpol/ SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-irc-logger/ChangeLog b/dev-lisp/cl-irc-logger/ChangeLog index 9f43d4e43220..a92c9490ef00 100644 --- a/dev-lisp/cl-irc-logger/ChangeLog +++ b/dev-lisp/cl-irc-logger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-irc-logger -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.1 2004/10/15 03:52:10 mkennedy Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.2 2005/03/21 08:18:34 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-irc-logger-0.9.2.ebuild: + Keywording for ~amd64 *cl-irc-logger-0.9.2 (14 Oct 2004) diff --git a/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild b/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild index fed9ff1449c6..742b904f333e 100644 --- a/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild +++ b/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.1 2004/10/15 03:52:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.2 2005/03/21 08:18:34 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://b9.com/" SRC_URI="http://files.b9.com/irc-logger/irc-logger-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp diff --git a/dev-lisp/cl-irc/ChangeLog b/dev-lisp/cl-irc/ChangeLog index 1237c4c1da6c..26d5a0412238 100644 --- a/dev-lisp/cl-irc/ChangeLog +++ b/dev-lisp/cl-irc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-irc -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/ChangeLog,v 1.5 2004/10/15 03:52:10 mkennedy Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/ChangeLog,v 1.6 2005/03/21 08:17:36 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-irc-0.6.0.ebuild: + Keywording for ~amd64 *cl-irc-0.6.0 (14 Oct 2004) diff --git a/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild b/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild index adae809607c4..73e3faaad4c4 100644 --- a/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild +++ b/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild,v 1.1 2004/10/15 03:52:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild,v 1.2 2005/03/21 08:17:36 mkennedy Exp $ inherit common-lisp @@ -11,7 +11,7 @@ HOMEPAGE="http://common-lisp.net/project/cl-irc/" SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp diff --git a/dev-lisp/cl-iterate/ChangeLog b/dev-lisp/cl-iterate/ChangeLog index ecf475964d59..6bc9fe10ef64 100644 --- a/dev-lisp/cl-iterate/ChangeLog +++ b/dev-lisp/cl-iterate/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lisp/cl-iterate -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/ChangeLog,v 1.5 2004/12/28 21:20:13 mkennedy Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/ChangeLog,v 1.6 2005/03/21 08:19:32 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-iterate-1.3_pre1.ebuild: + Keywording for ~amd64 + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> : + Keywording for cl-iterate-1.3_pre1.ebuild *cl-iterate-1.3_pre1 (28 Dec 2004) diff --git a/dev-lisp/cl-iterate/cl-iterate-1.3_pre1.ebuild b/dev-lisp/cl-iterate/cl-iterate-1.3_pre1.ebuild index b015ed2533fc..798afd54ef8d 100644 --- a/dev-lisp/cl-iterate/cl-iterate-1.3_pre1.ebuild +++ b/dev-lisp/cl-iterate/cl-iterate-1.3_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/cl-iterate-1.3_pre1.ebuild,v 1.1 2004/12/28 21:20:13 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/cl-iterate-1.3_pre1.ebuild,v 1.2 2005/03/21 08:19:32 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cliki.net/iterate SRC_URI="http://common-lisp.net/project/iterate/releases/iterate-${PV/_/.}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/commonlisp diff --git a/dev-lisp/cl-md5/ChangeLog b/dev-lisp/cl-md5/ChangeLog index 5b39a55e99f9..2aa955c5450a 100644 --- a/dev-lisp/cl-md5/ChangeLog +++ b/dev-lisp/cl-md5/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-lisp/cl-md5 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.8 2004/10/15 03:52:11 mkennedy Exp $ +# 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 $ + +*cl-md5-1.8.5 (21 Mar 2005) + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> +cl-md5-1.8.5.ebuild: + Keywording for ~amd64 + +*cl-md5-1.8.5 (21 Mar 2005) + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> +cl-md5-1.8.5.ebuild: + New upstream version. *cl-md5-1.8.4 (14 Oct 2004) diff --git a/dev-lisp/cl-md5/Manifest b/dev-lisp/cl-md5/Manifest index f7a61179fa08..f4694f5aee7f 100644 --- a/dev-lisp/cl-md5/Manifest +++ b/dev-lisp/cl-md5/Manifest @@ -1,11 +1,13 @@ -MD5 ddb69d900dfd6ce84984f7f80ed51fe9 cl-md5-1.8.1.ebuild 846 -MD5 8a7a7770948c0f8207e2a9b062d44dcb cl-md5-1.8.1-r1.ebuild 805 MD5 9aa7bc82388a9df2b4a5cfbe886ca5dd ChangeLog 1027 -MD5 335b4a80a3ff7c320d07f3641b003358 cl-md5-1.8.4.ebuild 736 +MD5 8a7a7770948c0f8207e2a9b062d44dcb cl-md5-1.8.1-r1.ebuild 805 +MD5 ddb69d900dfd6ce84984f7f80ed51fe9 cl-md5-1.8.1.ebuild 846 MD5 7fa1cac3cd443da31ff4176a996300a1 cl-md5-1.8.3.ebuild 717 +MD5 335b4a80a3ff7c320d07f3641b003358 cl-md5-1.8.4.ebuild 736 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 1ebc54dc59e9c1bf8dbd4db3ee2f78d1 files/digest-cl-md5-1.8.4 67 +MD5 335b4a80a3ff7c320d07f3641b003358 cl-md5-1.8.5.ebuild 736 MD5 fb84d5c2d983a68825b83c54005260ff files/digest-cl-md5-1.8.1 67 -MD5 80b61a38a6790b6c5de4059239069aff files/md5-1.8-mai-gentoo.patch 3116 -MD5 88d944af6a26a2e7b1c92a81554ec686 files/digest-cl-md5-1.8.3 67 MD5 fb84d5c2d983a68825b83c54005260ff files/digest-cl-md5-1.8.1-r1 67 +MD5 88d944af6a26a2e7b1c92a81554ec686 files/digest-cl-md5-1.8.3 67 +MD5 1ebc54dc59e9c1bf8dbd4db3ee2f78d1 files/digest-cl-md5-1.8.4 67 +MD5 80b61a38a6790b6c5de4059239069aff files/md5-1.8-mai-gentoo.patch 3116 +MD5 d17b2d00be00fa73b6ec7dd2b9ecef5c files/digest-cl-md5-1.8.5 67 diff --git a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild new file mode 100644 index 000000000000..1f6312e1b027 --- /dev/null +++ b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild @@ -0,0 +1,25 @@ +# 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 $ + +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 ~amd64" +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/files/digest-cl-md5-1.8.5 b/dev-lisp/cl-md5/files/digest-cl-md5-1.8.5 new file mode 100644 index 000000000000..ba102bd87c36 --- /dev/null +++ b/dev-lisp/cl-md5/files/digest-cl-md5-1.8.5 @@ -0,0 +1 @@ +MD5 a636c8aba37ac53c16cc36f90f14c6ed cl-md5_1.8.5.orig.tar.gz 9026 diff --git a/dev-lisp/cl-plus/ChangeLog b/dev-lisp/cl-plus/ChangeLog index 44920b308c96..8a9f10270b4d 100644 --- a/dev-lisp/cl-plus/ChangeLog +++ b/dev-lisp/cl-plus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-plus # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.1 2005/02/03 22:08:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.2 2005/03/21 08:20:24 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-plus-1.0.ebuild: + Keywording for ~amd64 *cl-plus-1.0 (03 Feb 2005) diff --git a/dev-lisp/cl-plus/cl-plus-1.0.ebuild b/dev-lisp/cl-plus/cl-plus-1.0.ebuild index 033eed0f38b4..f25408707e29 100644 --- a/dev-lisp/cl-plus/cl-plus-1.0.ebuild +++ b/dev-lisp/cl-plus/cl-plus-1.0.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-plus/cl-plus-1.0.ebuild,v 1.1 2005/02/03 22:08:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/cl-plus-1.0.ebuild,v 1.2 2005/03/21 08:20:24 mkennedy Exp $ inherit common-lisp eutils @@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller |