Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-gmailnotifier: lc-gmailnotifier-0.6.70.ebuild ChangeLog
Date: Sun, 03 Aug 2014 18:51:26
Message-Id: 20140803185123.6A1C72004E@flycatcher.gentoo.org
1 maksbotan 14/08/03 18:51:23
2
3 Modified: ChangeLog
4 Added: lc-gmailnotifier-0.6.70.ebuild
5 Log:
6 Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.12 app-leechcraft/lc-gmailnotifier/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 10 Apr 2014 17:54:09 -0000 1.11
24 +++ ChangeLog 3 Aug 2014 18:51:23 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-leechcraft/lc-gmailnotifier
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.11 2014/04/10 17:54:09 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.12 2014/08/03 18:51:23 maksbotan Exp $
30 +
31 +*lc-gmailnotifier-0.6.70 (03 Aug 2014)
32 +
33 + 03 Aug 2014; Maxim Koltsov <maksbotan@g.o>
34 + +lc-gmailnotifier-0.6.70.ebuild:
35 + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
36
37 *lc-gmailnotifier-0.6.65 (10 Apr 2014)
38
39
40
41
42 1.1 app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lc-gmailnotifier-0.6.70.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.6.70.ebuild,v 1.1 2014/08/03 18:51:23 maksbotan Exp $
52
53 EAPI="5"
54
55 inherit leechcraft
56
57 DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft"
58
59 SLOT="0"
60 KEYWORDS=" ~amd64 ~x86"
61 IUSE="debug notify quark"
62
63 DEPEND="~app-leechcraft/lc-core-${PV}
64 dev-qt/qtdeclarative:4"
65 RDEPEND="${DEPEND}
66 quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )
67 notify? ( ~virtual/leechcraft-notifier-${PV} )"