diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-10 07:27:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-10 07:27:26 +0000 |
commit | a2d5fb2ea8428f44762146bc95e2a678b141c291 (patch) | |
tree | d59b682de45f8a39f47c04b7018b0afe32bd93f2 /app-editors/xemacs | |
parent | remove PROVIDE=virtual/editor as we have now a new-style virtual (diff) | |
download | gentoo-2-a2d5fb2ea8428f44762146bc95e2a678b141c291.tar.gz gentoo-2-a2d5fb2ea8428f44762146bc95e2a678b141c291.tar.bz2 gentoo-2-a2d5fb2ea8428f44762146bc95e2a678b141c291.zip |
Don't PROVIDE=virtual/editor as it is a new-style virtual now.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r2.ebuild | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r3.ebuild | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r4.ebuild | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r5.ebuild | 6 |
6 files changed, 21 insertions, 16 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index d56d37dad496..bdbb5d4f8591 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/xemacs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.98 2007/08/31 13:51:04 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.99 2007/10/10 07:27:26 ulm Exp $ + + 10 Oct 2007; Ulrich Mueller <ulm@gentoo.org> xemacs-21.4.20-r1.ebuild, + xemacs-21.4.20-r2.ebuild, xemacs-21.4.20-r3.ebuild, + xemacs-21.4.20-r4.ebuild, xemacs-21.4.20-r5.ebuild: + Don't PROVIDE=virtual/editor as it is a new-style virtual now. 31 Aug 2007; Christoph Mende <angelos@gentoo.org> xemacs-21.4.20-r4.ebuild: diff --git a/app-editors/xemacs/xemacs-21.4.20-r1.ebuild b/app-editors/xemacs/xemacs-21.4.20-r1.ebuild index 9568da56e15c..b84ab9914b05 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-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/xemacs/xemacs-21.4.20-r1.ebuild,v 1.9 2007/07/13 05:34:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r1.ebuild,v 1.10 2007/10/10 07:27:26 ulm Exp $ export WANT_AUTOCONF="2.1" inherit autotools eutils @@ -46,14 +46,14 @@ DEPEND="virtual/libc PDEPEND="app-xemacs/xemacs-base mule? ( app-xemacs/mule-base )" -PROVIDE="virtual/xemacs virtual/editor" +PROVIDE="virtual/xemacs" src_unpack() { unpack ${P}.tar.gz use neXt && unpack NeXT_XEmacs.tar.gz cd "${S}" - epatch ${FILESDIR}/xemacs-21.4.19-texi.patch + epatch "${FILESDIR}"/xemacs-21.4.19-texi.patch # see bug 58350, 102540 and 143580 epatch "${FILESDIR}"/xemacs-21.4.19-db.patch diff --git a/app-editors/xemacs/xemacs-21.4.20-r2.ebuild b/app-editors/xemacs/xemacs-21.4.20-r2.ebuild index 6ddd944afa55..93b0943b382b 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-r2.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/xemacs/xemacs-21.4.20-r2.ebuild,v 1.2 2007/07/13 05:34:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r2.ebuild,v 1.3 2007/10/10 07:27:26 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -50,14 +50,14 @@ DEPEND="virtual/libc PDEPEND="app-xemacs/xemacs-base mule? ( app-xemacs/mule-base )" -PROVIDE="virtual/xemacs virtual/editor" +PROVIDE="virtual/xemacs" src_unpack() { unpack ${P}.tar.gz use neXt && unpack NeXT_XEmacs.tar.gz cd "${S}" - epatch ${FILESDIR}/xemacs-21.4.19-texi.patch + epatch "${FILESDIR}"/xemacs-21.4.19-texi.patch # see bug 58350, 102540 and 143580 epatch "${FILESDIR}"/xemacs-21.4.19-db.patch diff --git a/app-editors/xemacs/xemacs-21.4.20-r3.ebuild b/app-editors/xemacs/xemacs-21.4.20-r3.ebuild index 11ff3280f5a5..cd91c35f57f5 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-r3.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/xemacs/xemacs-21.4.20-r3.ebuild,v 1.5 2007/06/09 18:13:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r3.ebuild,v 1.6 2007/10/10 07:27:26 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -51,14 +51,14 @@ DEPEND="virtual/libc PDEPEND="app-xemacs/xemacs-base mule? ( app-xemacs/mule-base )" -PROVIDE="virtual/xemacs virtual/editor" +PROVIDE="virtual/xemacs" src_unpack() { unpack ${P}.tar.gz use neXt && unpack NeXT_XEmacs.tar.gz cd "${S}" - epatch ${FILESDIR}/xemacs-21.4.19-texi.patch + epatch "${FILESDIR}"/xemacs-21.4.19-texi.patch # see bug 58350, 102540 and 143580 epatch "${FILESDIR}"/xemacs-21.4.19-db.patch diff --git a/app-editors/xemacs/xemacs-21.4.20-r4.ebuild b/app-editors/xemacs/xemacs-21.4.20-r4.ebuild index fef26c274a02..1a5090f03e9f 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-r4.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/xemacs/xemacs-21.4.20-r4.ebuild,v 1.7 2007/08/31 13:51:04 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r4.ebuild,v 1.8 2007/10/10 07:27:26 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -51,14 +51,14 @@ DEPEND="virtual/libc PDEPEND="app-xemacs/xemacs-base mule? ( app-xemacs/mule-base )" -PROVIDE="virtual/xemacs virtual/editor" +PROVIDE="virtual/xemacs" src_unpack() { unpack ${P}.tar.gz use neXt && unpack NeXT_XEmacs.tar.gz cd "${S}" - epatch ${FILESDIR}/xemacs-21.4.19-texi.patch + epatch "${FILESDIR}"/xemacs-21.4.19-texi.patch # see bug 58350, 102540 and 143580 epatch "${FILESDIR}"/xemacs-21.4.19-db.patch diff --git a/app-editors/xemacs/xemacs-21.4.20-r5.ebuild b/app-editors/xemacs/xemacs-21.4.20-r5.ebuild index b6ffc4ef5ab4..bd9101974b83 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r5.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-r5.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/xemacs/xemacs-21.4.20-r5.ebuild,v 1.1 2007/08/04 11:06:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r5.ebuild,v 1.2 2007/10/10 07:27:26 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -51,14 +51,14 @@ DEPEND="virtual/libc PDEPEND="app-xemacs/xemacs-base mule? ( app-xemacs/mule-base )" -PROVIDE="virtual/xemacs virtual/editor" +PROVIDE="virtual/xemacs" src_unpack() { unpack ${P}.tar.gz use neXt && unpack NeXT_XEmacs.tar.gz cd "${S}" - epatch ${FILESDIR}/xemacs-21.4.19-texi.patch + epatch "${FILESDIR}"/xemacs-21.4.19-texi.patch # see bug 58350, 102540 and 143580 epatch "${FILESDIR}"/xemacs-21.4.19-db.patch |