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:44
Message-Id: 1464450507.46bcbea646d3f15f59969486dc4b05461b58ecdd.pacho@gentoo
1 commit: 46bcbea646d3f15f59969486dc4b05461b58ecdd
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:42:55 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bcbea6
7
8 app-editors/ghex: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-editors/ghex/Manifest | 1 -
13 app-editors/ghex/ghex-3.10.1.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
17 index 1aea32e..9070f05 100644
18 --- a/app-editors/ghex/Manifest
19 +++ b/app-editors/ghex/Manifest
20 @@ -1,2 +1 @@
21 -DIST ghex-3.10.1.tar.xz 1424308 SHA256 34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132 SHA512 bfb7f4af1c36698571ea176fd4bbba2ea11a337a8e02976da6b784bd5cc634a4b853e36918ebaeea382d680e796343838ce4709ac720da86755628894043c28c WHIRLPOOL f63bbd4256d4e6e3134e4f58a2b1667d3536aea62605f5762f0ed04191e192e986663c53c7537996553325003dec38f4419b1d9a84465f958e0f5f76cec6fe1e
22 DIST ghex-3.18.0.tar.xz 1569372 SHA256 c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925 SHA512 41e05b649749b9523492794223357789e2b66192f96c45da34d91eff157e52b6d98898ce4f469d6c741ea3c79b0aa35f2e7ebc08527d5831f30bd0ee8b521c1e WHIRLPOOL 2fb54180162d94ee54f6cbcf8df2d195681e88193c2f3455dd7f380753be54c721038308c9c02a5bb19251ddf2ddbbf33a71561cc3175546c155ef33ea099a4d
23
24 diff --git a/app-editors/ghex/ghex-3.10.1.ebuild b/app-editors/ghex/ghex-3.10.1.ebuild
25 deleted file mode 100644
26 index 3ee0917..0000000
27 --- a/app-editors/ghex/ghex-3.10.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="GNOME hexadecimal editor"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
41 -
42 -LICENSE="GPL-2+ FDL-1.1+"
43 -SLOT="2"
44 -KEYWORDS="amd64 ~arm ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - >=dev-libs/atk-1
49 - >=dev-libs/glib-2.31.10:2
50 - >=x11-libs/gtk+-3.3.8:3
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-util/intltool-0.41.1
54 - >=sys-devel/gettext-0.17
55 - app-text/yelp-tools
56 - virtual/pkgconfig
57 -"