diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-10 07:17:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-10 07:17:42 +0000 |
commit | 55e250805b5df4021a8171ee564d7af2247528b0 (patch) | |
tree | 8c78b64311545c5675d615e18eebb68b4c3941d9 /app-editors/zile | |
parent | remove PROVIDE=virtual/editor as we have now a new-style virtual (diff) | |
download | gentoo-2-55e250805b5df4021a8171ee564d7af2247528b0.tar.gz gentoo-2-55e250805b5df4021a8171ee564d7af2247528b0.tar.bz2 gentoo-2-55e250805b5df4021a8171ee564d7af2247528b0.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/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.41.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 6391470a9dcf..1d2f259e63e2 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.35 2007/09/23 07:13:00 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.36 2007/10/10 07:17:42 ulm Exp $ + + 10 Oct 2007; Ulrich Mueller <ulm@gentoo.org> zile-2.2.41.ebuild: + Don't PROVIDE=virtual/editor as it is a new-style virtual now. 23 Sep 2007; Christian Faulhammer <opfer@gentoo.org> -zile-2.2.13.ebuild, -zile-2.2.24.ebuild: diff --git a/app-editors/zile/zile-2.2.41.ebuild b/app-editors/zile/zile-2.2.41.ebuild index 9943948c1b75..10dc24fbe43f 100644 --- a/app-editors/zile/zile-2.2.41.ebuild +++ b/app-editors/zile/zile-2.2.41.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/zile/zile-2.2.41.ebuild,v 1.6 2007/09/22 11:45:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild,v 1.7 2007/10/10 07:17:42 ulm Exp $ DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://zile.sourceforge.net/" @@ -13,7 +13,6 @@ IUSE="" DEPEND="sys-libs/ncurses >=sys-apps/texinfo-4.3" -PROVIDE="virtual/editor" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |