summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-15 20:28:50 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-15 20:28:50 +0000
commite23c271737af47563584e5a7ec09dc4e2cac251b (patch)
tree1d6f758748946864a32fc0fd80de840bea6a8b42 /dev-lisp/cl-getopt
parentStable on ppc. (diff)
downloadgentoo-2-e23c271737af47563584e5a7ec09dc4e2cac251b.tar.gz
gentoo-2-e23c271737af47563584e5a7ec09dc4e2cac251b.tar.bz2
gentoo-2-e23c271737af47563584e5a7ec09dc4e2cac251b.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-getopt')
-rw-r--r--dev-lisp/cl-getopt/ChangeLog7
-rw-r--r--dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.ebuild26
-rw-r--r--dev-lisp/cl-getopt/cl-getopt-1.0.1.ebuild34
-rw-r--r--dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild8
-rw-r--r--dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.11
-rw-r--r--dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r11
6 files changed, 9 insertions, 68 deletions
diff --git a/dev-lisp/cl-getopt/ChangeLog b/dev-lisp/cl-getopt/ChangeLog
index 0adcd17f5bb3..871b07d14a6e 100644
--- a/dev-lisp/cl-getopt/ChangeLog
+++ b/dev-lisp/cl-getopt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-getopt
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.6 2005/03/21 07:21:03 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.7 2005/04/15 20:28:50 mkennedy Exp $
+
+ 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ -cl-getopt-1.0.1.ebuild, -cl-getopt-1.0.1-r1.ebuild,
+ cl-getopt-1.1.0.ebuild:
+ Keywording x86, ~ppc
21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-getopt-1.1.0.ebuild:
Keywording for ~amd64
diff --git a/dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.ebuild
deleted file mode 100644
index 420de03ae475..000000000000
--- a/dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.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-getopt/cl-getopt-1.0.1-r1.ebuild,v 1.3 2004/07/14 15:29:59 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="A Common Lisp command-line processor similar to GNU getopt_long."
-HOMEPAGE="http://www.b9.com"
-SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- dev-lisp/cl-ptester
- virtual/commonlisp"
-
-CLPACKAGE=getopt
-
-S=${WORKDIR}/getopt-${PV}
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc LICENSE README
-}
diff --git a/dev-lisp/cl-getopt/cl-getopt-1.0.1.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.0.1.ebuild
deleted file mode 100644
index 085572d2a02e..000000000000
--- a/dev-lisp/cl-getopt/cl-getopt-1.0.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-getopt/cl-getopt-1.0.1.ebuild,v 1.3 2004/06/24 23:43:36 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="A Common Lisp command-line processor similar to GNU getopt_long."
-HOMEPAGE="http://www.b9.com"
-SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- dev-lisp/cl-ptester
- virtual/commonlisp"
-
-CLPACKAGE=getopt
-
-S=${WORKDIR}/getopt-${PV}
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc LICENSE 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-getopt/cl-getopt-1.1.0.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild
index 555b3bbe644f..4e33d9d0da60 100644
--- a/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild
+++ b/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild,v 1.5 2005/03/21 07:21:03 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild,v 1.6 2005/04/15 20:28:50 mkennedy Exp $
inherit common-lisp
@@ -9,11 +9,9 @@ HOMEPAGE="http://www.b9.com"
SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- dev-lisp/cl-ptester
- virtual/commonlisp"
+DEPEND="dev-lisp/cl-ptester"
CLPACKAGE=getopt
diff --git a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1 b/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1
deleted file mode 100644
index c8156f4e4709..000000000000
--- a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 02d202d66f28d404d44c305d04bd7fda getopt-1.0.1.tar.gz 3592
diff --git a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r1 b/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r1
deleted file mode 100644
index c8156f4e4709..000000000000
--- a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 02d202d66f28d404d44c305d04bd7fda getopt-1.0.1.tar.gz 3592