summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-02-02 17:40:43 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-02-02 17:40:43 +0000
commit66263693adae2835f31d061f62d25dd64eabb0df (patch)
tree2730c0b06b09049ee856d4986f0a0675fa79dd0b
parentBig leechcraft bump to 0.4.99, thanks to 0xd34df00d (diff)
downloadgentoo-2-66263693adae2835f31d061f62d25dd64eabb0df.tar.gz
gentoo-2-66263693adae2835f31d061f62d25dd64eabb0df.tar.bz2
gentoo-2-66263693adae2835f31d061f62d25dd64eabb0df.zip
Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
(Portage version: 2.1.10.44/cvs/Linux x86_64)
-rw-r--r--net-misc/leechcraft-cstp/ChangeLog10
-rw-r--r--net-misc/leechcraft-cstp/leechcraft-cstp-0.4.99.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog
index 10edfc566d26..0f0916a4d490 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.5 2011/12/31 12:11:18 maksbotan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.6 2012/02/02 17:40:43 maksbotan Exp $
+
+*leechcraft-cstp-0.4.99 (02 Feb 2012)
+
+ 02 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-cstp-0.4.99.ebuild:
+ Bump net-misc/leechcraft-cstp to 0.4.99, thanks to 0xd34df00d
*leechcraft-cstp-0.4.97 (31 Dec 2011)
diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.99.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.99.ebuild
new file mode 100644
index 000000000000..b57bb8b51fdf
--- /dev/null
+++ b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.99.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.4.99.ebuild,v 1.1 2012/02/02 17:40:43 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"