diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-04-22 13:07:08 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-04-22 13:07:08 +0000 |
commit | fc3774ab1277c0a39adb0e67acca0cdc4bd85099 (patch) | |
tree | 000cc6878496334046925e7affbb239fa6b3925c /net-misc/leechcraft-gacts | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d (diff) | |
download | gentoo-2-fc3774ab1277c0a39adb0e67acca0cdc4bd85099.tar.gz gentoo-2-fc3774ab1277c0a39adb0e67acca0cdc4bd85099.tar.bz2 gentoo-2-fc3774ab1277c0a39adb0e67acca0cdc4bd85099.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-gacts')
-rw-r--r-- | net-misc/leechcraft-gacts/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-gacts/leechcraft-gacts-0.5.65.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-gacts/ChangeLog b/net-misc/leechcraft-gacts/ChangeLog index 6b28337c8384..7c7b3b067bb6 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.2 2012/03/20 12:43:51 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-gacts/ChangeLog,v 1.3 2012/04/22 13:07:08 maksbotan Exp $ + +*leechcraft-gacts-0.5.65 (22 Apr 2012) + + 22 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-gacts-0.5.65.ebuild: + Bump net-misc/leechcraft-gacts to 0.5.65, thanks to 0xd34df00d *leechcraft-gacts-0.5.60 (20 Mar 2012) diff --git a/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.65.ebuild b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.65.ebuild new file mode 100644 index 000000000000..4b693e656c06 --- /dev/null +++ b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.65.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.65.ebuild,v 1.1 2012/04/22 13:07:08 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}" |