diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 17:21:07 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 17:21:07 +0000 |
commit | fefe0b32a5c82f12826ef5f1ba86a55f42998227 (patch) | |
tree | 704d5be76f526176157cca2076bd1dc28dd3ae02 /app-leechcraft/lc-gmailnotifier | |
parent | Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-fefe0b32a5c82f12826ef5f1ba86a55f42998227.tar.gz gentoo-2-fefe0b32a5c82f12826ef5f1ba86a55f42998227.tar.bz2 gentoo-2-fefe0b32a5c82f12826ef5f1ba86a55f42998227.zip |
Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-gmailnotifier')
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.97.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/ChangeLog b/app-leechcraft/lc-gmailnotifier/ChangeLog index 45c62ac93e76..11076a7690cf 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.3 2013/05/26 19:41:41 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.4 2013/06/11 17:21:07 maksbotan Exp $ + +*lc-gmailnotifier-0.5.97 (11 Jun 2013) + + 11 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-gmailnotifier-0.5.97.ebuild: + Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. *lc-gmailnotifier-0.5.96 (26 May 2013) diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.97.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.97.ebuild new file mode 100644 index 000000000000..1d8e10168bd1 --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.97.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.5.97.ebuild,v 1.1 2013/06/11 17:21:07 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} )" |