diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:53:37 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:53:37 +0000 |
commit | b7c0d07936a76fc1f3801410a4a2235a242d7811 (patch) | |
tree | a21a9643db8ef8f4c166444555804820673f9093 /net-misc/leechcraft-liznoo | |
parent | Bump LeechCraft to 0.5.60, thank to 0xd34df00d (diff) | |
download | gentoo-2-b7c0d07936a76fc1f3801410a4a2235a242d7811.tar.gz gentoo-2-b7c0d07936a76fc1f3801410a4a2235a242d7811.tar.bz2 gentoo-2-b7c0d07936a76fc1f3801410a4a2235a242d7811.zip |
Bump LeechCraft to 0.5.60, thank to 0xd34df00d
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-liznoo')
-rw-r--r-- | net-misc/leechcraft-liznoo/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.60.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/net-misc/leechcraft-liznoo/ChangeLog b/net-misc/leechcraft-liznoo/ChangeLog index 27a2c91aca79..fd5f041934da 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/ChangeLog,v 1.1 2011/12/15 19:41:39 maksbotan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/ChangeLog,v 1.2 2012/03/20 12:53:37 maksbotan Exp $ + +*leechcraft-liznoo-0.5.60 (20 Mar 2012) + + 20 Mar 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-liznoo-0.5.60.ebuild: + Bump LeechCraft to 0.5.60, thank to 0xd34df00d *leechcraft-liznoo-9999 (15 Dec 2011) diff --git a/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.60.ebuild b/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.60.ebuild new file mode 100644 index 000000000000..8ed547cbba42 --- /dev/null +++ b/net-misc/leechcraft-liznoo/leechcraft-liznoo-0.5.60.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.60.ebuild,v 1.1 2012/03/20 12:53:37 maksbotan 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 + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND}" |