public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/, app-admin/gnome-abrt/files/
@ 2020-08-13 20:25 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-08-13 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0d751fc8933385b51a69e39a25b1e884d6b41b25
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 20:16:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 20:25:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d751fc8

app-admin/gnome-abrt: Remove old (py3.6)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/gnome-abrt/Manifest                      |   1 -
 ...xpert-mode-and-the-remaining-Analyze-code.patch | 108 ---------------------
 app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild       |  67 -------------
 3 files changed, 176 deletions(-)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index d7391cac2c6..a5c3aff9738 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1,2 +1 @@
-DIST gnome-abrt-1.2.6.tar.gz 340308 BLAKE2B 5221fe43fd72fe8798f2c11275863e6936e616632641448c53dd24118d3b6b808fc373fe98b8775f1f1c58820c06195a665f6d417c95eaa7cc333cd7660b2d0b SHA512 12bcdeefa481b7caa04da046ee11d6adc9fd582b32f709d79a2d94cf61ca02643edd418cd9257c0f732a30aa5714fe83a282a4c794ff4260ddad038f7721ff2c
 DIST gnome-abrt-1.2.7.tar.gz 339961 BLAKE2B cdacc079c4661c364f13af3102e2231adbeaf4226ba937436f5ce3ae109f28b87c9424c6dfbc016b912599205386f92c32b036ca31adbea79b9a54d7f3a27c4a SHA512 57446b1c1c312f3a47ea3dd2a40ac1d4ec5392df3181eac73086675b65d45cad9a01fba5252d073970878ef97d7d272508bc5b86a56779543ffdc8d083fb5413

