diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-04-10 17:54:09 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-04-10 17:54:09 +0000 |
commit | e7bf69024dd94a222394e2895c158806e5633ba1 (patch) | |
tree | 351be4a7645391f774d4dec2d867420110189d0d /app-leechcraft/lc-gmailnotifier | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-e7bf69024dd94a222394e2895c158806e5633ba1.tar.gz gentoo-2-e7bf69024dd94a222394e2895c158806e5633ba1.tar.bz2 gentoo-2-e7bf69024dd94a222394e2895c158806e5633ba1.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
(Portage version: 2.2.10/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.6.65.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/ChangeLog b/app-leechcraft/lc-gmailnotifier/ChangeLog index b008beb7285b..07e0d9ae9504 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.10 2014/04/03 08:18:06 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.11 2014/04/10 17:54:09 maksbotan Exp $ + +*lc-gmailnotifier-0.6.65 (10 Apr 2014) + + 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-gmailnotifier-0.6.65.ebuild: + Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. 03 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> lc-gmailnotifier-0.6.60.ebuild: diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.65.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.65.ebuild new file mode 100644 index 000000000000..b3a7d7d917d3 --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.65.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 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.65.ebuild,v 1.1 2014/04/10 17:54:09 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} )" |