commit:     3c4e5e800d80cb68391bec5f51db007e11b33cf3
Author:     Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com>
AuthorDate: Fri Feb 13 22:44:59 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 11:46:09 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4e5e80

gnome-extra/gucharmap: drop 15.1.2

Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45280
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-extra/gucharmap/Manifest                |  1 -
 gnome-extra/gucharmap/gucharmap-15.1.2.ebuild | 79 ---------------------------
 2 files changed, 80 deletions(-)

diff --git a/gnome-extra/gucharmap/Manifest b/gnome-extra/gucharmap/Manifest
index fc20b72dc2d2..e9cbcef1dc9c 100644
--- a/gnome-extra/gucharmap/Manifest
+++ b/gnome-extra/gucharmap/Manifest
@@ -1,2 +1 @@
-DIST gucharmap-15.1.2.tar.bz2 1455600 BLAKE2B 
991388c67451df701533d9935021644aa549a373d07dbdca47ee47e76b419533e5ecf16ddfb4603467f7750fe6934fbef37ecd88795ebf11e066a3f1d76e327b
 SHA512 
702276b0fd7804d4210b71e332a34206f27c0da5fefbf164a70881d97d0cbcd3cdb9f8b31e56ee449cb07688bdbbe6fa1d7fa8e7a5fe5c5b879a6ce828450e69
 DIST gucharmap-16.0.1.tar.bz2 1503713 BLAKE2B 
e77b0d9e12d73f38b8e32c078bed3be2e7a1a3c3d61578e79f539209f7af0106dca1b8201610c512ccc100bb2a239f57c097dd96f78c1959d64e67e7cf47345e
 SHA512 
9816e6fda5c7a8ce34af41c55121e1291e07033a636955d3501c4eb57e290ca5e9ef74d7e622e3be1c85140fc55d4d21012a84c2a3bf3effc195bdb38740241b

diff --git a/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild 
b/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild
deleted file mode 100644
index 78cfe68b1c8e..000000000000
--- a/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit flag-o-matic gnome2-utils meson python-any-r1 vala xdg
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap";
-SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="2.90"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-UNICODE_VERSION="15.1.0"
-
-IUSE="+introspection gtk-doc vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="media-libs/freetype:2
-       >=dev-libs/glib-2.32:2
-       >=x11-libs/gtk+-3.22:3[introspection?]
-       >=dev-libs/libpcre2-10.21:=
-       =app-i18n/unicode-data-${UNICODE_VERSION}*
-       >=x11-libs/pango-1.42.4-r2[introspection?]
-
-       !gnome-extra/gucharmap:0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       app-text/docbook-xml-dtd:4.1.2
-       dev-libs/glib:2
-       dev-util/itstool
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       gtk-doc? ( >=dev-util/gtk-doc-1 )
-       introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
-       vala? ( $(vala_depend) )
-"
-
-PATCHES=(
-       "${FILESDIR}"/14.0.1-install-user-help.patch
-)
-
-src_prepare() {
-       default
-       use vala && vala_setup
-       xdg_environment_reset
-}
-
-src_configure() {
-       # Upstream don't support LTO & error out on it in meson.build (bug 
#926250)
-       filter-lto
-
-       local emesonargs=(
-               -Dcharmap=true
-               -Ddbg=false # in 14.0.1 all this does is pass -ggdb3
-               $(meson_use gtk-doc docs)
-               $(meson_use introspection gir)
-               -Dgtk3=true
-               -Ducd_path="${EPREFIX}/usr/share/unicode-data"
-               $(meson_use vala vapi)
-       )
-
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to