diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 17:16:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 17:16:02 +0000 |
commit | 52e2e7912ef73f5bab86a10a694a5931cdde6faa (patch) | |
tree | 1d499085d6f2020f5e72c513dcf3e6566dc52bf7 | |
parent | version bump for AT-1.3.2 (diff) | |
download | gentoo-2-52e2e7912ef73f5bab86a10a694a5931cdde6faa.tar.gz gentoo-2-52e2e7912ef73f5bab86a10a694a5931cdde6faa.tar.bz2 gentoo-2-52e2e7912ef73f5bab86a10a694a5931cdde6faa.zip |
(Portage version: 2.0.51.19)
15 files changed, 15 insertions, 176 deletions
diff --git a/dev-lisp/cl-aim/ChangeLog b/dev-lisp/cl-aim/ChangeLog index 2ba0d37ee587..4cbaecb5a962 100644 --- a/dev-lisp/cl-aim/ChangeLog +++ b/dev-lisp/cl-aim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-aim # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/ChangeLog,v 1.2 2005/03/18 07:29:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/ChangeLog,v 1.3 2005/04/15 17:16:02 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-aim-1.1.ebuild: + Keywording stable x86 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-aim-1.1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-aim/cl-aim-1.1.ebuild b/dev-lisp/cl-aim/cl-aim-1.1.ebuild index 2ab81894b9e9..20907ce8d4b1 100644 --- a/dev-lisp/cl-aim/cl-aim-1.1.ebuild +++ b/dev-lisp/cl-aim/cl-aim-1.1.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-aim/cl-aim-1.1.ebuild,v 1.2 2005/03/18 07:29:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/cl-aim-1.1.ebuild,v 1.3 2005/04/15 17:16:02 mkennedy Exp $ inherit common-lisp eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://claim.sourceforge.net/" SRC_URI="mirror://sourceforge/claim/claim_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="dev-lisp/cl-trivial-sockets" diff --git a/dev-lisp/cl-aserve/ChangeLog b/dev-lisp/cl-aserve/ChangeLog index 9eef800f6e49..e139d34e7340 100644 --- a/dev-lisp/cl-aserve/ChangeLog +++ b/dev-lisp/cl-aserve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-aserve # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aserve/ChangeLog,v 1.16 2005/03/18 08:08:09 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aserve/ChangeLog,v 1.17 2005/04/15 17:13:42 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-aserve-1.2.42.20050220.ebuild: + Keywording stable x86 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-aserve-1.2.42.20050220.ebuild: diff --git a/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040804.ebuild b/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040804.ebuild deleted file mode 100644 index 9137eaaa698b..000000000000 --- a/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040804.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040804.ebuild,v 1.2 2005/02/10 09:18:30 mkennedy Exp $ - -inherit common-lisp eutils - -MY_PV=${PV:0:6} -CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13} - -DESCRIPTION="A portable version of AllegroServe which is a web application server for Common Lisp programs." -HOMEPAGE="http://packages.debian.org/unstable/web/cl-aserve.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - =dev-lisp/cl-acl-compat-${PV} - =dev-lisp/cl-htmlgen-${PV}" - -CLPACKAGE=aserve - -S=${WORKDIR}/cl-portable-aserve-${MY_PV}+cvs.${CVS_PV} - -src_unpack () { - unpack ${A} - epatch ${FILESDIR}/${PV}-gentoo.patch -} - -src_install() { - common-lisp-install aserve/*.cl aserve/*.asd - common-lisp-system-symlink - dodoc ChangeLog README README.cmucl INSTALL.lisp logical-hostnames.lisp - docinto examples - dodoc contrib/*.lisp -} diff --git a/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924-r1.ebuild b/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924-r1.ebuild deleted file mode 100644 index bd3f562d4651..000000000000 --- a/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924-r1.ebuild,v 1.1 2005/02/10 09:18:30 mkennedy Exp $ - -inherit common-lisp eutils - -MY_PV=${PV:0:6} -CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13} - -DESCRIPTION="A portable version of AllegroServe which is a web application server for Common Lisp programs." -HOMEPAGE="http://packages.debian.org/unstable/web/cl-aserve.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="=dev-lisp/cl-acl-compat-${PV}* - =dev-lisp/cl-htmlgen-${PV}*" - -CLPACKAGE=aserve - -S=${WORKDIR}/cl-portable-aserve-${MY_PV}+cvs.${CVS_PV} - -src_install() { - common-lisp-install aserve/*.cl aserve/*.asd - common-lisp-system-symlink - dodoc ChangeLog README README.cmucl INSTALL.lisp logical-hostnames.lisp - docinto examples - dodoc contrib/*.lisp -} diff --git a/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924.ebuild b/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924.ebuild deleted file mode 100644 index 0091dbe26e41..000000000000 --- a/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aserve/cl-aserve-1.2.35.20040924.ebuild,v 1.2 2005/02/10 09:18:30 mkennedy Exp $ - -inherit common-lisp eutils - -MY_PV=${PV:0:6} -CVS_PV=${PV:7:4}.${PV:11:2}.${PV:13} - -DESCRIPTION="A portable version of AllegroServe which is a web application server for Common Lisp programs." -HOMEPAGE="http://packages.debian.org/unstable/web/cl-aserve.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - =dev-lisp/cl-acl-compat-${PV} - =dev-lisp/cl-htmlgen-${PV}" - -CLPACKAGE=aserve - -S=${WORKDIR}/cl-portable-aserve-${MY_PV}+cvs.${CVS_PV} - -src_install() { - common-lisp-install aserve/*.cl aserve/*.asd - common-lisp-system-symlink - dodoc ChangeLog README README.cmucl INSTALL.lisp logical-hostnames.lisp - docinto examples - dodoc contrib/*.lisp -} diff --git a/dev-lisp/cl-aserve/cl-aserve-1.2.42.20050220.ebuild b/dev-lisp/cl-aserve/cl-aserve-1.2.42.20050220.ebuild index 07c4373182d6..e2f589223807 100644 --- a/dev-lisp/cl-aserve/cl-aserve-1.2.42.20050220.ebuild +++ b/dev-lisp/cl-aserve/cl-aserve-1.2.42.20050220.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-aserve/cl-aserve-1.2.42.20050220.ebuild,v 1.2 2005/03/18 08:08:09 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aserve/cl-aserve-1.2.42.20050220.ebuild,v 1.3 2005/04/15 17:13:43 mkennedy Exp $ inherit common-lisp eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://portableaserve.sourceforge.net/ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-portable-aserve/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="=dev-lisp/cl-acl-compat-${PV}* =dev-lisp/cl-htmlgen-${PV}*" diff --git a/dev-lisp/cl-aserve/files/1.2.35.20040804-gentoo.patch b/dev-lisp/cl-aserve/files/1.2.35.20040804-gentoo.patch deleted file mode 100644 index 4ae7c8e35b0a..000000000000 --- a/dev-lisp/cl-aserve/files/1.2.35.20040804-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ur cl-portable-aserve-1.2.35+cvs.2004.08.04.orig/aserve/main.cl cl-portable-aserve-1.2.35+cvs.2004.08.04/aserve/main.cl ---- cl-portable-aserve-1.2.35+cvs.2004.08.04.orig/aserve/main.cl 2004-03-16 14:37:42.000000000 -0600 -+++ cl-portable-aserve-1.2.35+cvs.2004.08.04/aserve/main.cl 2004-05-08 17:48:37.633431960 -0500 -@@ -221,7 +221,10 @@ - (defun getpid () (sb-posix:getpid)) - (defun setuid (uid) (sb-posix:setuid uid)) - (defun setgid (gid) (sb-posix:setgid gid)) -- (defun unix-fork () (sb-unix:unix-fork))) -+ ;; the following does not work in SBCL 0.8.10 (it didn't work in -+ ;; SBCL prior to that either) -+ #+nil (defun unix-fork () (sb-unix:unix-fork)) -+ (sb-alien:define-alien-routine ("fork" unix-fork) integer)) - - - -@@ -2943,5 +2946,3 @@ - (if* (null obj) - then (push (setq obj (make-resp code "unknown code")) *responses*)) - obj)) -- -- - diff --git a/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040804 b/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040804 deleted file mode 100644 index 17c3e2b95d4c..000000000000 --- a/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040804 +++ /dev/null @@ -1 +0,0 @@ -MD5 ac1c2cfa21e47686e419c2df0f904162 cl-portable-aserve_1.2.35+cvs.2004.08.04.tar.gz 775511 diff --git a/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040924 b/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040924 deleted file mode 100644 index 1c1cde363666..000000000000 --- a/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040924 +++ /dev/null @@ -1 +0,0 @@ -MD5 597bf5d0b053f555a28477036ee0b9c7 cl-portable-aserve_1.2.35+cvs.2004.09.24.tar.gz 776626 diff --git a/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040924-r1 b/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040924-r1 deleted file mode 100644 index 1c1cde363666..000000000000 --- a/dev-lisp/cl-aserve/files/digest-cl-aserve-1.2.35.20040924-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 597bf5d0b053f555a28477036ee0b9c7 cl-portable-aserve_1.2.35+cvs.2004.09.24.tar.gz 776626 diff --git a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.1.ebuild b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.1.ebuild deleted file mode 100644 index f0f448d8c792..000000000000 --- a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.1.ebuild +++ /dev/null @@ -1,31 +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-trivial-sockets/cl-trivial-sockets-0.1.ebuild,v 1.1 2004/10/27 06:11:53 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="A portable Common Lisp networking library for undemanding Internet clients" -HOMEPAGE="http://www.cliki.net/trivial-sockets - http://cvs.telent.net/cgi-bin/viewcvs.cgi/trivial-sockets/" -SRC_URI="http://ftp.linux.org.uk/pub/lisp/cclan/trivial-sockets_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -S=${WORKDIR}/trivial-sockets_${PV} - -CLPACKAGE=trivial-sockets - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-asdf-depends-gentoo.patch || die -} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc README -} diff --git a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild index 5a45edf5edcb..0c04cbe012ed 100644 --- a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild +++ b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.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-trivial-sockets/cl-trivial-sockets-0.2.ebuild,v 1.2 2005/03/18 07:29:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild,v 1.3 2005/04/15 17:15:22 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cliki.net/trivial-sockets SRC_URI="http://ftp.linux.org.uk/pub/lisp/cclan/trivial-sockets_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-trivial-sockets/files/0.1-asdf-depends-gentoo.patch b/dev-lisp/cl-trivial-sockets/files/0.1-asdf-depends-gentoo.patch deleted file mode 100644 index 55b257423996..000000000000 --- a/dev-lisp/cl-trivial-sockets/files/0.1-asdf-depends-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur trivial-sockets_0.1.orig/trivial-sockets.asd trivial-sockets_0.1/trivial-sockets.asd ---- trivial-sockets_0.1.orig/trivial-sockets.asd 2004-10-26 19:46:38.000000000 -0500 -+++ trivial-sockets_0.1/trivial-sockets.asd 2004-10-26 23:38:50.542966552 -0500 -@@ -11,5 +11,6 @@ - #+clisp "clisp" - #+acl-socket "allegro" - #+openmcl "openmcl" -- :depends-on ("defpackage")))) -+ :depends-on ("defpackage"))) -+ :depends-on (#+sbcl sb-bsd-sockets)) - -Only in trivial-sockets_0.1: trivial-sockets.asd.~1.6.~ diff --git a/dev-lisp/cl-trivial-sockets/files/digest-cl-trivial-sockets-0.1 b/dev-lisp/cl-trivial-sockets/files/digest-cl-trivial-sockets-0.1 deleted file mode 100644 index 4f4889e71171..000000000000 --- a/dev-lisp/cl-trivial-sockets/files/digest-cl-trivial-sockets-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 52f90851ce888158d4424105c976b130 trivial-sockets_0.1.tar.gz 6314 |