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 D2ADF158CB7 for ; Wed, 18 Aug 2021 07:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2655EE01E4; Wed, 18 Aug 2021 07:57:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F2DEE01E4 for ; Wed, 18 Aug 2021 07:57:55 +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 30FCC33BF0F for ; Wed, 18 Aug 2021 07:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959A15A0 for ; Wed, 18 Aug 2021 07:57:52 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1629273469.5ce73312435edb5390064bb084443e18fdf7eeb8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gnome-abrt/Manifest app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild X-VCS-Directories: app-admin/gnome-abrt/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5ce73312435edb5390064bb084443e18fdf7eeb8 X-VCS-Branch: master Date: Wed, 18 Aug 2021 07:57:52 +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: 804ff9b2-76b7-4aa3-b3ab-e5dd7341acd4 X-Archives-Hash: 5df3e68ca291bd8a12e247bc58998fcd commit: 5ce73312435edb5390064bb084443e18fdf7eeb8 Author: Pacho Ramos gentoo org> AuthorDate: Wed Aug 18 07:49:20 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Aug 18 07:57:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce73312 app-admin/gnome-abrt: Bump to 1.4.0 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> app-admin/gnome-abrt/Manifest | 1 + app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild | 57 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest index 90321a1e1bc..782f2460892 100644 --- a/app-admin/gnome-abrt/Manifest +++ b/app-admin/gnome-abrt/Manifest @@ -1 +1,2 @@ DIST gnome-abrt-1.3.6.tar.gz 112255 BLAKE2B d0e87ef5543e84c246f9e98aac8f92984af9e8220357359ffa76f91e00bb35ccb9b60a00c8e0b00d3464ecfc9ddffaeb61fb15b57480066d957a2af44b49c3be SHA512 7bd15c9956d2e4bafce7d1ef73e930f679119fe8ccebda8a27171a5b3b1dfa90255c572e3a0c70606fe389d50079870399b89f61f683896d4ca6380a7d3f7cc2 +DIST gnome-abrt-1.4.0.tar.gz 112129 BLAKE2B f3f45c1793c59f4453ef17fd7e24877143cc5d87bdf8cfd6d778d9178005ff6083ce1564f06bb98d9027628bcdd4feb9d98edcbdcc76432c813065d518d0f91a SHA512 eb66040f23a8cba4e015f4f72dee56d782aa3d8bdd90644dce2e7fa1776edc4dc14d69c3722503825db5ff75fa80bde09bbc5bcd9eb6f20209e7e579d8c33a21 diff --git a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild new file mode 100644 index 00000000000..f0302b220f1 --- /dev/null +++ b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{7..9} ) + +inherit meson python-r1 + +DESCRIPTION="A utility for viewing problems that have occurred with the system" +HOMEPAGE="https://github.com/abrt/gnome-abrt" +SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="doc" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=x11-libs/gtk+-3.10.0:3 + >=dev-libs/libreport-2.14.0:0=[python,${PYTHON_USEDEP}] + >=app-admin/abrt-2.14.0 + >=dev-python/pygobject-3.29.1:3[${PYTHON_USEDEP}] + >=dev-python/pyxdg-0.19[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( + app-text/asciidoc + app-text/xmlto + ) + virtual/pkgconfig + >=sys-devel/gettext-0.17 +" + +src_configure() { + local emesonargs=( + $(meson_use doc docs) + -Dlint=false + ) + + python_foreach_impl meson_src_configure +} + +src_compile() { + python_foreach_impl meson_src_compile +} + +src_install() { + python_foreach_impl meson_src_install + python_foreach_impl python_optimize +} + +src_test() { + python_foreach_impl meson_src_test +}