diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-01-24 12:56:33 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-01-24 14:42:49 -0800 |
commit | 907288822063cb8b0547f0c9a88a678bba467d94 (patch) | |
tree | c3a22b4149eef12becb541801c41f1ee251836ff /gnome-extra/gucharmap | |
parent | gnome-extra/gnome-weather: Drop old versions (diff) | |
download | gentoo-907288822063cb8b0547f0c9a88a678bba467d94.tar.gz gentoo-907288822063cb8b0547f0c9a88a678bba467d94.tar.bz2 gentoo-907288822063cb8b0547f0c9a88a678bba467d94.zip |
gnome-extra/gucharmap: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gucharmap')
-rw-r--r-- | gnome-extra/gucharmap/gucharmap-14.0.1.ebuild | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-14.0.1.ebuild b/gnome-extra/gucharmap/gucharmap-14.0.1.ebuild deleted file mode 100644 index c3f9b85f6609..000000000000 --- a/gnome-extra/gucharmap/gucharmap-14.0.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -VALA_MIN_API_VERSION="0.26" -VALA_USE_DEPEND="vapigen" - -inherit 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.gz" - -LICENSE="GPL-3+" -SLOT="2.90" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" - -UNICODE_VERSION="14.0" - -IUSE="debug +introspection gtk-doc vala" -REQUIRED_USE="vala? ( introspection )" - -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig - >=sys-devel/gettext-0.19.8 - gtk-doc? ( >=dev-util/gtk-doc-1 ) - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - vala? ( $(vala_depend) )" - -DEPEND="=app-i18n/unicode-data-${UNICODE_VERSION}* - >=dev-libs/glib-2.32:2 - media-libs/freetype:2 - >=dev-libs/libpcre2-10.21:= - >=x11-libs/gtk+-3.22:3[introspection?] - >=x11-libs/pango-1.42.4-r2[introspection?]" - -RDEPEND="${DEPEND}" - -src_prepare() { - use vala && vala_src_prepare - xdg_src_prepare -} - -src_configure() { - local emesonargs=( - -Ducd_path="${EPREFIX}/usr/share/unicode-data" - $(meson_use debug dbg) - $(meson_use gtk-doc docs) - $(meson_use introspection gir) - $(meson_use vala vapi) - ) - - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |