Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-spell: gtk2-spell-1.03.ebuild ChangeLog
Date: Thu, 02 Jul 2009 20:08:13
Message-Id: E1MMSZn-0007QC-2x@stork.gentoo.org
1 jer 09/07/02 20:08:11
2
3 Modified: gtk2-spell-1.03.ebuild ChangeLog
4 Log:
5 Stable for HPPA too.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.16 dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild?r1=1.15&r2=1.16
14
15 Index: gtk2-spell-1.03.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- gtk2-spell-1.03.ebuild 17 Jan 2008 16:37:47 -0000 1.15
22 +++ gtk2-spell-1.03.ebuild 2 Jul 2009 20:08:10 -0000 1.16
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.15 2008/01/17 16:37:47 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.16 2009/07/02 20:08:10 jer Exp $
29
30 inherit perl-module
31
32 @@ -12,7 +12,7 @@
33 HOMEPAGE="http://gtk2-perl.sf.net/"
34 SLOT="0"
35 LICENSE="GPL-2"
36 -KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86"
37 +KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
38 IUSE=""
39
40 RDEPEND=">=x11-libs/gtk+-2
41
42
43
44 1.18 dev-perl/gtk2-spell/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-spell/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 17 Jan 2008 16:37:47 -0000 1.17
57 +++ ChangeLog 2 Jul 2009 20:08:11 -0000 1.18
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-perl/gtk2-spell
60 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.17 2008/01/17 16:37:47 flameeyes Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.18 2009/07/02 20:08:11 jer Exp $
64 +
65 + 02 Jul 2009; Jeroen Roovers <jer@g.o> gtk2-spell-1.03.ebuild:
66 + Stable for HPPA too.
67
68 17 Jan 2008; Diego Pettenò <flameeyes@g.o> gtk2-spell-1.03.ebuild:
69 Add missing pkg-config dependency. Thanks Patrick in bug #206186.