diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-12-17 20:18:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-12-17 20:18:31 +0000 |
commit | a412f8c660f5f3a3cc5118ca1b4dce1dd7c9c5cf (patch) | |
tree | bdeead3f0af4cbdb9ce499191b6126e766ac94c0 /dev-lisp | |
parent | Remove PROVIDE, commonlisp is now a new-style virtual. (diff) | |
download | gentoo-2-a412f8c660f5f3a3cc5118ca1b4dce1dd7c9c5cf.tar.gz gentoo-2-a412f8c660f5f3a3cc5118ca1b4dce1dd7c9c5cf.tar.bz2 gentoo-2-a412f8c660f5f3a3cc5118ca1b4dce1dd7c9c5cf.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/ecls/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-10.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-10.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-9.12.3.ebuild | 4 |
4 files changed, 8 insertions, 10 deletions
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() { |