Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gcursor: ChangeLog gcursor-0.061-r1.ebuild
Date: Fri, 02 Oct 2009 09:48:03
Message-Id: E1Mtek5-00054P-T5@stork.gentoo.org
1 ssuominen 09/10/02 09:48:01
2
3 Modified: ChangeLog gcursor-0.061-r1.ebuild
4 Log:
5 There's no upstream HOMEPAGE anymore wrt #237235.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 gnome-extra/gcursor/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 12 Feb 2007 18:40:46 -0000 1.9
22 +++ ChangeLog 2 Oct 2009 09:48:01 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for gnome-extra/gcursor
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v 1.9 2007/02/12 18:40:46 drac Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/ChangeLog,v 1.10 2009/10/02 09:48:01 ssuominen Exp $
29 +
30 + 02 Oct 2009; Samuli Suominen <ssuominen@g.o>
31 + gcursor-0.061-r1.ebuild:
32 + There's no upstream HOMEPAGE anymore wrt #237235.
33
34 12 Feb 2007; Samuli Suominen <drac@g.o> metadata.xml,
35 gcursor-0.061-r1.ebuild:
36
37
38
39 1.4 gnome-extra/gcursor/gcursor-0.061-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: gcursor-0.061-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- gcursor-0.061-r1.ebuild 12 Feb 2007 18:40:46 -0000 1.3
52 +++ gcursor-0.061-r1.ebuild 2 Oct 2009 09:48:01 -0000 1.4
53 @@ -1,20 +1,20 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.3 2007/02/12 18:40:46 drac Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.4 2009/10/02 09:48:01 ssuominen Exp $
59
60 -inherit gnome2 eutils
61 +inherit eutils gnome2
62
63 DESCRIPTION="GTK+ based xcursor theme selector"
64 -HOMEPAGE="http://download.qballcow.nl/programs/gcursor"
65 -SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz"
66 +HOMEPAGE="http://www.gentoo.org/"
67 +SRC_URI="mirror://gentoo/${P}.tar.gz"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 -KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ia64"
72 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
73 IUSE=""
74
75 -RDEPEND=">=dev-libs/glib-2
76 - >=x11-libs/gtk+-2
77 +RDEPEND="=dev-libs/glib-2*
78 + =x11-libs/gtk+-2*
79 >=gnome-base/gnome-vfs-2
80 >=gnome-base/libgnomeui-2
81 >=gnome-base/libglade-2
82 @@ -29,5 +29,5 @@
83 src_unpack() {
84 unpack ${A}
85 # Use xorg-x11 cursors path, bug 83450
86 - epatch ${FILESDIR}/gcursor-0.6-xorg-x11.patch
87 + epatch "${FILESDIR}"/gcursor-0.6-xorg-x11.patch
88 }