summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-16 23:09:28 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-16 23:09:28 +0000
commitd8316a8f99598f8fd58b3f906fba2138fcd65339 (patch)
treea4fc84622307acc1db961e28301b6c81a2812faf /dev-lisp
parentia64 stable #89308 (diff)
downloadhistorical-d8316a8f99598f8fd58b3f906fba2138fcd65339.tar.gz
historical-d8316a8f99598f8fd58b3f906fba2138fcd65339.tar.bz2
historical-d8316a8f99598f8fd58b3f906fba2138fcd65339.zip
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-pipes/ChangeLog6
-rw-r--r--dev-lisp/cl-pipes/Manifest6
-rw-r--r--dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild4
-rw-r--r--dev-lisp/cl-pipes/cl-pipes-1.2.ebuild31
-rw-r--r--dev-lisp/cl-pipes/files/digest-cl-pipes-1.21
5 files changed, 9 insertions, 39 deletions
diff --git a/dev-lisp/cl-pipes/ChangeLog b/dev-lisp/cl-pipes/ChangeLog
index aa0b6648b6c5..ac079c13084c 100644
--- a/dev-lisp/cl-pipes/ChangeLog
+++ b/dev-lisp/cl-pipes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-pipes
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.6 2005/04/11 07:55:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.7 2005/04/16 23:09:28 mkennedy Exp $
+
+ 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-pipes-1.2.ebuild,
+ cl-pipes-1.2.1.ebuild:
+ Keywording
11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-pipes-1.2.1.ebuild:
Keywording for ~amd64
diff --git a/dev-lisp/cl-pipes/Manifest b/dev-lisp/cl-pipes/Manifest
index bddfb64a57e7..0b995f6fff49 100644
--- a/dev-lisp/cl-pipes/Manifest
+++ b/dev-lisp/cl-pipes/Manifest
@@ -1,6 +1,4 @@
-MD5 3ce2cd0eb11c1d5fcf5e7f63f46dde4c ChangeLog 728
-MD5 1c562bf734dd86bdb1c828c8096262e6 cl-pipes-1.2.1.ebuild 684
-MD5 54b3cc5236df1f23a8a6fbd5d1397179 cl-pipes-1.2.ebuild 811
+MD5 361df6a13132c5e691af735b46373fb7 ChangeLog 842
+MD5 c5875f00cc1e6d9e15b6fa06b44427fb cl-pipes-1.2.1.ebuild 683
MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
-MD5 fbc7c4a05ad9e1a874a7769c308018db files/digest-cl-pipes-1.2 67
MD5 50aed0f14f4e4bca6fc2748b9cd21ee4 files/digest-cl-pipes-1.2.1 69
diff --git a/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild b/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild
index 8029c5f0cb41..75a36d169242 100644
--- a/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild
+++ b/dev-lisp/cl-pipes/cl-pipes-1.2.1.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-pipes/cl-pipes-1.2.1.ebuild,v 1.5 2005/04/11 07:55:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild,v 1.6 2005/04/16 23:09:28 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://packages.debian.org/unstable/devel/cl-pipes.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-pipes/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-pipes/cl-pipes-1.2.ebuild b/dev-lisp/cl-pipes/cl-pipes-1.2.ebuild
deleted file mode 100644
index ffa1a061343b..000000000000
--- a/dev-lisp/cl-pipes/cl-pipes-1.2.ebuild
+++ /dev/null
@@ -1,31 +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-pipes/cl-pipes-1.2.ebuild,v 1.5 2004/07/14 15:58:51 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Common Lisp library for pipes or streams"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-pipes.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-pipes/${PN}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=pipes
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc COPYING
-}
-
-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-pipes/files/digest-cl-pipes-1.2 b/dev-lisp/cl-pipes/files/digest-cl-pipes-1.2
deleted file mode 100644
index d2bddb9528d7..000000000000
--- a/dev-lisp/cl-pipes/files/digest-cl-pipes-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14b61cad8a5ed92e7980c866c67e2a12 cl-pipes_1.2.orig.tar.gz 3460