diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:29:00 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:29:00 +0000 |
commit | f6a8d353d403be32d875fe13f1110808dd30aaf5 (patch) | |
tree | f1fcfc7cc8947b800af244e1d01eaecf3db2b694 /app-leechcraft/lc-gmailnotifier | |
parent | Bump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff) | |
download | gentoo-2-f6a8d353d403be32d875fe13f1110808dd30aaf5.tar.gz gentoo-2-f6a8d353d403be32d875fe13f1110808dd30aaf5.tar.bz2 gentoo-2-f6a8d353d403be32d875fe13f1110808dd30aaf5.zip |
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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.95.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/ChangeLog b/app-leechcraft/lc-gmailnotifier/ChangeLog index ea7c2f8bae9a..e2107aef2734 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.1 2013/05/01 08:09:22 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.2 2013/05/02 15:29:00 pinkbyte Exp $ + +*lc-gmailnotifier-0.5.95 (02 May 2013) + + 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> + +lc-gmailnotifier-0.5.95.ebuild: + Bump app-leechcraft/lc-gmailnotifier to 0.5.95, thanks to 0xd34df00d *lc-gmailnotifier-9999 (01 May 2013) diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.95.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.95.ebuild new file mode 100644 index 000000000000..1e22cf93e97d --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.95.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.95.ebuild,v 1.1 2013/05/02 15:29:00 pinkbyte 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} )" |