Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-gmailnotifier: metadata.xml ChangeLog lc-gmailnotifier-9999.ebuild
Date: Wed, 01 May 2013 08:09:30
Message-Id: 20130501080922.D1C222171D@flycatcher.gentoo.org
1 pinkbyte 13/05/01 08:09:22
2
3 Added: metadata.xml ChangeLog lc-gmailnotifier-9999.ebuild
4 Log:
5 Initial commit, thanks to 0xd34df00d
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.1 app-leechcraft/lc-gmailnotifier/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>leechcraft</herd>
21 <use>
22 <flag name="quark">Pull in a plugin to show GMail Notifier's quark</flag>
23 <flag name="notify">Pull in a plugin to show notifications from GMail Notiifer</flag>
24 </use>
25 </pkgmetadata>
26
27
28
29 1.1 app-leechcraft/lc-gmailnotifier/ChangeLog
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for app-leechcraft/lc-gmailnotifier
37 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.1 2013/05/01 08:09:22 pinkbyte Exp $
39
40 *lc-gmailnotifier-9999 (01 May 2013)
41
42 01 May 2013; Sergey Popov <pinkbyte@g.o>
43 +lc-gmailnotifier-9999.ebuild, +metadata.xml:
44 Initial commit, thanks to 0xd34df00d
45
46
47
48
49 1.1 app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild?rev=1.1&content-type=text/plain
53
54 Index: lc-gmailnotifier-9999.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild,v 1.1 2013/05/01 08:09:22 pinkbyte Exp $
59
60 EAPI="5"
61
62 inherit leechcraft
63
64 DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft"
65
66 SLOT="0"
67 KEYWORDS=""
68 IUSE="debug notify quark"
69
70 DEPEND="~app-leechcraft/lc-core-${PV}
71 dev-qt/qtdeclarative:4"
72 RDEPEND="${DEPEND}
73 quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )
74 notify? ( ~virtual/leechcraft-notifier-${PV} )"