diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-23 19:01:44 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-23 19:01:44 +0000 |
commit | f17187ab7418d97767456ee3c26d117d8a18ee5d (patch) | |
tree | 1b519c56569147739951b1d6d94f6e9788820938 /net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.ebuild | |
parent | Fix bugs #375295, #375801. (diff) | |
download | gentoo-2-f17187ab7418d97767456ee3c26d117d8a18ee5d.tar.gz gentoo-2-f17187ab7418d97767456ee3c26d117d8a18ee5d.tar.bz2 gentoo-2-f17187ab7418d97767456ee3c26d117d8a18ee5d.zip |
Add net-misc/leechcraft-cstp
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.ebuild')
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.ebuild new file mode 100644 index 000000000000..39eb2253615b --- /dev/null +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.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.85.ebuild,v 1.1 2011/08/23 19:01:44 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" |