diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:03:39 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:03:39 +0000 |
commit | 9ff1bf529148c5c409fd2a6f2aed0be28f7def3c (patch) | |
tree | 210c3aaade4e492782ffeb6d304741ff11376f92 /net-misc | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-9ff1bf529148c5c409fd2a6f2aed0be28f7def3c.tar.gz gentoo-2-9ff1bf529148c5c409fd2a6f2aed0be28f7def3c.tar.bz2 gentoo-2-9ff1bf529148c5c409fd2a6f2aed0be28f7def3c.zip |
Bump LeechCraft to 0.5.80, thanks to 0xd34df00d
(Portage version: 2.1.11.4/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.80.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog index 1c4f466e5b78..b4d8d6ec2206 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.15 2012/07/19 20:00:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.16 2012/08/13 14:03:39 maksbotan Exp $ + +*leechcraft-cstp-0.5.80 (13 Aug 2012) + + 13 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-cstp-0.5.80.ebuild: + Bump LeechCraft to 0.5.80, thanks to 0xd34df00d *leechcraft-cstp-0.5.75 (19 Jul 2012) diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.80.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.80.ebuild new file mode 100644 index 000000000000..12654e0b1483 --- /dev/null +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-0.5.80.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.80.ebuild,v 1.1 2012/08/13 14:03:39 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" |