From c21886998745394ed8259a09c31a6acc242be623 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sun, 17 Apr 2005 01:19:24 +0000 Subject: Package-Manager: portage-2.0.51.19 --- dev-lisp/cl-xptest/ChangeLog | 8 ++++-- dev-lisp/cl-xptest/cl-xptest-1.2.3-r1.ebuild | 6 ++--- dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild | 33 ------------------------- dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 | 1 - 4 files changed, 9 insertions(+), 39 deletions(-) delete mode 100644 dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild delete mode 100644 dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 (limited to 'dev-lisp/cl-xptest') diff --git a/dev-lisp/cl-xptest/ChangeLog b/dev-lisp/cl-xptest/ChangeLog index 2d24ab84525a..d94c72b3a73f 100644 --- a/dev-lisp/cl-xptest/ChangeLog +++ b/dev-lisp/cl-xptest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-xptest -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xptest/ChangeLog,v 1.4 2004/06/24 23:57:28 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xptest/ChangeLog,v 1.5 2005/04/17 01:17:25 mkennedy Exp $ + + 17 Apr 2005; Matthew Kennedy + -cl-xptest-1.2.3.ebuild, cl-xptest-1.2.3-r1.ebuild: + Keywording. *cl-xptest-1.2.3-r1 (12 Feb 2004) diff --git a/dev-lisp/cl-xptest/cl-xptest-1.2.3-r1.ebuild b/dev-lisp/cl-xptest/cl-xptest-1.2.3-r1.ebuild index 30fb6f7a05b4..792af750fe89 100644 --- a/dev-lisp/cl-xptest/cl-xptest-1.2.3-r1.ebuild +++ b/dev-lisp/cl-xptest/cl-xptest-1.2.3-r1.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-xptest/cl-xptest-1.2.3-r1.ebuild,v 1.3 2004/07/14 16:19:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xptest/cl-xptest-1.2.3-r1.ebuild,v 1.4 2005/04/17 01:17:25 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://alpha.onshored.com/lisp-software/ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-xptest/cl-xptest_${PV}.orig.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild b/dev-lisp/cl-xptest/cl-xptest-1.2.3.ebuild deleted file mode 100644 index d305baa6b155..000000000000 --- a/dev-lisp/cl-xptest/cl-xptest-1.2.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-xptest/cl-xptest-1.2.3.ebuild,v 1.4 2004/07/14 16:19:55 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="The XPTEST package is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk an other languages." -HOMEPAGE="http://alpha.onshored.com/lisp-software/ - http://www.cliki.net/xptest" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-xptest/cl-xptest_${PV}.orig.tar.gz" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=xptest - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc COPYING 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-xptest/files/digest-cl-xptest-1.2.3 b/dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 deleted file mode 100644 index b322e869bfb6..000000000000 --- a/dev-lisp/cl-xptest/files/digest-cl-xptest-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 17378ce7d39ee12132b3c24407323a1f cl-xptest_1.2.3.orig.tar.gz 5236 -- cgit v1.2.3-65-gdbad