diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 15:58:38 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 15:58:38 +0000 |
commit | abc38b81f5bc5631e326f59ca29b4f962b217b0c (patch) | |
tree | b8dd3f4538126fcc6a156d312a6e17c494d4fc55 /net-misc | |
parent | Bump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff) | |
download | gentoo-2-abc38b81f5bc5631e326f59ca29b4f962b217b0c.tar.gz gentoo-2-abc38b81f5bc5631e326f59ca29b4f962b217b0c.tar.bz2 gentoo-2-abc38b81f5bc5631e326f59ca29b4f962b217b0c.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-liznoo/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.85.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/net-misc/leechcraft-liznoo/ChangeLog b/net-misc/leechcraft-liznoo/ChangeLog index 75fcee61b61f..ce071afcc9c8 100644 --- a/net-misc/leechcraft-liznoo/ChangeLog +++ b/net-misc/leechcraft-liznoo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-liznoo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/ChangeLog,v 1.10 2012/08/13 14:07:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/ChangeLog,v 1.11 2012/10/08 15:58:38 pinkbyte Exp $ + +*leechcraft-liznoo-0.5.85 (08 Oct 2012) + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-liznoo-0.5.85.ebuild: + Bump LeechCraft to 0.5.85, thanks to 0xd34df00d *leechcraft-liznoo-0.5.80 (13 Aug 2012) diff --git a/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.85.ebuild b/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.85.ebuild new file mode 100644 index 000000000000..86b0c4b65f92 --- /dev/null +++ b/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.85.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.85.ebuild,v 1.1 2012/10/08 15:58:38 pinkbyte Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="UPower-based power manager for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + sys-power/upower + x11-libs/qwt:6 + x11-libs/qt-dbus:4 + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND}" |