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
commit8a040f54bc9114bd5dc1fa3e46afec871b28dfae (patch)
tree294933aa7c9307066c56366dc6bbd5949cfd9c52 /dev-lisp
parentRemove PROVIDE, commonlisp is now a new-style virtual. (diff)
downloadgentoo-2-8a040f54bc9114bd5dc1fa3e46afec871b28dfae.tar.gz
gentoo-2-8a040f54bc9114bd5dc1fa3e46afec871b28dfae.tar.bz2
gentoo-2-8a040f54bc9114bd5dc1fa3e46afec871b28dfae.zip
Remove PROVIDE, commonlisp is now a new-style virtual.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-lisp')
-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
7 files changed, 12 insertions, 19 deletions
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"