diff --git a/app-admin/gnome-abrt/files/0001-Remove-Expert-mode-and-the-remaining-Analyze-code.patch b/app-admin/gnome-abrt/files/0001-Remove-Expert-mode-and-the-remaining-Analyze-code.patch
deleted file mode 100644
index 21d088efab4..00000000000
--- a/app-admin/gnome-abrt/files/0001-Remove-Expert-mode-and-the-remaining-Analyze-code.patch
+++ /dev/null
@@ -1,108 +0,0 @@
-From ab72d64818a5d88ceb4ab94f1eaae04268519e73 Mon Sep 17 00:00:00 2001
-From: Rafal Luzynski <digitalfreak@lingonborough.com>
-Date: Mon, 21 Aug 2017 11:55:41 +0200
-Subject: [PATCH] Remove Expert mode and the remaining Analyze code
-
-The Expert mode was originally introduced together with the Analyze
-feature by the commit 532cbd4. The Expert mode was intended to hide
-the Analyze feature by default and show in only when the Expert mode
-is on. Later the commit f5eb93f removed most of the Analyze feature
-although some of its code still remained and was unused. At the same
-time, probably by mistake, the Expert mode was switched to control
-the visibility of the Details context menu item.
-
-This commit removes the Expert mode which is unused and implemented
-incorrectly and any remains of the Analyze feature. Closes #182.
----
- src/gnome-abrt                  | 3 ---
- src/gnome_abrt/controller.py.in | 7 -------
- src/gnome_abrt/oops.glade       | 8 --------
- src/gnome_abrt/views.py         | 7 -------
- 4 files changed, 25 deletions(-)
-
-diff --git a/src/gnome-abrt b/src/gnome-abrt
-index f8e96e8..b1044d3 100755
---- a/src/gnome-abrt
-+++ b/src/gnome-abrt
-@@ -401,8 +401,6 @@ if __name__ == "__main__":
-             help=_('Be verbose'))
-     CMDARGS.add_argument('-p', '--problem',
-             help=_('Selected problem ID'))
--    CMDARGS.add_argument('-x', '--expert', action='store_true',
--            help=_('Expert mode'))
- 
-     OPTIONS = CMDARGS.parse_args()
- 
-@@ -414,7 +412,6 @@ if __name__ == "__main__":
-     CONF = get_configuration()
-     # TODO : mark this option as hidden or something like that
-     CONF.add_option('problemid', default_value=None)
--    CONF.add_option('expert', default_value=(OPTIONS.expert))
- 
-     APP_CMDLINE = []
-     if 'problem' in VARS:
-diff --git a/src/gnome_abrt/controller.py.in b/src/gnome_abrt/controller.py.in
-index fc16dc2..86db419 100644
---- a/src/gnome_abrt/controller.py.in
-+++ b/src/gnome_abrt/controller.py.in
-@@ -45,13 +45,6 @@ class Controller(object):
- 
-         problem.delete()
- 
--    def analyze(self, problem):
--        if not problem:
--            logging.error("BUG: Controller: Can't open detail of None problem")
--            return
--
--        self.run_event_fn("open-gui", problem)
--
-     def _refresh_sources(self):
-         for name, src in self.sources:
-             try:
-diff --git a/src/gnome_abrt/oops.glade b/src/gnome_abrt/oops.glade
-index bbb732b..b8ddb42 100644
---- a/src/gnome_abrt/oops.glade
-+++ b/src/gnome_abrt/oops.glade
-@@ -23,14 +23,6 @@
-       <accelerator key="Return"/>
-     </child>
-     <child>
--      <object class="GtkAction" id="gac_analyze">
--        <property name="label" translatable="yes">Analy_ze</property>
--        <property name="tooltip" translatable="yes">Open selected problem for analysis</property>
--        <signal name="activate" handler="on_gac_analyze_activate" swapped="no"/>
--      </object>
--      <accelerator key="Return" modifiers="GDK_CONTROL_MASK | GDK_MOD1_MASK"/>
--    </child>
--    <child>
-       <object class="GtkAction" id="gac_detail">
-         <property name="label" translatable="yes">D_etails</property>
-         <property name="tooltip" translatable="yes">Show technical details</property>
-diff --git a/src/gnome_abrt/views.py b/src/gnome_abrt/views.py
-index 82b606f..ec7b211 100644
---- a/src/gnome_abrt/views.py
-+++ b/src/gnome_abrt/views.py
-@@ -527,7 +527,6 @@ class OopsWindow(Gtk.ApplicationWindow):
-         conf.set_watch('T_FMT', self._options_observer)
-         conf.set_watch('D_T_FMT', self._options_observer)
-         self._options_observer.option_updated(conf, 'problemid')
--        self._builder.mi_detail.set_visible(conf['expert'])
- 
-         # enable observer
-         self._source_observer.enable()
-@@ -1002,12 +1001,6 @@ _("This problem has been reported, but a <i>Bugzilla</i> ticket has not"
-                     selected[0].problem_id, self)
- 
-     @handle_problem_and_source_errors
--    def on_gac_analyze_activate(self, action):
--        selected = self._get_selected(self.lss_problems)
--        if selected:
--            self._controller.analyze(selected[0])
--
--    @handle_problem_and_source_errors
-     def on_gac_report_activate(self, action):
-         selected = self._get_selected(self.lss_problems)
-         if selected and not selected[0]['not-reportable']:
--- 
-2.13.6
-

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild
deleted file mode 100644
index bdd38d68ccc..00000000000
--- a/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit autotools gnome2-utils python-single-r1
-
-DESCRIPTION="A utility for viewing problems that have occurred with the system"
-HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project"
-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
-	>=dev-libs/libreport-2.0.20[python]
-	>=app-admin/abrt-2.10.10-r1
-	dev-python/pygobject:3
-	x11-libs/libX11
-	>=dev-python/pyxdg-0.19
-"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	app-text/xmlto
-	>=dev-util/intltool-0.35.0
-	virtual/pkgconfig
-	>=sys-devel/gettext-0.17
-"
-
-PATCHES=(
-	# From Fedora (fixed in next release)
-	"${FILESDIR}"/0001-Remove-Expert-mode-and-the-remaining-Analyze-code.patch
-)
-
-src_prepare() {
-	default
-	./gen-version > gnome-abrt-version || die
-	eautoreconf
-}
-
-src_configure() {
-	myeconfargs=(
-		--localstatedir="${EPREFIX}/var"
-		--with-nopylint
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-13 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 20:25 [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/, app-admin/gnome-abrt/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox