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 AE25F138334 for ; Tue, 16 Jul 2019 19:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C03D8E0802; Tue, 16 Jul 2019 19:06:06 +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 9D5A9E0802 for ; Tue, 16 Jul 2019 19:06:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BCEFF347D6E for ; Tue, 16 Jul 2019 19:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F6C5F1 for ; Tue, 16 Jul 2019 19:06:02 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1563303925.8d1758de134cb01778109b4e297aa7766dc40bda.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghex/ghex-3.18.4-r1.ebuild app-editors/ghex/ghex-3.18.4.ebuild X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8d1758de134cb01778109b4e297aa7766dc40bda X-VCS-Branch: master Date: Tue, 16 Jul 2019 19:06:02 +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: 092cf695-3acc-4263-95b3-35491ecf42d4 X-Archives-Hash: 9cb2174323b7f8031491876081d498b2 commit: 8d1758de134cb01778109b4e297aa7766dc40bda Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jul 16 19:04:46 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jul 16 19:05:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1758de app-editors/ghex: ebuild touchups, EAPI-7 bumps, restrict tests * Bump to EAPI-7 * Downgrade yelp-tools dep to correct itstool dep * Ensure bug-free ITS supporting gettext * Depend on libxml2 for xml-stripblanks gresource usage * Depend on appstream-glib for appdata translation due to tags used not present in gettext own provided appdata.its * Restrict tests, as upstream thinks it's great to depend on an unreleased appstream-glib for tests to succeed Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> .../ghex/{ghex-3.18.4.ebuild => ghex-3.18.4-r1.ebuild} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/app-editors/ghex/ghex-3.18.4.ebuild b/app-editors/ghex/ghex-3.18.4-r1.ebuild similarity index 65% rename from app-editors/ghex/ghex-3.18.4.ebuild rename to app-editors/ghex/ghex-3.18.4-r1.ebuild index 4a0528c9e5c..a735e8d30a0 100644 --- a/app-editors/ghex/ghex-3.18.4.ebuild +++ b/app-editors/ghex/ghex-3.18.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome.org gnome2-utils meson xdg DESCRIPTION="GNOME hexadecimal editor" HOMEPAGE="https://wiki.gnome.org/Apps/Ghex" @@ -12,16 +12,22 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" - >=dev-libs/atk-1 + >=dev-libs/atk-1.0.0 >=dev-libs/glib-2.31.10:2 >=x11-libs/gtk+-3.3.8:3 " -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.17 - app-text/yelp-tools +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 virtual/pkgconfig " +# Requires unreleased appstream-glib-0.7.16 for tests to pass.. +RESTRICT="test" # https://gitlab.gnome.org/GNOME/ghex/issues/18 + pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update