diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-12-15 19:18:54 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-12-15 19:18:54 +0000 |
commit | e53ab7751c7d4ecdf621ad8b21f4b3467e9e186f (patch) | |
tree | ebe9eb6a7f3a6e1e6128f408eb75f82d7606311f /net-ftp | |
parent | removed all that can be safely removed. testing pending (diff) | |
download | historical-e53ab7751c7d4ecdf621ad8b21f4b3467e9e186f.tar.gz historical-e53ab7751c7d4ecdf621ad8b21f4b3467e9e186f.tar.bz2 historical-e53ab7751c7d4ecdf621ad8b21f4b3467e9e186f.zip |
marking stable on tested arches, negating on others
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.6.10.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.6.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest index bb3196924453..11907508fadf 100644 --- a/net-ftp/lftp/Manifest +++ b/net-ftp/lftp/Manifest @@ -1,7 +1,7 @@ MD5 cfcdaff10d2d4b4d72331570505a40d2 ChangeLog 5217 -MD5 d4ed32462097adfb3aa551d252d5e35f lftp-2.6.5.ebuild 1773 +MD5 57ba5ae537bc49c2951e748ac1aff7d3 lftp-2.6.5.ebuild 1775 +MD5 31fca04db6a618df1200db392e2c798a lftp-2.6.10.ebuild 1349 MD5 64ab3dacc5e1a56a179575d8d784d8bd lftp-2.6.6.ebuild 1660 -MD5 7dc6abd5cb858d8b233abb65de6ccb77 lftp-2.6.10.ebuild 1352 MD5 096d8792a2b0989e03d9a39f8f5a2495 files/configure-lftp-2.6.2.diff 717 MD5 7c99535ecd134bbecb83e29188da7edc files/digest-lftp-2.6.5 64 MD5 38ac629933607e376e69154faae961a7 files/digest-lftp-2.6.6 64 diff --git a/net-ftp/lftp/lftp-2.6.10.ebuild b/net-ftp/lftp/lftp-2.6.10.ebuild index 2128550f8d9e..80621521b7e8 100644 --- a/net-ftp/lftp/lftp-2.6.10.ebuild +++ b/net-ftp/lftp/lftp-2.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.10.ebuild,v 1.1 2003/12/15 19:04:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.10.ebuild,v 1.2 2003/12/15 19:18:43 spider Exp $ IUSE="ssl socks5 nls" @@ -12,7 +12,7 @@ SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64" +KEYWORDS="x86 amd64 ppc sparc ~alpha ~hppa ~mips ~arm ~ia64" DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) diff --git a/net-ftp/lftp/lftp-2.6.5.ebuild b/net-ftp/lftp/lftp-2.6.5.ebuild index 9778a539321b..7778711d652c 100644 --- a/net-ftp/lftp/lftp-2.6.5.ebuild +++ b/net-ftp/lftp/lftp-2.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.5.ebuild,v 1.9 2003/09/07 00:12:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.5.ebuild,v 1.10 2003/12/15 19:18:43 spider Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND=">=sys-libs/ncurses-5.1 RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -ppc sparc alpha hppa amd64" +KEYWORDS="-x86 -ppc -sparc alpha hppa -amd64" |