diff options
author | 2012-08-13 14:14:33 +0000 | |
---|---|---|
committer | 2012-08-13 14:14:33 +0000 | |
commit | 0a74472c42b065270e3bcb4b16031b5ef6343b9c (patch) | |
tree | c965de3ad131bbf0f67ce65f4bec1eac0a1d67b9 | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-0a74472c42b065270e3bcb4b16031b5ef6343b9c.tar.gz gentoo-2-0a74472c42b065270e3bcb4b16031b5ef6343b9c.tar.bz2 gentoo-2-0a74472c42b065270e3bcb4b16031b5ef6343b9c.zip |
Bump LeechCraft to 0.5.80, thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
-rw-r--r-- | sys-fs/leechcraft-vrooby/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.80.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-fs/leechcraft-vrooby/ChangeLog b/sys-fs/leechcraft-vrooby/ChangeLog index 8188abd5c0ef..60cdd25918b6 100644 --- a/sys-fs/leechcraft-vrooby/ChangeLog +++ b/sys-fs/leechcraft-vrooby/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/leechcraft-vrooby # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/ChangeLog,v 1.3 2012/07/19 20:14:01 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/ChangeLog,v 1.4 2012/08/13 14:14:33 maksbotan Exp $ + +*leechcraft-vrooby-0.5.80 (13 Aug 2012) + + 13 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-vrooby-0.5.80.ebuild: + Bump LeechCraft to 0.5.80, thanks to 0xd34df00d *leechcraft-vrooby-0.5.75 (19 Jul 2012) diff --git a/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.80.ebuild b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.80.ebuild new file mode 100644 index 000000000000..eebf11ab5c37 --- /dev/null +++ b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.80.ebuild,v 1.1 2012/08/13 14:14:33 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Vrooby, removable device manager for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + x11-libs/qt-dbus:4" +RDEPEND="${DEPEND} + sys-fs/udisks:0" |