diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-05-21 19:51:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-05-21 19:51:46 +0000 |
commit | a249a9bf95b9882825ddb7a064e266035fada42c (patch) | |
tree | 431135aaea5f2c01ec15bcaa5aae7f2954224bb2 /net-ftp | |
parent | remove pre-stripped binary thanks betelgeuse in bug 179344 (diff) | |
download | gentoo-2-a249a9bf95b9882825ddb7a064e266035fada42c.tar.gz gentoo-2-a249a9bf95b9882825ddb7a064e266035fada42c.tar.bz2 gentoo-2-a249a9bf95b9882825ddb7a064e266035fada42c.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.4.6.ebuild | 9 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.5.10.ebuild | 7 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.5.11.ebuild | 7 |
4 files changed, 15 insertions, 14 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 1d0b2b9bb8cf..2cfdaf2d290c 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.132 2007/04/18 21:42:50 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.133 2007/05/21 19:51:46 grobian Exp $ + + 21 May 2007; Fabian Groffen <grobian@gentoo.org> lftp-3.4.6.ebuild, + lftp-3.5.10.ebuild, lftp-3.5.11.ebuild: + Dropped ppc-macos keyword, see you in prefix *lftp-3.5.11 (18 Apr 2007) diff --git a/net-ftp/lftp/lftp-3.4.6.ebuild b/net-ftp/lftp/lftp-3.4.6.ebuild index 2ec193888951..cd134bc3820d 100644 --- a/net-ftp/lftp/lftp-3.4.6.ebuild +++ b/net-ftp/lftp/lftp-3.4.6.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/net-ftp/lftp/lftp-3.4.6.ebuild,v 1.12 2006/11/04 11:29:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.4.6.ebuild,v 1.13 2007/05/21 19:51:46 grobian Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://lftp.yar.ru/lftp/old/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="ssl gnutls socks5 nls" RDEPEND=">=sys-libs/ncurses-5.1 @@ -24,7 +24,7 @@ RDEPEND=">=sys-libs/ncurses-5.1 !gnutls? ( >=dev-libs/openssl-0.9.6 ) ) virtual/libc - !ppc-macos? ( >=sys-libs/readline-5.1 )" + >=sys-libs/readline-5.1" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) @@ -54,7 +54,6 @@ src_compile() { use socks5 && myconf="${myconf} --with-socksdante=/usr" \ || myconf="${myconf} --without-socksdante" - use ppc-macos && myconf="${myconf} --with-included-readline" econf \ --sysconfdir=/etc/lftp \ --without-modules \ diff --git a/net-ftp/lftp/lftp-3.5.10.ebuild b/net-ftp/lftp/lftp-3.5.10.ebuild index 6eec5ee0b639..1a13d320231c 100644 --- a/net-ftp/lftp/lftp-3.5.10.ebuild +++ b/net-ftp/lftp/lftp-3.5.10.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/net-ftp/lftp/lftp-3.5.10.ebuild,v 1.8 2007/04/11 22:38:55 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.5.10.ebuild,v 1.9 2007/05/21 19:51:46 grobian Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://lftp.yar.ru/lftp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc-macos ppc64 ~s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="ssl gnutls socks5 nls" RDEPEND=">=sys-libs/ncurses-5.1 @@ -25,7 +25,7 @@ RDEPEND=">=sys-libs/ncurses-5.1 !gnutls? ( >=dev-libs/openssl-0.9.6 ) ) virtual/libc - !ppc-macos? ( >=sys-libs/readline-5.1 )" + >=sys-libs/readline-5.1" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) @@ -51,7 +51,6 @@ src_compile() { use socks5 && myconf="${myconf} --with-socksdante=/usr" \ || myconf="${myconf} --without-socksdante" - use ppc-macos && myconf="${myconf} --with-included-readline" econf \ --sysconfdir=/etc/lftp \ --with-modules \ diff --git a/net-ftp/lftp/lftp-3.5.11.ebuild b/net-ftp/lftp/lftp-3.5.11.ebuild index fa8f558dad16..f1440fcf06c7 100644 --- a/net-ftp/lftp/lftp-3.5.11.ebuild +++ b/net-ftp/lftp/lftp-3.5.11.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/net-ftp/lftp/lftp-3.5.11.ebuild,v 1.1 2007/04/18 21:42:50 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.5.11.ebuild,v 1.2 2007/05/21 19:51:46 grobian Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://lftp.yar.ru/lftp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="ssl gnutls socks5 nls" RDEPEND=">=sys-libs/ncurses-5.1 @@ -25,7 +25,7 @@ RDEPEND=">=sys-libs/ncurses-5.1 !gnutls? ( >=dev-libs/openssl-0.9.6 ) ) virtual/libc - !ppc-macos? ( >=sys-libs/readline-5.1 )" + >=sys-libs/readline-5.1" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) @@ -45,7 +45,6 @@ src_compile() { use socks5 && myconf="${myconf} --with-socksdante=/usr" \ || myconf="${myconf} --without-socksdante" - use ppc-macos && myconf="${myconf} --with-included-readline" econf \ --sysconfdir=/etc/lftp \ --with-modules \ |