Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/ghex/
Date: Sun, 28 Oct 2012 20:50:38
Message-Id: 1351457365.a6874f783eb70102d3ade39371f2bb82b9179335.eva@gentoo
1 commit: a6874f783eb70102d3ade39371f2bb82b9179335
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 20:47:02 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 20:49:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a6874f78
7
8 app-editors/ghex: 3.4.1 → 3.6.1
9
10 ---
11 .../ghex/{ghex-9999.ebuild => ghex-3.6.1.ebuild} | 15 +++++++++------
12 app-editors/ghex/ghex-9999.ebuild | 15 +++++++++------
13 2 files changed, 18 insertions(+), 12 deletions(-)
14
15 diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-3.6.1.ebuild
16 similarity index 81%
17 copy from app-editors/ghex/ghex-9999.ebuild
18 copy to app-editors/ghex/ghex-3.6.1.ebuild
19 index e5b94d1..8bbba37 100644
20 --- a/app-editors/ghex/ghex-9999.ebuild
21 +++ b/app-editors/ghex/ghex-3.6.1.ebuild
22 @@ -23,19 +23,22 @@ else
23 fi
24 IUSE=""
25
26 -RDEPEND=">=dev-libs/atk-1
27 +RDEPEND="
28 + >=dev-libs/atk-1
29 >=dev-libs/glib-2.31.10:2
30 - >=x11-libs/gtk+-3.3.8:3"
31 + >=x11-libs/gtk+-3.3.8:3
32 +"
33 DEPEND="${RDEPEND}
34 >=app-text/gnome-doc-utils-0.9.0
35 >=dev-util/intltool-0.41.1
36 >=sys-devel/gettext-0.17
37 - virtual/pkgconfig"
38 + virtual/pkgconfig
39 +"
40
41 -pkg_setup() {
42 - DOCS="AUTHORS ChangeLog NEWS README"
43 +src_configure() {
44 + DOCS="AUTHORS NEWS README"
45 G2CONF="${G2CONF}
46 --disable-schemas-compile
47 - --disable-scrollkeeper
48 --disable-static"
49 + gnome2_src_configure
50 }
51 \ No newline at end of file
52
53 diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild
54 index e5b94d1..8bbba37 100644
55 --- a/app-editors/ghex/ghex-9999.ebuild
56 +++ b/app-editors/ghex/ghex-9999.ebuild
57 @@ -23,19 +23,22 @@ else
58 fi
59 IUSE=""
60
61 -RDEPEND=">=dev-libs/atk-1
62 +RDEPEND="
63 + >=dev-libs/atk-1
64 >=dev-libs/glib-2.31.10:2
65 - >=x11-libs/gtk+-3.3.8:3"
66 + >=x11-libs/gtk+-3.3.8:3
67 +"
68 DEPEND="${RDEPEND}
69 >=app-text/gnome-doc-utils-0.9.0
70 >=dev-util/intltool-0.41.1
71 >=sys-devel/gettext-0.17
72 - virtual/pkgconfig"
73 + virtual/pkgconfig
74 +"
75
76 -pkg_setup() {
77 - DOCS="AUTHORS ChangeLog NEWS README"
78 +src_configure() {
79 + DOCS="AUTHORS NEWS README"
80 G2CONF="${G2CONF}
81 --disable-schemas-compile
82 - --disable-scrollkeeper
83 --disable-static"
84 + gnome2_src_configure
85 }
86 \ No newline at end of file