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, 02 Jul 2016 10:43:54
Message-Id: 1467456161.6f52c9683c7ee780e1c4f173c16d20199a872a37.pacho@gentoo
1 commit: 6f52c9683c7ee780e1c4f173c16d20199a872a37
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 09:43:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 10:42:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f52c968
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.2.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
17 index 27c7691..82cac5f 100644
18 --- a/app-editors/ghex/Manifest
19 +++ b/app-editors/ghex/Manifest
20 @@ -1 +1,2 @@
21 DIST ghex-3.18.1.tar.xz 1568796 SHA256 a0aacbc18bf89b3ad1ff96e108d94ed1fc8ba517689f847207be7749606b084b SHA512 165a97b5b0da2dcbd0b4b4f811a5c28f64d5e25be2a1b976687d83eec73cf6728686e024c69e3517cf187aeaf656cfce9bebf98e564e2b0147d2438845d2c235 WHIRLPOOL f12923637955299e1626f8c99a6499b00f2e7a656d7b8e3ad7b063a2caedd4a49281cc711c61ba7a6fa7fd9cb9825923f9b8f15b779b4ed8a6d67f6f3b7eb513
22 +DIST ghex-3.18.2.tar.xz 1570888 SHA256 ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b WHIRLPOOL a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b
23
24 diff --git a/app-editors/ghex/ghex-3.18.2.ebuild b/app-editors/ghex/ghex-3.18.2.ebuild
25 new file mode 100644
26 index 0000000..bb9f3a1
27 --- /dev/null
28 +++ b/app-editors/ghex/ghex-3.18.2.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 +"