diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:54:41 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:54:41 +0000 |
commit | bcbd6b57c7310321cae7434e56142c8bdbbd02ac (patch) | |
tree | 0f28080f36fafd336c2d65f852b3c61bc9205a22 | |
parent | Bump LeechCraft to 0.5.70 "Hessian Blade" (diff) | |
download | gentoo-2-bcbd6b57c7310321cae7434e56142c8bdbbd02ac.tar.gz gentoo-2-bcbd6b57c7310321cae7434e56142c8bdbbd02ac.tar.bz2 gentoo-2-bcbd6b57c7310321cae7434e56142c8bdbbd02ac.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
(Portage version: 2.1.10.63/cvs/Linux x86_64)
-rw-r--r-- | net-misc/leechcraft-gacts/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-gacts/leechcraft-gacts-0.5.70.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-gacts/ChangeLog b/net-misc/leechcraft-gacts/ChangeLog index 7c7b3b067bb6..15fd41a0b0b4 100644 --- a/net-misc/leechcraft-gacts/ChangeLog +++ b/net-misc/leechcraft-gacts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-gacts # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-gacts/ChangeLog,v 1.3 2012/04/22 13:07:08 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-gacts/ChangeLog,v 1.4 2012/05/31 20:54:41 maksbotan Exp $ + +*leechcraft-gacts-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-gacts-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-gacts-0.5.65 (22 Apr 2012) diff --git a/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.70.ebuild b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.70.ebuild new file mode 100644 index 000000000000..5ce6d809bcde --- /dev/null +++ b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.70.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-gacts/leechcraft-gacts-0.5.70.ebuild,v 1.1 2012/05/31 20:54:41 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows other LeechCraft modules to register global shortcuts" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + x11-libs/libqxt" +RDEPEND="${DEPEND}" |