diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:55:34 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:55:34 +0000 |
commit | 29067596fec7c8ec6a7d418c8703fdc63555b84c (patch) | |
tree | 1afc6ff76ddb9ad893e1c6d45d07ea604bc5f168 /net-misc/leechcraft-qrosp | |
parent | Bump LeechCraft to 0.5.60, thank to 0xd34df00d (diff) | |
download | gentoo-2-29067596fec7c8ec6a7d418c8703fdc63555b84c.tar.gz gentoo-2-29067596fec7c8ec6a7d418c8703fdc63555b84c.tar.bz2 gentoo-2-29067596fec7c8ec6a7d418c8703fdc63555b84c.zip |
Bump LeechCraft to 0.5.60, thank to 0xd34df00d
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-qrosp')
-rw-r--r-- | net-misc/leechcraft-qrosp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-qrosp/leechcraft-qrosp-0.5.60.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-qrosp/ChangeLog b/net-misc/leechcraft-qrosp/ChangeLog index 733b76813166..d5503584b47e 100644 --- a/net-misc/leechcraft-qrosp/ChangeLog +++ b/net-misc/leechcraft-qrosp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-qrosp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-qrosp/ChangeLog,v 1.8 2012/02/09 11:23:09 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-qrosp/ChangeLog,v 1.9 2012/03/20 12:55:34 maksbotan Exp $ + +*leechcraft-qrosp-0.5.60 (20 Mar 2012) + + 20 Mar 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-qrosp-0.5.60.ebuild: + Bump LeechCraft to 0.5.60, thank to 0xd34df00d *leechcraft-qrosp-0.5.0 (09 Feb 2012) diff --git a/net-misc/leechcraft-qrosp/leechcraft-qrosp-0.5.60.ebuild b/net-misc/leechcraft-qrosp/leechcraft-qrosp-0.5.60.ebuild new file mode 100644 index 000000000000..8ef136e81487 --- /dev/null +++ b/net-misc/leechcraft-qrosp/leechcraft-qrosp-0.5.60.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-qrosp/leechcraft-qrosp-0.5.60.ebuild,v 1.1 2012/03/20 12:55:34 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + dev-libs/qrosscore" +RDEPEND="${DEPEND}" |