summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-12-17 20:18:50 +0000
committerUlrich Müller <ulm@gentoo.org>2010-12-17 20:18:50 +0000
commit5911e92e67bb858f8d197bf17fd069c71f0fad86 (patch)
treead66f6fcfda0bd4ba87955a9ac089ffb4314f5b2 /dev-lisp
parentRemove PROVIDE, commonlisp is now a new-style virtual. (diff)
downloadgentoo-2-5911e92e67bb858f8d197bf17fd069c71f0fad86.tar.gz
gentoo-2-5911e92e67bb858f8d197bf17fd069c71f0fad86.tar.bz2
gentoo-2-5911e92e67bb858f8d197bf17fd069c71f0fad86.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/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
3 files changed, 10 insertions, 10 deletions
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...