[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2022-05-26 Thread Pacho Ramos
commit: 421fa120ed7ebad231199723b41ef37f24894ddc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu May 26 09:11:19 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu May 26 09:43:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421fa120

app-admin/gnome-abrt: add 1.4.2

Signed-off-by: Pacho Ramos  gentoo.org>

 app-admin/gnome-abrt/Manifest|  1 +
 app-admin/gnome-abrt/gnome-abrt-1.4.2.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index 9c0e580f8585..7f8e997d2782 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1,2 +1,3 @@
 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.2.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.4.2.ebuild
new file mode 100644
index ..9a67800ff33b
--- /dev/null
+++ b/app-admin/gnome-abrt/gnome-abrt-1.4.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

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

app-admin/gnome-abrt: drop 1.4.0

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 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2022-01-22 Thread Pacho Ramos
commit: 4bef909d807209fc3d5215fe4daff411074ae595
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 22 09:05:06 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 22 09:14:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bef909d

app-admin/gnome-abrt: Bump to 1.4.1

Package-Manager: Portage-3.0.30, 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.1.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index 1666bda99a21..9c0e580f8585 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1 +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

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.4.1.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.4.1.ebuild
new file mode 100644
index ..f86e1b32f7a0
--- /dev/null
+++ b/app-admin/gnome-abrt/gnome-abrt-1.4.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2021-09-26 Thread Pacho Ramos
commit: 892a9e2350c0ae335e4ed1287f2b7046279a27b0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 26 10:06:04 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 26 10:06:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892a9e23

app-admin/gnome-abrt: Support python 3.10

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
index f0302b220f1..44eb462bbfb 100644
--- a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
+++ b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit meson python-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2021-09-26 Thread Pacho Ramos
commit: b7387b43e11e981ea1d7999d4458c71233032124
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 26 10:06:16 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 26 10:06:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7387b43

app-admin/gnome-abrt: Drop old

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index 782f2460892..1666bda99a2 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1,2 +1 @@
-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.3.6.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
deleted file mode 100644
index d06fd2d8b60..000
--- a/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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.0.20:0=[python,${PYTHON_USEDEP}]
-   >=app-admin/abrt-2.10.10-r1
-   >=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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2021-08-18 Thread Pacho Ramos
commit: 5ce73312435edb5390064bb084443e18fdf7eeb8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Aug 18 07:49:20 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Aug 18 07:57:49 2021 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2021-08-08 Thread Pacho Ramos
commit: 6fc519fbce55c83e8f8bea0522b083aeda409333
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  8 12:47:51 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  8 12:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc519fb

app-admin/gnome-abrt: Take package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 app-admin/gnome-abrt/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/gnome-abrt/metadata.xml 
b/app-admin/gnome-abrt/metadata.xml
index 627b3dcdb1b..6448f63ed62 100644
--- a/app-admin/gnome-abrt/metadata.xml
+++ b/app-admin/gnome-abrt/metadata.xml
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
+   
+   pa...@gentoo.org
+   Pacho Ramos


abrt/gnome-abrt



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2021-05-09 Thread Pacho Ramos
commit: 5b9d6327947f51e3a854a4117ca418ba5b0eecd7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May  9 19:48:34 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May  9 19:48:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9d6327

app-admin/gnome-abrt: Needs to be rebuilt when libreport soname bumps

Add the dep to ensure that it will be fixed in future versions

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
index b9ff00b24a5..d06fd2d8b60 100644
--- a/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
+++ b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=x11-libs/gtk+-3.10.0:3
-   >=dev-libs/libreport-2.0.20[python,${PYTHON_USEDEP}]
+   >=dev-libs/libreport-2.0.20:0=[python,${PYTHON_USEDEP}]
>=app-admin/abrt-2.10.10-r1
>=dev-python/pygobject-3.29.1:3[${PYTHON_USEDEP}]
>=dev-python/pyxdg-0.19[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2020-11-08 Thread Matt Turner
commit: 02d5f708eb60933493ea90846b2bf80ffc72111f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  8 16:25:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  8 16:26:11 2020 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2020-08-24 Thread Matt Turner
commit: 9c333a3bb89790ac2eb3d4798acf1a4114cf8473
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 24 21:46:35 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 24 22:23:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c333a3b

app-admin/gnome-abrt: Version bump to 1.3.6

Signed-off-by: Matt Turner  gentoo.org>

 app-admin/gnome-abrt/Manifest|  1 +
 app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index a5c3aff9738..b773b4cb94e 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1 +1,2 @@
 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.3.6.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
new file mode 100644
index 000..b9ff00b24a5
--- /dev/null
+++ b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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.0.20[python,${PYTHON_USEDEP}]
+   >=app-admin/abrt-2.10.10-r1
+   >=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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/, app-admin/gnome-abrt/files/

2020-08-13 Thread Michał Górny
commit: 0d751fc8933385b51a69e39a25b1e884d6b41b25
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 13 20:16:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 13 20:25:18 2020 +
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  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..000
--- 
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 
-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 @@
-   
- 
- 
--  
--Analy_ze
--Open selected problem for 
analysis
--
--  
--  
--
--
-   
- D_etails
- Show technical 
details
-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')
--

[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2019-03-23 Thread Pacho Ramos
commit: 1771255042e50ebd4d6105ea8e78284404938fa0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 23 23:46:52 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 23 23:47:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17712550

app-admin/gnome-abrt: Bump to 1.2.7

Also allow to build for multiple python versions, this allows to be able to
switch system python version and keep it working too.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 app-admin/gnome-abrt/Manifest|  1 +
 app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
index 571b8de43dc..d7391cac2c6 100644
--- a/app-admin/gnome-abrt/Manifest
+++ b/app-admin/gnome-abrt/Manifest
@@ -1 +1,2 @@
 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/gnome-abrt-1.2.7.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild
new file mode 100644
index 000..a0fb1a7815e
--- /dev/null
+++ b/app-admin/gnome-abrt/gnome-abrt-1.2.7.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{4,5,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
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/files/

2018-06-24 Thread Pacho Ramos
commit: a1c9ddaccfe6a29af0f35afc916d6d50993914ea
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 11:48:27 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 12:19:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c9ddac

app-admin/gnome-abrt: Commit forgotten patch

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...xpert-mode-and-the-remaining-Analyze-code.patch | 108 +
 1 file changed, 108 insertions(+)

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
new file mode 100644
index 000..21d088efab4
--- /dev/null
+++ 
b/app-admin/gnome-abrt/files/0001-Remove-Expert-mode-and-the-remaining-Analyze-code.patch
@@ -0,0 +1,108 @@
+From ab72d64818a5d88ceb4ab94f1eaae04268519e73 Mon Sep 17 00:00:00 2001
+From: Rafal Luzynski 
+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 @@
+   
+ 
+ 
+-  
+-Analy_ze
+-Open selected problem for 
analysis
+-
+-  
+-  
+-
+-
+   
+ D_etails
+ Show technical 
details
+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 
Bugzilla 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
+



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/

2018-06-23 Thread Pacho Ramos
commit: 49fefe76c19397f998784914d1fc0541af08bd25
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 23 08:08:15 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 23 08:08:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fefe76

app-admin/gnome-abrt: Re-introduce the GUI for abrt

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/gnome-abrt/Manifest|  1 +
 app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild | 67 
 app-admin/gnome-abrt/metadata.xml| 11 +
 3 files changed, 79 insertions(+)

diff --git a/app-admin/gnome-abrt/Manifest b/app-admin/gnome-abrt/Manifest
new file mode 100644
index 000..571b8de43dc
--- /dev/null
+++ b/app-admin/gnome-abrt/Manifest
@@ -0,0 +1 @@
+DIST gnome-abrt-1.2.6.tar.gz 340308 BLAKE2B 
5221fe43fd72fe8798f2c11275863e6936e616632641448c53dd24118d3b6b808fc373fe98b8775f1f1c58820c06195a665f6d417c95eaa7cc333cd7660b2d0b
 SHA512 
12bcdeefa481b7caa04da046ee11d6adc9fd582b32f709d79a2d94cf61ca02643edd418cd9257c0f732a30aa5714fe83a282a4c794ff4260ddad038f7721ff2c

diff --git a/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild 
b/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild
new file mode 100644
index 000..5121f602279
--- /dev/null
+++ b/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,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
+}

diff --git a/app-admin/gnome-abrt/metadata.xml 
b/app-admin/gnome-abrt/metadata.xml
new file mode 100644
index 000..fec66575324
--- /dev/null
+++ b/app-admin/gnome-abrt/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+   
+   abrt/gnome-abrt
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/, profiles/features/selinux/

2018-06-23 Thread Pacho Ramos
commit: 19d4139da9612ff550d2d90ee89bdba2cddd21ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 23 08:07:26 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 23 08:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d4139d

Revert "features/selinux/package.mask: gnome-abrt needs new abrt"

This reverts commit c1140fbdfb3b00e8489150780b79ac4844476a4e.

 app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild | 67 
 app-admin/gnome-abrt/metadata.xml| 11 -
 profiles/features/selinux/package.mask   |  1 -
 3 files changed, 79 deletions(-)

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 5121f602279..000
--- a/app-admin/gnome-abrt/gnome-abrt-1.2.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,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
-}

diff --git a/app-admin/gnome-abrt/metadata.xml 
b/app-admin/gnome-abrt/metadata.xml
deleted file mode 100644
index fec66575324..000
--- a/app-admin/gnome-abrt/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-   
-   abrt/gnome-abrt
-   
-

diff --git a/profiles/features/selinux/package.mask 
b/profiles/features/selinux/package.mask
index c9535802b6d..cce0476c2e4 100644
--- a/profiles/features/selinux/package.mask
+++ b/profiles/features/selinux/package.mask
@@ -39,5 +39,4 @@ sys-apps/dbus-broker
 # Gilles Dartiguelongue  (24 May 2018)
 # Packages use systemd unconditionally for now
 >=app-admin/abrt-2.10
-app-admin/gnome-abrt
 >=dev-libs/libreport-2.9