diff options
-rw-r--r-- | net-ftp/lftp/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.1.1.ebuild | 67 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.1.2.ebuild | 68 |
3 files changed, 0 insertions, 139 deletions
diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest index 573cc67d9e18..7802372307ac 100644 --- a/net-ftp/lftp/Manifest +++ b/net-ftp/lftp/Manifest @@ -1,10 +1,6 @@ AUX lftp-4.0.2.91-lafile.patch 976 RMD160 1a866fa1340bfc3d1f634cabadf44883e9a01d93 SHA1 e5e646839a6e48f0b504a2720947462410f76710 SHA256 b54aac35c297657290a2d9571c38bdc4bf51548f826b4ec958a768c398c0cd0b AUX lftp-4.0.3-autoconf-2.64.patch 582 RMD160 74f242cb445a790e6bd6987eef32db1cd59c0ef9 SHA1 58289a37b786b39ec23dfeabf52bc6b73802e1fb SHA256 f8e6e1d4e114d7e122b1762f9382027541357c39f129f9d2aad9edd93659f53e -DIST lftp-4.1.1.tar.bz2 1645224 RMD160 a3d9e99c7bcc6602e4c09d9a6b53156900d0e70d SHA1 cb51f012e877ddb5f02ec03f853b48ca9fc048df SHA256 ac09757361bde22136035454531d8c530cec3ca7736cdc38f9bd50d0f941a91a -DIST lftp-4.1.2.tar.xz 1301308 RMD160 2d998738f4753ff58a27c018d6f987b0afc5e540 SHA1 829f0f5afb4c4d6e320292c34548b17650b3d217 SHA256 c6f7980860c5956a746c02873370d45e299653ad9c714d8c24ba1c8d7428974d DIST lftp-4.1.3.tar.xz 1301464 RMD160 f1ba967b551896aeb32729b63d1adb57f0e31973 SHA1 493eb55518e8d28fa9c06a6ffb65d431c8683099 SHA256 86e6ee6e4c6fdde41d918626999e4a95374bd9a17cbbe876b055b85db353c123 -EBUILD lftp-4.1.1.ebuild 1649 RMD160 531066856d4d5a7153a81e340d439195244b344f SHA1 b018041293b09e1d21b6e5b42d2fd26e8ae2f9a0 SHA256 63cd526ce0ec51d153054dad1daf7eaec64e4ae7ef9e7c4fffc879b08a5e3f1e -EBUILD lftp-4.1.2.ebuild 1673 RMD160 8aa0d7d07822efee54b8ede4dc6a25ad29b869fd SHA1 496b50a86d616ee786fd7c1ad049b53499935808 SHA256 a887c5eda32261b790669168f5ed3195379487abd0796c3934e8b3b2b9371cb2 EBUILD lftp-4.1.3.ebuild 1666 RMD160 e61272e435202803d85c03973b7ae4a79acf7702 SHA1 98f649fe8fa2f01199f18a25a8c3c9df2355fb12 SHA256 6727546a0a74752766d3478d1439d25a1caab1f768935ff81291348cad7abe05 MISC ChangeLog 39184 RMD160 084f90aabe2e2f6d5691d75d16b7acc3be9d5d45 SHA1 bd761242e65fcfaf76adadd54b271de26beaee65 SHA256 89914352aa2a4433fbad44c3ee65fa342056b5e751bc28f067e40c927d2464b1 MISC metadata.xml 382 RMD160 bcd88509a9a774921160fe715fba6f58f7bccf49 SHA1 486b3aeca875077cd000861431a281d942c03b66 SHA256 baf2fa59155da54f93fb81f0fa259b9ab31e00573c22ac845c30ce8ea7c56b4c diff --git a/net-ftp/lftp/lftp-4.1.1.ebuild b/net-ftp/lftp/lftp-4.1.1.ebuild deleted file mode 100644 index 2e54fcc242f7..000000000000 --- a/net-ftp/lftp/lftp-4.1.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.1.1.ebuild,v 1.7 2011/01/09 17:06:32 armin76 Exp $ - -EAPI="2" - -inherit autotools eutils - -DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" -HOMEPAGE="http://lftp.yar.ru/" -SRC_URI="http://ftp.yars.free.net/pub/source/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="ssl gnutls socks5 nls" - -RDEPEND=" - >=sys-libs/ncurses-5.1 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - >=sys-libs/readline-5.1 -" - -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) - dev-lang/perl - =sys-devel/libtool-2* -" -src_prepare() { - epatch "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" - epatch "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch" - eautoreconf -} - -src_configure() { - local myconf="$(use_enable nls) --enable-packager-mode" - - if use ssl && use gnutls ; then - myconf="${myconf} --without-openssl" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --without-gnutls --with-openssl=/usr" - else - myconf="${myconf} --without-gnutls --without-openssl" - fi - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --with-modules \ - ${myconf} || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} diff --git a/net-ftp/lftp/lftp-4.1.2.ebuild b/net-ftp/lftp/lftp-4.1.2.ebuild deleted file mode 100644 index 06ce1e071ea8..000000000000 --- a/net-ftp/lftp/lftp-4.1.2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.1.2.ebuild,v 1.1 2011/01/03 02:24:19 jer Exp $ - -EAPI="3" - -inherit autotools eutils - -DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" -HOMEPAGE="http://lftp.yar.ru/" -SRC_URI="http://ftp.yars.free.net/pub/source/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="ssl gnutls socks5 nls" - -RDEPEND=" - >=sys-libs/ncurses-5.1 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - >=sys-libs/readline-5.1 -" - -DEPEND=" - ${RDEPEND} - app-arch/xz-utils - nls? ( sys-devel/gettext ) - dev-lang/perl - =sys-devel/libtool-2* -" -src_prepare() { - epatch "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" - epatch "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch" - eautoreconf -} - -src_configure() { - local myconf="$(use_enable nls) --enable-packager-mode" - - if use ssl && use gnutls ; then - myconf="${myconf} --without-openssl" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --without-gnutls --with-openssl=/usr" - else - myconf="${myconf} --without-gnutls --without-openssl" - fi - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --with-modules \ - ${myconf} || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} |