summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-09-27 11:57:09 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-09-27 11:57:09 +0000
commit74d897e10597df3177412eda411ccb1d917ab764 (patch)
tree8bcee0f9a9b4c89cde26343923d569fdefe18bdc /dev-lisp
parentalpha/ia64 stable wrt #193339 (diff)
downloadgentoo-2-74d897e10597df3177412eda411ccb1d917ab764.tar.gz
gentoo-2-74d897e10597df3177412eda411ccb1d917ab764.tar.bz2
gentoo-2-74d897e10597df3177412eda411ccb1d917ab764.zip
undo addition of cobalt ARCHITECTURE (bug 185956) use flag
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/ChangeLog8
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.4.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.5.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.6.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.8.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.9.ebuild4
9 files changed, 23 insertions, 17 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index 448bfe79ad7a..2d59efc66f48 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.126 2007/09/27 11:49:42 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.127 2007/09/27 11:57:09 hkbst Exp $
+
+ 27 Sep 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.4.ebuild,
+ sbcl-1.0.5.ebuild, sbcl-1.0.6.ebuild, sbcl-1.0.6-r1.ebuild,
+ sbcl-1.0.6-r2.ebuild, sbcl-1.0.7-r2.ebuild, sbcl-1.0.8.ebuild,
+ sbcl-1.0.9.ebuild:
+ undo addition of cobalt ARCHITECTURE (bug 185956) use flag
*sbcl-1.0.10 (27 Sep 2007)
diff --git a/dev-lisp/sbcl/sbcl-1.0.4.ebuild b/dev-lisp/sbcl/sbcl-1.0.4.ebuild
index 2654038dfea6..10a975d9a3da 100644
--- a/dev-lisp/sbcl/sbcl-1.0.4.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.4.ebuild,v 1.9 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.4.ebuild,v 1.10 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -25,7 +25,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.5.ebuild b/dev-lisp/sbcl/sbcl-1.0.5.ebuild
index 5d93f7a3d1e8..89fd4a3aa5e2 100644
--- a/dev-lisp/sbcl/sbcl-1.0.5.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.5.ebuild,v 1.2 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.5.ebuild,v 1.3 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -25,7 +25,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild
index 3e6ba33d1d71..645c94b1bcd2 100644
--- a/dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild,v 1.5 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r1.ebuild,v 1.6 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -32,7 +32,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild b/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
index 03e0d4839866..94bd2d8b24de 100644
--- a/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild,v 1.5 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild,v 1.6 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -32,7 +32,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.6.ebuild b/dev-lisp/sbcl/sbcl-1.0.6.ebuild
index 70debcb17834..25518c93c07f 100644
--- a/dev-lisp/sbcl/sbcl-1.0.6.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6.ebuild,v 1.2 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6.ebuild,v 1.3 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -25,7 +25,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild b/dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild
index d62e1921f20e..43c7c668cd67 100644
--- a/dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild,v 1.4 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.7-r2.ebuild,v 1.5 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -30,7 +30,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.8.ebuild b/dev-lisp/sbcl/sbcl-1.0.8.ebuild
index 50b9d559fffa..488ced823ed2 100644
--- a/dev-lisp/sbcl/sbcl-1.0.8.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.8.ebuild,v 1.3 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.8.ebuild,v 1.4 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -30,7 +30,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )"
diff --git a/dev-lisp/sbcl/sbcl-1.0.9.ebuild b/dev-lisp/sbcl/sbcl-1.0.9.ebuild
index 3bcf1203114e..8e45ba19f4eb 100644
--- a/dev-lisp/sbcl/sbcl-1.0.9.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.9.ebuild,v 1.2 2007/08/30 05:44:55 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.9.ebuild,v 1.3 2007/09/27 11:57:09 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -30,7 +30,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="ldb source threads unicode doc cobalt"
+IUSE="ldb source threads unicode doc"
DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )"