summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-05-22 22:45:39 +0000
committerJeroen Roovers <jer@gentoo.org>2011-05-22 22:45:39 +0000
commit91ace8b2376ab502e98960e59c7cf9c170c1a8d8 (patch)
tree0beeaa06ec13bf1a4d61ba0ae8246d484f567ec0 /net-ftp
parentfix manifest (diff)
downloadgentoo-2-91ace8b2376ab502e98960e59c7cf9c170c1a8d8.tar.gz
gentoo-2-91ace8b2376ab502e98960e59c7cf9c170c1a8d8.tar.bz2
gentoo-2-91ace8b2376ab502e98960e59c7cf9c170c1a8d8.zip
DEPEND on dev-util/pkgconfig by dE (bug #368359). Sort DEPEND entries.
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/ChangeLog6
-rw-r--r--net-ftp/lftp/lftp-4.1.3.ebuild7
-rw-r--r--net-ftp/lftp/lftp-4.2.1.ebuild7
-rw-r--r--net-ftp/lftp/lftp-4.2.2.ebuild7
-rw-r--r--net-ftp/lftp/lftp-4.2.3.ebuild7
5 files changed, 21 insertions, 13 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index 38bc38e744b3..a2d348cc5b49 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/lftp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.299 2011/05/02 01:21:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.300 2011/05/22 22:45:39 jer Exp $
+
+ 22 May 2011; Jeroen Roovers <jer@gentoo.org> lftp-4.1.3.ebuild,
+ lftp-4.2.1.ebuild, lftp-4.2.2.ebuild, lftp-4.2.3.ebuild:
+ DEPEND on dev-util/pkgconfig by dE (bug #368359). Sort DEPEND entries.
*lftp-4.2.3 (02 May 2011)
diff --git a/net-ftp/lftp/lftp-4.1.3.ebuild b/net-ftp/lftp/lftp-4.1.3.ebuild
index 341765de0f0b..9c4d990c8196 100644
--- a/net-ftp/lftp/lftp-4.1.3.ebuild
+++ b/net-ftp/lftp/lftp-4.1.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.7 2011/03/01 01:13:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.1.3.ebuild,v 1.8 2011/05/22 22:45:39 jer Exp $
EAPI="3"
@@ -29,10 +29,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ =sys-devel/libtool-2*
app-arch/xz-utils
- nls? ( sys-devel/gettext )
dev-lang/perl
- =sys-devel/libtool-2*
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )
"
src_prepare() {
epatch "${FILESDIR}/${PN}-4.0.2.91-lafile.patch"
diff --git a/net-ftp/lftp/lftp-4.2.1.ebuild b/net-ftp/lftp/lftp-4.2.1.ebuild
index 0812a14ee557..755e77a9501b 100644
--- a/net-ftp/lftp/lftp-4.2.1.ebuild
+++ b/net-ftp/lftp/lftp-4.2.1.ebuild
@@ -1,6 +1,6 @@
# 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.2.1.ebuild,v 1.1 2011/04/04 16:07:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.2.1.ebuild,v 1.2 2011/05/22 22:45:39 jer Exp $
EAPI="3"
@@ -29,10 +29,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ =sys-devel/libtool-2*
app-arch/xz-utils
- nls? ( sys-devel/gettext )
dev-lang/perl
- =sys-devel/libtool-2*
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )
"
src_prepare() {
epatch "${FILESDIR}/${PN}-4.0.2.91-lafile.patch"
diff --git a/net-ftp/lftp/lftp-4.2.2.ebuild b/net-ftp/lftp/lftp-4.2.2.ebuild
index c8ca6be710b3..bbdb2cec206c 100644
--- a/net-ftp/lftp/lftp-4.2.2.ebuild
+++ b/net-ftp/lftp/lftp-4.2.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.2.ebuild,v 1.1 2011/04/18 15:15:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.2.2.ebuild,v 1.2 2011/05/22 22:45:39 jer Exp $
EAPI="3"
@@ -29,10 +29,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ =sys-devel/libtool-2*
app-arch/xz-utils
- nls? ( sys-devel/gettext )
dev-lang/perl
- =sys-devel/libtool-2*
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )
"
src_prepare() {
epatch "${FILESDIR}/${PN}-4.0.2.91-lafile.patch"
diff --git a/net-ftp/lftp/lftp-4.2.3.ebuild b/net-ftp/lftp/lftp-4.2.3.ebuild
index e6b7aa4e8b29..737cb632ccfa 100644
--- a/net-ftp/lftp/lftp-4.2.3.ebuild
+++ b/net-ftp/lftp/lftp-4.2.3.ebuild
@@ -1,6 +1,6 @@
# 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.2.3.ebuild,v 1.1 2011/05/02 01:21:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.2.3.ebuild,v 1.2 2011/05/22 22:45:39 jer Exp $
EAPI="3"
@@ -29,10 +29,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ =sys-devel/libtool-2*
app-arch/xz-utils
- nls? ( sys-devel/gettext )
dev-lang/perl
- =sys-devel/libtool-2*
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )
"
src_prepare() {
epatch "${FILESDIR}/${PN}-4.0.2.91-lafile.patch"