diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:44:10 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:44:10 +0000 |
commit | d2f7b8a222fc7c217feed0c5247d3c8c59a71fcd (patch) | |
tree | 3d737485f6fa08f03cdc5b1d620ca10e2c521224 /app-leechcraft | |
parent | Bump LeechCraft to 0.6.0 (diff) | |
download | gentoo-2-d2f7b8a222fc7c217feed0c5247d3c8c59a71fcd.tar.gz gentoo-2-d2f7b8a222fc7c217feed0c5247d3c8c59a71fcd.tar.bz2 gentoo-2-d2f7b8a222fc7c217feed0c5247d3c8c59a71fcd.zip |
Bump LeechCraft to 0.6.0
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.0.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/ChangeLog b/app-leechcraft/lc-gmailnotifier/ChangeLog index d7046e5d7b80..961c6df0eeb1 100644 --- a/app-leechcraft/lc-gmailnotifier/ChangeLog +++ b/app-leechcraft/lc-gmailnotifier/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-gmailnotifier # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.6 2013/07/18 12:43:21 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.7 2013/09/24 15:44:10 maksbotan Exp $ + +*lc-gmailnotifier-0.6.0 (24 Sep 2013) + + 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-gmailnotifier-0.6.0.ebuild: + Bump LeechCraft to 0.6.0 *lc-gmailnotifier-0.5.99 (18 Jul 2013) diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.0.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.0.ebuild new file mode 100644 index 000000000000..83ad991fc704 --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.0.ebuild,v 1.1 2013/09/24 15:44:10 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug notify quark" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) + notify? ( ~virtual/leechcraft-notifier-${PV} )" |