diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:22:55 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:22:55 +0000 |
commit | 8be9fcd4c4f9752cb4742856bcbd3dbaa70f702d (patch) | |
tree | 85ff0bca0af023002567d20f85f1e5df4df1bff3 /app-editors/le | |
parent | kill virtual/libc (diff) | |
download | gentoo-2-8be9fcd4c4f9752cb4742856bcbd3dbaa70f702d.tar.gz gentoo-2-8be9fcd4c4f9752cb4742856bcbd3dbaa70f702d.tar.bz2 gentoo-2-8be9fcd4c4f9752cb4742856bcbd3dbaa70f702d.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/le/le-1.13.4.ebuild | 7 | ||||
-rw-r--r-- | app-editors/le/le-1.13.7.ebuild | 7 | ||||
-rw-r--r-- | app-editors/le/le-1.14.2.ebuild | 5 |
4 files changed, 13 insertions, 12 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog index ffbc18225e39..3dc07e6f4586 100644 --- a/app-editors/le/ChangeLog +++ b/app-editors/le/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/le # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.21 2009/09/10 15:57:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.22 2009/09/23 15:22:55 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> le-1.13.4.ebuild, + le-1.13.7.ebuild, le-1.14.2.ebuild: + Remove virtual/libc 10 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> le-1.14.2.ebuild: Fix lzma-utils vs. xz-utils deps. diff --git a/app-editors/le/le-1.13.4.ebuild b/app-editors/le/le-1.13.4.ebuild index 8692b35eb7c6..3fa9491ce9b8 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.4 2008/03/27 21:26:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.4.ebuild,v 1.5 2009/09/23 15:22:55 patrick Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc - >=sys-libs/ncurses-5.2-r5" +DEPEND=">=sys-libs/ncurses-5.2-r5" src_install() { make DESTDIR="${D}" install || die "make install failed" diff --git a/app-editors/le/le-1.13.7.ebuild b/app-editors/le/le-1.13.7.ebuild index 25045142bea7..72a4e5d023e1 100644 --- a/app-editors/le/le-1.13.7.ebuild +++ b/app-editors/le/le-1.13.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.7.ebuild,v 1.1 2008/03/26 19:14:09 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.7.ebuild,v 1.2 2009/09/23 15:22:55 patrick Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc - >=sys-libs/ncurses-5.2-r5" +DEPEND=">=sys-libs/ncurses-5.2-r5" src_install() { emake DESTDIR="${D}" install || die "make install failed" diff --git a/app-editors/le/le-1.14.2.ebuild b/app-editors/le/le-1.14.2.ebuild index b28a107edc59..d4abe188fda9 100644 --- a/app-editors/le/le-1.14.2.ebuild +++ b/app-editors/le/le-1.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v 1.2 2009/09/10 15:57:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v 1.3 2009/09/23 15:22:55 patrick Exp $ inherit base @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="virtual/libc - >=sys-libs/ncurses-5.2-r5" +RDEPEND=">=sys-libs/ncurses-5.2-r5" DEPEND="${RDEPEND} || ( app-arch/xz-utils app-arch/lzma-utils )" |