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: Mon, 26 Sep 2011 18:08:38
Message-Id: 20110926180828.8ACE420036@flycatcher.gentoo.org
1 pacho 11/09/26 18:08:28
2
3 Modified: ChangeLog
4 Added: ghex-3.0.0.ebuild
5 Log:
6 Version bump, it finally drops RDEPEND on old libgnomeprint stuff and other deprecated packages.
7
8 (Portage version: 2.1.10.19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.63 app-editors/ghex/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.63&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.63&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.62&r2=1.63
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
20 retrieving revision 1.62
21 retrieving revision 1.63
22 diff -u -r1.62 -r1.63
23 --- ChangeLog 24 Jan 2011 13:12:44 -0000 1.62
24 +++ ChangeLog 26 Sep 2011 18:08:28 -0000 1.63
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/ghex
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.62 2011/01/24 13:12:44 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.63 2011/09/26 18:08:28 pacho Exp $
30 +
31 +*ghex-3.0.0 (26 Sep 2011)
32 +
33 + 26 Sep 2011; Pacho Ramos <pacho@g.o> +ghex-3.0.0.ebuild:
34 + Version bump, it finally drops RDEPEND on old libgnomeprint stuff and other
35 + deprecated packages.
36
37 24 Jan 2011; Gilles Dartiguelongue <eva@g.o> ghex-2.24.0.ebuild:
38 Pin gtk+ dependency to slot 2. Update ebuild to EAPI 3.
39
40
41
42 1.1 app-editors/ghex/ghex-3.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ghex-3.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.1 2011/09/26 18:08:28 pacho Exp $
52
53 EAPI="4"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Gnome hexadecimal editor"
60 HOMEPAGE="http://www.gnome.org/"
61
62 LICENSE="GPL-2 FDL-1.1"
63 SLOT="2"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
65 IUSE=""
66
67 RDEPEND=">=x11-libs/gtk+-3.0:3
68 dev-libs/popt
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 }