From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C341139337 for ; Mon, 26 Jul 2021 07:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B5D1E0A44; Mon, 26 Jul 2021 07:15:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78592E0A44 for ; Mon, 26 Jul 2021 07:15:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 113C8342B3E for ; Mon, 26 Jul 2021 07:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A20767AF for ; Mon, 26 Jul 2021 07:15:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627283689.a501b88da782ebc2569bb6c9e6aeba53109e0509.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gucharmap/Manifest gnome-extra/gucharmap/gucharmap-13.0.7.ebuild X-VCS-Directories: gnome-extra/gucharmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a501b88da782ebc2569bb6c9e6aeba53109e0509 X-VCS-Branch: master Date: Mon, 26 Jul 2021 07:15:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e990197a-488e-4179-acd1-033bcfffac5c X-Archives-Hash: 100ff37c0cdbe72b1b83967c9d16d864 commit: a501b88da782ebc2569bb6c9e6aeba53109e0509 Author: Matt Turner gentoo org> AuthorDate: Mon Jul 26 06:14:41 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 26 07:14:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a501b88d gnome-extra/gucharmap: Drop old versions Signed-off-by: Matt Turner gentoo.org> gnome-extra/gucharmap/Manifest | 1 - gnome-extra/gucharmap/gucharmap-13.0.7.ebuild | 73 --------------------------- 2 files changed, 74 deletions(-) diff --git a/gnome-extra/gucharmap/Manifest b/gnome-extra/gucharmap/Manifest index f297aa583a8..76b423a4b53 100644 --- a/gnome-extra/gucharmap/Manifest +++ b/gnome-extra/gucharmap/Manifest @@ -1,3 +1,2 @@ -DIST gucharmap-13.0.7.tar.gz 1919890 BLAKE2B c90b09f2e52b27ea652a32c4a502a57767eb4f4cf5895a61f3a871f1f5fb81c27083938fc9394d2a74881bfd4c23fdf2cdbce2dc07a55cd3a7d9422e6da40ff9 SHA512 9ed3cea9560cfb53af61863b0811a4d62c347e404880154acd47c5e4148d5b5cf3c31a4ad3b8440081e0bc7b33666c6b0fed35c26f8ee9c0a1746d9ed61b19ca DIST gucharmap-13.0.8.tar.gz 1920107 BLAKE2B 247b6683358e1fcbba02cad8146b8b1e7a4ccd5e56d3f9c6e597b47bcd38d11759a02e60d5635c3f2e26defe166b6e4ded696b5d1f6e1be6564d6139e3ed1ab8 SHA512 15eacbf351c8b2357e59913e5b4cccd279aed7a492351c42101dd26020658f2f4d7aaff2a3b95ca340a73606592f47edf9645c93234afb1a086362ef32904bcf DIST gucharmap-3.0.1.tar.bz2 3275481 BLAKE2B 80dde7791abdc72677add9c65c59f810e6c6952116b92db34059c4c40d2657246b17844c105e68f32c86294e9b4e71e9d48e6f0522855465734d7c24e8d17608 SHA512 4d8a2276b5cb1a0b0fadca2a8522755c5884985a12d5b19341b9cefcd7f749ec1286c0271419e38ec84be7edcfa1293e7f0263eb682c75387d692792de3e1fb1 diff --git a/gnome-extra/gucharmap/gucharmap-13.0.7.ebuild b/gnome-extra/gucharmap/gucharmap-13.0.7.ebuild deleted file mode 100644 index c5ddaa9831f..00000000000 --- a/gnome-extra/gucharmap/gucharmap-13.0.7.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -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 sparc x86" - -UNICODE_VERSION="13.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 - >=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 -} - -src_test() { - meson_src_test -} - -src_install() { - meson_src_install -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}