public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/
Date: Thu, 26 May 2022 09:44:07 +0000 (UTC)	[thread overview]
Message-ID: <1653558231.ce17c634ebe53738fbb681964305049bc6d0dff5.pacho@gentoo> (raw)

commit:     ce17c634ebe53738fbb681964305049bc6d0dff5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 09:11:38 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 26 09:43:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce17c634

app-admin/gnome-abrt: drop 1.4.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-admin/gnome-abrt/Manifest                |  1 -
 app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild | 57 ----------------------------
 2 files changed, 58 deletions(-)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index 7f8e997d2782..6036cc9a445d 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-abrt-1.4.0.tar.gz 112129 BLAKE2B f3f45c1793c59f4453ef17fd7e24877143cc5d87bdf8cfd6d778d9178005ff6083ce1564f06bb98d9027628bcdd4feb9d98edcbdcc76432c813065d518d0f91a SHA512 eb66040f23a8cba4e015f4f72dee56d782aa3d8bdd90644dce2e7fa1776edc4dc14d69c3722503825db5ff75fa80bde09bbc5bcd9eb6f20209e7e579d8c33a21
 DIST gnome-abrt-1.4.1.tar.gz 115107 BLAKE2B 6706e65f099056118b40e821325aa7861ef256bdf17d824a5222eeaa3355761bfc8f188e7b0a35305f47b66000c0992daa164d955bdf9d3f6005a1eb85b2a3c2 SHA512 c14397f94d39ce1a94247215679a36c0d1db5fee6a162956d5d87a4585207dbc1cafc60bd9b6b5e3cd5f8437a398ab4a983002d6d2a241a01d7d4da6b93060ae
 DIST gnome-abrt-1.4.2.tar.gz 115442 BLAKE2B b98a67619a9ca69708eef099614d936c015bfbe2b9cc2e9090f5a60dcd34a7d4eaa37aa7769ce04e52b400f0c8bebac3a933c1c323b11e8b84e347557ff0cc36 SHA512 41639ef3ee7ba090cd62da45d029c9f59613d6b844d59768385f0fc5a074185f6f350a4100aa35aad9a4c528524d2905f130904f6b4c31a4df22d621e0395253

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
deleted file mode 100644
index 44eb462bbfbd..000000000000
--- a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{7..10} )
-
-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
-}


             reply	other threads:[~2022-05-26  9:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26  9:44 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-26  9:44 [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/ Pacho Ramos
2022-01-22  9:14 Pacho Ramos
2021-09-26 10:18 Pacho Ramos
2021-09-26 10:18 Pacho Ramos
2021-08-18  7:57 Pacho Ramos
2021-08-08 12:50 Pacho Ramos
2021-05-09 19:48 Pacho Ramos
2020-11-08 16:26 Matt Turner
2020-08-24 22:24 Matt Turner
2019-03-23 23:47 Pacho Ramos
2018-06-23  8:09 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1653558231.ce17c634ebe53738fbb681964305049bc6d0dff5.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox