Gentoo Archives: gentoo-commits

From: "Joe Sapp (nixphoeni)" <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/desklet-iCalendarEvent: ChangeLog desklet-iCalendarEvent-0.4.ebuild
Date: Sun, 09 May 2010 01:19:15
Message-Id: 20100509011911.5456628055@corvid.gentoo.org
1 nixphoeni 10/05/09 01:19:11
2
3 Modified: ChangeLog
4 Added: desklet-iCalendarEvent-0.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-plugins/desklet-iCalendarEvent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 9 May 2010 00:48:11 -0000 1.4
23 +++ ChangeLog 9 May 2010 01:19:11 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/desklet-iCalendarEvent
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.4 2010/05/09 00:48:11 nixphoeni Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.5 2010/05/09 01:19:11 nixphoeni Exp $
29 +
30 +*desklet-iCalendarEvent-0.4 (09 May 2010)
31 +
32 + 09 May 2010; Joe Sapp <nixphoeni@g.o>
33 + +desklet-iCalendarEvent-0.4.ebuild:
34 + Version bump
35
36 09 May 2010; Joe Sapp <nixphoeni@g.o>
37 desklet-iCalendarEvent-0.3.ebuild:
38
39
40
41 1.1 x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: desklet-iCalendarEvent-0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild,v 1.1 2010/05/09 01:19:11 nixphoeni Exp $
51
52 EAPI=2
53 CONTROL_NAME="${PN#desklet-}"
54
55 inherit gdesklets
56
57 DESCRIPTION="iCalendarEvent Control for gDesklets"
58 HOMEPAGE="http://gdesklets.de/index.php?q=control/view/231"
59 LICENSE="GPL-2"
60 # KEYWORDS limited by dev-python/icalendar
61 KEYWORDS="~x86 ~amd64"
62 IUSE=""
63
64 RDEPEND="${RDEPEND}
65 >=dev-python/icalendar-2.0.1
66 >=dev-python/python-dateutil-1.2
67 dev-libs/libgamin[python]
68 dev-libs/libxml2[python]"
69 DOCS="Manifest"