Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/
Date: Sun, 05 Jun 2022 02:32:44
Message-Id: 1654396023.02301b9f07ebe2c7fabba9d232fc2f7b7ef8f799.mattst88@gentoo
1 commit: 02301b9f07ebe2c7fabba9d232fc2f7b7ef8f799
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 02:27:03 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 02:27:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02301b9f
7
8 dev-util/pahole: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/pahole/Manifest | 3 ---
13 dev-util/pahole/pahole-1.20.ebuild | 52 --------------------------------------
14 dev-util/pahole/pahole-1.21.ebuild | 52 --------------------------------------
15 dev-util/pahole/pahole-1.22.ebuild | 52 --------------------------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-util/pahole/Manifest b/dev-util/pahole/Manifest
19 index e2940d66a02d..b1ddadeaf0a1 100644
20 --- a/dev-util/pahole/Manifest
21 +++ b/dev-util/pahole/Manifest
22 @@ -1,4 +1 @@
23 -DIST dwarves-1.20.tar.xz 688728 BLAKE2B c57f390f7e1d20c861a4acb8cd7fe238a3f7c3f2d915d96fc051dba2587942e8fabfa4f524d18555c486863fa02bc4ab63d90e90d477f376dc5e547aa36cccac SHA512 306bb74c498527a5a9bdae4d304e90511336cab627d9acad5237d93cbb48efe11dbca4418c540fa03e3ecdd168ce224cabe9fd2f6fbb50520d0dd17741c80817
24 -DIST dwarves-1.21.tar.xz 910480 BLAKE2B b6dcdaf008a7714838904b0bc1050e6af4617e00e168f45a3f1a5d4611a05c898182f3395b2f10478240e05c22ce82a3a7381a1ea7ab41684e3b05ea6e73620c SHA512 69f510025f5790a004c356546f7d92996ad84c4ff1636876b48f1c7d81bf66c83da70f11a1912d65b46f81bea79418782021396a018e74baae5cad9221af14e1
25 -DIST dwarves-1.22.tar.xz 922016 BLAKE2B 79ba94bcbec6ddc9ebcc6d9e72ed63c8704ca9a97bb3df1910114e89cdd4e7cc75024e4281f15f06be8f5b4656dd957a44d561a16beff1af14d8c7dc32fbd184 SHA512 d45b19505cd59eb2cbb42304ab599661355a4085262cb202757822ec1c05476c851dea85e922f9421efb8a978ab475a6a6545757c6ab080f13ac77c5f7186606
26 DIST dwarves-1.23.tar.xz 815076 BLAKE2B 2d89ac2d8cacb70a322b1c946356c0b18a2276f7a549efc2cf530c087dd718c7d01f5bcf8b9208965e066770064b6d8db7a9f6ab9a3f3a4612f6fcc8d146c1e8 SHA512 5255930d6898ce35a41e3e553363964663d2b686d12732ff6140fa1d06fcc3806adf28e24ec35ab0712eec0562c52c3943afe9ecce468b0053b852ffeb04c3dc
27
28 diff --git a/dev-util/pahole/pahole-1.20.ebuild b/dev-util/pahole/pahole-1.20.ebuild
29 deleted file mode 100644
30 index 8e3715f665bd..000000000000
31 --- a/dev-util/pahole/pahole-1.20.ebuild
32 +++ /dev/null
33 @@ -1,52 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{8..11} )
40 -inherit multilib cmake python-single-r1
41 -
42 -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
43 -HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"
44 -
45 -LICENSE="GPL-2" # only
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
48 -IUSE="debug"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -RDEPEND="${PYTHON_DEPS}
52 - >=dev-libs/elfutils-0.178
53 - sys-libs/zlib"
54 -DEPEND="${RDEPEND}"
55 -
56 -MY_PN=dwarves
57 -MY_P=${MY_PN}-${PV}
58 -S=${WORKDIR}/${MY_P}
59 -if [[ ${PV//_p} == ${PV} ]]; then
60 - SRC_URI="http://fedorapeople.org/~acme/${MY_PN}/${MY_P}.tar.xz"
61 -else
62 - SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz"
63 -fi
64 -
65 -DOCS=( README README.ctracer NEWS )
66 -
67 -PATCHES=(
68 - "${FILESDIR}"/${PN}-1.10-python-import.patch
69 -)
70 -
71 -src_prepare() {
72 - cmake_src_prepare
73 - python_fix_shebang ostra/ostra-cg ostra/python/ostra.py
74 -}
75 -
76 -src_configure() {
77 - local mycmakeargs=( "-D__LIB=$(get_libdir)" )
78 - cmake_src_configure
79 -}
80 -
81 -src_test() { :; }
82 -
83 -src_install() {
84 - cmake_src_install
85 -}
86
87 diff --git a/dev-util/pahole/pahole-1.21.ebuild b/dev-util/pahole/pahole-1.21.ebuild
88 deleted file mode 100644
89 index 4b907a8c0b84..000000000000
90 --- a/dev-util/pahole/pahole-1.21.ebuild
91 +++ /dev/null
92 @@ -1,52 +0,0 @@
93 -# Copyright 1999-2022 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -PYTHON_COMPAT=( python3_{8..11} )
99 -inherit multilib cmake python-single-r1
100 -
101 -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
102 -HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"
103 -
104 -LICENSE="GPL-2" # only
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
107 -IUSE="debug"
108 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
109 -
110 -RDEPEND="${PYTHON_DEPS}
111 - >=dev-libs/elfutils-0.178
112 - sys-libs/zlib"
113 -DEPEND="${RDEPEND}"
114 -
115 -MY_PN=dwarves
116 -MY_P=${MY_PN}-${PV}
117 -S=${WORKDIR}/${MY_P}
118 -if [[ ${PV//_p} == ${PV} ]]; then
119 - SRC_URI="http://fedorapeople.org/~acme/${MY_PN}/${MY_P}.tar.xz"
120 -else
121 - SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz"
122 -fi
123 -
124 -DOCS=( README README.ctracer NEWS )
125 -
126 -PATCHES=(
127 - "${FILESDIR}"/${PN}-1.10-python-import.patch
128 -)
129 -
130 -src_prepare() {
131 - cmake_src_prepare
132 - python_fix_shebang ostra/ostra-cg ostra/python/ostra.py
133 -}
134 -
135 -src_configure() {
136 - local mycmakeargs=( "-D__LIB=$(get_libdir)" )
137 - cmake_src_configure
138 -}
139 -
140 -src_test() { :; }
141 -
142 -src_install() {
143 - cmake_src_install
144 -}
145
146 diff --git a/dev-util/pahole/pahole-1.22.ebuild b/dev-util/pahole/pahole-1.22.ebuild
147 deleted file mode 100644
148 index 7f91085cc798..000000000000
149 --- a/dev-util/pahole/pahole-1.22.ebuild
150 +++ /dev/null
151 @@ -1,52 +0,0 @@
152 -# Copyright 1999-2022 Gentoo Authors
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI=7
156 -
157 -PYTHON_COMPAT=( python3_{8..11} )
158 -inherit multilib cmake python-single-r1
159 -
160 -DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
161 -HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"
162 -
163 -LICENSE="GPL-2" # only
164 -SLOT="0"
165 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
166 -IUSE="debug"
167 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
168 -
169 -RDEPEND="${PYTHON_DEPS}
170 - >=dev-libs/elfutils-0.178
171 - sys-libs/zlib"
172 -DEPEND="${RDEPEND}"
173 -
174 -MY_PN=dwarves
175 -MY_P=${MY_PN}-${PV}
176 -S=${WORKDIR}/${MY_P}
177 -if [[ ${PV//_p} == ${PV} ]]; then
178 - SRC_URI="http://fedorapeople.org/~acme/${MY_PN}/${MY_P}.tar.xz"
179 -else
180 - SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz"
181 -fi
182 -
183 -DOCS=( README README.ctracer NEWS )
184 -
185 -PATCHES=(
186 - "${FILESDIR}"/${PN}-1.10-python-import.patch
187 -)
188 -
189 -src_prepare() {
190 - cmake_src_prepare
191 - python_fix_shebang ostra/ostra-cg ostra/python/ostra.py
192 -}
193 -
194 -src_configure() {
195 - local mycmakeargs=( "-D__LIB=$(get_libdir)" )
196 - cmake_src_configure
197 -}
198 -
199 -src_test() { :; }
200 -
201 -src_install() {
202 - cmake_src_install
203 -}