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 | |
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')
-rw-r--r-- | net-misc/leechcraft-cstp/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-0.4.85.ebuild | 17 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild | 17 | ||||
-rw-r--r-- | net-misc/leechcraft-cstp/metadata.xml | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog new file mode 100644 index 000000000000..c76e844b2df7 --- /dev/null +++ b/net-misc/leechcraft-cstp/ChangeLog @@ -0,0 +1,11 @@ +# 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 $ + +*leechcraft-cstp-9999 (23 Aug 2011) +*leechcraft-cstp-0.4.85 (23 Aug 2011) + + 23 Aug 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-cstp-0.4.85.ebuild, +leechcraft-cstp-9999.ebuild, +metadata.xml: + Copy net-misc/leechcraft-cstp from rion-overlay, thanks to 0xd34df00d + 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" diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-9999.ebuild new file mode 100644 index 000000000000..131fafa898ac --- /dev/null +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-9999.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-9999.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="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/net-misc/leechcraft-cstp/metadata.xml b/net-misc/leechcraft-cstp/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/net-misc/leechcraft-cstp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> |