summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-12-19 10:55:00 +0100
committerJeroen Roovers <jer@gentoo.org>2015-12-19 10:55:52 +0100
commit3bb3a4a57e46a4310dc1f27f7a398bbb6f6e150b (patch)
tree2ceda37b1644532d644750d7a8a0661a8221f4aa /net-ftp
parentnet-ftp/lftp: Set SLOT dependencies. (diff)
downloadgentoo-3bb3a4a57e46a4310dc1f27f7a398bbb6f6e150b.tar.gz
gentoo-3bb3a4a57e46a4310dc1f27f7a398bbb6f6e150b.tar.bz2
gentoo-3bb3a4a57e46a4310dc1f27f7a398bbb6f6e150b.zip
net-ftp/lftp: Set SLOT dependencies.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/files/lftp-4.5.3-autopoint.patch10
-rw-r--r--net-ftp/lftp/lftp-9999.ebuild13
2 files changed, 8 insertions, 15 deletions
diff --git a/net-ftp/lftp/files/lftp-4.5.3-autopoint.patch b/net-ftp/lftp/files/lftp-4.5.3-autopoint.patch
deleted file mode 100644
index 7a68843cef06..000000000000
--- a/net-ftp/lftp/files/lftp-4.5.3-autopoint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -137,6 +137,7 @@
- AM_ICONV
-
- ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs"
-+AM_GNU_GETTEXT_VERSION([0.18.1])
- AM_GNU_GETTEXT([external])
- test "$MSGFMT" = "no" && MSGFMT ="$missing_dir/missing msgfmt"
- test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt"
diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
index f21a9be4b97c..58231f60520e 100644
--- a/net-ftp/lftp/lftp-9999.ebuild
+++ b/net-ftp/lftp/lftp-9999.ebuild
@@ -22,8 +22,8 @@ REQUIRED_USE="
"
RDEPEND="
- >=sys-libs/ncurses-5.1
- >=sys-libs/readline-5.1
+ >=sys-libs/ncurses-5.1:=
+ >=sys-libs/readline-5.1:=
dev-libs/expat
sys-libs/zlib
convert-mozilla-cookies? ( dev-perl/DBI )
@@ -34,7 +34,7 @@ RDEPEND="
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3 )
- openssl? ( >=dev-libs/openssl-0.9.6 )
+ openssl? ( dev-libs/openssl:0 )
)
verify-file? (
dev-perl/string-crc32
@@ -58,11 +58,12 @@ DOCS=(
src_prepare() {
epatch \
- "${FILESDIR}"/${PN}-4.5.3-autopoint.patch \
"${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
gnulib-tool --update || die
+ chmod +x build-aux/git-version-gen || die
+
eautoreconf
elibtoolize # for Darwin bundles
}
@@ -81,7 +82,9 @@ src_configure() {
}
src_install() {
- default
+ # FIXME: MKDIR_P is not getting picked up in po/Makefile
+ emake DESTDIR="${D}" mkdir_p="mkdir -p"
+
local script
for script in {convert-mozilla-cookies,verify-file}; do
use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}