Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/
Date: Wed, 15 Feb 2017 16:57:13
Message-Id: 1487177806.25c0c1586099c734f597e6fc326453ff23d19bdc.leio@gentoo
1 commit: 25c0c1586099c734f597e6fc326453ff23d19bdc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 16:50:35 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 16:56:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c0c158
7
8 app-editors/ghex: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-editors/ghex/Manifest | 1 -
13 app-editors/ghex/ghex-3.18.2.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
17 index b01364b3a8..37e8dddcbc 100644
18 --- a/app-editors/ghex/Manifest
19 +++ b/app-editors/ghex/Manifest
20 @@ -1,2 +1 @@
21 -DIST ghex-3.18.2.tar.xz 1570888 SHA256 ebd341c49e2cc4e710230703cd20e9febb29b64e34a1b5396d6aa818936e55bf SHA512 345bc054477de3f3dac81237f622382d4b24cf3568cc69fb2094f712fb219a54c3e44595c27b831f90941cf0d3a18290d50db89412932d47be6f34e3ecf6a03b WHIRLPOOL a2dea9b594ce07927bd8013fa5e867ab6cba583036834422859b5cf9a58c2295bb82c7fa8c3f42762a3e6e009391fb05801d388d1d74cdcfc75af24ff5d2c44b
22 DIST ghex-3.18.3.tar.xz 1630720 SHA256 c67450f86f9c09c20768f1af36c11a66faf460ea00fbba628a9089a6804808d3 SHA512 e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023 WHIRLPOOL 00d1c5bf88abac210be1a7a6c85e8dc4ec8db2d9063ad007c01ce67a3322de34ba38cfe13e88c96ad433f2831907987fc07cbe1490232c033848656a8896b12e
23
24 diff --git a/app-editors/ghex/ghex-3.18.2.ebuild b/app-editors/ghex/ghex-3.18.2.ebuild
25 deleted file mode 100644
26 index d6585a9fb1..0000000000
27 --- a/app-editors/ghex/ghex-3.18.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2017 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 ~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 -"