diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:44:41 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:44:41 +0000 |
commit | c6de75f597f12fa2bfd72c55ec94b38a3053f254 (patch) | |
tree | b5b87f09eaf6b3a39c9f8dde99d44c6127da4da6 /net-misc/leechcraft-gacts | |
parent | Bump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff) | |
download | gentoo-2-c6de75f597f12fa2bfd72c55ec94b38a3053f254.tar.gz gentoo-2-c6de75f597f12fa2bfd72c55ec94b38a3053f254.tar.bz2 gentoo-2-c6de75f597f12fa2bfd72c55ec94b38a3053f254.zip |
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
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.90.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-gacts/ChangeLog b/net-misc/leechcraft-gacts/ChangeLog index 1d2cd8c6a16c..83d21b3ca3d6 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.10 2012/12/19 08:00:33 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-gacts/ChangeLog,v 1.11 2012/12/25 16:44:41 maksbotan Exp $ + +*leechcraft-gacts-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-gacts-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-gacts-0.5.70.ebuild, -leechcraft-gacts-0.5.75.ebuild, diff --git a/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.90.ebuild b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.90.ebuild new file mode 100644 index 000000000000..6904e529f58d --- /dev/null +++ b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:44: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}" |