Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/abrt/
Date: Tue, 07 Sep 2021 15:08:19
Message-Id: 1631027287.7d181b751d9bc08cbe075b539db3f12391295110.pacho@gentoo
1 commit: 7d181b751d9bc08cbe075b539db3f12391295110
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 14:55:17 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 15:08:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d181b75
7
8 app-admin/abrt: Bump to 2.14.6
9
10 Closes: https://bugs.gentoo.org/638586
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 app-admin/abrt/Manifest | 1 +
15 app-admin/abrt/abrt-2.14.6.ebuild | 126 ++++++++++++++++++++++++++++++++++++++
16 2 files changed, 127 insertions(+)
17
18 diff --git a/app-admin/abrt/Manifest b/app-admin/abrt/Manifest
19 index 2062051ec43..616025676b5 100644
20 --- a/app-admin/abrt/Manifest
21 +++ b/app-admin/abrt/Manifest
22 @@ -1,2 +1,3 @@
23 DIST abrt-2.14.2.tar.gz 6113632 BLAKE2B 904ec2ca4c3aa70b62573ca2730742689f4446c1e5f04bfb6dc4267a4a9a6d44ef8c2b6e82c1e0aba04876b400c3a965a879da65bbff7ec729846f1b5c28cdf9 SHA512 82ba10cb151b4585024e3dfc626f46a7d967797e0375158cd76355c4f6a66c59578cc7b41bc5d5aaa3e694b3653b8658650df458676225660cfe95ec318c6886
24 DIST abrt-2.14.5.tar.gz 6056105 BLAKE2B 22e797a431237bd3d4ef6f2467842c5f08e2ef3ca51e7857e3c55e45ed93a9499843fe40b081c70affb5def8f2cfe78d61e865c51c969fb2c9936225bdfe4996 SHA512 a8672735c6d3263ddff006e6e186d9b71e6d9375a8c909c2a85bbbf736a6687b6fe4aa74640a07664f14fd886895a86babf41218a8c2365d6fccd347630ccc9e
25 +DIST abrt-2.14.6.tar.gz 6057661 BLAKE2B 2ef74203181c89818f283a801c4a1a0f22a01c92ca2415d245dc180ee721b3e29cb75c95e45d738f88b6bbf339fe8bef4e499ab6fecad33399dc8a5af8f98d4c SHA512 eb1ba2f624d51eeccd203bb23060493347f5a9142fad7d0570d46134071d870a9c66b4fbfb8210e7d6f87c0c039f31eb486d18a36b10fba318e2180aa09df9fe
26
27 diff --git a/app-admin/abrt/abrt-2.14.6.ebuild b/app-admin/abrt/abrt-2.14.6.ebuild
28 new file mode 100644
29 index 00000000000..88a7e4e1558
30 --- /dev/null
31 +++ b/app-admin/abrt/abrt-2.14.6.ebuild
32 @@ -0,0 +1,126 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +PYTHON_COMPAT=( python3_{8..9} )
38 +
39 +inherit autotools python-single-r1 tmpfiles xdg
40 +
41 +DESCRIPTION="Automatic bug detection and reporting tool"
42 +HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project https://github.com/abrt/abrt"
43 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +IUSE="selinux test"
50 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 +
52 +RESTRICT="!test? ( test )"
53 +
54 +DEPEND="${PYTHON_DEPS}
55 + >=dev-libs/glib-2.56:2
56 + >=dev-libs/libreport-2.13.0[gtk,python]
57 + dev-libs/libxml2:2
58 + >=gnome-base/gsettings-desktop-schemas-3.15.1
59 + net-libs/libsoup:2.4
60 + sys-apps/dbus
61 + sys-apps/systemd:0=
62 + sys-auth/polkit
63 + sys-libs/libcap
64 + sys-fs/inotify-tools
65 + x11-libs/gtk+:3
66 +"
67 +RDEPEND="${DEPEND}
68 + acct-user/abrt
69 + acct-group/abrt
70 + app-arch/cpio
71 + app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
72 + dev-libs/elfutils
73 + dev-libs/json-c:0=
74 + sys-apps/util-linux
75 + >=sys-devel/gdb-7
76 + $(python_gen_cond_dep '
77 + dev-libs/satyr[${PYTHON_USEDEP}]
78 + dev-python/argcomplete[${PYTHON_USEDEP}]
79 + dev-python/argh[${PYTHON_USEDEP}]
80 + dev-python/humanize[${PYTHON_USEDEP}]
81 + ')
82 +"
83 +BDEPEND="
84 + $(python_gen_cond_dep 'dev-python/python-systemd[${PYTHON_USEDEP}]')
85 + test? (
86 + $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
87 + )
88 + app-text/asciidoc
89 + app-text/xmlto
90 + >=dev-util/intltool-0.35.0
91 + virtual/pkgconfig
92 + >=sys-devel/gettext-0.17
93 +"
94 +
95 +pkg_setup() {
96 + python-single-r1_pkg_setup
97 +}
98 +
99 +src_prepare() {
100 + python_fix_shebang .
101 + default
102 +
103 + # Install under proper directory
104 + sed -i -e 's:dbusabrtdocdir = ${datadir}/doc/abrt-dbus-${VERSION}/html:dbusabrtdocdir = ${datadir}/doc/${PF}/html:' doc/problems-service/Makefile.am || die
105 +
106 + # Ensure this works for systems with and without /usr merge
107 + sed -i -e "s:/usr/bin/bash:$(which bash):" init-scripts/abrtd.service || die
108 +
109 + # Fix hardcoded "pytest-3"
110 + sed -i -e "s:pytest-3:pytest:" \
111 + configure.ac src/python-problem/tests/Makefile.am src/cli/test || die
112 +
113 + # pyhook test is sensitive to the format of python's error messages, and
114 + # fails with certain python versions
115 + sed -e '/pyhook.at/ d' \
116 + -i tests/Makefile.* tests/testsuite.at || die "sed remove pyhook tests failed"
117 + ./gen-version || die # Needed to be run before autoreconf
118 + eautoreconf
119 +}
120 +
121 +src_configure() {
122 + myeconfargs=(
123 + --libdir="${EPREFIX}/usr/$(get_libdir)"
124 + --localstatedir="${EPREFIX}/var"
125 + --without-bodhi
126 + # package breaks due to not finding libreport-web with bodhi plugin enabled
127 + --without-rpm
128 + $(usex selinux "" "--without-selinux")
129 + --with-python3
130 + --without-pythondoc
131 + # package breaks due to no sphinx-build-3
132 + $(use_with test pythontests)
133 + )
134 +
135 + econf "${myeconfargs[@]}"
136 +}
137 +
138 +src_install() {
139 + default
140 + python_optimize
141 +
142 + # /var/spool/abrt is created by dev-libs/libreport
143 + diropts -m 700 -o abrt -g abrt
144 + keepdir /var/spool/abrt-upload
145 +
146 + find "${D}" -name '*.la' -delete || die
147 +
148 + newinitd "${FILESDIR}/${PN}-2.0.12-r1-init" abrt
149 + newconfd "${FILESDIR}/${PN}-2.0.12-r1-conf" abrt
150 +
151 + # Drop empy dirs, handled by tmpfiles
152 + rm -r "${ED}"/var/run/ || die
153 +}
154 +
155 +pkg_postinst() {
156 + xdg_pkg_postinst
157 + tmpfiles_process abrt.conf
158 +}