Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/
Date: Tue, 08 Jan 2019 09:26:52
Message-Id: 1546939599.813d3e524f6ed12d9c44449a8743d2bd345aca17.polynomial-c@gentoo
1 commit: 813d3e524f6ed12d9c44449a8743d2bd345aca17
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 09:26:39 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 09:26:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813d3e52
7
8 dev-util/systemtap: Removed old.
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-util/systemtap/Manifest | 1 -
14 dev-util/systemtap/systemtap-2.9.ebuild | 72 ---------------------------------
15 dev-util/systemtap/systemtap-3.1.ebuild | 72 ---------------------------------
16 3 files changed, 145 deletions(-)
17
18 diff --git a/dev-util/systemtap/Manifest b/dev-util/systemtap/Manifest
19 index ae46984f969..fb099e295f3 100644
20 --- a/dev-util/systemtap/Manifest
21 +++ b/dev-util/systemtap/Manifest
22 @@ -1,4 +1,3 @@
23 DIST systemtap-2.4.tar.gz 2664988 BLAKE2B 194ad2489482eb926188fde700f43a35301214cf062ebd4d101776f09a23cbaf502f592ce0eecb297d1ffe9bf0ecf103c29b55a8a1afa84b56b9b5a0a4dd0cfd SHA512 40c30942eb50948f11f06f9f37c76d96f5ebc8eb6d164c9af5d54845b3f43f38594ddebf5f0d42ac4704b0a2563cd23edf818c196ee1330db00011a85ae11b0c
24 -DIST systemtap-2.9.tar.gz 3258026 BLAKE2B 92f4fcafcc3f4d517a631950593fc53e31ca25b0d956560e77e216d5522706cea58cb0d788cc3a579b7cc290eab4c1e8dbc295393e3b6444e99ce7235802f1f7 SHA512 00d24ad52d5634b540241a9fc64efbab7fa1d34d31a0254b43474101d3024f050ab7ec284aba0c082889066e1b4cf4c38799801910bff7516ca2e380684089dc
25 DIST systemtap-3.1.tar.gz 4885480 BLAKE2B 39352f7507eb924fdb79bbedcdad6c200abbb18b6a9da030adca94405880fb52ff6ddbb62b01ae7acafa03e39a1ef5f0a7c3659300518412d8eee0c57d01b433 SHA512 07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d
26 DIST systemtap-4.0.tar.gz 5282312 BLAKE2B 9eac1cf9c9f13255ac12642c910b5591b0f5380b2a6337dedcb3d20785c0416900b9bee05f239632f7c548812be35ae90b24f524ab6f5c0c6ef474cf5de834a1 SHA512 66b5ba1902ed974101429dce9fee849273d3dc64e862c057177d158c5f284cc93299819ee8ee49d4bd3b7ff47a3512b1c68b74cad374147ce67fa406c7518c79
27
28 diff --git a/dev-util/systemtap/systemtap-2.9.ebuild b/dev-util/systemtap/systemtap-2.9.ebuild
29 deleted file mode 100644
30 index 56e38eebf0f..00000000000
31 --- a/dev-util/systemtap/systemtap-2.9.ebuild
32 +++ /dev/null
33 @@ -1,72 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit linux-info autotools eutils python-single-r1
42 -
43 -DESCRIPTION="A linux trace/probe tool"
44 -HOMEPAGE="https://www.sourceware.org/systemtap/"
45 -SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
50 -IUSE="sqlite"
51 -
52 -RDEPEND=">=dev-libs/elfutils-0.142
53 - sys-libs/libcap
54 - ${PYTHON_DEPS}
55 - sqlite? ( dev-db/sqlite:3 )"
56 -DEPEND="${RDEPEND}
57 - >=sys-devel/gettext-0.18.2"
58 -
59 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
60 -
61 -CONFIG_CHECK="~KPROBES ~RELAY ~DEBUG_FS"
62 -ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
63 -ERROR_RELAY="${PN} works with support for user space relay support (RELAY) - this can be enabled in 'General setup -> Kernel->user space relay support (formerly relayfs)'."
64 -ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."
65 -
66 -DOCS="AUTHORS HACKING NEWS README"
67 -
68 -pkg_setup() {
69 - linux-info_pkg_setup
70 - python-single-r1_pkg_setup
71 -}
72 -
73 -src_prepare() {
74 - python_fix_shebang .
75 -
76 - sed -i \
77 - -e 's:-Werror::g' \
78 - configure.ac \
79 - Makefile.am \
80 - staprun/Makefile.am \
81 - stapdyn/Makefile.am \
82 - testsuite/systemtap.unprivileged/unprivileged_probes.exp \
83 - testsuite/systemtap.unprivileged/unprivileged_myproc.exp \
84 - testsuite/systemtap.base/stmt_rel_user.exp \
85 - testsuite/systemtap.base/sdt_va_args.exp \
86 - testsuite/systemtap.base/sdt_misc.exp \
87 - testsuite/systemtap.base/sdt.exp \
88 - scripts/kprobes_test/gen_code.py \
89 - || die "Failed to clean up sources"
90 -
91 - epatch_user
92 -
93 - eautoreconf
94 -}
95 -
96 -src_configure() {
97 - econf \
98 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
99 - --without-rpm \
100 - --disable-server \
101 - --disable-docs \
102 - --disable-refdocs \
103 - --disable-grapher \
104 - $(use_enable sqlite)
105 -}
106
107 diff --git a/dev-util/systemtap/systemtap-3.1.ebuild b/dev-util/systemtap/systemtap-3.1.ebuild
108 deleted file mode 100644
109 index c783078d0bb..00000000000
110 --- a/dev-util/systemtap/systemtap-3.1.ebuild
111 +++ /dev/null
112 @@ -1,72 +0,0 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -PYTHON_COMPAT=( python2_7 )
119 -
120 -inherit linux-info autotools eutils python-single-r1
121 -
122 -DESCRIPTION="A linux trace/probe tool"
123 -HOMEPAGE="https://www.sourceware.org/systemtap/"
124 -SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz"
125 -
126 -LICENSE="GPL-2"
127 -SLOT="0"
128 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
129 -IUSE="sqlite"
130 -
131 -RDEPEND=">=dev-libs/elfutils-0.142
132 - sys-libs/libcap
133 - ${PYTHON_DEPS}
134 - sqlite? ( dev-db/sqlite:3 )"
135 -DEPEND="${RDEPEND}
136 - >=sys-devel/gettext-0.18.2"
137 -
138 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
139 -
140 -CONFIG_CHECK="~KPROBES ~RELAY ~DEBUG_FS"
141 -ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'."
142 -ERROR_RELAY="${PN} works with support for user space relay support (RELAY) - this can be enabled in 'General setup -> Kernel->user space relay support (formerly relayfs)'."
143 -ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - this can be enabled in 'Kernel hacking -> Debug Filesystem'."
144 -
145 -DOCS="AUTHORS HACKING NEWS README"
146 -
147 -pkg_setup() {
148 - linux-info_pkg_setup
149 - python-single-r1_pkg_setup
150 -}
151 -
152 -src_prepare() {
153 - python_fix_shebang .
154 -
155 - sed -i \
156 - -e 's:-Werror::g' \
157 - configure.ac \
158 - Makefile.am \
159 - staprun/Makefile.am \
160 - stapdyn/Makefile.am \
161 - testsuite/systemtap.unprivileged/unprivileged_probes.exp \
162 - testsuite/systemtap.unprivileged/unprivileged_myproc.exp \
163 - testsuite/systemtap.base/stmt_rel_user.exp \
164 - testsuite/systemtap.base/sdt_va_args.exp \
165 - testsuite/systemtap.base/sdt_misc.exp \
166 - testsuite/systemtap.base/sdt.exp \
167 - scripts/kprobes_test/gen_code.py \
168 - || die "Failed to clean up sources"
169 -
170 - default
171 -
172 - eautoreconf
173 -}
174 -
175 -src_configure() {
176 - econf \
177 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
178 - --without-rpm \
179 - --disable-server \
180 - --disable-docs \
181 - --disable-refdocs \
182 - --disable-grapher \
183 - $(use_enable sqlite)
184 -}