summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-07 15:05:29 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-07 15:05:29 +0000
commitb35b74f8b2d1a178e043e1ab8c2e311ba32a8b60 (patch)
treeda54356bc0503908a3a47e846b15aa8e3a2756ca /dev-lisp
parentTransfer Prefix keywords (diff)
downloadhistorical-b35b74f8b2d1a178e043e1ab8c2e311ba32a8b60.tar.gz
historical-b35b74f8b2d1a178e043e1ab8c2e311ba32a8b60.tar.bz2
historical-b35b74f8b2d1a178e043e1ab8c2e311ba32a8b60.zip
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-acl-compat/ChangeLog8
-rw-r--r--dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild6
-rw-r--r--dev-lisp/cl-asdf-binary-locations/ChangeLog8
-rw-r--r--dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild6
-rw-r--r--dev-lisp/cl-asdf/ChangeLog7
-rw-r--r--dev-lisp/cl-asdf/cl-asdf-1.89.ebuild6
-rw-r--r--dev-lisp/cl-iterate/ChangeLog8
-rw-r--r--dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild6
-rw-r--r--dev-lisp/cl-parse-number/ChangeLog8
-rw-r--r--dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild6
10 files changed, 44 insertions, 25 deletions
diff --git a/dev-lisp/cl-acl-compat/ChangeLog b/dev-lisp/cl-acl-compat/ChangeLog
index ab2a8a0b72fc..75b6b5fb78ae 100644
--- a/dev-lisp/cl-acl-compat/ChangeLog
+++ b/dev-lisp/cl-acl-compat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-acl-compat
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acl-compat/ChangeLog,v 1.24 2007/02/03 17:31:25 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acl-compat/ChangeLog,v 1.25 2010/01/07 14:58:09 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ cl-acl-compat-1.2.42.20060121.ebuild:
+ Transfer Prefix keywords
03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
cl-acl-compat-1.2.42.20050220.ebuild,
diff --git a/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild b/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild
index f386331e27a6..5e799277a6ee 100644
--- a/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild
+++ b/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild,v 1.2 2007/02/03 17:31:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.42.20060121.ebuild,v 1.3 2010/01/07 14:58:09 fauli Exp $
inherit common-lisp eutils
@@ -13,7 +13,7 @@ HOMEPAGE="http://portableaserve.sourceforge.net/
SRC_URI="mirror://gentoo/cl-portable-aserve_${MY_PV}+cvs.${CVS_PV}.orig.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
diff --git a/dev-lisp/cl-asdf-binary-locations/ChangeLog b/dev-lisp/cl-asdf-binary-locations/ChangeLog
index 1c2f7ad5ccf4..1e68bb0e6d0f 100644
--- a/dev-lisp/cl-asdf-binary-locations/ChangeLog
+++ b/dev-lisp/cl-asdf-binary-locations/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-asdf-binary-locations
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.10 2009/01/10 15:33:46 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.11 2010/01/07 15:01:57 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ cl-asdf-binary-locations-20061018.ebuild:
+ Transfer Prefix keywords
10 Jan 2009; Raúl Porcel <armin76@gentoo.org>
cl-asdf-binary-locations-20061018.ebuild:
diff --git a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild
index 60e4a4cf79b8..4ee386a49432 100644
--- a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild
+++ b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.9 2009/01/10 15:33:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.10 2010/01/07 15:01:57 fauli Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/"
SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN/cl-/}_${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND="dev-lisp/cl-asdf"
diff --git a/dev-lisp/cl-asdf/ChangeLog b/dev-lisp/cl-asdf/ChangeLog
index a45d20072aa7..24d229945bbd 100644
--- a/dev-lisp/cl-asdf/ChangeLog
+++ b/dev-lisp/cl-asdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-asdf
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.31 2009/01/10 15:31:00 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.32 2010/01/07 15:00:26 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cl-asdf-1.89.ebuild:
+ Transfer Prefix keywords
10 Jan 2009; Raúl Porcel <armin76@gentoo.org> cl-asdf-1.89.ebuild:
alpha/ia64/s390/sparc/x86 stable
diff --git a/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild
index 297dd3816086..42e81495c09b 100644
--- a/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild
+++ b/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild,v 1.6 2009/01/10 15:31:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild,v 1.7 2010/01/07 15:00:26 fauli Exp $
DEB_PV=1
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc x86"
+KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=""
diff --git a/dev-lisp/cl-iterate/ChangeLog b/dev-lisp/cl-iterate/ChangeLog
index 2cc2b7aeb2cc..0bb37b1d904b 100644
--- a/dev-lisp/cl-iterate/ChangeLog
+++ b/dev-lisp/cl-iterate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-iterate
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/ChangeLog,v 1.13 2008/09/04 06:17:02 opfer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/ChangeLog,v 1.14 2010/01/07 15:04:15 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ cl-iterate-1.4.3.ebuild:
+ Transfer Prefix keywords
04 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
cl-iterate-1.4.ebuild:
diff --git a/dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild b/dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild
index 6356796507e6..e241da5bebd8 100644
--- a/dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild
+++ b/dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild,v 1.1 2006/08/25 05:48:59 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-iterate/cl-iterate-1.4.3.ebuild,v 1.2 2010/01/07 15:04:15 fauli Exp $
inherit common-lisp eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://common-lisp.net/project/iterate/
SRC_URI="http://common-lisp.net/project/iterate/releases/iterate-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND="virtual/commonlisp
diff --git a/dev-lisp/cl-parse-number/ChangeLog b/dev-lisp/cl-parse-number/ChangeLog
index 12ec1025104d..6409d8020881 100644
--- a/dev-lisp/cl-parse-number/ChangeLog
+++ b/dev-lisp/cl-parse-number/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-parse-number
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-parse-number/ChangeLog,v 1.10 2008/02/06 21:23:42 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-parse-number/ChangeLog,v 1.11 2010/01/07 15:05:29 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ cl-parse-number-1.0-r1.ebuild:
+ Transfer Prefix keywords
06 Feb 2008; Fabian Groffen <grobian@gentoo.org>
cl-parse-number-1.0-r1.ebuild:
diff --git a/dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild b/dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild
index 8e0785949ce9..c03ae9167991 100644
--- a/dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild
+++ b/dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild,v 1.9 2008/02/06 21:23:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-parse-number/cl-parse-number-1.0-r1.ebuild,v 1.10 2010/01/07 15:05:29 fauli Exp $
inherit common-lisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mapcar.org/~mrd/utilities/
SRC_URI="mirror://debian/pool/main/c/cl-parse-number/cl-parse-number_1.0.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"