diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-10 07:00:22 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-10 07:00:22 +0000 |
commit | d0f2cf054075e5944b6565a2d9737dfcd7845e1b (patch) | |
tree | ee7612d91af36d9cbbb4a51cb958e539730ae023 /app-editors/le | |
parent | remove PROVIDE=virtual/editor as we have now a new-style virtual (diff) | |
download | gentoo-2-d0f2cf054075e5944b6565a2d9737dfcd7845e1b.tar.gz gentoo-2-d0f2cf054075e5944b6565a2d9737dfcd7845e1b.tar.bz2 gentoo-2-d0f2cf054075e5944b6565a2d9737dfcd7845e1b.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/le/le-1.12.5.ebuild | 6 | ||||
-rw-r--r-- | app-editors/le/le-1.13.4.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog index 3dd8c876975d..f425d642d686 100644 --- a/app-editors/le/ChangeLog +++ b/app-editors/le/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/le # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.14 2007/05/13 18:20:02 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.15 2007/10/10 07:00:22 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> le-1.12.5.ebuild, + le-1.13.4.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add herd diff --git a/app-editors/le/le-1.12.5.ebuild b/app-editors/le/le-1.12.5.ebuild index 756f86164b8a..bce4a6d81306 100644 --- a/app-editors/le/le-1.12.5.ebuild +++ b/app-editors/le/le-1.12.5.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/le/le-1.12.5.ebuild,v 1.2 2006/04/27 09:29:49 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.12.5.ebuild,v 1.3 2007/10/10 07:00:22 opfer Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -14,8 +14,6 @@ IUSE="" DEPEND="virtual/libc >=sys-libs/ncurses-5.2-r5" -PROVIDE="virtual/editor" - src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO diff --git a/app-editors/le/le-1.13.4.ebuild b/app-editors/le/le-1.13.4.ebuild index 4beb9c81d43e..a1d43ce41b9c 100644 --- a/app-editors/le/le-1.13.4.ebuild +++ b/app-editors/le/le-1.13.4.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/le/le-1.13.4.ebuild,v 1.1 2006/12/01 18:52:09 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.4.ebuild,v 1.2 2007/10/10 07:00:22 opfer Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -14,8 +14,6 @@ IUSE="" DEPEND="virtual/libc >=sys-libs/ncurses-5.2-r5" -PROVIDE="virtual/editor" - src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO |