Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/leechcraft-advancednotifications: leechcraft-advancednotifications-0.5.70.ebuild ChangeLog
Date: Thu, 31 May 2012 20:51:07
Message-Id: 20120531205047.C0C362004B@flycatcher.gentoo.org
1 maksbotan 12/05/31 20:50:47
2
3 Modified: ChangeLog
4 Added: leechcraft-advancednotifications-0.5.70.ebuild
5 Log:
6 Bump LeechCraft to 0.5.70 "Hessian Blade"
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 net-misc/leechcraft-advancednotifications/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 22 Apr 2012 17:41:05 -0000 1.14
24 +++ ChangeLog 31 May 2012 20:50:47 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/leechcraft-advancednotifications
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.14 2012/04/22 17:41:05 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.15 2012/05/31 20:50:47 maksbotan Exp $
30 +
31 +*leechcraft-advancednotifications-0.5.70 (31 May 2012)
32 +
33 + 31 May 2012; Maxim Koltsov <maksbotan@g.o>
34 + +leechcraft-advancednotifications-0.5.70.ebuild:
35 + Bump LeechCraft to 0.5.70 "Hessian Blade"
36
37 *leechcraft-advancednotifications-0.5.65 (22 Apr 2012)
38
39
40
41
42 1.1 net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leechcraft-advancednotifications-0.5.70.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.70.ebuild,v 1.1 2012/05/31 20:50:47 maksbotan 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="~net-misc/leechcraft-core-${PV}
64 x11-libs/qt-declarative"
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 (media-video/leechcraft-lmp will do, for example)."
71 }