summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-10-10 07:26:10 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-10-10 07:26:10 +0000
commite021b2bc2486f33b7cded8430b925ab58a23b875 (patch)
treea8d1bdba462984f1962a91c9b1c8b60420a1b516 /app-editors/vile
parentremove PROVIDE=virtual/editor as we have now a new-style virtual (diff)
downloadgentoo-2-e021b2bc2486f33b7cded8430b925ab58a23b875.tar.gz
gentoo-2-e021b2bc2486f33b7cded8430b925ab58a23b875.tar.bz2
gentoo-2-e021b2bc2486f33b7cded8430b925ab58a23b875.zip
remove PROVIDE=virtual/editor as we have now a new-style virtual
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors/vile')
-rw-r--r--app-editors/vile/ChangeLog6
-rw-r--r--app-editors/vile/vile-9.3h.ebuild5
-rw-r--r--app-editors/vile/vile-9.4d.ebuild3
-rw-r--r--app-editors/vile/vile-9.5-r1.ebuild5
-rw-r--r--app-editors/vile/vile-9.5.ebuild3
5 files changed, 11 insertions, 11 deletions
diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog
index b7825646082e..1ac04dde48b3 100644
--- a/app-editors/vile/ChangeLog
+++ b/app-editors/vile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/vile
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.30 2007/02/09 21:26:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.31 2007/10/10 07:26:10 opfer Exp $
+
+ 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> vile-9.3h.ebuild,
+ vile-9.4d.ebuild, vile-9.5.ebuild, vile-9.5-r1.ebuild:
+ remove PROVIDE=virtual/editor as we have now a new-style virtual
09 Feb 2007; Fabian Groffen <grobian@gentoo.org> vile-9.4d.ebuild,
vile-9.5.ebuild:
diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild
index 54e8828dc916..b3eea15ad7cc 100644
--- a/app-editors/vile/vile-9.3h.ebuild
+++ b/app-editors/vile/vile-9.3h.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/vile/vile-9.3h.ebuild,v 1.12 2005/01/01 13:35:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.13 2007/10/10 07:26:10 opfer Exp $
S=${WORKDIR}/vile-9.3
DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
@@ -24,7 +24,6 @@ RDEPEND=">=sys-libs/ncurses-5.2
perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}
sys-devel/flex"
-PROVIDE="virtual/editor"
src_unpack() {
unpack vile-9.3.tgz
diff --git a/app-editors/vile/vile-9.4d.ebuild b/app-editors/vile/vile-9.4d.ebuild
index 3481555cbada..450c9b5fb137 100644
--- a/app-editors/vile/vile-9.4d.ebuild
+++ b/app-editors/vile/vile-9.4d.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/vile/vile-9.4d.ebuild,v 1.11 2007/02/09 21:26:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.4d.ebuild,v 1.12 2007/10/10 07:26:10 opfer Exp $
inherit eutils
@@ -22,7 +22,6 @@ RDEPEND=">=sys-libs/ncurses-5.2
perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}
sys-devel/flex"
-PROVIDE="virtual/editor"
src_unpack() {
unpack vile-9.4.tgz
diff --git a/app-editors/vile/vile-9.5-r1.ebuild b/app-editors/vile/vile-9.5-r1.ebuild
index 5327d51337ac..bf0e9d1f23b9 100644
--- a/app-editors/vile/vile-9.5-r1.ebuild
+++ b/app-editors/vile/vile-9.5-r1.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/vile/vile-9.5-r1.ebuild,v 1.3 2006/10/25 04:21:21 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5-r1.ebuild,v 1.4 2007/10/10 07:26:10 opfer Exp $
inherit eutils
@@ -18,7 +18,6 @@ RDEPEND=">=sys-libs/ncurses-5.2
DEPEND="${RDEPEND}
sys-devel/flex
app-admin/eselect-vi"
-PROVIDE="virtual/editor"
src_unpack() {
unpack ${A}
diff --git a/app-editors/vile/vile-9.5.ebuild b/app-editors/vile/vile-9.5.ebuild
index 56d05f583b7e..9282c432bdaf 100644
--- a/app-editors/vile/vile-9.5.ebuild
+++ b/app-editors/vile/vile-9.5.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/vile/vile-9.5.ebuild,v 1.3 2007/02/09 21:26:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5.ebuild,v 1.4 2007/10/10 07:26:10 opfer Exp $
inherit eutils
@@ -17,7 +17,6 @@ RDEPEND=">=sys-libs/ncurses-5.2
perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}
sys-devel/flex"
-PROVIDE="virtual/editor"
src_unpack() {
unpack ${A}