diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:38:47 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:38:47 +0000 |
commit | 40b7481d623b35c7fa884d8282568d7d7258a198 (patch) | |
tree | 0e85a46fabffa8c40391526fac546765d28949d8 /net-ftp | |
parent | Bump to eapi4, fix bug 394935 (diff) | |
download | gentoo-2-40b7481d623b35c7fa884d8282568d7d7258a198.tar.gz gentoo-2-40b7481d623b35c7fa884d8282568d7d7258a198.tar.bz2 gentoo-2-40b7481d623b35c7fa884d8282568d7d7258a198.zip |
Bump to eapi4, fix bug 394935
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/leechcraft-lcftp/ChangeLog | 9 | ||||
-rw-r--r-- | net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96-r1.ebuild (renamed from net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild) | 6 | ||||
-rw-r--r-- | net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/net-ftp/leechcraft-lcftp/ChangeLog b/net-ftp/leechcraft-lcftp/ChangeLog index 61929ecb31b7..3ded37fc880e 100644 --- a/net-ftp/leechcraft-lcftp/ChangeLog +++ b/net-ftp/leechcraft-lcftp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-ftp/leechcraft-lcftp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/ChangeLog,v 1.3 2011/12/15 19:36:16 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/ChangeLog,v 1.4 2011/12/16 18:38:47 maksbotan Exp $ + +*leechcraft-lcftp-0.4.96-r1 (16 Dec 2011) + + 16 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-lcftp-0.4.96.ebuild, +leechcraft-lcftp-0.4.96-r1.ebuild, + leechcraft-lcftp-9999.ebuild: + Bump to eapi4, fix bug 394935 *leechcraft-lcftp-0.4.96 (15 Dec 2011) diff --git a/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild b/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96-r1.ebuild index 900f02feb60a..122973ce6030 100644 --- a/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild +++ b/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild,v 1.1 2011/12/15 19:36:16 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96-r1.ebuild,v 1.1 2011/12/16 18:38:47 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} >=net-misc/curl-7.19.4" RDEPEND="${DEPEND} virtual/leechcraft-task-show" diff --git a/net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild b/net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild index f3cbfe9e9f4d..dd4341465c66 100644 --- a/net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild +++ b/net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild,v 1.1 2011/08/25 15:37:50 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/leechcraft-lcftp-9999.ebuild,v 1.2 2011/12/16 18:38:47 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} >=net-misc/curl-7.19.4" RDEPEND="${DEPEND} virtual/leechcraft-task-show" |