diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 23:09:28 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 23:09:28 +0000 |
commit | 266921f2bac135899f48f960ed486a712fa5b926 (patch) | |
tree | 5afd46933f488d46681facfbb7b01e45032d780a /dev-lisp | |
parent | ia64 stable #89308 (diff) | |
download | gentoo-2-266921f2bac135899f48f960ed486a712fa5b926.tar.gz gentoo-2-266921f2bac135899f48f960ed486a712fa5b926.tar.bz2 gentoo-2-266921f2bac135899f48f960ed486a712fa5b926.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-pipes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-pipes/cl-pipes-1.2.ebuild | 31 | ||||
-rw-r--r-- | dev-lisp/cl-pipes/files/digest-cl-pipes-1.2 | 1 |
4 files changed, 7 insertions, 35 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/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 |