summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2025-01-16 15:25:55 +0100
committerPacho Ramos <pacho@gentoo.org>2025-01-16 17:51:13 +0100
commit80dc066c730d91fc57570db5aca905f77045c136 (patch)
treeda1943e3892b968d3dcc7e55343ec360064aa456 /app-editors/ghex
parentapp-editors/ghex: add 46.1 (diff)
downloadgentoo-80dc066c730d91fc57570db5aca905f77045c136.tar.gz
gentoo-80dc066c730d91fc57570db5aca905f77045c136.tar.bz2
gentoo-80dc066c730d91fc57570db5aca905f77045c136.zip
app-editors/ghex: drop 45.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-editors/ghex')
-rw-r--r--app-editors/ghex/Manifest1
-rw-r--r--app-editors/ghex/ghex-45.2.ebuild66
2 files changed, 0 insertions, 67 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index 01f4674f43eb..56f11cdeae33 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,3 +1,2 @@
-DIST ghex-45.2.tar.xz 902616 BLAKE2B 24e42b6d719280ab459d0ed7b96a502df7a5502e3d6cf385c0aa73b11808e40cac6112a3e0c3a228d5363578ccb875836efd8a13d6fc6c7e8ea4fe5a76bdb9c7 SHA512 2843b23a0673457ec72bd2aad20888fbc2ca890d3d859e6c2657af24cedc6185f6e11244574b603c0e32db2f54968e6584adf2c7e5abee84521c55148f536496
DIST ghex-46.0.tar.xz 920568 BLAKE2B fe1608faa58e36d6c6f7aa01044acbfbf21a46547f755b37cf0ad673d7c58c882512c1790c74dde0e7fd18af92d0d9a3fc6c42c687413c5811bf8fc30e937adc SHA512 7f6c26b0644c1a253eef6eded0265ffaf882fb2400d1c4c40e9cefd9291d412b1425452930269d35c110fc88e6cf994f33a0ca9e937a419885f3c1820003220d
DIST ghex-46.1.tar.xz 920380 BLAKE2B b25c2dcd58c5f6f71dfae7fd186847fc72192bde61a677b2a6be15eab4cdf31bb24f82f680d9d53f88d646af9c832c10f31c74142f9361e22237693616e84439 SHA512 83a61819b5ab7319dc160c7c948769a20c516f9ae3946f533ea0f6bb4169d1f0867a2c79441ed50bbd223745efb3c2ab8b9ffaac372b7777be97ef36e331585b
diff --git a/app-editors/ghex/ghex-45.2.ebuild b/app-editors/ghex/ghex-45.2.ebuild
deleted file mode 100644
index 504d9010a46e..000000000000
--- a/app-editors/ghex/ghex-45.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="GNOME hexadecimal editor"
-HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git"
- SRC_URI=""
-else
- KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2+ FDL-1.1+"
-IUSE="gtk-doc test"
-RESTRICT="!test? ( test )"
-SLOT="4"
-
-RDEPEND="
- >=dev-libs/glib-2.68.0:2
- >=gui-libs/gtk-4.4.0:4[introspection]
- gui-libs/libadwaita:1
- dev-libs/gobject-introspection
- !app-editors/ghex:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- gtk-doc? ( dev-util/gi-docgen )
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
- dev-util/gtk-update-icon-cache
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
- -Ddevelopment=false
- -Dmmap-buffer-backend=true
- -Ddirect-buffer-backend=true
- -Dintrospection=enabled
- $(meson_use gtk-doc gtk_doc)
- -Dstatic-html-help=false
- -Dvapi=false
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}