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: gcursor-0.061-r1.ebuild
Date: Fri, 02 Oct 2009 09:56:45
Message-Id: E1MtesP-0005Lr-VJ@stork.gentoo.org
1 ssuominen 09/10/02 09:56:37
2
3 Modified: gcursor-0.061-r1.ebuild
4 Log:
5 Move patch comment from ebuild into the patch where it should be.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 gnome-extra/gcursor/gcursor-0.061-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: gcursor-0.061-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gcursor-0.061-r1.ebuild 2 Oct 2009 09:48:01 -0000 1.4
22 +++ gcursor-0.061-r1.ebuild 2 Oct 2009 09:56:37 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.4 2009/10/02 09:48:01 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.5 2009/10/02 09:56:37 ssuominen Exp $
28
29 inherit eutils gnome2
30
31 @@ -28,6 +28,6 @@
32
33 src_unpack() {
34 unpack ${A}
35 - # Use xorg-x11 cursors path, bug 83450
36 + cd "${S}"
37 epatch "${FILESDIR}"/gcursor-0.6-xorg-x11.patch
38 }