diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:46:51 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:46:51 +0000 |
commit | c96a2473b09fd79c937e6b32c8c9fe60ac3553af (patch) | |
tree | f184b4189fd454b0e31de9b81670786dffcf0fdf /app-leechcraft/lc-gmailnotifier | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-c96a2473b09fd79c937e6b32c8c9fe60ac3553af.tar.gz gentoo-2-c96a2473b09fd79c937e6b32c8c9fe60ac3553af.tar.bz2 gentoo-2-c96a2473b09fd79c937e6b32c8c9fe60ac3553af.zip |
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/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 | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/ChangeLog b/app-leechcraft/lc-gmailnotifier/ChangeLog index 961c6df0eeb1..3c23a3e41d25 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.7 2013/09/24 15:44:10 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.8 2014/01/08 09:46:51 maksbotan Exp $ + +*lc-gmailnotifier-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-gmailnotifier-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-gmailnotifier-0.6.0 (24 Sep 2013) diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.ebuild new file mode 100644 index 000000000000..dbd389c46610 --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.60.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.60.ebuild,v 1.1 2014/01/08 09:46:51 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} )" |