diff options
-rw-r--r-- | sys-fs/leechcraft-vrooby/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.90.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-fs/leechcraft-vrooby/ChangeLog b/sys-fs/leechcraft-vrooby/ChangeLog index 8d359e9b9f73..26e3c2bc08c0 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.8 2012/12/21 13:40:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/leechcraft-vrooby/ChangeLog,v 1.9 2012/12/25 16:54:17 maksbotan Exp $ + +*leechcraft-vrooby-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-vrooby-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 21 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> leechcraft-vrooby-0.5.85.ebuild, leechcraft-vrooby-9999.ebuild: diff --git a/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.90.ebuild b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.90.ebuild new file mode 100644 index 000000000000..73360f46a4fa --- /dev/null +++ b/sys-fs/leechcraft-vrooby/leechcraft-vrooby-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:54:17 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" |