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-advancednotifications: ChangeLog lc-advancednotifications-0.5.95.ebuild
Date: Thu, 02 May 2013 15:25:59
Message-Id: 20130502152551.B35F12171D@flycatcher.gentoo.org
1 pinkbyte 13/05/02 15:25:51
2
3 Modified: ChangeLog
4 Added: lc-advancednotifications-0.5.95.ebuild
5 Log:
6 Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
7
8 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
9
10 Revision Changes Path
11 1.2 app-leechcraft/lc-advancednotifications/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-advancednotifications/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-advancednotifications/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-advancednotifications/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 8 Mar 2013 21:54:04 -0000 1.1
24 +++ ChangeLog 2 May 2013 15:25:51 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-leechcraft/lc-advancednotifications
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/ChangeLog,v 1.1 2013/03/08 21:54:04 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/ChangeLog,v 1.2 2013/05/02 15:25:51 pinkbyte Exp $
30 +
31 +*lc-advancednotifications-0.5.95 (02 May 2013)
32 +
33 + 02 May 2013; Sergey Popov <pinkbyte@g.o>
34 + +lc-advancednotifications-0.5.95.ebuild:
35 + Bump app-leechcraft/lc-advancednotifications to 0.5.95, thanks to 0xd34df00d
36
37 *lc-advancednotifications-9999 (08 Mar 2013)
38 *lc-advancednotifications-0.5.90 (08 Mar 2013)
39
40
41
42 1.1 app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.5.95.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.5.95.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.5.95.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lc-advancednotifications-0.5.95.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-advancednotifications/lc-advancednotifications-0.5.95.ebuild,v 1.1 2013/05/02 15:25:51 pinkbyte Exp $
52
53 EAPI="4"
54
55 inherit leechcraft
56
57 DESCRIPTION="Flexible and customizable notifications framework for LeechCraft."
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug"
62
63 DEPEND="~app-leechcraft/lc-core-${PV}
64 dev-qt/qtdeclarative:4"
65 RDEPEND="${DEPEND}"
66
67 pkg_postinst() {
68 einfo "Advanced Notifications supports playing sounds on various"
69 einfo "events. Install some media playback plugin to enjoy this"
70 einfo "feature (app-leechcraft/lc-lmp will do, for example)."
71 }