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: ghex-3.10.0.ebuild ChangeLog ghex-3.8.0.ebuild
Date: Tue, 24 Dec 2013 15:31:54
Message-Id: 20131224153150.99E3B2004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:31:50
2
3 Modified: ChangeLog
4 Added: ghex-3.10.0.ebuild
5 Removed: ghex-3.8.0.ebuild
6 Log:
7 Version bump for Gnome 3.10, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.86 app-editors/ghex/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.86&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.86&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.85&r2=1.86
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
21 retrieving revision 1.85
22 retrieving revision 1.86
23 diff -u -r1.85 -r1.86
24 --- ChangeLog 8 Dec 2013 17:41:18 -0000 1.85
25 +++ ChangeLog 24 Dec 2013 15:31:50 -0000 1.86
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-editors/ghex
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.85 2013/12/08 17:41:18 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.86 2013/12/24 15:31:50 pacho Exp $
31 +
32 +*ghex-3.10.0 (24 Dec 2013)
33 +
34 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +ghex-3.10.0.ebuild,
35 + -ghex-3.8.0.ebuild:
36 + Version bump for Gnome 3.10, drop old
37
38 08 Dec 2013; Pacho Ramos <pacho@g.o> ghex-3.8.1.ebuild:
39 x86 stable, bug #478252
40
41
42
43 1.1 app-editors/ghex/ghex-3.10.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.10.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.10.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ghex-3.10.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.10.0.ebuild,v 1.1 2013/12/24 15:31:50 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="GNOME hexadecimal editor"
60 HOMEPAGE="https://live.gnome.org/Ghex"
61
62 LICENSE="GPL-2+ FDL-1.1+"
63 SLOT="2"
64 KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
65 IUSE=""
66
67 RDEPEND="
68 >=dev-libs/atk-1
69 >=dev-libs/glib-2.31.10:2
70 >=x11-libs/gtk+-3.3.8:3
71 "
72 DEPEND="${RDEPEND}
73 >=dev-util/intltool-0.41.1
74 >=sys-devel/gettext-0.17
75 app-text/yelp-tools
76 virtual/pkgconfig
77 "