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 ADFEA138359 for ; Sun, 8 Nov 2020 16:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1818E07D7; Sun, 8 Nov 2020 16:26:23 +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 DD8BDE07D7 for ; Sun, 8 Nov 2020 16:26:23 +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 00051340948 for ; Sun, 8 Nov 2020 16:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AF1F445 for ; Sun, 8 Nov 2020 16:26:20 +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: <1604852771.02d5f708eb60933493ea90846b2bf80ffc72111f.mattst88@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.2.7.ebuild X-VCS-Directories: app-admin/gnome-abrt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 02d5f708eb60933493ea90846b2bf80ffc72111f X-VCS-Branch: master Date: Sun, 8 Nov 2020 16:26:20 +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: 73e4c4c0-11a4-4686-a457-21453421482a X-Archives-Hash: 40f02ec1f050d74f5b996cbb6b7fab07 commit: 02d5f708eb60933493ea90846b2bf80ffc72111f Author: Matt Turner gentoo org> AuthorDate: Sun Nov 8 16:25:04 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 8 16:26:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d5f708 app-admin/gnome-abrt: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-admin/gnome-abrt/Manifest | 1 - app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild | 60 ---------------------------- 2 files changed, 61 deletions(-) diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest index b773b4cb94e..90321a1e1bc 100644 --- a/app-admin/gnome-abrt/Manifest +++ b/app-admin/gnome-abrt/Manifest @@ -1,2 +1 @@ -DIST gnome-abrt-1.2.7.tar.gz 339961 BLAKE2B cdacc079c4661c364f13af3102e2231adbeaf4226ba937436f5ce3ae109f28b87c9424c6dfbc016b912599205386f92c32b036ca31adbea79b9a54d7f3a27c4a SHA512 57446b1c1c312f3a47ea3dd2a40ac1d4ec5392df3181eac73086675b65d45cad9a01fba5252d073970878ef97d7d272508bc5b86a56779543ffdc8d083fb5413 DIST gnome-abrt-1.3.6.tar.gz 112255 BLAKE2B d0e87ef5543e84c246f9e98aac8f92984af9e8220357359ffa76f91e00bb35ccb9b60a00c8e0b00d3464ecfc9ddffaeb61fb15b57480066d957a2af44b49c3be SHA512 7bd15c9956d2e4bafce7d1ef73e930f679119fe8ccebda8a27171a5b3b1dfa90255c572e3a0c70606fe389d50079870399b89f61f683896d4ca6380a7d3f7cc2 diff --git a/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild deleted file mode 100644 index e068f001905..00000000000 --- a/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit autotools 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="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=x11-libs/gtk+-3.10.0:3 - >=dev-libs/libreport-2.0.20[python,${PYTHON_USEDEP}] - >=app-admin/abrt-2.10.10-r1 - >=dev-python/pygobject-3.29.1:3[${PYTHON_USEDEP}] - x11-libs/libX11 - >=dev-python/pyxdg-0.19[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/asciidoc - app-text/xmlto - >=dev-util/intltool-0.35.0 - virtual/pkgconfig - >=sys-devel/gettext-0.17 -" - -src_prepare() { - default - ./gen-version > gnome-abrt-version || die - eautoreconf - python_copy_sources -} - -src_configure() { - myeconfargs=( - --localstatedir="${EPREFIX}/var" - --with-nopylint - ) - - python_foreach_impl run_in_build_dir econf "${myeconfargs[@]}" -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - python_foreach_impl run_in_build_dir default - find "${D}" -name '*.la' -type f -delete || die -}