summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 01:08:00 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 01:08:00 +0000
commit79540e0d878e42cddb819527d2d9f6f8df9aee2c (patch)
treef839eba46321038ebb80bdeb1f76b853b500bb20 /dev-lisp/cl-statistics
parentbug 89137 (diff)
downloadhistorical-79540e0d878e42cddb819527d2d9f6f8df9aee2c.tar.gz
historical-79540e0d878e42cddb819527d2d9f6f8df9aee2c.tar.bz2
historical-79540e0d878e42cddb819527d2d9f6f8df9aee2c.zip
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-statistics')
-rw-r--r--dev-lisp/cl-statistics/ChangeLog9
-rw-r--r--dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild24
-rw-r--r--dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild6
-rw-r--r--dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild42
-rw-r--r--dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.11
-rw-r--r--dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.22
6 files changed, 10 insertions, 74 deletions
diff --git a/dev-lisp/cl-statistics/ChangeLog b/dev-lisp/cl-statistics/ChangeLog
index acce6e1ca309..b0547fc080ca 100644
--- a/dev-lisp/cl-statistics/ChangeLog
+++ b/dev-lisp/cl-statistics/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-statistics
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/ChangeLog,v 1.4 2004/06/24 23:55:35 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/ChangeLog,v 1.5 2005/04/17 00:52:47 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ -cl-statistics-1.0.0.1.ebuild, -cl-statistics-1.0.0.2.ebuild,
+ cl-statistics-1.0.0.2-r1.ebuild:
+ Removed old ebuilds; Keywording.
*cl-statistics-1.0.0.2-r1 (12 Feb 2004)
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild
deleted file mode 100644
index 5048b692a368..000000000000
--- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild
+++ /dev/null
@@ -1,24 +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-statistics/cl-statistics-1.0.0.1.ebuild,v 1.4 2004/07/14 16:16:40 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Common Lisp Statistics Package"
-HOMEPAGE="http://www.biolisp.org
- http://packages.debian.org/unstable/devel/cl-statistics.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}.orig.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=cl-statistics
-
-src_install() {
- common-lisp-install *.lisp ${FILESDIR}/${PN}.asd
- common-lisp-system-symlink
- dodoc *.txt
-}
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild
index 30ee6b5a8f1b..5e72f8d49e10 100644
--- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild
+++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-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-statistics/cl-statistics-1.0.0.2-r1.ebuild,v 1.3 2004/06/24 23:55:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild,v 1.4 2005/04/17 00:52:47 mkennedy Exp $
inherit common-lisp eutils
@@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}.orig
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild
deleted file mode 100644
index 75db4d983370..000000000000
--- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.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-statistics/cl-statistics-1.0.0.2.ebuild,v 1.3 2004/06/24 23:55:35 agriffis Exp $
-
-inherit common-lisp eutils
-
-DEB_PV=1
-
-DESCRIPTION="Common Lisp Statistics Package"
-HOMEPAGE="http://www.biolisp.org http://packages.debian.org/unstable/devel/cl-statistics.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}.orig.tar.gz
- http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}-${DEB_PV}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=cl-statistics
-
-src_unpack() {
- unpack ${A}
- epatch ${PN}_${PV}-${DEB_PV}.diff
-}
-
-src_install() {
- common-lisp-install *.lisp ${FILESDIR}/${PN}.asd
- common-lisp-system-symlink
- dodoc *.txt
- do-debian-credits
-}
-
-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-statistics/files/digest-cl-statistics-1.0.0.1 b/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.1
deleted file mode 100644
index aa95a569a14e..000000000000
--- a/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c0410b3eca5da846fdb3574651cf1418 cl-statistics_1.0.0.1.orig.tar.gz 31443
diff --git a/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2 b/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2
deleted file mode 100644
index a21cd33a5417..000000000000
--- a/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 3c0d682f297b74adc7ffb3a3ac014000 cl-statistics_1.0.0.2.orig.tar.gz 48444
-MD5 4fc9222742a8826984dfbc33d7592d79 cl-statistics_1.0.0.2-1.diff.gz 3994