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.3.ebuild
Date: Sun, 09 May 2010 00:48:21
Message-Id: 20100509004811.6894028055@corvid.gentoo.org
1 nixphoeni 10/05/09 00:48:11
2
3 Modified: ChangeLog desklet-iCalendarEvent-0.3.ebuild
4 Log:
5 Removed unnecessary SRC_URI
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 x11-plugins/desklet-iCalendarEvent/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 8 May 2010 22:35:39 -0000 1.3
22 +++ ChangeLog 9 May 2010 00:48:11 -0000 1.4
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-plugins/desklet-iCalendarEvent
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.3 2010/05/08 22:35:39 nixphoeni Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.4 2010/05/09 00:48:11 nixphoeni Exp $
28 +
29 + 09 May 2010; Joe Sapp <nixphoeni@g.o>
30 + desklet-iCalendarEvent-0.3.ebuild:
31 + Removed unnecessary SRC_URI (eclass figures it out)
32
33 08 May 2010; Joe Sapp <nixphoeni@g.o>
34 desklet-iCalendarEvent-0.3.ebuild:
35
36
37
38 1.4 x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild?r1=1.3&r2=1.4
43
44 Index: desklet-iCalendarEvent-0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- desklet-iCalendarEvent-0.3.ebuild 8 May 2010 22:35:39 -0000 1.3
51 +++ desklet-iCalendarEvent-0.3.ebuild 9 May 2010 00:48:11 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild,v 1.3 2010/05/08 22:35:39 nixphoeni Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.3.ebuild,v 1.4 2010/05/09 00:48:11 nixphoeni Exp $
57
58 EAPI=2
59 CONTROL_NAME="${PN#desklet-}"
60 @@ -9,7 +9,6 @@
61
62 DESCRIPTION="iCalendarEvent Control for gDesklets"
63 HOMEPAGE="http://gdesklets.de/index.php?q=control/view/231"
64 -SRC_URI="${SRC_URI/\/desklets//controls}"
65 LICENSE="GPL-2"
66 # KEYWORDS limited by dev-python/icalendar
67 KEYWORDS="~x86 ~amd64"