diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 15:56:11 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 15:56:11 +0000 |
commit | 419e16b7db474a79bb03d1cd84571a0ead7e49eb (patch) | |
tree | 5bc2d4f975890506436a4fbb92057ea73bf2b9de /net-misc | |
parent | Bump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff) | |
download | gentoo-2-419e16b7db474a79bb03d1cd84571a0ead7e49eb.tar.gz gentoo-2-419e16b7db474a79bb03d1cd84571a0ead7e49eb.tar.bz2 gentoo-2-419e16b7db474a79bb03d1cd84571a0ead7e49eb.zip |
Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/leechcraft-gacts/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-gacts/leechcraft-gacts-0.5.85.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-gacts/ChangeLog b/net-misc/leechcraft-gacts/ChangeLog index 45dfbbe9c4cf..2101398f3c98 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.8 2012/08/13 14:05:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-gacts/ChangeLog,v 1.9 2012/10/08 15:56:11 pinkbyte Exp $ + +*leechcraft-gacts-0.5.85 (08 Oct 2012) + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-gacts-0.5.85.ebuild: + Bump LeechCraft to 0.5.85, thanks to 0xd34df00d *leechcraft-gacts-0.5.80 (13 Aug 2012) diff --git a/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.85.ebuild b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.85.ebuild new file mode 100644 index 000000000000..3d0f8ed3d093 --- /dev/null +++ b/net-misc/leechcraft-gacts/leechcraft-gacts-0.5.85.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.85.ebuild,v 1.1 2012/10/08 15:56:11 pinkbyte 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}" |