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