summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 01:14:20 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 01:14:20 +0000
commit07ef4f717b90f426232aff81b59afedfcc63a57c (patch)
treeb81b673ee167e3b4dac75406cc8c4c98832fc301
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-07ef4f717b90f426232aff81b59afedfcc63a57c.tar.gz
gentoo-2-07ef4f717b90f426232aff81b59afedfcc63a57c.tar.bz2
gentoo-2-07ef4f717b90f426232aff81b59afedfcc63a57c.zip
(Portage version: 2.0.51.19)
-rw-r--r--dev-lisp/cl-who/ChangeLog5
-rw-r--r--dev-lisp/cl-xlunit/ChangeLog9
-rw-r--r--dev-lisp/cl-xlunit/cl-xlunit-0.6.1-r1.ebuild25
-rw-r--r--dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild33
-rw-r--r--dev-lisp/cl-xlunit/cl-xlunit-0.6.2.ebuild6
-rw-r--r--dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.11
-rw-r--r--dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1-r11
-rw-r--r--dev-lisp/cl-xml-psychiatrist/ChangeLog8
-rw-r--r--dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild9
9 files changed, 24 insertions, 73 deletions
diff --git a/dev-lisp/cl-who/ChangeLog b/dev-lisp/cl-who/ChangeLog
index 2c21f18b2622..273a3f57f2b0 100644
--- a/dev-lisp/cl-who/ChangeLog
+++ b/dev-lisp/cl-who/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-who
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/ChangeLog,v 1.8 2005/04/17 01:08:00 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/ChangeLog,v 1.9 2005/04/17 01:11:57 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> :
+ Removed old ebuilds; Keywording.
17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
-cl-who-0.4.0-r1.ebuild, -cl-who-0.4.4.ebuild, cl-who-0.5.0.ebuild:
diff --git a/dev-lisp/cl-xlunit/ChangeLog b/dev-lisp/cl-xlunit/ChangeLog
index 83cfe9cd84bc..faa093eccc8e 100644
--- a/dev-lisp/cl-xlunit/ChangeLog
+++ b/dev-lisp/cl-xlunit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-xlunit
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xlunit/ChangeLog,v 1.5 2004/06/24 23:56:56 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xlunit/ChangeLog,v 1.6 2005/04/17 01:12:52 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ -cl-xlunit-0.6.1.ebuild, -cl-xlunit-0.6.1-r1.ebuild,
+ cl-xlunit-0.6.2.ebuild:
+ Removed old ebuilds; Keywording.
*cl-xlunit-0.6.2 (09 May 2004)
diff --git a/dev-lisp/cl-xlunit/cl-xlunit-0.6.1-r1.ebuild b/dev-lisp/cl-xlunit/cl-xlunit-0.6.1-r1.ebuild
deleted file mode 100644
index 0c75e0ac725d..000000000000
--- a/dev-lisp/cl-xlunit/cl-xlunit-0.6.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-xlunit/cl-xlunit-0.6.1-r1.ebuild,v 1.3 2004/07/14 16:19:16 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit."
-HOMEPAGE="http://www.cliki.net/xlunit"
-SRC_URI="mirror://gentoo/xlunit-${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=xlunit
-
-S=${WORKDIR}/xlunit-${PV}
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc README LICENSE
-}
diff --git a/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild b/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild
deleted file mode 100644
index 546e4258f86c..000000000000
--- a/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.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-xlunit/cl-xlunit-0.6.1.ebuild,v 1.4 2004/06/24 23:56:56 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit. XLUnit strives to have a good balance between low programmer overhead and good support for fixture setup and teardown. XLUnit has greatly decreased programmer overhead compared to XPTest while adding more functionality from JUnit."
-HOMEPAGE="http://www.cliki.net/xlunit"
-SRC_URI="mirror://gentoo/xlunit-${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=xlunit
-
-S=${WORKDIR}/xlunit-${PV}
-
-src_install() {
- common-lisp-install *.lisp *.asd
- 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-xlunit/cl-xlunit-0.6.2.ebuild b/dev-lisp/cl-xlunit/cl-xlunit-0.6.2.ebuild
index 01913c8004dd..a3216ef62091 100644
--- a/dev-lisp/cl-xlunit/cl-xlunit-0.6.2.ebuild
+++ b/dev-lisp/cl-xlunit/cl-xlunit-0.6.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-xlunit/cl-xlunit-0.6.2.ebuild,v 1.3 2004/07/14 16:19:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xlunit/cl-xlunit-0.6.2.ebuild,v 1.4 2005/04/17 01:12:52 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/xlunit"
SRC_URI="http://files.b9.com/xlunit/xlunit-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1 b/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1
deleted file mode 100644
index 8460916c1dd7..000000000000
--- a/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 86ab2538e7f6d6ee50809c3ade6755ed xlunit-0.6.1.tar.gz 8283
diff --git a/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1-r1 b/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1-r1
deleted file mode 100644
index 8460916c1dd7..000000000000
--- a/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 86ab2538e7f6d6ee50809c3ade6755ed xlunit-0.6.1.tar.gz 8283
diff --git a/dev-lisp/cl-xml-psychiatrist/ChangeLog b/dev-lisp/cl-xml-psychiatrist/ChangeLog
index ae0ef54e56b7..5dc18387b87d 100644
--- a/dev-lisp/cl-xml-psychiatrist/ChangeLog
+++ b/dev-lisp/cl-xml-psychiatrist/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-xml-psychiatrist
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/ChangeLog,v 1.2 2004/11/07 22:59:08 swegener Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/ChangeLog,v 1.3 2005/04/17 01:14:20 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-xml-psychiatrist-0.4.ebuild:
+ Removed old ebuilds; Keywording.
07 Nov 2004; Sven Wegener <swegener@gentoo.org> :
Added missing ChangeLog.
diff --git a/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild b/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild
index 79c6882b1260..0163c53df9c6 100644
--- a/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild
+++ b/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.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-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild,v 1.1 2004/11/07 21:21:40 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild,v 1.2 2005/04/17 01:14:20 mkennedy Exp $
inherit common-lisp
@@ -9,11 +9,10 @@ HOMEPAGE="http://common-lisp.net/project/xml-psychiatrist/"
SRC_URI="http://common-lisp.net/project/xml-psychiatrist/xml-psychiatrist-${PV}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE="doc"
-DEPEND="virtual/commonlisp
- dev-lisp/cl-xmls
+DEPEND="dev-lisp/cl-xmls
dev-lisp/cl-ppcre
doc? ( dev-tex/latex2html app-text/ghostscript )"