diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-15 19:36:16 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-15 19:36:16 +0000 |
commit | 0969b17466405db92508e36926a7c37385fe13f0 (patch) | |
tree | 5e071a56b3a8cf85745587f6490ea3edc59e2652 /net-ftp | |
parent | Do much LeechCraft maintainance, including bump to 0.4.96 (diff) | |
download | gentoo-2-0969b17466405db92508e36926a7c37385fe13f0.tar.gz gentoo-2-0969b17466405db92508e36926a7c37385fe13f0.tar.bz2 gentoo-2-0969b17466405db92508e36926a7c37385fe13f0.zip |
Do much LeechCraft maintainance, including bump to 0.4.96
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/leechcraft-lcftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/net-ftp/leechcraft-lcftp/ChangeLog b/net-ftp/leechcraft-lcftp/ChangeLog index edba38c7c827..61929ecb31b7 100644 --- a/net-ftp/leechcraft-lcftp/ChangeLog +++ b/net-ftp/leechcraft-lcftp/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2011/09/14 17:00:33 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/leechcraft-lcftp/ChangeLog,v 1.3 2011/12/15 19:36:16 maksbotan Exp $ + +*leechcraft-lcftp-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-lcftp-0.4.96.ebuild: + Bump net-ftp/leechcraft-lcftp to 0.4.96, thanks to 0xd34df00d *leechcraft-lcftp-0.4.90 (14 Sep 2011) diff --git a/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild b/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild new file mode 100644 index 000000000000..900f02feb60a --- /dev/null +++ b/net-ftp/leechcraft-lcftp/leechcraft-lcftp-0.4.96.ebuild @@ -0,0 +1,18 @@ +# 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 $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="LCFTP, FTP client for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + >=net-misc/curl-7.19.4" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" |