Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/, profiles/
Date: Thu, 07 Apr 2022 04:42:23
Message-Id: 1649306519.54d97cd1236ddf91fbe35ee75c7df4da5fc2e765.mattst88@gentoo
1 commit: 54d97cd1236ddf91fbe35ee75c7df4da5fc2e765
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 04:32:22 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 04:41:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d97cd1
7
8 app-editors/ghex: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-editors/ghex/Manifest | 1 -
13 app-editors/ghex/ghex-4.0.0_alpha.ebuild | 48 --------------------------------
14 profiles/package.mask | 4 ---
15 3 files changed, 53 deletions(-)
16
17 diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
18 index cf2a16887247..9a3ff84f41a7 100644
19 --- a/app-editors/ghex/Manifest
20 +++ b/app-editors/ghex/Manifest
21 @@ -1,3 +1,2 @@
22 DIST ghex-3.41.1.tar.xz 1499804 BLAKE2B dd75dc1cc5d847ae3b932ed0bb98b8e15f44943f76f0ba9f053c6770d05e31d211c9f75a910c93c09cf2de143db8fa0eda4fdb876a0ea3ed0534650e7ac36a65 SHA512 5eccf81c41f5ae56bfe5eab0fb843db0095c75080e7dfc0b19a4c71f40f89931e1cbcd2c58744a6b249d16e2a2e4f96513aaac4c41f46d3b5ae8b2bc851851a0
23 -DIST ghex-4.alpha.1.tar.gz 2165701 BLAKE2B f98758b657f2cc73913bb205439d265e8d8168c91080ca0e064decf277a7e300d9eb82a869951f846a66b5155016f69b0935b2877d24a0482a6b003a821adac2 SHA512 6e7e8d8ff0b981f14f48ed16d3b31ce51a0fb4c978c525cc9f3b2c06114bc1cfaf42e71ea98f1b0d33940a2f6b15a5e053228484259bdc4525bb18f2835b97c8
24 DIST ghex-42.0.tar.xz 1007772 BLAKE2B db85755e22470f345fcd926e26addcb3ea71c90bc0d71fb5f02ad71e875b3b0100856e4365f950a4040f266c1826be992e6a7a23e32ddebbf9ccdfce88e45f46 SHA512 20eb8b876e65e3a63b2bf5bcb7258f4c196380395805e7aa374a4dba79e8e0356507b7dad660cdfd49490cb9832863e84dfcfa74dd680f05d34742a3c23f6108
25
26 diff --git a/app-editors/ghex/ghex-4.0.0_alpha.ebuild b/app-editors/ghex/ghex-4.0.0_alpha.ebuild
27 deleted file mode 100644
28 index 02e8fb9d1908..000000000000
29 --- a/app-editors/ghex/ghex-4.0.0_alpha.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit gnome.org gnome2-utils meson xdg
38 -
39 -DESCRIPTION="GNOME hexadecimal editor"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
41 -
42 -if [[ ${PV} == 9999 ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git"
45 - SRC_URI=""
46 -else
47 - MY_PV="4.alpha.1"
48 - SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz"
49 - KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
50 - S="${WORKDIR}/${PN}-${MY_PV}"
51 -fi
52 -
53 -LICENSE="GPL-2+ FDL-1.1+"
54 -SLOT="4"
55 -
56 -RDEPEND="
57 - >=dev-libs/atk-1.0.0
58 - >=dev-libs/glib-2.31.10:2
59 - >=x11-libs/gtk+-3.3.8:3
60 - gui-libs/gtk:4
61 -"
62 -DEPEND="${RDEPEND}"
63 -BDEPEND="
64 - dev-libs/appstream-glib
65 - dev-libs/libxml2:2
66 - dev-util/itstool
67 - >=sys-devel/gettext-0.19.8
68 - virtual/pkgconfig
69 -"
70 -
71 -pkg_postinst() {
72 - xdg_pkg_postinst
73 - gnome2_schemas_update
74 -}
75 -
76 -pkg_postrm() {
77 - xdg_pkg_postrm
78 - gnome2_schemas_update
79 -}
80
81 diff --git a/profiles/package.mask b/profiles/package.mask
82 index 05be3f84e1a7..b45961025eff 100644
83 --- a/profiles/package.mask
84 +++ b/profiles/package.mask
85 @@ -362,10 +362,6 @@ x11-misc/easystroke
86 # This is likely to cause issues in tests; Unmask if using for other purposes
87 >=dev-php/PHP_Timer-5.0
88
89 -# Jonas Stein <jstein@g.o> (2021-12-24)
90 -# Alpha version
91 -=app-editors/ghex-4.0.0_alpha
92 -
93 # Michał Górny <mgorny@g.o> (2021-12-18)
94 # EOL kernel with known vulnerabilities. Please move to one of the LTS
95 # branches. Bug #829491.