diff options
-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 | ||||
-rw-r--r-- | app-editors/mp/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/mp/mp-3.3.18b.ebuild | 21 | ||||
-rw-r--r-- | app-editors/mp/mp-5.1.1.ebuild | 25 | ||||
-rw-r--r-- | app-editors/ng/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ng/ng-1.5_beta1.ebuild | 7 |
9 files changed, 49 insertions, 44 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 )" diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog index f7e7c0c48f2a..c2c802f9a8b8 100644 --- a/app-editors/mp/ChangeLog +++ b/app-editors/mp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mp -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.67 2008/12/31 05:29:06 darkside Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.68 2009/09/23 15:23:22 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mp-3.3.18b.ebuild, + mp-5.1.1.ebuild: + Remove virtual/libc *mp-5.1.1 (31 Dec 2008) diff --git a/app-editors/mp/mp-3.3.18b.ebuild b/app-editors/mp/mp-3.3.18b.ebuild index 485e37f36d6f..a86c5b95f9f8 100644 --- a/app-editors/mp/mp-3.3.18b.ebuild +++ b/app-editors/mp/mp-3.3.18b.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/mp/mp-3.3.18b.ebuild,v 1.7 2008/12/30 18:41:07 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.3.18b.ebuild,v 1.8 2009/09/23 15:23:22 patrick Exp $ inherit eutils toolchain-funcs @@ -13,16 +13,15 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="gtk ncurses nls pcre" -RDEPEND="virtual/libc - !dev-util/rej - ncurses? ( sys-libs/ncurses ) - gtk? ( >=x11-libs/gtk+-2 >=x11-libs/pango-1.8.0 ) - !gtk? ( sys-libs/ncurses ) - nls? ( sys-devel/gettext ) - pcre? ( dev-libs/libpcre ) - dev-lang/perl" +RDEPEND="!dev-util/rej + ncurses? ( sys-libs/ncurses ) + gtk? ( >=x11-libs/gtk+-2 >=x11-libs/pango-1.8.0 ) + !gtk? ( sys-libs/ncurses ) + nls? ( sys-devel/gettext ) + pcre? ( dev-libs/libpcre ) + dev-lang/perl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig" src_compile() { local myconf="--prefix=/usr --without-win32 --without-gtk1" diff --git a/app-editors/mp/mp-5.1.1.ebuild b/app-editors/mp/mp-5.1.1.ebuild index 458951575cb3..750786c75c74 100644 --- a/app-editors/mp/mp-5.1.1.ebuild +++ b/app-editors/mp/mp-5.1.1.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/mp/mp-5.1.1.ebuild,v 1.1 2008/12/31 05:29:06 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.2 2009/09/23 15:23:22 patrick Exp $ inherit eutils @@ -13,18 +13,17 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="gtk ncurses nls pcre iconv" -RDEPEND="virtual/libc - ncurses? ( sys-libs/ncurses ) - gtk? ( >=x11-libs/gtk+-2 >=x11-libs/pango-1.8.0 ) - !gtk? ( sys-libs/ncurses ) - nls? ( sys-devel/gettext ) - pcre? ( dev-libs/libpcre ) - iconv? ( virtual/libiconv ) - app-text/grutatxt" +RDEPEND="ncurses? ( sys-libs/ncurses ) + gtk? ( >=x11-libs/gtk+-2 >=x11-libs/pango-1.8.0 ) + !gtk? ( sys-libs/ncurses ) + nls? ( sys-devel/gettext ) + pcre? ( dev-libs/libpcre ) + iconv? ( virtual/libiconv ) + app-text/grutatxt" DEPEND="${RDEPEND} - app-text/grutatxt - dev-util/pkgconfig - dev-lang/perl" + app-text/grutatxt + dev-util/pkgconfig + dev-lang/perl" src_compile() { local myconf="--prefix=/usr --without-win32" diff --git a/app-editors/ng/ChangeLog b/app-editors/ng/ChangeLog index cd2562215b25..3eff607fc614 100644 --- a/app-editors/ng/ChangeLog +++ b/app-editors/ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/ng -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.10 2008/10/30 15:40:32 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.11 2009/09/23 15:23:44 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ng-1.5_beta1.ebuild: + Remove virtual/libc *ng-1.5_beta1-r1 (30 Oct 2008) diff --git a/app-editors/ng/ng-1.5_beta1.ebuild b/app-editors/ng/ng-1.5_beta1.ebuild index fa39242c1827..7d9a64cec862 100644 --- a/app-editors/ng/ng-1.5_beta1.ebuild +++ b/app-editors/ng/ng-1.5_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/ng/ng-1.5_beta1.ebuild,v 1.11 2007/10/10 07:12:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ng-1.5_beta1.ebuild,v 1.12 2009/09/23 15:23:44 patrick Exp $ inherit eutils @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="canna" -RDEPEND="virtual/libc - >=sys-libs/ncurses-5.0 +RDEPEND=">=sys-libs/ncurses-5.0 canna? ( app-i18n/canna )" DEPEND="${RDEPEND} >=sys-apps/sed-4.0" |