diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-24 21:05:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-24 21:05:54 +0000 |
commit | a824033d99fb65cb190d3664e6c80408c6e3b066 (patch) | |
tree | 2441b9801ea8a8a16d048bd4a7b6bc433eee2e51 /app-editors | |
parent | And fixing broken metadata.xml (diff) | |
download | gentoo-2-a824033d99fb65cb190d3664e6c80408c6e3b066.tar.gz gentoo-2-a824033d99fb65cb190d3664e6c80408c6e3b066.tar.bz2 gentoo-2-a824033d99fb65cb190d3664e6c80408c6e3b066.zip |
Provide virtual/editor.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1-r3.ebuild | 7 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index d93952626d18..175e9f8f482a 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qemacs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.26 2007/05/14 13:11:41 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.27 2007/06/24 21:05:54 ulm Exp $ + + 24 Jun 2007; Ulrich Mueller <ulm@gentoo.org> qemacs-0.3.1-r3.ebuild, + qemacs-0.3.2_pre20070226.ebuild: + Provide virtual/editor. 14 May 2007; Christian Faulhammer <opfer@gentoo.org> qemacs-0.3.2_pre20070226.ebuild: diff --git a/app-editors/qemacs/qemacs-0.3.1-r3.ebuild b/app-editors/qemacs/qemacs-0.3.1-r3.ebuild index 6201d34b7cd1..8af21937493f 100644 --- a/app-editors/qemacs/qemacs-0.3.1-r3.ebuild +++ b/app-editors/qemacs/qemacs-0.3.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r3.ebuild,v 1.6 2006/11/29 16:00:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r3.ebuild,v 1.7 2007/06/24 21:05:54 ulm Exp $ inherit eutils versionator flag-o-matic @@ -21,6 +21,7 @@ DEPEND="${RDEPEND} X? ( || ( ( x11-libs/libXft x11-proto/xextproto ) virtual/x11 ) )" +PROVIDE="virtual/editor" src_unpack() { unpack ${A} @@ -67,7 +68,7 @@ src_test() { # There are some files purporting to be tests in the tarball, however # there is no defined way to use them and I imagine even if there was # it would require user interaction. - # The toplevel Makefile calls the test target from the non-existant + # The toplevel Makefile calls the test target from the non-existant # tests/Makefile, so just noop to stop errors if maketest is set. : } diff --git a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild b/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild index 015a71f11eaa..74801594fba2 100644 --- a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild +++ b/app-editors/qemacs/qemacs-0.3.2_pre20070226.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/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.2 2007/05/14 13:11:41 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.3 2007/06/24 21:05:54 ulm Exp $ inherit eutils versionator flag-o-matic @@ -12,6 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="X png unicode xv" +RESTRICT="strip" # For those so inclined, the libXv dep can probably # be made conditional on the xv USE flag somehow. @@ -20,7 +21,7 @@ RDEPEND="X? ( x11-libs/libXv ) DEPEND="${RDEPEND} X? ( x11-libs/libXft x11-proto/xextproto )" -RESTRICT="strip" +PROVIDE="virtual/editor" src_unpack() { unpack ${A} |