diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-26 19:37:52 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-26 19:37:52 +0000 |
commit | c7e78546c1fea3256a98786e1ace0185fa34b144 (patch) | |
tree | b0e17fc4c2728f4d887250751ef905240939aae6 /app-leechcraft | |
parent | Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d (diff) | |
download | gentoo-2-c7e78546c1fea3256a98786e1ace0185fa34b144.tar.gz gentoo-2-c7e78546c1fea3256a98786e1ace0185fa34b144.tar.bz2 gentoo-2-c7e78546c1fea3256a98786e1ace0185fa34b144.zip |
Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-cstp/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-cstp/lc-cstp-0.5.96.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-cstp/ChangeLog b/app-leechcraft/lc-cstp/ChangeLog index 65ad2178d3d0..7d9f32d91f83 100644 --- a/app-leechcraft/lc-cstp/ChangeLog +++ b/app-leechcraft/lc-cstp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-cstp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-cstp/ChangeLog,v 1.2 2013/05/02 15:27:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-cstp/ChangeLog,v 1.3 2013/05/26 19:37:52 maksbotan Exp $ + +*lc-cstp-0.5.96 (26 May 2013) + + 26 May 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-cstp-0.5.96.ebuild: + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d *lc-cstp-0.5.95 (02 May 2013) diff --git a/app-leechcraft/lc-cstp/lc-cstp-0.5.96.ebuild b/app-leechcraft/lc-cstp/lc-cstp-0.5.96.ebuild new file mode 100644 index 000000000000..a88307a7502a --- /dev/null +++ b/app-leechcraft/lc-cstp/lc-cstp-0.5.96.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-cstp/lc-cstp-0.5.96.ebuild,v 1.1 2013/05/26 19:37:52 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" |