summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-02-06 21:29:20 +0000
committerFabian Groffen <grobian@gentoo.org>2008-02-06 21:29:20 +0000
commit032e93916f317f8dcc17cc5108224de473a51311 (patch)
treee5a3ea25d2a0609bf9e8bc4f347bacca3f1145c8 /dev-lisp/cl-pipes
parentuse new depend.apache functions to simplify ebuild logic (diff)
downloadhistorical-032e93916f317f8dcc17cc5108224de473a51311.tar.gz
historical-032e93916f317f8dcc17cc5108224de473a51311.tar.bz2
historical-032e93916f317f8dcc17cc5108224de473a51311.zip
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-lisp/cl-pipes')
-rw-r--r--dev-lisp/cl-pipes/ChangeLog7
-rw-r--r--dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-pipes/ChangeLog b/dev-lisp/cl-pipes/ChangeLog
index bcf257826380..e4f5317a4cf5 100644
--- a/dev-lisp/cl-pipes/ChangeLog
+++ b/dev-lisp/cl-pipes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-pipes
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.10 2007/02/03 17:39:12 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.11 2008/02/06 21:25:53 grobian Exp $
+
+ 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> cl-pipes-1.2.1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-pipes-1.2.1.ebuild:
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
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 62205e14e462..9b911813d6a8 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.9 2007/02/03 17:39:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild,v 1.10 2008/02/06 21:25:53 grobian Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://packages.debian.org/unstable/devel/cl-pipes.html"
SRC_URI="mirror://debian/pool/main/c/cl-pipes/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"