Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/
Date: Sat, 28 May 2016 15:49:46
Message-Id: 1464450510.43032f245ca549514a65f1d1d3338eb3e11f8d52.pacho@gentoo
1 commit: 43032f245ca549514a65f1d1d3338eb3e11f8d52
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:45:51 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43032f24
7
8 app-editors/ghex: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-editors/ghex/Manifest | 1 +
13 app-editors/ghex/ghex-3.18.1.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
17 index 9070f05..03902b2 100644
18 --- a/app-editors/ghex/Manifest
19 +++ b/app-editors/ghex/Manifest
20 @@ -1 +1,2 @@
21 DIST ghex-3.18.0.tar.xz 1569372 SHA256 c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e WHIRLPOOL 2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d
22 +DIST ghex-3.18.1.tar.xz 679720 SHA256 9ed8f6c4ea36605fba55f2463d833d5d8c223bce263a3f5479408a1487b7c7cb SHA512 fc65b665bc94c8b5dbedc68c72d3637ebfb8f67e21bbaf375ae1900952bcfcce459d0310e65718cfb8cecd243de422b2b63d950ef95b48de1002a729d56407a6 WHIRLPOOL a5bafd502525d38cd59cbc328bb6d9f7168a561eb931d7c0c436279a2652f931f9653cf9af4a414f70b957cbf771f38729ff2766ad33ca9769e71d53c09a095d
23
24 diff --git a/app-editors/ghex/ghex-3.18.1.ebuild b/app-editors/ghex/ghex-3.18.1.ebuild
25 new file mode 100644
26 index 0000000..bb9f3a1
27 --- /dev/null
28 +++ b/app-editors/ghex/ghex-3.18.1.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +inherit gnome2
36 +
37 +DESCRIPTION="GNOME hexadecimal editor"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
39 +
40 +LICENSE="GPL-2+ FDL-1.1+"
41 +SLOT="2"
42 +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + >=dev-libs/atk-1
47 + >=dev-libs/glib-2.31.10:2
48 + >=x11-libs/gtk+-3.3.8:3
49 +"
50 +DEPEND="${RDEPEND}
51 + >=dev-util/intltool-0.41.1
52 + >=sys-devel/gettext-0.17
53 + app-text/yelp-tools
54 + virtual/pkgconfig
55 +"