diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:46:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:46:50 +0000 |
commit | aa7d26d2cc5f2140119b8f1e7d9074346edc83a3 (patch) | |
tree | 505385a17ac1ba373d7ad8a42fa0a2bc5dc8ea9d /dev-lisp | |
parent | add drdsl utf8 (diff) | |
download | gentoo-2-aa7d26d2cc5f2140119b8f1e7d9074346edc83a3.tar.gz gentoo-2-aa7d26d2cc5f2140119b8f1e7d9074346edc83a3.tar.bz2 gentoo-2-aa7d26d2cc5f2140119b8f1e7d9074346edc83a3.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-aspectl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild | 29 | ||||
-rw-r--r-- | dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-aspectl/files/digest-cl-aspectl-0.6.3 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-awk/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-awk/cl-awk-1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-awk/cl-awk-1.ebuild | 43 | ||||
-rw-r--r-- | dev-lisp/cl-awk/files/digest-cl-awk-1 | 2 | ||||
-rw-r--r-- | dev-lisp/cl-regex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-regex/cl-regex-1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-regex/cl-regex-1.ebuild | 41 | ||||
-rw-r--r-- | dev-lisp/cl-regex/files/digest-cl-regex-1 | 1 |
12 files changed, 25 insertions, 126 deletions
diff --git a/dev-lisp/cl-aspectl/ChangeLog b/dev-lisp/cl-aspectl/ChangeLog index c2d27f61fa93..3447548b0535 100644 --- a/dev-lisp/cl-aspectl/ChangeLog +++ b/dev-lisp/cl-aspectl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-aspectl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/ChangeLog,v 1.5 2005/04/15 18:42:49 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/ChangeLog,v 1.6 2005/04/15 18:43:41 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-aspectl-0.6.4.ebuild: + Keywording stable x86 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-aspectl-0.6.3.ebuild, cl-aspectl-0.6.4.ebuild: diff --git a/dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild b/dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild deleted file mode 100644 index 2fea3346d5b8..000000000000 --- a/dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild +++ /dev/null @@ -1,29 +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-aspectl/cl-aspectl-0.6.3.ebuild,v 1.2 2005/02/10 09:18:30 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="AspectL is a library that provides aspect-oriented extensions for Common Lisp/CLOS." -HOMEPAGE="http://common-lisp.net/project/aspectl/" -SRC_URI="http://common-lisp.net/project/aspectl/downloads/aspectl-${PV}.zip" - -LICENSE="CCPL-Attribution-2.0" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=aspectl - -S=${WORKDIR}/aspectl-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dohtml *.html *.css - docinto tests - dodoc tests/* -} diff --git a/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild b/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild index 7d5f94edbcd3..bc751e6653a6 100644 --- a/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild +++ b/dev-lisp/cl-aspectl/cl-aspectl-0.6.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-aspectl/cl-aspectl-0.6.4.ebuild,v 1.3 2005/04/15 18:42:49 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild,v 1.4 2005/04/15 18:43:41 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="http://common-lisp.net/project/aspectl/downloads/aspectl-${PV}.zip" LICENSE="CCPL-Attribution-2.0" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-aspectl/files/digest-cl-aspectl-0.6.3 b/dev-lisp/cl-aspectl/files/digest-cl-aspectl-0.6.3 deleted file mode 100644 index be8cf3e4edc7..000000000000 --- a/dev-lisp/cl-aspectl/files/digest-cl-aspectl-0.6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 403551e5a41e4e4b4d0ad1d88e86e800 aspectl-0.6.3.zip 35241 diff --git a/dev-lisp/cl-awk/ChangeLog b/dev-lisp/cl-awk/ChangeLog index 236d74319463..45c7dd540c37 100644 --- a/dev-lisp/cl-awk/ChangeLog +++ b/dev-lisp/cl-awk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-lisp/cl-awk # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/ChangeLog,v 1.5 2005/03/18 07:36:16 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/ChangeLog,v 1.6 2005/04/15 18:46:50 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-awk-1.ebuild, + cl-awk-1-r1.ebuild: + Remove old ebuilds; Keywording ~ppc, x86 + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-awk-1.ebuild, + cl-awk-1-r1.ebuild: + Remove old ebuilds; Keywording ~ppc, x86 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-awk-1-r1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-awk/cl-awk-1-r1.ebuild b/dev-lisp/cl-awk/cl-awk-1-r1.ebuild index a816e40eb4c2..6f73919cd31f 100644 --- a/dev-lisp/cl-awk/cl-awk-1-r1.ebuild +++ b/dev-lisp/cl-awk/cl-awk-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-awk/cl-awk-1-r1.ebuild,v 1.4 2005/03/18 07:36:16 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/cl-awk-1-r1.ebuild,v 1.5 2005/04/15 18:46:50 mkennedy Exp $ inherit common-lisp eutils @@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-awk/cl-awk_${PV}.orig.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/cl-regex" diff --git a/dev-lisp/cl-awk/cl-awk-1.ebuild b/dev-lisp/cl-awk/cl-awk-1.ebuild deleted file mode 100644 index e10b04ed2b6c..000000000000 --- a/dev-lisp/cl-awk/cl-awk-1.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-awk/cl-awk-1.ebuild,v 1.4 2004/06/24 23:41:16 agriffis Exp $ - -inherit common-lisp eutils - -DEB_PV=1 - -DESCRIPTION="Common Lisp implementation of AWK" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#clawk http://www.cliki.net/RegEx-CLAWK-Lexer http://packages.debian.org/unstable/devel/cl-awk.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-awk/cl-awk_${PV}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/cl-awk/cl-awk_1-${DEB_PV}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/cl-regex" - -S=${WORKDIR}/cl-awk-${PV} - -CLPACKAGE=clawk - -src_unpack() { - unpack ${A} - epatch cl-awk_${PV}-${DEB_PV}.diff -} - -src_install() { - common-lisp-install clawk.lisp utils.lisp packages.lisp clawk.asd - common-lisp-system-symlink - docinto examples - dodoc clawktest.lisp emp.data -} - -pkg_preinst() { - rm -rf ${ROOT}/usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf ${ROOT}/usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-awk/files/digest-cl-awk-1 b/dev-lisp/cl-awk/files/digest-cl-awk-1 deleted file mode 100644 index 0d3d6d60604d..000000000000 --- a/dev-lisp/cl-awk/files/digest-cl-awk-1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 7ec8e42abc482205adc1850edb20ecd0 cl-awk_1.orig.tar.gz 12257 -MD5 b62ec77a1780b7a585bce1ddffec0852 cl-awk_1-1.diff.gz 3486 diff --git a/dev-lisp/cl-regex/ChangeLog b/dev-lisp/cl-regex/ChangeLog index 5417b6f4539c..e29f81f34750 100644 --- a/dev-lisp/cl-regex/ChangeLog +++ b/dev-lisp/cl-regex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-regex # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/ChangeLog,v 1.5 2005/03/18 07:35:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/ChangeLog,v 1.6 2005/04/15 18:46:10 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-regex-1.ebuild, + cl-regex-1-r1.ebuild: + Remove old ebuilds; Keywording ~ppc, x86 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-regex-1-r1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-regex/cl-regex-1-r1.ebuild b/dev-lisp/cl-regex/cl-regex-1-r1.ebuild index f42111f5603c..6937407c6a83 100644 --- a/dev-lisp/cl-regex/cl-regex-1-r1.ebuild +++ b/dev-lisp/cl-regex/cl-regex-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-regex/cl-regex-1-r1.ebuild,v 1.4 2005/03/18 07:35:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/cl-regex-1-r1.ebuild,v 1.5 2005/04/15 18:46:10 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-regex/${PN}_${PV}.orig.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-regex/cl-regex-1.ebuild b/dev-lisp/cl-regex/cl-regex-1.ebuild deleted file mode 100644 index 60fb21819835..000000000000 --- a/dev-lisp/cl-regex/cl-regex-1.ebuild +++ /dev/null @@ -1,41 +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-regex/cl-regex-1.ebuild,v 1.5 2004/06/24 23:51:05 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Common Lisp regular expression compiler/matcher" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-regex/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=regex - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-macs.lisp-gentoo.patch -} - -src_install() { - common-lisp-install closure.lisp gen.lisp macs.lisp optimize.lisp \ - packages.lisp parser.lisp regex.lisp ${FILESDIR}/regex.asd - common-lisp-system-symlink - dodoc license.txt - docinto examples - dodoc *test*.lisp -} - -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-regex/files/digest-cl-regex-1 b/dev-lisp/cl-regex/files/digest-cl-regex-1 deleted file mode 100644 index e6011d49e8af..000000000000 --- a/dev-lisp/cl-regex/files/digest-cl-regex-1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6c9ad70e6978279bbad93327426fd576 cl-regex_1.orig.tar.gz 33629 |