summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-04-13 02:46:20 +0000
committerJeroen Roovers <jer@gentoo.org>2009-04-13 02:46:20 +0000
commit6542ed2ded8c44d12d7e2cb493c0ad9f4f3cc1d4 (patch)
treee5dedaf26e1b7d40836af44eb5a9a4e0706e4d36
parentQA: respect CC, bug 243638 (diff)
downloadgentoo-2-6542ed2ded8c44d12d7e2cb493c0ad9f4f3cc1d4.tar.gz
gentoo-2-6542ed2ded8c44d12d7e2cb493c0ad9f4f3cc1d4.tar.bz2
gentoo-2-6542ed2ded8c44d12d7e2cb493c0ad9f4f3cc1d4.zip
Remove old.
(Portage version: 2.2_rc29/cvs/Linux i686)
-rw-r--r--net-ftp/lftp/ChangeLog6
-rw-r--r--net-ftp/lftp/lftp-3.7.0.ebuild66
-rw-r--r--net-ftp/lftp/lftp-3.7.3.ebuild66
3 files changed, 5 insertions, 133 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index e4ddf125dfb3..95b998941847 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/lftp
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.175 2009/04/12 18:17:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.176 2009/04/13 02:46:20 jer Exp $
+
+ 13 Apr 2009; Jeroen Roovers <jer@gentoo.org> -lftp-3.7.0.ebuild,
+ -lftp-3.7.3.ebuild:
+ Remove old.
12 Apr 2009; Brent Baude <ranger@gentoo.org> lftp-3.7.9.ebuild:
stable ppc64, bug 264559
diff --git a/net-ftp/lftp/lftp-3.7.0.ebuild b/net-ftp/lftp/lftp-3.7.0.ebuild
deleted file mode 100644
index b672797ec026..000000000000
--- a/net-ftp/lftp/lftp-3.7.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.7.0.ebuild,v 1.8 2008/11/06 02:31:36 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program"
-HOMEPAGE="http://lftp.yar.ru/"
-SRC_URI="http://ftp.yars.free.net/pub/source/lftp/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc ~sparc-fbsd x86 ~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 )
- )
- virtual/libc
- >=sys-libs/readline-5.1"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- dev-lang/perl"
-
-#src_unpack() {
-# unpack ${A}
-# cd "${S}"
-#
-# epatch "${FILESDIR}"/${PV}-segfault.patch
-# epatch "${FILESDIR}"/${PV}-specialchars.patch
-#}
-
-src_compile() {
- 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"
-
- emake || die "compile problem"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
-
- dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \
- NEWS README* THANKS TODO
-}
diff --git a/net-ftp/lftp/lftp-3.7.3.ebuild b/net-ftp/lftp/lftp-3.7.3.ebuild
deleted file mode 100644
index b313c27fdeae..000000000000
--- a/net-ftp/lftp/lftp-3.7.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.7.3.ebuild,v 1.3 2008/11/06 02:31:36 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program"
-HOMEPAGE="http://lftp.yar.ru/"
-SRC_URI="http://ftp.yars.free.net/pub/source/lftp/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sparc ~sparc-fbsd x86 ~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 )
- )
- virtual/libc
- >=sys-libs/readline-5.1"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- dev-lang/perl"
-
-#src_unpack() {
-# unpack ${A}
-# cd "${S}"
-#
-# epatch "${FILESDIR}"/${PV}-segfault.patch
-# epatch "${FILESDIR}"/${PV}-specialchars.patch
-#}
-
-src_compile() {
- 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"
-
- emake || die "compile problem"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
-
- dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \
- NEWS README* THANKS TODO
-}