summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-05-17 17:11:34 -0400
committerMatt Turner <mattst88@gentoo.org>2023-05-17 17:54:51 -0400
commit502a803428aa69d1806b8f1312cfcf20fb289963 (patch)
tree89bad6fc6186c6a29a8ee6521379671c10fdbe84 /gnome-extra/gnome-characters
parentgnome-extra/gnome-calendar: Drop old versions (diff)
downloadgentoo-502a803428aa69d1806b8f1312cfcf20fb289963.tar.gz
gentoo-502a803428aa69d1806b8f1312cfcf20fb289963.tar.bz2
gentoo-502a803428aa69d1806b8f1312cfcf20fb289963.zip
gnome-extra/gnome-characters: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-characters')
-rw-r--r--gnome-extra/gnome-characters/Manifest1
-rw-r--r--gnome-extra/gnome-characters/gnome-characters-43.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/gnome-extra/gnome-characters/Manifest b/gnome-extra/gnome-characters/Manifest
index 4fd5226a46bb..d04e419f1439 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1,2 +1 @@
-DIST gnome-characters-43.1.tar.xz 584444 BLAKE2B 6920bd10fe794143b4ff8920c0c81fce2649493d827201f4e47c46a3defb3fd8cadafdd9c7eacc35be7a9978b3d9047f64c5318c2582d3d87de6e1afe5bfbd66 SHA512 75fb25b7d6c2984a0d59887e0c408c0dc210061fa1e0cedbffefd8ef8b4b610a7db1c248926a5b6473fc0f806937e953e9e72a39b2a880c4871399226f3a77f4
DIST gnome-characters-44.0.tar.xz 586540 BLAKE2B 996e06151f0bd35f41212ed4cf46181105011c7dee3b60ae46de0f244f2d9c39741e0c844628e9a308d13b977089ef448790094f3dbd924b12d8f49ebeddb70f SHA512 d49f4df21e7ff295bb16cf66640446e9e572689252e1a04314316443da670e585ef918a00bd7503b764d49b76e4c32286df2be2a3c432552e5bbcad6fe62e724
diff --git a/gnome-extra/gnome-characters/gnome-characters-43.1.ebuild b/gnome-extra/gnome-characters/gnome-characters-43.1.ebuild
deleted file mode 100644
index 05970c5e7447..000000000000
--- a/gnome-extra/gnome-characters/gnome-characters-43.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap"
-
-LICENSE="GPL-2+ BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-libs/gjs-1.50
- >=dev-libs/glib-2.32:2
- >=dev-libs/gobject-introspection-1.35.9:=
- >=dev-libs/libunistring-0.9.5:=
- >=gui-libs/gtk-4.6:4[introspection]
- >=gui-libs/libadwaita-1.2:1=
- x11-libs/gdk-pixbuf:2
- >=x11-libs/pango-1.36[introspection]
- gnome-base/gnome-desktop:3[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-libs/libxml2:2
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}