diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:08:55 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:08:55 +0000 |
commit | 64991279cc40be74cc27f59499c11ab6367e3372 (patch) | |
tree | 72da32c934c9cc9a994662cb0b48c06abf342fa3 /net-misc/leechcraft-otlozhu | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-64991279cc40be74cc27f59499c11ab6367e3372.tar.gz gentoo-2-64991279cc40be74cc27f59499c11ab6367e3372.tar.bz2 gentoo-2-64991279cc40be74cc27f59499c11ab6367e3372.zip |
Bump LeechCraft to 0.5.80, thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-otlozhu')
-rw-r--r-- | net-misc/leechcraft-otlozhu/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-otlozhu/leechcraft-otlozhu-0.5.80.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/net-misc/leechcraft-otlozhu/ChangeLog b/net-misc/leechcraft-otlozhu/ChangeLog index 53185f1d2ce4..4722df930e3c 100644 --- a/net-misc/leechcraft-otlozhu/ChangeLog +++ b/net-misc/leechcraft-otlozhu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-otlozhu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-otlozhu/ChangeLog,v 1.7 2012/07/19 20:06:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-otlozhu/ChangeLog,v 1.8 2012/08/13 14:08:55 maksbotan Exp $ + +*leechcraft-otlozhu-0.5.80 (13 Aug 2012) + + 13 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-otlozhu-0.5.80.ebuild: + Bump LeechCraft to 0.5.80, thanks to 0xd34df00d *leechcraft-otlozhu-0.5.75 (19 Jul 2012) diff --git a/net-misc/leechcraft-otlozhu/leechcraft-otlozhu-0.5.80.ebuild b/net-misc/leechcraft-otlozhu/leechcraft-otlozhu-0.5.80.ebuild new file mode 100644 index 000000000000..166bc0c54f4c --- /dev/null +++ b/net-misc/leechcraft-otlozhu/leechcraft-otlozhu-0.5.80.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-otlozhu/leechcraft-otlozhu-0.5.80.ebuild,v 1.1 2012/08/13 14:08:55 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + >=x11-libs/qt-gui-4.8:4" +RDEPEND="${DEPEND}" |