Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/abrt/
Date: Tue, 28 Jan 2020 09:39:08
Message-Id: 1580204057.4f6c4e77429617924fbdcdfef472920e0c9e6297.leio@gentoo
1 commit: 4f6c4e77429617924fbdcdfef472920e0c9e6297
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 09:06:38 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 09:34:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6c4e77
7
8 app-admin/abrt: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-admin/abrt/Manifest | 1 -
14 app-admin/abrt/abrt-2.10.10-r2.ebuild | 116 ----------------------------------
15 2 files changed, 117 deletions(-)
16
17 diff --git a/app-admin/abrt/Manifest b/app-admin/abrt/Manifest
18 index 3a2a0e6e70a..5866ff38757 100644
19 --- a/app-admin/abrt/Manifest
20 +++ b/app-admin/abrt/Manifest
21 @@ -1,2 +1 @@
22 -DIST abrt-2.10.10.tar.gz 6830586 BLAKE2B 5cd45144678e6355cb1362c3ebe5531104bb150ff95c42d10e3056f7619cdc7dc3da57e4025cab05234866a4634f29bc07fd78f574800d6b303385c6befa25bd SHA512 6daeea898c9328d31b952ef12202162e002f91b4115301e5d66a0e6991251f9a8322b87201128f7efd54b42b76cb94abc4cf01e5d5b563f254f6757ec7e2127d
23 DIST abrt-2.12.0.tar.gz 6799338 BLAKE2B 57a9b3fac4a4a5f55630be0573b26d4ae2d921d4f09d6566339a77f314c413c1a9e242f882fe20befabf30a58e7df21395edcf1b0d560bfeadf8e854bff6a705 SHA512 3567332399cd9708505a6d05c9388c7da5c14c7432e6fd40e5e76b6bcea8859c17b3b6c52a96ce54740e3682d75d8bf77dbc5fede80bd4fc6f72c60014f9cded
24
25 diff --git a/app-admin/abrt/abrt-2.10.10-r2.ebuild b/app-admin/abrt/abrt-2.10.10-r2.ebuild
26 deleted file mode 100644
27 index 17e113f87b5..00000000000
28 --- a/app-admin/abrt/abrt-2.10.10-r2.ebuild
29 +++ /dev/null
30 @@ -1,116 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit autotools gnome2-utils python-single-r1 systemd user
38 -
39 -DESCRIPTION="Automatic bug detection and reporting tool"
40 -HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project"
41 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -IUSE="debug selinux"
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -COMMON_DEPEND="${PYTHON_DEPS}
51 - >=dev-libs/glib-2.43:2
52 - >=dev-libs/libreport-2.9.5[python]
53 - dev-libs/libxml2
54 - dev-libs/nss
55 - >=gnome-base/gsettings-desktop-schemas-3.15.1
56 - sys-apps/dbus
57 - sys-apps/systemd
58 - sys-auth/polkit
59 - sys-fs/inotify-tools
60 - x11-libs/gtk+:3
61 - >=x11-libs/libnotify-0.7
62 -"
63 -RDEPEND="${COMMON_DEPEND}
64 - app-arch/cpio
65 - dev-libs/elfutils
66 - dev-python/argcomplete[${PYTHON_USEDEP}]
67 - dev-python/argh[${PYTHON_USEDEP}]
68 - dev-python/humanize[${PYTHON_USEDEP}]
69 - sys-apps/util-linux
70 - >=sys-devel/gdb-7
71 -"
72 -DEPEND="${COMMON_DEPEND}
73 - app-text/asciidoc
74 - app-text/xmlto
75 - dev-libs/satyr[${PYTHON_USEDEP}]
76 - >=dev-util/intltool-0.35.0
77 - virtual/pkgconfig
78 - >=sys-devel/gettext-0.17
79 -"
80 -
81 -RESTRICT="test" # tests *may* be broken due to all the RHEL crap. explore later.
82 -
83 -pkg_setup() {
84 - python-single-r1_pkg_setup
85 -
86 - enewgroup abrt
87 - enewuser abrt -1 -1 -1 abrt
88 -}
89 -
90 -src_prepare() {
91 - default
92 -
93 - # pyhook test is sensitive to the format of python's error messages, and
94 - # fails with certain python versions
95 - sed -e '/pyhook.at/ d' \
96 - -i tests/Makefile.* tests/testsuite.at || die "sed remove pyhook tests failed"
97 - ./gen-version || die # Needed to be run before autoreconf
98 - eautoreconf
99 -}
100 -
101 -src_configure() {
102 - myeconfargs=(
103 - --libdir="${EPREFIX}/usr/$(get_libdir)"
104 - --localstatedir="${EPREFIX}/var"
105 - --without-bodhi
106 - # package breaks due to not finding libreport-web with bodhi plugin enabled
107 - --without-rpm
108 - $(usex selinux "" "--without-selinux")
109 - --without-python2
110 - # Fixes "syntax error in VERSION script" and we aren't supporting Python2 anyway
111 - --with-python3
112 - --without-pythondoc
113 - # package breaks due to no sphinx-build-3
114 - --without-pythontests
115 - # kill tests for now until they can be explored.
116 - )
117 -
118 - econf "${myeconfargs[@]}"
119 -}
120 -
121 -src_install() {
122 - default
123 - python_optimize #661706
124 -
125 - keepdir /var/run/abrt
126 - # /var/spool/abrt is created by dev-libs/libreport
127 -
128 - diropts -m 700 -o abrt -g abrt
129 - keepdir /var/spool/abrt-upload
130 -
131 - diropts -m 775 -o abrt -g abrt
132 - keepdir /var/cache/abrt-di
133 -
134 - find "${D}" -name '*.la' -delete || die
135 -
136 - newinitd "${FILESDIR}/${PN}-2.0.12-r1-init" abrt
137 - newconfd "${FILESDIR}/${PN}-2.0.12-r1-conf" abrt
138 -}
139 -
140 -pkg_postinst() {
141 - gnome2_icon_cache_update
142 -}
143 -
144 -pkg_postrm() {
145 - gnome2_icon_cache_update
146 -}