summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-12-17 20:19:14 +0000
committerUlrich Müller <ulm@gentoo.org>2010-12-17 20:19:14 +0000
commit321e09531ced0feff5b405ae3447755f155b8ea8 (patch)
tree542b8bd90897e1f7804d6d17454a38b23ceed6d6 /dev-lisp
parentDefault to gfortran if cannot figure out compiler wrt #348922 by Honza Machá... (diff)
downloadhistorical-321e09531ced0feff5b405ae3447755f155b8ea8.tar.gz
historical-321e09531ced0feff5b405ae3447755f155b8ea8.tar.bz2
historical-321e09531ced0feff5b405ae3447755f155b8ea8.zip
Remove PROVIDE, commonlisp is now a new-style virtual.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/clisp/ChangeLog6
-rw-r--r--dev-lisp/clisp/clisp-2.47-r1.ebuild4
-rw-r--r--dev-lisp/clisp/clisp-2.48-r1.ebuild4
-rw-r--r--dev-lisp/clisp/clisp-2.48-r2.ebuild4
-rw-r--r--dev-lisp/clozurecl/ChangeLog6
-rw-r--r--dev-lisp/clozurecl/clozurecl-1.4.ebuild6
-rw-r--r--dev-lisp/clozurecl/clozurecl-1.5.ebuild4
-rw-r--r--dev-lisp/clozurecl/clozurecl-1.6.ebuild4
-rw-r--r--dev-lisp/cmucl/ChangeLog6
-rw-r--r--dev-lisp/cmucl/cmucl-19c.ebuild4
-rw-r--r--dev-lisp/cmucl/cmucl-19d_p2.ebuild4
-rw-r--r--dev-lisp/cmucl/cmucl-20a.ebuild4
-rw-r--r--dev-lisp/ecls/ChangeLog6
-rw-r--r--dev-lisp/ecls/ecls-10.2.1.ebuild4
-rw-r--r--dev-lisp/ecls/ecls-10.4.1.ebuild4
-rw-r--r--dev-lisp/ecls/ecls-9.12.3.ebuild4
-rw-r--r--dev-lisp/openmcl/ChangeLog8
-rw-r--r--dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild6
-rw-r--r--dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild6
-rw-r--r--dev-lisp/sbcl/ChangeLog7
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.19.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.28.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.31.ebuild4
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild4
26 files changed, 55 insertions, 70 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog
index 6a36b00c0d0a..461f406a407d 100644
--- a/dev-lisp/clisp/ChangeLog
+++ b/dev-lisp/clisp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/clisp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.102 2010/06/26 13:03:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.103 2010/12/17 20:17:25 ulm Exp $
+
+ 17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> clisp-2.47-r1.ebuild,
+ clisp-2.48-r1.ebuild, clisp-2.48-r2.ebuild:
+ Remove PROVIDE, commonlisp is now a new-style virtual.
26 Jun 2010; <nixnut@gentoo.org> clisp-2.48-r1.ebuild:
ppc stable #322599
diff --git a/dev-lisp/clisp/clisp-2.47-r1.ebuild b/dev-lisp/clisp/clisp-2.47-r1.ebuild
index 0cd026959737..e9254b8897e6 100644
--- a/dev-lisp/clisp/clisp-2.47-r1.ebuild
+++ b/dev-lisp/clisp/clisp-2.47-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.47-r1.ebuild,v 1.6 2010/06/17 20:15:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.47-r1.ebuild,v 1.7 2010/12/17 20:17:25 ulm Exp $
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -35,8 +35,6 @@ DEPEND="${RDEPEND} X? ( new-clx? ( x11-misc/imake x11-proto/xextproto ) )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
enable_modules() {
[[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
for m in "$@" ; do
diff --git a/dev-lisp/clisp/clisp-2.48-r1.ebuild b/dev-lisp/clisp/clisp-2.48-r1.ebuild
index 5d7fd172c538..21c77c7668d2 100644
--- a/dev-lisp/clisp/clisp-2.48-r1.ebuild
+++ b/dev-lisp/clisp/clisp-2.48-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild,v 1.5 2010/06/26 13:03:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r1.ebuild,v 1.6 2010/12/17 20:17:25 ulm Exp $
EAPI="2"
@@ -37,8 +37,6 @@ DEPEND="${RDEPEND}
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
enable_modules() {
[[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
for m in "$@" ; do
diff --git a/dev-lisp/clisp/clisp-2.48-r2.ebuild b/dev-lisp/clisp/clisp-2.48-r2.ebuild
index b1fcd0481a55..0ecbba29942f 100644
--- a/dev-lisp/clisp/clisp-2.48-r2.ebuild
+++ b/dev-lisp/clisp/clisp-2.48-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild,v 1.2 2010/06/17 20:15:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.48-r2.ebuild,v 1.3 2010/12/17 20:17:25 ulm Exp $
EAPI="2"
@@ -37,8 +37,6 @@ DEPEND="${RDEPEND}
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
enable_modules() {
[[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
for m in "$@" ; do
diff --git a/dev-lisp/clozurecl/ChangeLog b/dev-lisp/clozurecl/ChangeLog
index 2e8a7017949f..2f40accea1eb 100644
--- a/dev-lisp/clozurecl/ChangeLog
+++ b/dev-lisp/clozurecl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/clozurecl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.3 2010/12/09 16:46:49 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.4 2010/12/17 20:18:11 ulm Exp $
+
+ 17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> clozurecl-1.4.ebuild,
+ clozurecl-1.5.ebuild, clozurecl-1.6.ebuild:
+ Remove PROVIDE, commonlisp is now a new-style virtual.
*clozurecl-1.6 (10 Dec 2010)
diff --git a/dev-lisp/clozurecl/clozurecl-1.4.ebuild b/dev-lisp/clozurecl/clozurecl-1.4.ebuild
index 6214a73ef7d6..f0c8a0930cb4 100644
--- a/dev-lisp/clozurecl/clozurecl-1.4.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.4.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/clozurecl/clozurecl-1.4.ebuild,v 1.1 2009/12/17 12:16:40 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.4.ebuild,v 1.2 2010/12/17 20:18:11 ulm Exp $
EAPI=2
@@ -24,8 +24,6 @@ IUSE="doc"
DEPEND="!dev-lisp/openmcl"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"/${MY_PN}
ENVD="${T}"/50ccl
diff --git a/dev-lisp/clozurecl/clozurecl-1.5.ebuild b/dev-lisp/clozurecl/clozurecl-1.5.ebuild
index edec094e04b1..fcd1ad9fee71 100644
--- a/dev-lisp/clozurecl/clozurecl-1.5.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.5.ebuild,v 1.1 2010/05/01 12:10:40 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.5.ebuild,v 1.2 2010/12/17 20:18:11 ulm Exp $
EAPI=3
inherit eutils
@@ -23,8 +23,6 @@ IUSE="doc"
DEPEND="!dev-lisp/openmcl"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"/${MY_PN}
ENVD="${T}"/50ccl
diff --git a/dev-lisp/clozurecl/clozurecl-1.6.ebuild b/dev-lisp/clozurecl/clozurecl-1.6.ebuild
index bd628e64cc40..b4541d0842a4 100644
--- a/dev-lisp/clozurecl/clozurecl-1.6.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.6.ebuild,v 1.1 2010/12/09 16:46:49 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/clozurecl-1.6.ebuild,v 1.2 2010/12/17 20:18:11 ulm Exp $
EAPI=3
inherit eutils
@@ -23,8 +23,6 @@ IUSE="doc"
DEPEND="!dev-lisp/openmcl"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"/${MY_PN}
ENVD="${T}"/50ccl
diff --git a/dev-lisp/cmucl/ChangeLog b/dev-lisp/cmucl/ChangeLog
index 2738fdc5c22b..4063600242d9 100644
--- a/dev-lisp/cmucl/ChangeLog
+++ b/dev-lisp/cmucl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cmucl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.34 2010/10/10 17:58:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.35 2010/12/17 20:17:43 ulm Exp $
+
+ 17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> cmucl-19c.ebuild,
+ cmucl-19d_p2.ebuild, cmucl-20a.ebuild:
+ Remove PROVIDE, commonlisp is now a new-style virtual.
10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> cmucl-19c.ebuild,
cmucl-19d_p2.ebuild, cmucl-20a.ebuild:
diff --git a/dev-lisp/cmucl/cmucl-19c.ebuild b/dev-lisp/cmucl/cmucl-19c.ebuild
index c59bae278866..490b8e680137 100644
--- a/dev-lisp/cmucl/cmucl-19c.ebuild
+++ b/dev-lisp/cmucl/cmucl-19c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19c.ebuild,v 1.9 2010/10/10 17:58:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19c.ebuild,v 1.10 2010/12/17 20:17:43 ulm Exp $
EAPI=1
@@ -26,8 +26,6 @@ DEPEND=">=dev-lisp/common-lisp-controller-4
>=x11-libs/openmotif-2.3:0
sys-devel/bc"
-PROVIDE="virtual/commonlisp"
-
S=${WORKDIR}/cmucl-${MY_PV}.orig
src_unpack() {
diff --git a/dev-lisp/cmucl/cmucl-19d_p2.ebuild b/dev-lisp/cmucl/cmucl-19d_p2.ebuild
index 932aeacd630c..cbd3fa16839d 100644
--- a/dev-lisp/cmucl/cmucl-19d_p2.ebuild
+++ b/dev-lisp/cmucl/cmucl-19d_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19d_p2.ebuild,v 1.4 2010/10/10 17:58:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-19d_p2.ebuild,v 1.5 2010/12/17 20:17:43 ulm Exp $
EAPI=1
@@ -22,8 +22,6 @@ IUSE=""
DEPEND=">=x11-libs/openmotif-2.3:0
sys-devel/bc"
-PROVIDE="virtual/commonlisp"
-
S=${WORKDIR}
src_unpack() {
diff --git a/dev-lisp/cmucl/cmucl-20a.ebuild b/dev-lisp/cmucl/cmucl-20a.ebuild
index f40ab8674259..c6fe9451c471 100644
--- a/dev-lisp/cmucl/cmucl-20a.ebuild
+++ b/dev-lisp/cmucl/cmucl-20a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v 1.3 2010/10/10 17:58:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v 1.4 2010/12/17 20:17:43 ulm Exp $
EAPI="3"
@@ -24,8 +24,6 @@ DEPEND="${RDEPEND}
sys-devel/bc"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"
src_prepare() {
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog
index b03691b767fb..374e305cf06a 100644
--- a/dev-lisp/ecls/ChangeLog
+++ b/dev-lisp/ecls/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/ecls
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.36 2010/05/22 15:21:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.37 2010/12/17 20:18:31 ulm Exp $
+
+ 17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> ecls-9.12.3.ebuild,
+ ecls-10.2.1.ebuild, ecls-10.4.1.ebuild:
+ Remove PROVIDE, commonlisp is now a new-style virtual.
22 May 2010; Pacho Ramos <pacho@gentoo.org> ecls-9.12.3.ebuild:
stable amd64, bug 303699
diff --git a/dev-lisp/ecls/ecls-10.2.1.ebuild b/dev-lisp/ecls/ecls-10.2.1.ebuild
index ba30ac9521d6..9cca1a46da2e 100644
--- a/dev-lisp/ecls/ecls-10.2.1.ebuild
+++ b/dev-lisp/ecls/ecls-10.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.2.1.ebuild,v 1.1 2010/02/19 16:36:18 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.2.1.ebuild,v 1.2 2010/12/17 20:18:31 ulm Exp $
EAPI=3
inherit eutils multilib
@@ -22,8 +22,6 @@ RDEPEND="dev-libs/gmp
DEPEND="${RDEPEND}"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"/${MY_P}
src_prepare() {
diff --git a/dev-lisp/ecls/ecls-10.4.1.ebuild b/dev-lisp/ecls/ecls-10.4.1.ebuild
index abab12d84995..b54db1458acd 100644
--- a/dev-lisp/ecls/ecls-10.4.1.ebuild
+++ b/dev-lisp/ecls/ecls-10.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.1 2010/04/12 11:53:52 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.2 2010/12/17 20:18:31 ulm Exp $
EAPI=3
inherit eutils multilib
@@ -23,8 +23,6 @@ DEPEND="${RDEPEND}
app-text/texi2html"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"/${MY_P}
pkg_setup() {
diff --git a/dev-lisp/ecls/ecls-9.12.3.ebuild b/dev-lisp/ecls/ecls-9.12.3.ebuild
index f9b526e6ae79..6ddfea25c059 100644
--- a/dev-lisp/ecls/ecls-9.12.3.ebuild
+++ b/dev-lisp/ecls/ecls-9.12.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v 1.6 2010/05/22 15:21:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v 1.7 2010/12/17 20:18:31 ulm Exp $
EAPI=2
inherit eutils multilib
@@ -22,8 +22,6 @@ RDEPEND="dev-libs/gmp
DEPEND="${RDEPEND}"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
S="${WORKDIR}"/${MY_P}
src_prepare() {
diff --git a/dev-lisp/openmcl/ChangeLog b/dev-lisp/openmcl/ChangeLog
index 12eaa535b65d..eb1a1411ab56 100644
--- a/dev-lisp/openmcl/ChangeLog
+++ b/dev-lisp/openmcl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/openmcl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/ChangeLog,v 1.5 2007/02/03 17:56:20 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/ChangeLog,v 1.6 2010/12/17 20:18:50 ulm Exp $
+
+ 17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> openmcl-0.14.2_p1.ebuild,
+ openmcl-0.14.2_p1-r1.ebuild:
+ Remove PROVIDE, commonlisp is now a new-style virtual.
03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
openmcl-0.14.2_p1.ebuild, openmcl-0.14.2_p1-r1.ebuild:
diff --git a/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild b/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild
index cda3c64c021d..38110a2c9536 100644
--- a/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild
+++ b/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.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/openmcl/openmcl-0.14.2_p1-r1.ebuild,v 1.2 2007/02/03 17:56:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild,v 1.3 2010/12/17 20:18:50 ulm Exp $
inherit eutils common-lisp-common-3
@@ -18,8 +18,6 @@ IUSE=""
DEPEND="dev-lisp/openmcl-build-tools"
-PROVIDE="virtual/commonlisp"
-
S=${WORKDIR}/${PN}-${MY_PV}
# The following relies heavily on what I read in debian/rules...
diff --git a/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild b/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
index 573f805098ee..52190c5ca3f2 100644
--- a/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
+++ b/dev-lisp/openmcl/openmcl-0.14.2_p1.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/openmcl/openmcl-0.14.2_p1.ebuild,v 1.4 2007/02/03 17:56:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild,v 1.5 2010/12/17 20:18:50 ulm Exp $
inherit eutils common-lisp-common-2
@@ -20,8 +20,6 @@ DEPEND="=dev-lisp/common-lisp-controller-4*
>=dev-lisp/cl-asdf-1.84
dev-lisp/openmcl-build-tools"
-PROVIDE="virtual/commonlisp"
-
S=${WORKDIR}/${PN}-${MY_PV}
# The following relies heavily on what I read in debian/rules...
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index 68d29f243d92..f308e62337b6 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.167 2010/03/26 01:54:24 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.168 2010/12/17 20:19:14 ulm Exp $
+
+ 17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> sbcl-1.0.19.ebuild,
+ sbcl-1.0.26-r10.ebuild, sbcl-1.0.27-r10.ebuild, sbcl-1.0.28.ebuild,
+ sbcl-1.0.31.ebuild, sbcl-1.0.36-r1.ebuild:
+ Remove PROVIDE, commonlisp is now a new-style virtual.
26 Mar 2010; Panagiotis Christopoulos <pchrist@gentoo.org>
sbcl-1.0.19.ebuild, sbcl-1.0.26-r10.ebuild, sbcl-1.0.27-r10.ebuild,
diff --git a/dev-lisp/sbcl/sbcl-1.0.19.ebuild b/dev-lisp/sbcl/sbcl-1.0.19.ebuild
index 0c88ab402002..1e6dc605c9cf 100644
--- a/dev-lisp/sbcl/sbcl-1.0.19.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.9 2010/03/26 01:54:24 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.10 2010/12/17 20:19:14 ulm Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -38,8 +38,6 @@ DEPEND="doc? ( sys-apps/texinfo media-gfx/graphviz )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
#Disable warnings about executable stacks, as this won't be fixed soon, by
#upstream
QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl \
diff --git a/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild b/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild
index 68423063210f..cd0e35744d56 100644
--- a/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.6 2010/03/26 01:54:24 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.7 2010/12/17 20:19:14 ulm Exp $
EAPI=2
@@ -38,8 +38,6 @@ DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
#Disable warnings about executable stacks, as this won't be fixed soon, by
#upstream
QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl usr/lib/sbcl/src/runtime/*.o"
diff --git a/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild b/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild
index dad50f0b621e..f52993cdabe6 100644
--- a/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.6 2010/03/26 01:54:24 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.7 2010/12/17 20:19:14 ulm Exp $
EAPI=2
@@ -38,8 +38,6 @@ DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
#Disable warnings about executable stacks, as this won't be fixed soon, by
#upstream
QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl usr/lib/sbcl/src/runtime/*.o"
diff --git a/dev-lisp/sbcl/sbcl-1.0.28.ebuild b/dev-lisp/sbcl/sbcl-1.0.28.ebuild
index 257c1320de72..1b9f6e4b7bf6 100644
--- a/dev-lisp/sbcl/sbcl-1.0.28.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v 1.4 2010/03/26 01:54:24 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v 1.5 2010/12/17 20:19:14 ulm Exp $
EAPI=2
@@ -38,8 +38,6 @@ DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
# Disable warnings about executable stacks, as this won't be fixed soon by upstream
QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl usr/lib/sbcl/src/runtime/*.o"
diff --git a/dev-lisp/sbcl/sbcl-1.0.31.ebuild b/dev-lisp/sbcl/sbcl-1.0.31.ebuild
index 026b552af7e7..673bc5ed12e7 100644
--- a/dev-lisp/sbcl/sbcl-1.0.31.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.4 2010/03/26 01:54:24 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.5 2010/12/17 20:19:14 ulm Exp $
EAPI=2
@@ -38,8 +38,6 @@ DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
# Disable warnings about executable stacks, as this won't be fixed soon by upstream
QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl usr/lib/sbcl/src/runtime/*.o"
diff --git a/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild
index 1f8d8e63b544..56577c999558 100644
--- a/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild,v 1.3 2010/03/26 01:40:04 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.36-r1.ebuild,v 1.4 2010/12/17 20:19:14 ulm Exp $
EAPI=3
@@ -35,8 +35,6 @@ DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
PDEPEND="dev-lisp/gentoo-init"
-PROVIDE="virtual/commonlisp"
-
# Disable warnings about executable stacks, as this won't be fixed soon by upstream
QA_EXECSTACK="usr/bin/sbcl"