diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:52:34 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:52:34 +0000 |
commit | 777184423b73285c894c92bcfd3845314b8aaabb (patch) | |
tree | ed81ed65964e23ebc6d412debea71ee074dc5002 /dev-lisp | |
parent | tidy (diff) | |
download | historical-777184423b73285c894c92bcfd3845314b8aaabb.tar.gz historical-777184423b73285c894c92bcfd3845314b8aaabb.tar.bz2 historical-777184423b73285c894c92bcfd3845314b8aaabb.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp')
92 files changed, 142 insertions, 1069 deletions
diff --git a/dev-lisp/cl-imho/ChangeLog b/dev-lisp/cl-imho/ChangeLog index 780cd7155fba..d748bc0fd63b 100644 --- a/dev-lisp/cl-imho/ChangeLog +++ b/dev-lisp/cl-imho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-imho -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/ChangeLog,v 1.6 2004/06/24 23:44:19 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/ChangeLog,v 1.7 2005/04/16 20:26:30 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-imho-1.3.1.ebuild, + -cl-imho-1.3.1-r1.ebuild, cl-imho-1.3.2.ebuild: + Keywording; Removed old ebuilds 09 May 2004; David Holm <dholm@gentoo.org> cl-imho-1.3.2.ebuild: Added to ~ppc. diff --git a/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild deleted file mode 100644 index d9ebb1605ca9..000000000000 --- a/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild +++ /dev/null @@ -1,45 +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-imho/cl-imho-1.3.1-r1.ebuild,v 1.3 2004/07/14 15:32:05 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="IMHO is a toolkit that provides facilities for building highly interactive web applications" -HOMEPAGE="http://freesw.onshored.com/wwwdist/imho/ - http://alpha.onshored.com/lisp-software/" -SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-odcl - =net-www/apache-1*" - -CLPACKAGE=imho - - -src_compile() { - cd apache && make CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -fPIC" || die -} - -src_install() { - exeinto /usr/lib/apache-extramodules - doexe apache/apache-1.3/mod_webapp.so - - insinto /usr/include/webapplib - doins apache/webapplib/*.h - dolib.so apache/webapplib/libwebapp.so - - dodoc apache/doc/*.txt - dodoc doc/*.txt doc/*.pdf - dohtml doc/*.html - - insinto /usr/share/common-lisp/source/imho - doins *.lisp imho.asd imho.system - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/imho/imho.asd \ - /usr/share/common-lisp/systems/imho.asd - dosym /usr/share/common-lisp/source/imho/imho.system \ - /usr/share/common-lisp/systems/imho.system -} diff --git a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild deleted file mode 100644 index 0a6c067bd813..000000000000 --- a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild +++ /dev/null @@ -1,54 +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-imho/cl-imho-1.3.1.ebuild,v 1.5 2004/07/14 15:32:05 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="IMHO is a toolkit that provides facilities for building highly interactive web applications, like WebCheckout. Some of the features that are in a useful state at this point are: session management, componentized document construction, template-based HTML rendering, and Java/Javascript integration. It is a loose functional equivalent of Apple's WebObjects framework." -HOMEPAGE="http://freesw.onshored.com/wwwdist/imho/ - http://alpha.onshored.com/lisp-software/" -SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-odcl - =net-www/apache-1*" - -CLPACKAGE=imho - - -src_compile() { - cd apache && make CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -fPIC" || die -} - -src_install() { - exeinto /usr/lib/apache-extramodules - doexe apache/apache-1.3/mod_webapp.so - - insinto /usr/include/webapplib - doins apache/webapplib/*.h - dolib.so apache/webapplib/libwebapp.so - - dodoc apache/doc/*.txt - dodoc doc/*.txt doc/*.pdf - dohtml doc/*.html - - insinto /usr/share/common-lisp/source/imho - doins *.lisp imho.asd imho.system - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/imho/imho.asd \ - /usr/share/common-lisp/systems/imho.asd - dosym /usr/share/common-lisp/source/imho/imho.system \ - /usr/share/common-lisp/systems/imho.system -} - - -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-imho/cl-imho-1.3.2.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild index 404a7260b747..473f7a621aa4 100644 --- a/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild +++ b/dev-lisp/cl-imho/cl-imho-1.3.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-imho/cl-imho-1.3.2.ebuild,v 1.4 2004/07/14 15:32:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild,v 1.5 2005/04/16 20:26:30 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://freesw.onshored.com/wwwdist/imho/ SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-odcl diff --git a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 b/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 deleted file mode 100644 index 83ca572ebbf5..000000000000 --- a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2351f7c37608895a093f35f6a9c641fd cl-imho_1.3.1.orig.tar.gz 302657 diff --git a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 b/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 deleted file mode 100644 index 83ca572ebbf5..000000000000 --- a/dev-lisp/cl-imho/files/digest-cl-imho-1.3.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2351f7c37608895a093f35f6a9c641fd cl-imho_1.3.1.orig.tar.gz 302657 diff --git a/dev-lisp/cl-inflate/ChangeLog b/dev-lisp/cl-inflate/ChangeLog index 116f447c2bb3..3ddc3c875ec8 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/ChangeLog,v 1.6 2005/04/16 20:28:32 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-inflate-1.1.4.2.1.ebuild, cl-inflate-1.1.4.2.1-r1.ebuild: + Keywording; Removed old ebuilds 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-inflate-1.1.4.2.1-r1.ebuild: 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 e7419a1dc3a7..f04cc59afaa5 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-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.4 2005/03/21 08:16:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild,v 1.5 2005/04/16 20:28:32 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 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" 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 deleted file mode 100644 index c4ea5753c287..000000000000 --- a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.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-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.5 2004/07/14 15:32:36 agriffis Exp $ - -inherit common-lisp - -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" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=inflate - - -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/files/digest-cl-inflate-1.1.4.2.1 b/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1 deleted file mode 100644 index 8312f4aa5114..000000000000 --- a/dev-lisp/cl-inflate/files/digest-cl-inflate-1.1.4.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d723b009079f22b2a9ba1cdf92aff3b5 cl-inflate_1.1.4.2.1.orig.tar.gz 8458 diff --git a/dev-lisp/cl-interpol/ChangeLog b/dev-lisp/cl-interpol/ChangeLog index 48da2a48afe5..50bd4ed70901 100644 --- a/dev-lisp/cl-interpol/ChangeLog +++ b/dev-lisp/cl-interpol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-interpol # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-interpol/ChangeLog,v 1.8 2005/04/16 20:29:56 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-interpol-0.1.0.ebuild, -cl-interpol-0.1.1.ebuild, + -cl-interpol-0.1.1-r1.ebuild, cl-interpol-0.1.2.ebuild: + Keywording; Removed old ebuilds 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-interpol-0.1.2.ebuild: diff --git a/dev-lisp/cl-interpol/cl-interpol-0.1.0.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.1.0.ebuild deleted file mode 100644 index 01c3f04ac99f..000000000000 --- a/dev-lisp/cl-interpol/cl-interpol-0.1.0.ebuild +++ /dev/null @@ -1,34 +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-interpol/cl-interpol-0.1.0.ebuild,v 1.4 2004/07/14 15:50:44 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings similar to Perl or Unix Shell scripts." -HOMEPAGE="http://weitz.de/cl-interpol/ - http://www.cliki.net/cl-interpol" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=cl-interpol - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc CHANGELOG README - dohtml doc/index.html -} - - -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-interpol/cl-interpol-0.1.1-r1.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.1.1-r1.ebuild deleted file mode 100644 index 5f0b26410f84..000000000000 --- a/dev-lisp/cl-interpol/cl-interpol-0.1.1-r1.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-interpol/cl-interpol-0.1.1-r1.ebuild,v 1.3 2004/07/14 15:50:44 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="String interpolation for Common Lisp similar to Perl or Unix shell scripts." -HOMEPAGE="http://weitz.de/cl-interpol/ - http://www.cliki.net/cl-interpol" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=cl-interpol - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc CHANGELOG README - dohtml doc/index.html -} diff --git a/dev-lisp/cl-interpol/cl-interpol-0.1.1.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.1.1.ebuild deleted file mode 100644 index a0a77a488b0a..000000000000 --- a/dev-lisp/cl-interpol/cl-interpol-0.1.1.ebuild +++ /dev/null @@ -1,34 +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-interpol/cl-interpol-0.1.1.ebuild,v 1.3 2004/07/14 15:50:44 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings similar to Perl or Unix Shell scripts." -HOMEPAGE="http://weitz.de/cl-interpol/ - http://www.cliki.net/cl-interpol" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=cl-interpol - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc CHANGELOG README - dohtml doc/index.html -} - - -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-interpol/cl-interpol-0.1.2.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild index fdcae88390e8..e89af6f1698b 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-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.2 2005/03/21 08:17:06 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-interpol/cl-interpol-0.1.2.ebuild,v 1.3 2005/04/16 20:29:56 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 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.0 b/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.0 deleted file mode 100644 index 10a07aa24a60..000000000000 --- a/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f1bea8f995011d0cf2cbb5fe8bf91f2a cl-interpol_0.1.0.orig.tar.gz 146567 diff --git a/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.1 b/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.1 deleted file mode 100644 index 2be9e51f89b7..000000000000 --- a/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 adb58a6058f8a69ae28e55f8570255fa cl-interpol_0.1.1.orig.tar.gz 147558 diff --git a/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.1-r1 b/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.1-r1 deleted file mode 100644 index 2be9e51f89b7..000000000000 --- a/dev-lisp/cl-interpol/files/digest-cl-interpol-0.1.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 adb58a6058f8a69ae28e55f8570255fa cl-interpol_0.1.1.orig.tar.gz 147558 diff --git a/dev-lisp/cl-irc-logger/ChangeLog b/dev-lisp/cl-irc-logger/ChangeLog index a92c9490ef00..b882949bc106 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.3 2005/04/16 20:33:13 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-irc-logger-0.9.2.ebuild: + Keywording; Removed old ebuilds 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-irc-logger-0.9.2.ebuild: 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 742b904f333e..af857d5a2097 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-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.2 2005/03/21 08:18:34 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.3 2005/04/16 20:33:13 mkennedy Exp $ inherit common-lisp eutils @@ -9,11 +9,9 @@ HOMEPAGE="http://b9.com/" SRC_URI="http://files.b9.com/irc-logger/irc-logger-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-irc +DEPEND="dev-lisp/cl-irc dev-lisp/cl-ppcre dev-lisp/cl-acl-compat" diff --git a/dev-lisp/cl-irc/ChangeLog b/dev-lisp/cl-irc/ChangeLog index c9c357abaed2..69adac53fc68 100644 --- a/dev-lisp/cl-irc/ChangeLog +++ b/dev-lisp/cl-irc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-irc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/ChangeLog,v 1.7 2005/03/22 07:21:12 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/ChangeLog,v 1.8 2005/04/16 20:32:04 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-irc-0.5.0.ebuild, + -cl-irc-0.5.0-r1.ebuild, -cl-irc-0.6.0.ebuild, cl-irc-0.7.ebuild: + Keywording; Removed old ebuilds *cl-irc-0.7 (22 Mar 2005) diff --git a/dev-lisp/cl-irc/cl-irc-0.5.0-r1.ebuild b/dev-lisp/cl-irc/cl-irc-0.5.0-r1.ebuild deleted file mode 100644 index 85745dda81ff..000000000000 --- a/dev-lisp/cl-irc/cl-irc-0.5.0-r1.ebuild +++ /dev/null @@ -1,29 +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-irc/cl-irc-0.5.0-r1.ebuild,v 1.3 2004/07/14 15:51:07 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="A Common Lisp IRC client library" -HOMEPAGE="http://common-lisp.net/project/cl-irc/" -SRC_URI="ftp://common-lisp.net/pub/project/cl-irc/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-split-sequence" - -CLPACKAGE=cl-irc -S=${WORKDIR}/${PN} - -src_install() { - common-lisp-install cl-irc.asd *.lisp - common-lisp-system-symlink - dodoc CREDITS LICENSE README TODO - docinto doc - dodoc doc/*.txt - docinto examples - dodoc example/*.lisp example/Mop_Sym.txt -} diff --git a/dev-lisp/cl-irc/cl-irc-0.5.0.ebuild b/dev-lisp/cl-irc/cl-irc-0.5.0.ebuild deleted file mode 100644 index f026958c0c36..000000000000 --- a/dev-lisp/cl-irc/cl-irc-0.5.0.ebuild +++ /dev/null @@ -1,38 +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-irc/cl-irc-0.5.0.ebuild,v 1.4 2004/07/14 15:51:07 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="cl-irc is a Common Lisp IRC client library." -HOMEPAGE="http://common-lisp.net/project/cl-irc/" -SRC_URI="ftp://common-lisp.net/pub/project/cl-irc/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-split-sequence" - -CLPACKAGE=cl-irc -S=${WORKDIR}/${PN} - -src_install() { - common-lisp-install cl-irc.asd *.lisp - common-lisp-system-symlink - dodoc CREDITS LICENSE README TODO - docinto doc - dodoc doc/*.txt - docinto examples - dodoc example/*.lisp example/Mop_Sym.txt -} - - -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-irc/cl-irc-0.6.0.ebuild b/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild deleted file mode 100644 index 73e3faaad4c4..000000000000 --- a/dev-lisp/cl-irc/cl-irc-0.6.0.ebuild +++ /dev/null @@ -1,36 +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-irc/cl-irc-0.6.0.ebuild,v 1.2 2005/03/21 08:17:36 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="A Common Lisp IRC client library" -HOMEPAGE="http://common-lisp.net/project/cl-irc/" -# Upstream is a mess at the moment. -# SRC_URI="ftp://common-lisp.net/pub/project/cl-irc/${P}.tar.gz" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-split-sequence" - -CLPACKAGE=cl-irc - -src_unpack() { - unpack ${A} - rm ${S}/Makefile -} - -src_install() { - common-lisp-install cl-irc.asd *.lisp - common-lisp-system-symlink - dodoc CREDITS ChangeLog LICENSE README TODO - docinto doc - dodoc doc/*.txt - docinto example - dodoc example/* - do-debian-credits -} diff --git a/dev-lisp/cl-irc/cl-irc-0.7.ebuild b/dev-lisp/cl-irc/cl-irc-0.7.ebuild index 324fd787c9e3..69c73c58e6d9 100644 --- a/dev-lisp/cl-irc/cl-irc-0.7.ebuild +++ b/dev-lisp/cl-irc/cl-irc-0.7.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-irc/cl-irc-0.7.ebuild,v 1.1 2005/03/22 07:21:12 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc/cl-irc-0.7.ebuild,v 1.2 2005/04/16 20:32:04 mkennedy Exp $ inherit common-lisp @@ -9,11 +9,9 @@ HOMEPAGE="http://common-lisp.net/project/cl-irc/" SRC_URI="ftp://common-lisp.net/pub/project/cl-irc/cl-irc-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-split-sequence" +DEPEND="dev-lisp/cl-split-sequence" CLPACKAGE=cl-irc diff --git a/dev-lisp/cl-irc/files/digest-cl-irc-0.5.0 b/dev-lisp/cl-irc/files/digest-cl-irc-0.5.0 deleted file mode 100644 index b00cec403264..000000000000 --- a/dev-lisp/cl-irc/files/digest-cl-irc-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2bfa1011840a50e98b8e417fb45323b8 cl-irc-0.5.0.tar.gz 91054 diff --git a/dev-lisp/cl-irc/files/digest-cl-irc-0.5.0-r1 b/dev-lisp/cl-irc/files/digest-cl-irc-0.5.0-r1 deleted file mode 100644 index b00cec403264..000000000000 --- a/dev-lisp/cl-irc/files/digest-cl-irc-0.5.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2bfa1011840a50e98b8e417fb45323b8 cl-irc-0.5.0.tar.gz 91054 diff --git a/dev-lisp/cl-irc/files/digest-cl-irc-0.6.0 b/dev-lisp/cl-irc/files/digest-cl-irc-0.6.0 deleted file mode 100644 index 4662df0116ac..000000000000 --- a/dev-lisp/cl-irc/files/digest-cl-irc-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 13f1466c2d5dc592232e0a7ec0b2cdff cl-irc_0.6.0.tar.gz 131127 diff --git a/dev-lisp/cl-iterate/ChangeLog b/dev-lisp/cl-iterate/ChangeLog index 6bc9fe10ef64..ecdb3215572a 100644 --- a/dev-lisp/cl-iterate/ChangeLog +++ b/dev-lisp/cl-iterate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-iterate # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/ChangeLog,v 1.7 2005/04/16 20:34:24 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-iterate-1.0.4.ebuild, -cl-iterate-1.0.7.ebuild: + Keywording; Removed old ebuilds 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-iterate-1.3_pre1.ebuild: diff --git a/dev-lisp/cl-iterate/cl-iterate-1.0.4.ebuild b/dev-lisp/cl-iterate/cl-iterate-1.0.4.ebuild deleted file mode 100644 index 1fb12e03e403..000000000000 --- a/dev-lisp/cl-iterate/cl-iterate-1.0.4.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-iterate/cl-iterate-1.0.4.ebuild,v 1.2 2004/06/24 23:45:14 agriffis Exp $ - -inherit common-lisp eutils - -DEB_PV=1 - -DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro" -HOMEPAGE="http://www.cliki.net/iterate - http://boinkor.net/lisp/iterate/" -SRC_URI="http://boinkor.net/lisp/iterate/iterate-${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/common-lisp-controller" - -S=${WORKDIR}/iterate-${PV} - -CLPACKAGE=iterate - -src_install() { - common-lisp-install *.lisp iterate.asd - common-lisp-system-symlink - do-debian-credits - dodoc doc/*.ps README ChangeLog -} diff --git a/dev-lisp/cl-iterate/cl-iterate-1.0.7.ebuild b/dev-lisp/cl-iterate/cl-iterate-1.0.7.ebuild deleted file mode 100644 index eb295ed5991b..000000000000 --- a/dev-lisp/cl-iterate/cl-iterate-1.0.7.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-iterate/cl-iterate-1.0.7.ebuild,v 1.2 2004/08/28 19:13:41 dholm Exp $ - -inherit common-lisp eutils - -DEB_PV=1 - -DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro" -HOMEPAGE="http://www.cliki.net/iterate - http://boinkor.net/lisp/iterate/" -SRC_URI="http://boinkor.net/lisp/iterate/iterate-${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/common-lisp-controller" - -S=${WORKDIR}/iterate-${PV} - -CLPACKAGE=iterate - -src_install() { - common-lisp-install *.lisp iterate.asd - common-lisp-system-symlink - do-debian-credits - dodoc doc/*.ps README ChangeLog -} diff --git a/dev-lisp/cl-iterate/files/digest-cl-iterate-1.0.4 b/dev-lisp/cl-iterate/files/digest-cl-iterate-1.0.4 deleted file mode 100644 index e9964ce051cc..000000000000 --- a/dev-lisp/cl-iterate/files/digest-cl-iterate-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d7e51f9631b07461df486249bf2e158 iterate-1.0.4.tar.gz 364914 diff --git a/dev-lisp/cl-iterate/files/digest-cl-iterate-1.0.7 b/dev-lisp/cl-iterate/files/digest-cl-iterate-1.0.7 deleted file mode 100644 index 83a4b5413fc5..000000000000 --- a/dev-lisp/cl-iterate/files/digest-cl-iterate-1.0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 320fa864e77fd8825b03b2fe18170891 iterate-1.0.7.tar.gz 348866 diff --git a/dev-lisp/cl-kmrcl/ChangeLog b/dev-lisp/cl-kmrcl/ChangeLog index ee565fe5a293..dfea72987ed0 100644 --- a/dev-lisp/cl-kmrcl/ChangeLog +++ b/dev-lisp/cl-kmrcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-kmrcl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/ChangeLog,v 1.14 2005/04/07 08:09:55 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/ChangeLog,v 1.15 2005/04/16 20:36:21 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-kmrcl-1.75.ebuild, + -cl-kmrcl-1.77.ebuild, -cl-kmrcl-1.78.ebuild: + Keywording; Removed old ebuilds *cl-kmrcl-1.82 (07 Apr 2005) diff --git a/dev-lisp/cl-kmrcl/cl-kmrcl-1.75.ebuild b/dev-lisp/cl-kmrcl/cl-kmrcl-1.75.ebuild deleted file mode 100644 index e951c4d006e3..000000000000 --- a/dev-lisp/cl-kmrcl/cl-kmrcl-1.75.ebuild +++ /dev/null @@ -1,26 +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-kmrcl/cl-kmrcl-1.75.ebuild,v 1.1 2004/08/04 21:23:58 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl.html - http://b9.com/debian.html" -SRC_URI="ftp://ftp.b9.com/kmrcl/kmrcl-${PV}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/cl-rt" - -CLPACKAGE=kmrcl - -S=${WORKDIR}/kmrcl-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - common-lisp-system-symlink ${CLPACKAGE}-tests - dodoc README rt-test.lisp -} diff --git a/dev-lisp/cl-kmrcl/cl-kmrcl-1.77.ebuild b/dev-lisp/cl-kmrcl/cl-kmrcl-1.77.ebuild deleted file mode 100644 index 18edb0996ad8..000000000000 --- a/dev-lisp/cl-kmrcl/cl-kmrcl-1.77.ebuild +++ /dev/null @@ -1,26 +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-kmrcl/cl-kmrcl-1.77.ebuild,v 1.1 2004/10/15 03:52:10 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl.html - http://b9.com/debian.html" -SRC_URI="ftp://ftp.b9.com/kmrcl/kmrcl-${PV}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/cl-rt" - -CLPACKAGE=kmrcl - -S=${WORKDIR}/kmrcl-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - common-lisp-system-symlink ${CLPACKAGE}-tests - dodoc README rt-test.lisp -} diff --git a/dev-lisp/cl-kmrcl/cl-kmrcl-1.78.ebuild b/dev-lisp/cl-kmrcl/cl-kmrcl-1.78.ebuild deleted file mode 100644 index 0525b626a35c..000000000000 --- a/dev-lisp/cl-kmrcl/cl-kmrcl-1.78.ebuild +++ /dev/null @@ -1,26 +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-kmrcl/cl-kmrcl-1.78.ebuild,v 1.2 2005/03/18 07:39:12 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl.html - http://b9.com/debian.html" -SRC_URI="ftp://ftp.b9.com/kmrcl/kmrcl-${PV}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" -DEPEND="dev-lisp/cl-rt" - -CLPACKAGE=kmrcl - -S=${WORKDIR}/kmrcl-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - common-lisp-system-symlink ${CLPACKAGE}-tests - dodoc README rt-test.lisp -} diff --git a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.75 b/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.75 deleted file mode 100644 index c12d81911dda..000000000000 --- a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.75 +++ /dev/null @@ -1 +0,0 @@ -MD5 f6fb762fb499b35a354336440432769c kmrcl-1.75.tar.gz 40627 diff --git a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.77 b/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.77 deleted file mode 100644 index f5ca7da91825..000000000000 --- a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.77 +++ /dev/null @@ -1 +0,0 @@ -MD5 e68c3e762e5870fa2b678f05515bf97e kmrcl-1.77.tar.gz 42140 diff --git a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.78 b/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.78 deleted file mode 100644 index 309197dbf84b..000000000000 --- a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.78 +++ /dev/null @@ -1 +0,0 @@ -MD5 fbd21159578edf583f129845929cf558 kmrcl-1.78.tar.gz 43335 diff --git a/dev-lisp/cl-kr/ChangeLog b/dev-lisp/cl-kr/ChangeLog index bf0f24438a3d..54b518d44694 100644 --- a/dev-lisp/cl-kr/ChangeLog +++ b/dev-lisp/cl-kr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-kr # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kr/ChangeLog,v 1.2 2005/04/10 20:09:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kr/ChangeLog,v 1.3 2005/04/16 20:37:36 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-kr-2.3.4.ebuild: + Keywording; Removed old ebuilds 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-kr-2.3.4.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-kr/cl-kr-2.3.4.ebuild b/dev-lisp/cl-kr/cl-kr-2.3.4.ebuild index d1f8ad05484c..146bf53b76a4 100644 --- a/dev-lisp/cl-kr/cl-kr-2.3.4.ebuild +++ b/dev-lisp/cl-kr/cl-kr-2.3.4.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-kr/cl-kr-2.3.4.ebuild,v 1.2 2005/04/10 20:09:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kr/cl-kr-2.3.4.ebuild,v 1.3 2005/04/16 20:37:36 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/KR" SRC_URI="http://www.inf.tu-dresden.de/~s1054849/kr_${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/commonlisp dev-lisp/common-lisp-controller" diff --git a/dev-lisp/cl-lambda-gtk/ChangeLog b/dev-lisp/cl-lambda-gtk/ChangeLog index 6a8e768cf918..36613a6c6247 100644 --- a/dev-lisp/cl-lambda-gtk/ChangeLog +++ b/dev-lisp/cl-lambda-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-lambda-gtk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lambda-gtk/ChangeLog,v 1.1 2005/03/07 11:05:24 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lambda-gtk/ChangeLog,v 1.2 2005/04/16 20:38:11 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-lambda-gtk-0.1.ebuild: + Keywording; Removed old ebuilds *cl-lambda-gtk-0.1 (07 Mar 2005) diff --git a/dev-lisp/cl-lambda-gtk/cl-lambda-gtk-0.1.ebuild b/dev-lisp/cl-lambda-gtk/cl-lambda-gtk-0.1.ebuild index ad9d780c53e3..0bebb738cdbe 100644 --- a/dev-lisp/cl-lambda-gtk/cl-lambda-gtk-0.1.ebuild +++ b/dev-lisp/cl-lambda-gtk/cl-lambda-gtk-0.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-lambda-gtk/cl-lambda-gtk-0.1.ebuild,v 1.1 2005/03/07 11:05:24 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lambda-gtk/cl-lambda-gtk-0.1.ebuild,v 1.2 2005/04/16 20:38:11 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/lambda-gtk/" SRC_URI="ftp://common-lisp.net/pub/project/lambda-gtk/lambda-gtk-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-linedit/ChangeLog b/dev-lisp/cl-linedit/ChangeLog index 94e32d1b55a7..e0b9f140443a 100644 --- a/dev-lisp/cl-linedit/ChangeLog +++ b/dev-lisp/cl-linedit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lisp/cl-linedit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-linedit/ChangeLog,v 1.6 2005/04/10 20:14:45 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-linedit/ChangeLog,v 1.7 2005/04/16 20:44:51 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -files/0.14.8-linedit.asd-uffi-glue-gentoo.patch, + -files/0.15.9-linedit.asd-uffi-glue-gentoo.patch, -files/0.15.9-Makefile, + -files/0.14.8-Makefile, -cl-linedit-0.14.8.ebuild, + -cl-linedit-0.15.9.ebuild, cl-linedit-0.15.12.ebuild: + Keywording; Removed old ebuilds 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-linedit-0.15.12.ebuild: diff --git a/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild b/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild deleted file mode 100644 index 567f812e0b32..000000000000 --- a/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild +++ /dev/null @@ -1,42 +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-linedit/cl-linedit-0.14.8.ebuild,v 1.3 2004/06/24 23:46:05 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Linedit is a readline-style library written in Common Lisp that provides customizable line-editing features." -HOMEPAGE="" -SRC_URI="http://common-lisp.net/project/linedit/files/linedit_${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-terminfo - dev-lisp/cl-uffi" - -CLPACKAGE=linedit - -S=${WORKDIR}/linedit_${PV} - -src_unpack() { - unpack ${A} - # adds uffi-loader.lisp, removes building .so files - epatch ${FILESDIR}/${PV}-linedit.asd-uffi-glue-gentoo.patch - cp ${FILESDIR}/${PV}-Makefile ${S}/Makefile -} - -src_compile() { - make || die -} - -src_install() { - common-lisp-install *.lisp linedit.asd version.lisp-expr - common-lisp-system-symlink - dodoc LICENSE - exeinto /usr/lib/linedit - doexe *.so -} diff --git a/dev-lisp/cl-linedit/cl-linedit-0.15.12.ebuild b/dev-lisp/cl-linedit/cl-linedit-0.15.12.ebuild index 9f157acef24d..feee2b5739f1 100644 --- a/dev-lisp/cl-linedit/cl-linedit-0.15.12.ebuild +++ b/dev-lisp/cl-linedit/cl-linedit-0.15.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/cl-linedit/cl-linedit-0.15.12.ebuild,v 1.2 2005/04/10 20:14:45 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-linedit/cl-linedit-0.15.12.ebuild,v 1.3 2005/04/16 20:44:51 mkennedy Exp $ inherit common-lisp eutils @@ -10,12 +10,10 @@ SRC_URI="http://common-lisp.net/project/linedit/files/linedit_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-terminfo +DEPEND="dev-lisp/cl-terminfo dev-lisp/cl-uffi dev-lisp/cl-osicat" diff --git a/dev-lisp/cl-linedit/cl-linedit-0.15.9.ebuild b/dev-lisp/cl-linedit/cl-linedit-0.15.9.ebuild deleted file mode 100644 index 8118c6d3e6d4..000000000000 --- a/dev-lisp/cl-linedit/cl-linedit-0.15.9.ebuild +++ /dev/null @@ -1,43 +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-linedit/cl-linedit-0.15.9.ebuild,v 1.3 2004/06/24 23:46:05 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Linedit is a readline-style library written in Common Lisp that provides customizable line-editing features." -HOMEPAGE="" -SRC_URI="http://common-lisp.net/project/linedit/files/linedit_${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-terminfo - dev-lisp/cl-uffi - dev-lisp/cl-osicat" - -CLPACKAGE=linedit - -S=${WORKDIR}/linedit_${PV} - -src_unpack() { - unpack ${A} - # adds uffi-loader.lisp, removes building .so files - epatch ${FILESDIR}/${PV}-linedit.asd-uffi-glue-gentoo.patch - cp ${FILESDIR}/${PV}-Makefile ${S}/Makefile -} - -src_compile() { - make || die -} - -src_install() { - common-lisp-install *.lisp linedit.asd version.lisp-expr - common-lisp-system-symlink - dodoc LICENSE - exeinto /usr/lib/linedit - doexe *.so -} diff --git a/dev-lisp/cl-linedit/files/0.14.8-Makefile b/dev-lisp/cl-linedit/files/0.14.8-Makefile deleted file mode 100644 index 0de155fbd03a..000000000000 --- a/dev-lisp/cl-linedit/files/0.14.8-Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -CFLAGS=-fPIC -shared - -UFFI_LIBS=signals.so terminal_glue.so - -all: $(UFFI_LIBS) - -%.so : %.c - $(CC) $(CFLAGS) -o $@ $^ - -clean: - rm -f $(UFFI_LIBS) - -.PHONY: clean diff --git a/dev-lisp/cl-linedit/files/0.14.8-linedit.asd-uffi-glue-gentoo.patch b/dev-lisp/cl-linedit/files/0.14.8-linedit.asd-uffi-glue-gentoo.patch deleted file mode 100644 index 2a9d2c70b290..000000000000 --- a/dev-lisp/cl-linedit/files/0.14.8-linedit.asd-uffi-glue-gentoo.patch +++ /dev/null @@ -1,69 +0,0 @@ -diff -urN linedit_0.14.8.original/linedit.asd linedit_0.14.8/linedit.asd ---- linedit_0.14.8.original/linedit.asd 2003-11-06 08:18:19.000000000 -0600 -+++ linedit_0.14.8/linedit.asd 2004-02-15 03:42:33.710137680 -0600 -@@ -23,30 +23,6 @@ - - (in-package :asdf) - --(defvar *gcc* "/usr/bin/gcc") -- --(defvar *gcc-options* '(#-darwin "-shared" -- #+darwin "-bundle" -- "-fPIC")) -- --(defmethod output-files ((o compile-op) (c c-source-file)) -- (list (make-pathname :name (component-name c) -- :type "so" -- :defaults (component-pathname c)))) -- --(defmethod perform ((o load-op) (c c-source-file)) -- (let ((loader (intern "LOAD-FOREIGN-LIBRARY" :uffi))) -- (dolist (f (input-files o c)) -- (funcall loader f)))) -- --(defmethod perform ((o compile-op) (c c-source-file)) -- (unless (zerop (run-shell-command "~A ~A ~{~A ~}-o ~A" -- *gcc* -- (namestring (component-pathname c)) -- *gcc-options* -- (namestring (car (output-files o c))))) -- (error 'operation-error :component c :operation o))) -- - (defsystem :linedit - :version "0.14.4" - :depends-on (:uffi :terminfo) -@@ -57,10 +33,10 @@ - (:file "utility-functions" :depends-on ("packages")) - - ;; Backend -- (:file "backend" :depends-on ("utility-macros")) -- (:c-source-file "terminal_glue") -+ (:file "uffi-loader" :depends-on ("packages")) -+ (:file "backend" :depends-on ("utility-macros" "uffi-loader")) - (:file "terminal-translations" :depends-on ("packages")) -- (:file "terminal" :depends-on ("terminal-translations" "backend" "terminal_glue")) -+ (:file "terminal" :depends-on ("terminal-translations" "backend")) - (:file "smart-terminal" :depends-on ("terminal")) - (:file "dumb-terminal" :depends-on ("terminal")) - -@@ -69,8 +45,7 @@ - (:file "line" :depends-on ("utility-macros")) - (:file "buffer" :depends-on ("utility-macros")) - (:file "command-keys" :depends-on ("packages")) -- (:c-source-file "signals") -- (:file "editor" :depends-on ("backend" "rewindable" "signals" -+ (:file "editor" :depends-on ("backend" "rewindable" - "line" "buffer" "command-keys")) - (:file "main" :depends-on ("editor")) - (:file "complete" :depends-on ("utility-macros")) -diff -urN linedit_0.14.8.original/uffi-loader.lisp linedit_0.14.8/uffi-loader.lisp ---- linedit_0.14.8.original/uffi-loader.lisp 1969-12-31 18:00:00.000000000 -0600 -+++ linedit_0.14.8/uffi-loader.lisp 2004-02-15 03:46:59.595716928 -0600 -@@ -0,0 +1,7 @@ -+;;;; -*- mode: lisp; syntax: common-lisp; indent-tabs-mode: nil; base: 10; package: linedit -*- -+ -+(in-package :linedit) -+ -+(uffi:load-foreign-library #p"/usr/lib/linedit/signals.so") -+(uffi:load-foreign-library #p"/usr/lib/linedit/terminal_glue.so") -+ diff --git a/dev-lisp/cl-linedit/files/0.15.9-Makefile b/dev-lisp/cl-linedit/files/0.15.9-Makefile deleted file mode 100644 index 0de155fbd03a..000000000000 --- a/dev-lisp/cl-linedit/files/0.15.9-Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -CFLAGS=-fPIC -shared - -UFFI_LIBS=signals.so terminal_glue.so - -all: $(UFFI_LIBS) - -%.so : %.c - $(CC) $(CFLAGS) -o $@ $^ - -clean: - rm -f $(UFFI_LIBS) - -.PHONY: clean diff --git a/dev-lisp/cl-linedit/files/0.15.9-linedit.asd-uffi-glue-gentoo.patch b/dev-lisp/cl-linedit/files/0.15.9-linedit.asd-uffi-glue-gentoo.patch deleted file mode 100644 index 8fc02ae4c29b..000000000000 --- a/dev-lisp/cl-linedit/files/0.15.9-linedit.asd-uffi-glue-gentoo.patch +++ /dev/null @@ -1,69 +0,0 @@ -diff -urN linedit_0.15.9.orig/linedit.asd linedit_0.15.9/linedit.asd ---- linedit_0.15.9.orig/linedit.asd 2004-03-05 13:49:51.000000000 -0600 -+++ linedit_0.15.9/linedit.asd 2004-05-09 01:54:06.119229032 -0500 -@@ -23,30 +23,6 @@ - - (in-package :asdf) - --(defvar *gcc* "/usr/bin/gcc") -- --(defvar *gcc-options* '(#-darwin "-shared" -- #+darwin "-bundle" -- "-fPIC")) -- --(defmethod output-files ((o compile-op) (c c-source-file)) -- (list (make-pathname :name (component-name c) -- :type "so" -- :defaults (component-pathname c)))) -- --(defmethod perform ((o load-op) (c c-source-file)) -- (let ((loader (intern "LOAD-FOREIGN-LIBRARY" :uffi))) -- (dolist (f (input-files o c)) -- (funcall loader f)))) -- --(defmethod perform ((o compile-op) (c c-source-file)) -- (unless (zerop (run-shell-command "~A ~A ~{~A ~}-o ~A" -- *gcc* -- (namestring (component-pathname c)) -- *gcc-options* -- (namestring (car (output-files o c))))) -- (error 'operation-error :component c :operation o))) -- - (defsystem :linedit - :version "0.15.9" - :depends-on (:uffi :terminfo :osicat) -@@ -58,10 +34,10 @@ - (:file "matcher" :depends-on ("packages")) - - ;; Backend -- (:file "backend" :depends-on ("utility-macros")) -- (:c-source-file "terminal_glue") -+ (:file "uffi-loader" :depends-on ("packages")) -+ (:file "backend" :depends-on ("utility-macros" "uffi-loader")) - (:file "terminal-translations" :depends-on ("packages")) -- (:file "terminal" :depends-on ("terminal-translations" "backend" "terminal_glue")) -+ (:file "terminal" :depends-on ("terminal-translations" "backend" "uffi-loader")) - (:file "smart-terminal" :depends-on ("terminal" "matcher")) - (:file "dumb-terminal" :depends-on ("terminal")) - -@@ -70,8 +46,7 @@ - (:file "line" :depends-on ("utility-macros")) - (:file "buffer" :depends-on ("utility-macros")) - (:file "command-keys" :depends-on ("packages")) -- (:c-source-file "signals") -- (:file "editor" :depends-on ("backend" "rewindable" "signals" -+ (:file "editor" :depends-on ("backend" "rewindable" - "line" "buffer" "command-keys")) - (:file "main" :depends-on ("editor")) - (:file "complete" :depends-on ("utility-macros")) -diff -urN linedit_0.15.9.orig/uffi-loader.lisp linedit_0.15.9/uffi-loader.lisp ---- linedit_0.15.9.orig/uffi-loader.lisp 1969-12-31 18:00:00.000000000 -0600 -+++ linedit_0.15.9/uffi-loader.lisp 2004-05-09 01:47:12.383126480 -0500 -@@ -0,0 +1,7 @@ -+;;;; -*- mode: lisp; syntax: common-lisp; indent-tabs-mode: nil; base: 10; package: linedit -*- -+ -+(in-package :linedit) -+ -+(uffi:load-foreign-library #p"/usr/lib/linedit/signals.so") -+(uffi:load-foreign-library #p"/usr/lib/linedit/terminal_glue.so") -+ diff --git a/dev-lisp/cl-linedit/files/digest-cl-linedit-0.14.8 b/dev-lisp/cl-linedit/files/digest-cl-linedit-0.14.8 deleted file mode 100644 index ee69560b6943..000000000000 --- a/dev-lisp/cl-linedit/files/digest-cl-linedit-0.14.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 9daf012d10e0a0f781981a4bc6adb4bd linedit_0.14.8.tar.gz 12476 diff --git a/dev-lisp/cl-linedit/files/digest-cl-linedit-0.15.9 b/dev-lisp/cl-linedit/files/digest-cl-linedit-0.15.9 deleted file mode 100644 index c3408bd2ae9e..000000000000 --- a/dev-lisp/cl-linedit/files/digest-cl-linedit-0.15.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 48696cc960cad0ea3bd1b524cf4f32fd linedit_0.15.9.tar.gz 14788 diff --git a/dev-lisp/cl-lisp2wish/ChangeLog b/dev-lisp/cl-lisp2wish/ChangeLog index 88ba7eb1ad18..0067e45295f2 100644 --- a/dev-lisp/cl-lisp2wish/ChangeLog +++ b/dev-lisp/cl-lisp2wish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-lisp2wish # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lisp2wish/ChangeLog,v 1.4 2005/04/11 20:15:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lisp2wish/ChangeLog,v 1.5 2005/04/16 20:45:31 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-lisp2wish-20040131.ebuild: + Keywording; Removed old ebuilds 11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-lisp2wish-20040131.ebuild: diff --git a/dev-lisp/cl-lisp2wish/cl-lisp2wish-20040131.ebuild b/dev-lisp/cl-lisp2wish/cl-lisp2wish-20040131.ebuild index ef404bd8e210..942ff7ca33f8 100644 --- a/dev-lisp/cl-lisp2wish/cl-lisp2wish-20040131.ebuild +++ b/dev-lisp/cl-lisp2wish/cl-lisp2wish-20040131.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-lisp2wish/cl-lisp2wish-20040131.ebuild,v 1.5 2005/04/11 20:15:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lisp2wish/cl-lisp2wish-20040131.ebuild,v 1.6 2005/04/16 20:45:31 mkennedy Exp $ inherit common-lisp eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cliki.net/lisp2wish" SRC_URI="http://www.riise-data.net/lisp2wish-${MY_PV}.tgz" LICENSE="lisp2wish" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/commonlisp dev-lisp/common-lisp-controller" diff --git a/dev-lisp/cl-lml/ChangeLog b/dev-lisp/cl-lml/ChangeLog index ac15b1feb22b..f44e8b7be2f1 100644 --- a/dev-lisp/cl-lml/ChangeLog +++ b/dev-lisp/cl-lml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-lml # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/ChangeLog,v 1.6 2005/04/10 20:27:20 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/ChangeLog,v 1.7 2005/04/16 20:46:07 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-lml-2.5.3.ebuild: + Keywording; Removed old ebuilds *cl-lml-2.5.3 (10 Apr 2005) diff --git a/dev-lisp/cl-lml/cl-lml-2.5.3.ebuild b/dev-lisp/cl-lml/cl-lml-2.5.3.ebuild index 3905b4117dc3..a9fc2db1809f 100644 --- a/dev-lisp/cl-lml/cl-lml-2.5.3.ebuild +++ b/dev-lisp/cl-lml/cl-lml-2.5.3.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-lml/cl-lml-2.5.3.ebuild,v 1.1 2005/04/10 20:27:20 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/cl-lml-2.5.3.ebuild,v 1.2 2005/04/16 20:46:07 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://lml.b9.com/ SRC_URI="ftp://lml.med-info.com/lml/lml-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-lml2/ChangeLog b/dev-lisp/cl-lml2/ChangeLog index 739244a9e395..95a5fb4460b3 100644 --- a/dev-lisp/cl-lml2/ChangeLog +++ b/dev-lisp/cl-lml2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-lml2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/ChangeLog,v 1.6 2005/04/10 20:40:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/ChangeLog,v 1.7 2005/04/16 20:46:45 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-lml2-1.5.3.ebuild: + Keywording; Removed old ebuilds *cl-lml2-1.5.3 (10 Apr 2005) diff --git a/dev-lisp/cl-lml2/cl-lml2-1.5.3.ebuild b/dev-lisp/cl-lml2/cl-lml2-1.5.3.ebuild index 9d3c6250b629..1b6631484b5c 100644 --- a/dev-lisp/cl-lml2/cl-lml2-1.5.3.ebuild +++ b/dev-lisp/cl-lml2/cl-lml2-1.5.3.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-lml2/cl-lml2-1.5.3.ebuild,v 1.1 2005/04/10 20:40:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/cl-lml2-1.5.3.ebuild,v 1.2 2005/04/16 20:46:45 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.b9.com/lml2/lml2-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-ltk/ChangeLog b/dev-lisp/cl-ltk/ChangeLog index bb24905b0724..7946358dbbde 100644 --- a/dev-lisp/cl-ltk/ChangeLog +++ b/dev-lisp/cl-ltk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-ltk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.7 2005/04/10 20:42:16 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.8 2005/04/16 20:47:40 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-ltk-0.8.3.ebuild, + -cl-ltk-0.8.5.ebuild, -cl-ltk-0.8.6.ebuild, cl-ltk-0.8.7.ebuild: + Keywording; Removed old ebuilds 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-ltk-0.8.7.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild deleted file mode 100644 index 4aaaf29e135c..000000000000 --- a/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild +++ /dev/null @@ -1,27 +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-ltk/cl-ltk-0.8.3.ebuild,v 1.3 2005/02/03 00:01:16 mkennedy Exp $ - -inherit common-lisp eutils - -DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage." -HOMEPAGE="http://www.peter-herth.de/ltk/" -SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=ltk - -S=${WORKDIR}/${PN#cl-} - -src_install() { - common-lisp-install *.lisp ltk.asd remote.tcl - common-lisp-system-symlink - dodoc *.{txt,pdf} -} diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild deleted file mode 100644 index 25fb02da99ab..000000000000 --- a/dev-lisp/cl-ltk/cl-ltk-0.8.5.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-ltk/cl-ltk-0.8.5.ebuild,v 1.4 2005/02/03 00:01:16 mkennedy Exp $ - -inherit common-lisp eutils - -DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage." -HOMEPAGE="http://www.peter-herth.de/ltk/" -SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -RDEPEND="${DEPEND} - dev-lang/tk" - -CLPACKAGE=ltk - -S=${WORKDIR}/${PN#cl-} - -src_install() { - common-lisp-install *.lisp ltk.asd remote.tcl - common-lisp-system-symlink - dodoc *.{txt,pdf} -} diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild deleted file mode 100644 index a63d1f4b4458..000000000000 --- a/dev-lisp/cl-ltk/cl-ltk-0.8.6.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-ltk/cl-ltk-0.8.6.ebuild,v 1.2 2005/02/03 00:01:16 mkennedy Exp $ - -inherit common-lisp eutils - -DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage." -HOMEPAGE="http://www.peter-herth.de/ltk/" -SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -RDEPEND="${DEPEND} - dev-lang/tk" - -CLPACKAGE=ltk - -S=${WORKDIR}/${PN#cl-} - -src_install() { - common-lisp-install *.lisp ltk.asd remote.tcl - common-lisp-system-symlink - dodoc *.{txt,pdf} -} diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild index c8b5bdc41d3b..5a7ca9fb0e06 100644 --- a/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild +++ b/dev-lisp/cl-ltk/cl-ltk-0.8.7.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-ltk/cl-ltk-0.8.7.ebuild,v 1.2 2005/04/10 20:42:16 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild,v 1.3 2005/04/16 20:47:41 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.peter-herth.de/ltk/" SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.3 b/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.3 deleted file mode 100644 index 35776fa40d79..000000000000 --- a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 df463f08f40423a49c7d7d2c8d9ccd26 ltk-0.8.3.tgz 130946 diff --git a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.5 b/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.5 deleted file mode 100644 index 6f91d84a8eaa..000000000000 --- a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 567d7fc384b0025c5f364e47cc33da85 ltk-0.8.5.tgz 134641 diff --git a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.6 b/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.6 deleted file mode 100644 index b517ff88ab65..000000000000 --- a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 7dce63024b84094a143204951e24aa4d ltk-0.8.6.tgz 168528 diff --git a/dev-lisp/cl-mcclim/ChangeLog b/dev-lisp/cl-mcclim/ChangeLog index 9fbf20dfc2d4..72b2706ca35a 100644 --- a/dev-lisp/cl-mcclim/ChangeLog +++ b/dev-lisp/cl-mcclim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-mcclim # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/ChangeLog,v 1.8 2005/04/11 07:36:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/ChangeLog,v 1.9 2005/04/16 20:50:04 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-mcclim-0.9.1.ebuild: + Keywording; Removed old ebuilds 11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-mcclim-0.9.1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild b/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild index 70b2782bf9c4..b38d27e59478 100644 --- a/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild +++ b/dev-lisp/cl-mcclim/cl-mcclim-0.9.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-mcclim/cl-mcclim-0.9.1.ebuild,v 1.2 2005/04/11 07:36:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild,v 1.3 2005/04/16 20:50:04 mkennedy Exp $ inherit common-lisp elisp eutils @@ -15,7 +15,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-mcclim/cl-mcclim_${PV}.orig http://ftp.debian.org/debian/pool/main/c/cl-mcclim/cl-mcclim_${PV}-${DEB_PV}.diff.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="emacs doc" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-memoization/ChangeLog b/dev-lisp/cl-memoization/ChangeLog index b1a987d8156b..556f5cff8510 100644 --- a/dev-lisp/cl-memoization/ChangeLog +++ b/dev-lisp/cl-memoization/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-memoization # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.2 2005/04/10 21:44:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.3 2005/04/16 20:50:30 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-memoization-1.0.ebuild, cl-memoization-20050302.ebuild: + Keywording; Removed old ebuilds *cl-memoization-20050302 (10 Apr 2005) diff --git a/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild b/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild deleted file mode 100644 index dcbe4a00aae2..000000000000 --- a/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild +++ /dev/null @@ -1,33 +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-memoization/cl-memoization-1.0.ebuild,v 1.1 2004/10/15 03:52:11 mkennedy Exp $ - -inherit common-lisp - -DEB_PV=9 - -DESCRIPTION="Memoization support to CMU Common Lisp" -HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=memoization - -S=${WORKDIR}/memoization-${PV} - -src_unpack() { - unpack ${A} - rm ${S}/Makefile || die -} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp - do-debian-credits -} diff --git a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild b/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild index b41ab8ea48cd..ddd97dcee383 100644 --- a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild +++ b/dev-lisp/cl-memoization/cl-memoization-20050302.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-memoization/cl-memoization-20050302.ebuild,v 1.1 2005/04/10 21:44:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild,v 1.2 2005/04/16 20:50:30 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-memoization/${PN}_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 b/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 deleted file mode 100644 index 7c02b5921614..000000000000 --- a/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7835ee4c0c87ef99d3a831fbda8c6674 cl-memoization_1.0-9.tar.gz 80955 diff --git a/dev-lisp/cl-menusystem/ChangeLog b/dev-lisp/cl-menusystem/ChangeLog index 4df90454f1d7..8f6a15973222 100644 --- a/dev-lisp/cl-menusystem/ChangeLog +++ b/dev-lisp/cl-menusystem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-menusystem # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.3 2005/04/10 21:45:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.4 2005/04/16 20:51:24 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-menusystem-20030919.ebuild: + Keywording; Removed old ebuilds 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-menusystem-20030919.ebuild: diff --git a/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild b/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild index 3fc7ea378eb2..8fdceea53e48 100644 --- a/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild +++ b/dev-lisp/cl-menusystem/cl-menusystem-20030919.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-menusystem/cl-menusystem-20030919.ebuild,v 1.4 2005/04/10 21:45:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.5 2005/04/16 20:51:24 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/" SRC_URI="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/cl-menusystem-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-meta/ChangeLog b/dev-lisp/cl-meta/ChangeLog index b63cade07a8f..65f69189595e 100644 --- a/dev-lisp/cl-meta/ChangeLog +++ b/dev-lisp/cl-meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-meta # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.5 2005/04/10 21:47:27 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.6 2005/04/16 20:52:34 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-meta-0.1.2.ebuild, + cl-meta-0.1.2-r1.ebuild: + Keywording; Removed old ebuilds 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-meta-0.1.2-r1.ebuild: diff --git a/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild b/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild index ad5aeee4fad6..858c6d4dc427 100644 --- a/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild +++ b/dev-lisp/cl-meta/cl-meta-0.1.2-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-meta/cl-meta-0.1.2-r1.ebuild,v 1.5 2005/04/10 21:47:27 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild,v 1.6 2005/04/16 20:52:34 mkennedy Exp $ inherit common-lisp @@ -11,7 +11,7 @@ HOMEPAGE="http://cclan.sourceforge.net/ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-meta/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild b/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild deleted file mode 100644 index 12e70ed2c5a9..000000000000 --- a/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild +++ /dev/null @@ -1,33 +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-meta/cl-meta-0.1.2.ebuild,v 1.3 2004/07/14 15:56:34 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="An implementation of META, a technique for building efficient recursive descent parsers." -HOMEPAGE="http://cclan.sourceforge.net/ - http://www.cliki.net/Meta - http://packages.debian.org/unstable/devel/cl-meta" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-meta/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=meta - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc Prag-Parse.{html,ps} README -} - -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-meta/files/digest-cl-meta-0.1.2 b/dev-lisp/cl-meta/files/digest-cl-meta-0.1.2 deleted file mode 100644 index b159027eddfd..000000000000 --- a/dev-lisp/cl-meta/files/digest-cl-meta-0.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 33949c0cfd9daff251cd0e90220bd072 cl-meta_0.1.2.orig.tar.gz 49305 diff --git a/dev-lisp/cl-osicat/ChangeLog b/dev-lisp/cl-osicat/ChangeLog index 1550755ca91a..17462d188eea 100644 --- a/dev-lisp/cl-osicat/ChangeLog +++ b/dev-lisp/cl-osicat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-osicat # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/ChangeLog,v 1.7 2005/03/22 15:32:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/ChangeLog,v 1.8 2005/04/16 20:43:06 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-osicat-0.3.3.ebuild, -cl-osicat-0.3.3-r1.ebuild, + -cl-osicat-0.3.7.ebuild, cl-osicat-0.4.0.ebuild: + Keywording; Removed old ebuilds 22 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-osicat-0.4.0.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-osicat/cl-osicat-0.3.3-r1.ebuild b/dev-lisp/cl-osicat/cl-osicat-0.3.3-r1.ebuild deleted file mode 100644 index ddd378c739ff..000000000000 --- a/dev-lisp/cl-osicat/cl-osicat-0.3.3-r1.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-osicat/cl-osicat-0.3.3-r1.ebuild,v 1.3 2004/07/14 15:57:38 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Osicat is a lightweight operating system interface for Common Lisp on Unix-platforms." -HOMEPAGE="http://www.common-lisp.net/project/osicat/" -SRC_URI="http://common-lisp.net/project/osicat/files/osicat_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=osicat - -S=${WORKDIR}/osicat_${PV} - -src_install() { - common-lisp-install *.lisp osicat.asd *.c - common-lisp-system-symlink - dodoc README LICENSE -} diff --git a/dev-lisp/cl-osicat/cl-osicat-0.3.3.ebuild b/dev-lisp/cl-osicat/cl-osicat-0.3.3.ebuild deleted file mode 100644 index 7e17a269ce0c..000000000000 --- a/dev-lisp/cl-osicat/cl-osicat-0.3.3.ebuild +++ /dev/null @@ -1,33 +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-osicat/cl-osicat-0.3.3.ebuild,v 1.3 2004/06/24 23:48:48 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Osicat is a lightweight operating system interface for Common Lisp on Unix-platforms." -HOMEPAGE="http://www.common-lisp.net/project/osicat/" -SRC_URI="mirror://gentoo/osicat-${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=osicat - -S=${WORKDIR}/osicat_${PV} - -src_install() { - common-lisp-install *.lisp osicat.asd *.c - common-lisp-system-symlink - dodoc README LICENSE -} - -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-osicat/cl-osicat-0.3.7.ebuild b/dev-lisp/cl-osicat/cl-osicat-0.3.7.ebuild deleted file mode 100644 index 70f23803d0c2..000000000000 --- a/dev-lisp/cl-osicat/cl-osicat-0.3.7.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-osicat/cl-osicat-0.3.7.ebuild,v 1.4 2004/07/14 15:57:38 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Osicat is a lightweight operating system interface for Common Lisp on Unix-platforms." -HOMEPAGE="http://www.common-lisp.net/project/osicat/" -SRC_URI="http://common-lisp.net/project/osicat/files/osicat_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=osicat - -S=${WORKDIR}/osicat_${PV} - -src_install() { - common-lisp-install *.lisp osicat.asd *.c version.txt - common-lisp-system-symlink - dodoc README LICENSE -} diff --git a/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild b/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild index 31f739e1fb12..538055efa824 100644 --- a/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild +++ b/dev-lisp/cl-osicat/cl-osicat-0.4.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-osicat/cl-osicat-0.4.0.ebuild,v 1.4 2005/03/22 15:32:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild,v 1.5 2005/04/16 20:43:06 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.common-lisp.net/project/osicat/" SRC_URI="http://common-lisp.net/project/osicat/files/osicat_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.3 b/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.3 deleted file mode 100644 index 82522721ce89..000000000000 --- a/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 78cbedcd30c604e4e5f2782b8f21cdd1 osicat-0.3.3.tar.gz 6866 diff --git a/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.3-r1 b/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.3-r1 deleted file mode 100644 index d57a13a0efda..000000000000 --- a/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 78cbedcd30c604e4e5f2782b8f21cdd1 osicat_0.3.3.tar.gz 6866 diff --git a/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.7 b/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.7 deleted file mode 100644 index bf8a6eef3de0..000000000000 --- a/dev-lisp/cl-osicat/files/digest-cl-osicat-0.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 b742ed3395d352ee82a19faa42737cd1 osicat_0.3.7.tar.gz 10105 diff --git a/dev-lisp/cl-terminfo/ChangeLog b/dev-lisp/cl-terminfo/ChangeLog index ea3be770bea7..a6ee32321a7f 100644 --- a/dev-lisp/cl-terminfo/ChangeLog +++ b/dev-lisp/cl-terminfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-terminfo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-terminfo/ChangeLog,v 1.6 2005/04/10 20:14:19 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-terminfo/ChangeLog,v 1.7 2005/04/16 20:44:18 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-terminfo-1.2.ebuild, cl-terminfo-1.3.ebuild: + Keywording; Removed old ebuilds 10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-terminfo-1.3.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-terminfo/cl-terminfo-1.2.ebuild b/dev-lisp/cl-terminfo/cl-terminfo-1.2.ebuild deleted file mode 100644 index 8b980009e017..000000000000 --- a/dev-lisp/cl-terminfo/cl-terminfo-1.2.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-terminfo/cl-terminfo-1.2.ebuild,v 1.4 2004/07/14 16:17:59 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Common Lisp interface to the terminfo database." -HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" -SRC_URI="http://common-lisp.net/project/linedit/files/terminfo_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - sys-libs/ncurses" - -CLPACKAGE=terminfo - -S=${WORKDIR}/terminfo_${PV} - -src_install() { - common-lisp-install *.lisp terminfo.asd - common-lisp-system-symlink -} diff --git a/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild b/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild index 107a0dead7ca..9dbe9a319b01 100644 --- a/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild +++ b/dev-lisp/cl-terminfo/cl-terminfo-1.3.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-terminfo/cl-terminfo-1.3.ebuild,v 1.4 2005/04/10 20:14:19 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild,v 1.5 2005/04/16 20:44:18 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" SRC_URI="http://common-lisp.net/project/linedit/files/terminfo_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp diff --git a/dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.2 b/dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.2 deleted file mode 100644 index 0ad9672e6bc3..000000000000 --- a/dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 683637c8e06e1b316c1a29265a3421ce terminfo_1.2.tar.gz 10222 |