diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-10-10 07:28:10 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-10-10 07:28:10 +0000 |
commit | 0ebf92192964a9b11bdda0a2a9383d8c0f331d28 (patch) | |
tree | a22f845a1da0ffa23f3b5599076dbfb97ce9b292 /app-editors/teco | |
parent | Don't PROVIDE=virtual/editor as it is a new-style virtual now. (diff) | |
download | historical-0ebf92192964a9b11bdda0a2a9383d8c0f331d28.tar.gz historical-0ebf92192964a9b11bdda0a2a9383d8c0f331d28.tar.bz2 historical-0ebf92192964a9b11bdda0a2a9383d8c0f331d28.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r2.ebuild | 3 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog index 4eb0287aae41..5a50b05ef899 100644 --- a/app-editors/teco/ChangeLog +++ b/app-editors/teco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/teco # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.16 2007/01/24 02:54:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.17 2007/10/10 07:22:43 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> teco-1.00-r2.ebuild, + teco-1.00-r3.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 24 Jan 2007; Marius Mauch <genone@gentoo.org> teco-1.00-r2.ebuild, teco-1.00-r3.ebuild: diff --git a/app-editors/teco/teco-1.00-r2.ebuild b/app-editors/teco/teco-1.00-r2.ebuild index 09739e08d138..1d0754ff1184 100644 --- a/app-editors/teco/teco-1.00-r2.ebuild +++ b/app-editors/teco/teco-1.00-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/teco/teco-1.00-r2.ebuild,v 1.8 2007/01/24 02:54:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r2.ebuild,v 1.9 2007/10/10 07:22:43 opfer Exp $ inherit ccc @@ -20,7 +20,6 @@ IUSE="doc" RDEPEND="virtual/libc" DEPEND="${DEPEND} >=sys-apps/sed-4" -PROVIDE="virtual/editor" S=${WORKDIR} diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild index 0bb039c76707..1f1f6477d859 100644 --- a/app-editors/teco/teco-1.00-r3.ebuild +++ b/app-editors/teco/teco-1.00-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/teco/teco-1.00-r3.ebuild,v 1.6 2007/01/24 02:54:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.7 2007/10/10 07:22:43 opfer Exp $ inherit toolchain-funcs flag-o-matic @@ -19,7 +19,6 @@ IUSE="doc" RDEPEND="sys-libs/ncurses" DEPEND="${DEPEND}" -PROVIDE="virtual/editor" S=${WORKDIR} |