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-justanicon: desklet-justanicon-0.2.ebuild ChangeLog
Date: Tue, 28 Apr 2009 01:32:00
Message-Id: E1LycAw-0001BR-OK@stork.gentoo.org
1 nixphoeni 09/04/28 01:31:58
2
3 Modified: desklet-justanicon-0.2.ebuild ChangeLog
4 Log:
5 MY_P no longer needs to be defined since it's done in the eclass - just have to define DESKLET_NAME before inheriting it. RDEPEND does not need to be redefined since it's in the eclass too, so I removed it. I also quoted .
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild?r1=1.5&r2=1.6
14
15 Index: desklet-justanicon-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- desklet-justanicon-0.2.ebuild 6 Oct 2006 13:17:30 -0000 1.5
22 +++ desklet-justanicon-0.2.ebuild 28 Apr 2009 01:31:58 -0000 1.6
23 @@ -1,13 +1,12 @@
24 # Copyright 1999-2006 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.5 2006/10/06 13:17:30 nixnut Exp $
27 -
28 -inherit gdesklets
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.6 2009/04/28 01:31:58 nixphoeni Exp $
30
31 DESKLET_NAME="JustAnIcon"
32
33 -MY_P="${DESKLET_NAME}-${PV}"
34 -S=${WORKDIR}/Displays/${DESKLET_NAME}
35 +inherit gdesklets
36 +
37 +S="${WORKDIR}/Displays/${DESKLET_NAME}"
38
39 DESCRIPTION="A configurable desktop icon"
40 HOMEPAGE="http://www.gdesklets.org/?mod=project/uview&pid=19"
41 @@ -17,5 +16,3 @@
42 SLOT="0"
43 IUSE=""
44 KEYWORDS="~alpha ~ia64 ~ppc ~x86"
45 -
46 -RDEPEND=">=gnome-extra/gdesklets-core-0.34.3"
47
48
49
50 1.8 x11-plugins/desklet-justanicon/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog?rev=1.8&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog?rev=1.8&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog?r1=1.7&r2=1.8
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v
59 retrieving revision 1.7
60 retrieving revision 1.8
61 diff -u -r1.7 -r1.8
62 --- ChangeLog 21 Feb 2007 23:17:31 -0000 1.7
63 +++ ChangeLog 28 Apr 2009 01:31:58 -0000 1.8
64 @@ -1,6 +1,12 @@
65 # ChangeLog for x11-plugins/desklet-justanicon
66 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.7 2007/02/21 23:17:31 jokey Exp $
68 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.8 2009/04/28 01:31:58 nixphoeni Exp $
70 +
71 + 28 Apr 2009; Joe Sapp <nixphoeni@g.o> desklet-justanicon-0.2:
72 + MY_P no longer needs to be defined since it's done in the eclass - just
73 + have to define DESKLET_NAME before inheriting it. RDEPEND does not need to
74 + be redefined since it's in the eclass too, so I removed it. Also quoted
75 + like a good dev.
76
77 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
78 Redigest for Manifest2