Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-editors/ghex/
Date: Fri, 01 Mar 2013 23:35:28
Message-Id: 1362178809.cd29876139bc4496bfd0f1b89f2b897e62eebee8.eva@gentoo
1 commit: cd29876139bc4496bfd0f1b89f2b897e62eebee8
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 1 23:00:09 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 23:00:09 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cd298761
7
8 app-editors/ghex: 3.6.1 → 3.7.90
9
10 ---
11 app-editors/ghex/ghex-3.7.90.ebuild | 34 ++++++++++++++++++++++++++++++++++
12 app-editors/ghex/ghex-9999.ebuild | 18 ++++++++++--------
13 2 files changed, 44 insertions(+), 8 deletions(-)
14
15 diff --git a/app-editors/ghex/ghex-3.7.90.ebuild b/app-editors/ghex/ghex-3.7.90.ebuild
16 new file mode 100644
17 index 0000000..0c7e2c5
18 --- /dev/null
19 +++ b/app-editors/ghex/ghex-3.7.90.ebuild
20 @@ -0,0 +1,34 @@
21 +# Copyright 1999-2012 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.6.1.ebuild,v 1.2 2012/12/16 19:45:25 tetromino Exp $
24 +
25 +EAPI="5"
26 +GCONF_DEBUG="no"
27 +GNOME2_LA_PUNT="yes"
28 +
29 +inherit gnome2
30 +
31 +DESCRIPTION="GNOME hexadecimal editor"
32 +HOMEPAGE="https://live.gnome.org/Ghex"
33 +
34 +LICENSE="GPL-2+ FDL-1.1+"
35 +SLOT="2"
36 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + >=dev-libs/atk-1
41 + >=dev-libs/glib-2.31.10:2
42 + >=x11-libs/gtk+-3.3.8:3
43 +"
44 +DEPEND="${RDEPEND}
45 + >=dev-util/intltool-0.41.1
46 + >=sys-devel/gettext-0.17
47 + virtual/pkgconfig
48 +"
49 +
50 +src_configure() {
51 + gnome2_src_configure \
52 + --disable-static \
53 + ITSTOOLS="$(type -p true)"
54 +}
55 \ No newline at end of file
56
57 diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild
58 index ae9821f..dc4a54d 100644
59 --- a/app-editors/ghex/ghex-9999.ebuild
60 +++ b/app-editors/ghex/ghex-9999.ebuild
61 @@ -2,7 +2,7 @@
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: $
64
65 -EAPI="4"
66 +EAPI="5"
67 GCONF_DEBUG="no"
68 GNOME2_LA_PUNT="yes"
69
70 @@ -11,10 +11,10 @@ if [[ ${PV} = 9999 ]]; then
71 inherit gnome2-live
72 fi
73
74 -DESCRIPTION="Gnome hexadecimal editor"
75 -HOMEPAGE="http://www.gnome.org/"
76 +DESCRIPTION="GNOME hexadecimal editor"
77 +HOMEPAGE="https://live.gnome.org/Ghex"
78
79 -LICENSE="GPL-2 FDL-1.1"
80 +LICENSE="GPL-2+ FDL-1.1+"
81 SLOT="2"
82 if [[ ${PV} = 9999 ]]; then
83 KEYWORDS=""
84 @@ -29,14 +29,16 @@ RDEPEND="
85 >=x11-libs/gtk+-3.3.8:3
86 "
87 DEPEND="${RDEPEND}
88 - >=app-text/gnome-doc-utils-0.9.0
89 >=dev-util/intltool-0.41.1
90 >=sys-devel/gettext-0.17
91 virtual/pkgconfig
92 "
93 +if [[ ${PV} = 9999 ]]; then
94 + DEPEND="${DEPEND} app-text/yelp-tools"
95 +fi
96
97 src_configure() {
98 - DOCS="AUTHORS NEWS README"
99 - G2CONF="${G2CONF} --disable-static"
100 - gnome2_src_configure
101 + gnome2_src_configure \
102 + --disable-static \
103 + ITSTOOLS="$(type -p true)"
104 }
105 \ No newline at end of file