diff options
author | 2012-04-22 13:05:00 +0000 | |
---|---|---|
committer | 2012-04-22 13:05:00 +0000 | |
commit | 902fa8aca499e54c15a8eb6deffd39aa3c445b20 (patch) | |
tree | 18b225eaba29acf5301a99d09b7b835ef7630ad9 /net-misc | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d (diff) | |
download | gentoo-2-902fa8aca499e54c15a8eb6deffd39aa3c445b20.tar.gz gentoo-2-902fa8aca499e54c15a8eb6deffd39aa3c445b20.tar.bz2 gentoo-2-902fa8aca499e54c15a8eb6deffd39aa3c445b20.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/leechcraft-cstp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-0.5.65.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog index 392ae9f4bbce..aaaff9bd7556 100644 --- a/net-misc/leechcraft-cstp/ChangeLog +++ b/net-misc/leechcraft-cstp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-cstp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.10 2012/04/07 17:17:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.11 2012/04/22 13:05:00 maksbotan Exp $ + +*leechcraft-cstp-0.5.65 (22 Apr 2012) + + 22 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-cstp-0.5.65.ebuild: + Bump net-misc/leechcraft-cstp to 0.5.65, thanks to 0xd34df00d 07 Apr 2012; Markus Meier <maekke@gentoo.org> leechcraft-cstp-0.4.99.ebuild: x86 stable, bug #400605 diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.65.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.65.ebuild new file mode 100644 index 000000000000..e81337db8cba --- /dev/null +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.65.ebuild,v 1.1 2012/04/22 13:05:00 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" |