diff options
author | 2007-10-10 06:33:44 +0000 | |
---|---|---|
committer | 2007-10-10 06:33:44 +0000 | |
commit | 49a8f52daea3ede4ecfa11cacaf94056b16acc3e (patch) | |
tree | 9c410da023320f77f06bd2a3b3af322c51e797e4 | |
parent | remove PROVIDE=virtual/editor as we have now a new-style virtual (diff) | |
download | historical-49a8f52daea3ede4ecfa11cacaf94056b16acc3e.tar.gz historical-49a8f52daea3ede4ecfa11cacaf94056b16acc3e.tar.bz2 historical-49a8f52daea3ede4ecfa11cacaf94056b16acc3e.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
Package-Manager: portage-2.1.3.9
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emact/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emact/emact-2.50.0.ebuild | 3 |
7 files changed, 15 insertions, 16 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index ab4f1ffb04e4..958c7f305ee4 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.158 2007/10/09 17:53:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.159 2007/10/10 06:31:21 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-cvs-22.1.50-r1.ebuild, emacs-cvs-22.1.50_p20070829-r1.ebuild, + emacs-cvs-23.0.0-r7.ebuild, emacs-cvs-23.0.50.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 09 Oct 2007; Ulrich Mueller <ulm@gentoo.org> +files/emacs-cvs-22.1.50_p20070829-makeinfo-regexp.patch, diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild index faf899f18bbd..2905941b92bb 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50-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/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild,v 1.4 2007/10/06 17:37:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild,v 1.5 2007/10/10 06:31:21 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -51,8 +51,6 @@ RDEPEND="sys-libs/ncurses DEPEND="${RDEPEND} gzip-el? ( app-arch/gzip )" -PROVIDE="virtual/editor" - S="${WORKDIR}/${ECVS_LOCALNAME}" EMACS_SUFFIX="emacs-${SLOT}-cvs" diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild index 4b8e2735a99e..19e425149a5d 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-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/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.2 2007/10/09 17:53:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.3 2007/10/10 06:31:21 opfer Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" @@ -47,8 +47,6 @@ RDEPEND="sys-libs/ncurses DEPEND="${RDEPEND} gzip-el? ( app-arch/gzip )" -PROVIDE="virtual/editor" - # FULL_VERSION keeps the full version number, which is needed in order to # determine some path information correctly for copy/move operations later on FULL_VERSION="${PV%%_*}" diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.ebuild index 390e595ccc81..57bfb607f6c3 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.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/app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.ebuild,v 1.5 2007/10/06 17:37:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r7.ebuild,v 1.6 2007/10/10 06:31:21 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -53,8 +53,6 @@ RDEPEND="sys-libs/ncurses DEPEND="${RDEPEND} gzip-el? ( app-arch/gzip )" -PROVIDE="virtual/editor" - S="${WORKDIR}/${ECVS_LOCALNAME}" EMACS_SUFFIX="emacs-${SLOT}" diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild index fb16393d18c6..0af4e77cbece 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50.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/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.7 2007/10/06 17:37:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.8 2007/10/10 06:31:21 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -54,8 +54,6 @@ RDEPEND="!=app-editors/emacs-cvs-23.0.0-r6 DEPEND="${RDEPEND} gzip-el? ( app-arch/gzip )" -PROVIDE="virtual/editor" - S="${WORKDIR}/${ECVS_LOCALNAME}" EMACS_SUFFIX="emacs-${SLOT}" diff --git a/app-editors/emact/ChangeLog b/app-editors/emact/ChangeLog index 12dccb0bd699..a644ece90012 100644 --- a/app-editors/emact/ChangeLog +++ b/app-editors/emact/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emact # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.2 2007/07/01 15:15:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.3 2007/10/10 06:33:44 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> emact-2.50.0.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 01 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> emact-2.50.0.ebuild: Add ~amd64 keyword. diff --git a/app-editors/emact/emact-2.50.0.ebuild b/app-editors/emact/emact-2.50.0.ebuild index bf71fd6ab2b2..555207095c50 100644 --- a/app-editors/emact/emact-2.50.0.ebuild +++ b/app-editors/emact/emact-2.50.0.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/app-editors/emact/emact-2.50.0.ebuild,v 1.2 2007/07/01 15:15:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.50.0.ebuild,v 1.3 2007/10/10 06:33:44 opfer Exp $ DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs" HOMEPAGE="http://www.eligis.com/" @@ -19,7 +19,6 @@ DEPEND="sys-libs/ncurses )" RDEPEND="${DEPEND}" -PROVIDE="virtual/editor" src_compile() { econf $(use_with X x) || die "econf failed" |