Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-2.24.0.ebuild
Date: Mon, 24 Jan 2011 13:12:54
Message-Id: 20110124131244.DE78020054@flycatcher.gentoo.org
1 eva 11/01/24 13:12:44
2
3 Modified: ChangeLog ghex-2.24.0.ebuild
4 Log:
5 Pin gtk+ dependency to slot 2. Update ebuild to EAPI 3.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.62 app-editors/ghex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 20 Jul 2010 14:59:56 -0000 1.61
23 +++ ChangeLog 24 Jan 2011 13:12:44 -0000 1.62
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/ghex
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.61 2010/07/20 14:59:56 jer Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.62 2011/01/24 13:12:44 eva Exp $
30 +
31 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o> ghex-2.24.0.ebuild:
32 + Pin gtk+ dependency to slot 2. Update ebuild to EAPI 3.
33
34 20 Jul 2010; Jeroen Roovers <jer@g.o> ghex-2.24.0.ebuild:
35 Drop HPPA keywording (bug #324511).
36
37
38
39 1.11 app-editors/ghex/ghex-2.24.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild?r1=1.10&r2=1.11
44
45 Index: ghex-2.24.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- ghex-2.24.0.ebuild 20 Jul 2010 14:59:56 -0000 1.10
52 +++ ghex-2.24.0.ebuild 24 Jan 2011 13:12:44 -0000 1.11
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild,v 1.10 2010/07/20 14:59:56 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild,v 1.11 2011/01/24 13:12:44 eva Exp $
59
60 +EAPI="3"
61 GCONF_DEBUG="no"
62
63 inherit gnome2
64 @@ -14,7 +15,7 @@
65 KEYWORDS="amd64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
66 IUSE=""
67
68 -RDEPEND=">=x11-libs/gtk+-2.13.0
69 +RDEPEND=">=x11-libs/gtk+-2.13:2
70 dev-libs/popt
71 >=dev-libs/atk-1
72 >=gnome-base/gconf-2
73 @@ -26,6 +27,7 @@
74 >=dev-util/intltool-0.35
75 >=app-text/gnome-doc-utils-0.3.2"
76
77 -DOCS="AUTHORS ChangeLog NEWS README"
78 -
79 -G2CONF="${G2CONF} --disable-static"
80 +pkg_setup() {
81 + DOCS="AUTHORS ChangeLog NEWS README"
82 + G2CONF="${G2CONF} --disable-static"
83 +}