Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: gimp-2.6.0.ebuild ChangeLog
Date: Wed, 08 Oct 2008 09:17:30
Message-Id: E1KnVAc-0002Pk-Jp@stork.gentoo.org
1 hanno 08/10/08 09:17:26
2
3 Modified: gimp-2.6.0.ebuild ChangeLog
4 Log:
5 gimp fix src_uri
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
7
8 Revision Changes Path
9 1.2 media-gfx/gimp/gimp-2.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.6.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.6.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.6.0.ebuild?r1=1.1&r2=1.2
14
15 Index: gimp-2.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gimp-2.6.0.ebuild 7 Oct 2008 22:50:15 -0000 1.1
22 +++ gimp-2.6.0.ebuild 8 Oct 2008 09:17:26 -0000 1.2
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.0.ebuild,v 1.1 2008/10/07 22:50:15 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.0.ebuild,v 1.2 2008/10/08 09:17:26 hanno Exp $
28
29 inherit gnome2 fdo-mime flag-o-matic multilib python eutils
30
31 DESCRIPTION="GNU Image Manipulation Program"
32 HOMEPAGE="http://www.gimp.org/"
33 -SRC_URI="mirror://gimp/v2.4/${P}.tar.bz2"
34 +SRC_URI="mirror://gimp/v2.6/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="2"
38
39
40
41 1.265 media-gfx/gimp/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.265&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.265&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.264&r2=1.265
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
50 retrieving revision 1.264
51 retrieving revision 1.265
52 diff -u -r1.264 -r1.265
53 --- ChangeLog 7 Oct 2008 22:50:15 -0000 1.264
54 +++ ChangeLog 8 Oct 2008 09:17:26 -0000 1.265
55 @@ -1,6 +1,9 @@
56 # ChangeLog for media-gfx/gimp
57 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.264 2008/10/07 22:50:15 hanno Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.265 2008/10/08 09:17:26 hanno Exp $
60 +
61 + 08 Oct 2008; Hanno Boeck <hanno@g.o> gimp-2.6.0.ebuild:
62 + Fix wrong SRC_URI (see #240445).
63
64 *gimp-2.6.0 (07 Oct 2008)