Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild
Date: Tue, 27 Sep 2011 18:57:45
Message-Id: 20110927185734.A25C820036@flycatcher.gentoo.org
1 pacho 11/09/27 18:57:34
2
3 Modified: ChangeLog ghex-3.0.0.ebuild
4 Log:
5 popt and scrollkeeper/rarian are no longer required, thanks to tetromino for noticing.
6
7 (Portage version: 2.1.10.19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.64 app-editors/ghex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 26 Sep 2011 18:08:28 -0000 1.63
23 +++ ChangeLog 27 Sep 2011 18:57:34 -0000 1.64
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-editors/ghex
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.63 2011/09/26 18:08:28 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.64 2011/09/27 18:57:34 pacho Exp $
29 +
30 + 27 Sep 2011; Pacho Ramos <pacho@g.o> ghex-3.0.0.ebuild:
31 + popt and scrollkeeper/rarian are no longer required, thanks to tetromino for
32 + noticing.
33
34 *ghex-3.0.0 (26 Sep 2011)
35
36
37
38
39 1.2 app-editors/ghex/ghex-3.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?r1=1.1&r2=1.2
44
45 Index: ghex-3.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ghex-3.0.0.ebuild 26 Sep 2011 18:08:28 -0000 1.1
52 +++ ghex-3.0.0.ebuild 27 Sep 2011 18:57:34 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.1 2011/09/26 18:08:28 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.2 2011/09/27 18:57:34 pacho Exp $
58
59 EAPI="4"
60 GCONF_DEBUG="no"
61 @@ -16,17 +16,19 @@
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
63 IUSE=""
64
65 -RDEPEND=">=x11-libs/gtk+-3.0:3
66 - dev-libs/popt
67 +RDEPEND=">=dev-libs/glib-2.26:2
68 + >=x11-libs/gtk+-3.0:3
69 >=dev-libs/atk-1"
70 DEPEND="${RDEPEND}
71 >=dev-util/pkgconfig-0.9
72 - app-text/scrollkeeper
73 >=dev-util/intltool-0.41.1
74 >=app-text/gnome-doc-utils-0.9.0
75 >=sys-devel/gettext-0.17"
76
77 pkg_setup() {
78 DOCS="AUTHORS ChangeLog NEWS README"
79 - G2CONF="${G2CONF} --disable-static"
80 + G2CONF="${G2CONF}
81 + --disable-schemas-compile
82 + --disable-scrollkeeper
83 + --disable-static"
84 }