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: Sun, 08 Sep 2019 10:47:30
Message-Id: 1567939612.043fee4b1237af6aea5a97684127356e8af1be94.leio@gentoo
1 commit: 043fee4b1237af6aea5a97684127356e8af1be94
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 10:40:33 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 10:46:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043fee4b
7
8 app-editors/ghex: remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-editors/ghex/Manifest | 1 -
14 app-editors/ghex/ghex-3.18.3.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
18 index b6e92fd684f..7190209b5e9 100644
19 --- a/app-editors/ghex/Manifest
20 +++ b/app-editors/ghex/Manifest
21 @@ -1,2 +1 @@
22 -DIST ghex-3.18.3.tar.xz 1630720 BLAKE2B dacca0b015dd73dca9ea7a5303de8b6ef981c7e4fd93dfdbb0782ac61f073381fef7d5a1dcb8a88f2d31319fd9583ac6f556ed6856b5ba7d3449bbf2af2c991f SHA512 e03b154a22db000a5994c68bb72280113e69e7ef210f86ab2c6578e77daabf50bac8eb620ffaad5a7eb776d23383478cbdc7fb317fa336cef55173f858519023
23 DIST ghex-3.18.4.tar.xz 1420268 BLAKE2B 70a3027a2c228481ecbc6ae44c0a707c9858453e3af7bfc268b6e32a8496722cf117c1b2ce4dd798795a429dccd24e1fa9cb9d1a8c9c8fb5998243369f76ccc4 SHA512 6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2
24
25 diff --git a/app-editors/ghex/ghex-3.18.3.ebuild b/app-editors/ghex/ghex-3.18.3.ebuild
26 deleted file mode 100644
27 index dbf011b8d72..00000000000
28 --- a/app-editors/ghex/ghex-3.18.3.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
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 ~ppc64 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 -"