diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-09-14 17:02:28 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-09-14 17:02:28 +0000 |
commit | 988fc08a4995871a3a732412557c3d79b1165075 (patch) | |
tree | cf65a8f376be65f55bd3dbe148605a71bf5ee93b /net-misc/leechcraft-cstp | |
parent | Big leechcraft bump, 0.4.90 (diff) | |
download | gentoo-2-988fc08a4995871a3a732412557c3d79b1165075.tar.gz gentoo-2-988fc08a4995871a3a732412557c3d79b1165075.tar.bz2 gentoo-2-988fc08a4995871a3a732412557c3d79b1165075.zip |
Big leechcraft bump, 0.4.90
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-cstp')
-rw-r--r-- | net-misc/leechcraft-cstp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-0.4.90.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog index c76e844b2df7..00d72f573fe4 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.1 2011/08/23 19:01:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.2 2011/09/14 17:02:28 maksbotan Exp $ + +*leechcraft-cstp-0.4.90 (14 Sep 2011) + + 14 Sep 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-cstp-0.4.90.ebuild: + Bump net-misc/leechcraft-cstp to 0.4.90, thanks to 0xd34df00d *leechcraft-cstp-9999 (23 Aug 2011) *leechcraft-cstp-0.4.85 (23 Aug 2011) diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.90.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.90.ebuild new file mode 100644 index 000000000000..08aa71ced738 --- /dev/null +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.90.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.4.90.ebuild,v 1.1 2011/09/14 17:02:28 maksbotan Exp $ + +EAPI="2" + +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" |