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: sys-apps/ipmiutil/
Date: Thu, 07 May 2020 14:07:05
Message-Id: 1588860413.c390d3134d44421f45d44e90f11641bd2f9d682c.polynomial-c@gentoo
1 commit: c390d3134d44421f45d44e90f11641bd2f9d682c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:12:25 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 14:06:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c390d313
7
8 sys-apps/ipmiutil: Removed old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/ipmiutil/Manifest | 2 -
14 sys-apps/ipmiutil/ipmiutil-3.1.3.ebuild | 62 -------------------------------
15 sys-apps/ipmiutil/ipmiutil-3.1.4.ebuild | 66 ---------------------------------
16 sys-apps/ipmiutil/ipmiutil-3.1.5.ebuild | 66 ---------------------------------
17 4 files changed, 196 deletions(-)
18
19 diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest
20 index 2384b86153c..1f4bf92209b 100644
21 --- a/sys-apps/ipmiutil/Manifest
22 +++ b/sys-apps/ipmiutil/Manifest
23 @@ -1,6 +1,4 @@
24 DIST ipmiutil-3.0.6.tar.gz 1692679 BLAKE2B dcc02dbb5467b824005dbc95c8f5231b2e2758e7600231c1c3fc31c1207cff0540400857dd1bfa83fc8b033fe0277ab23c6013f110744bff57fe4bc7b89174f9 SHA512 0c47246b7aa6a060091745d36e33aae07e7907dcad5fefb1759aac62adf48316915ce5818d2f9241e24b73be13e54fbb57046234a69c60ce56f41a933915580f
25 DIST ipmiutil-3.0.9.tar.gz 1697688 BLAKE2B 93ed8865cae1cea0ea4f7de4683f4698e3f75e9190cc7e0af1832ca44a08f52aa149393761f1ede3994827db78841061d54058bbe4178b5930accd3a4c225ba7 SHA512 c2c0a516216a46a52621159e665a77d96cf81f385fc9cf19877e72283be3e1a4dad5a4826454727b71576c22cc4de3c73ff428d26f35bf496c7dc1511305cda3
26 -DIST ipmiutil-3.1.3.tar.gz 1698835 BLAKE2B a540a4522a22f98ad47c89e59f371e5304583cfaab348154dee366a058d78ca6d6ecd6003d8b49c08e8247d38254f7abf48ee05672ddd678566d40a66f63c912 SHA512 bd1f95b59583a07a5b6001b40e59269f25eb63b69e33f7fad6dd40136e1ea7611e647eb5ed2e2a9746944bde2dc2a3aa2def44238947693d75d9ca48697e1b99
27 -DIST ipmiutil-3.1.4.tar.gz 1693730 BLAKE2B a45de6e33110ae95b19a76be4c70a40025a9b6cbb5faa4555ff8d0b1c0445afcdd839d361052aadf31674b4be8db2c6c7087507727f74123809106b442bb1b8b SHA512 e76f3efbd5a15882607f9f141fe1298bfc80a3bc04f616bb0525c4546f19846616ce5aecc4aba658bcd01678724c05f770f893ba3dac91f5fe9c6cabd2acd579
28 DIST ipmiutil-3.1.5.tar.gz 1703583 BLAKE2B 5e96659387b3e11e5f7867156d0079e06f19676099e8ff2a212f7e28550f9dde2079a4d527439489e1a710d878e7eb79a68b0e11b531f92d986aa7687273d462 SHA512 a9bd4d99d5bcad8a9f64c3636d6774d09e1d4c20927a6803891777ba035ee3c114b06295185cf00fb0c5d4b4b9afd335fd19c06f64298130e42945dc5f6e8010
29 DIST ipmiutil-3.1.6.tar.gz 1693461 BLAKE2B efc2b283d7655b8afb9d3d8da2e5458deea1c1b939f3ccdf2be0cdf3792ea60229099cce1b8e32f087972385feb01d604f1c63bddbfd031210d5acf8a6b1b9d7 SHA512 9bccfa2e0bba7f30e422d67f93ee6cff50c08cc8bceab5ba5bfd1b0a91e1af8a4a98a2eaa81364e8a1f38e0bd1ce6b99717d86957c6f689aa7329e7013f5b0ef
30
31 diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.3.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.3.ebuild
32 deleted file mode 100644
33 index e05227de53b..00000000000
34 --- a/sys-apps/ipmiutil/ipmiutil-3.1.3.ebuild
35 +++ /dev/null
36 @@ -1,62 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -inherit autotools systemd
42 -
43 -DESCRIPTION="IPMI Management Utilities"
44 -HOMEPAGE="http://ipmiutil.sourceforge.net/"
45 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
50 -IUSE="static-libs"
51 -
52 -RDEPEND=">=dev-libs/openssl-1:0="
53 -DEPEND="${RDEPEND}
54 - virtual/os-headers"
55 -
56 -PATCHES=(
57 - "${FILESDIR}"/${PN}-2.9.8-flags.patch
58 - "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
59 -)
60 -
61 -src_prepare() {
62 - default
63 -
64 - sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* || die
65 - sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' configure.ac || die
66 -
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf --disable-systemd --enable-sha256
72 -}
73 -
74 -src_compile() {
75 - # Ulgy workaround. Upstream is misusing the make system here
76 - # and it doesn't even work.
77 - # Please check on each bump if this workaround is still required.
78 - pushd lib/lanplus &>/dev/null || die
79 - emake
80 - cp libipmi_lanplus.a .. || die
81 - popd &>/dev/null || die
82 -
83 - emake
84 -}
85 -
86 -src_install() {
87 - emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
88 - dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
89 -
90 - # Init scripts are only for Fedora
91 - rm -r "${ED%/}"/etc/init.d || die 'remove initscripts failed'
92 -
93 - if ! use static-libs ; then
94 - find "${ED}" -name '*.a' -delete || die
95 - fi
96 -
97 - keepdir /var/lib/ipmiutil
98 -}
99
100 diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.4.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.4.ebuild
101 deleted file mode 100644
102 index 9f6c5ecdfef..00000000000
103 --- a/sys-apps/ipmiutil/ipmiutil-3.1.4.ebuild
104 +++ /dev/null
105 @@ -1,66 +0,0 @@
106 -# Copyright 1999-2020 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=7
110 -inherit autotools systemd
111 -
112 -DESCRIPTION="IPMI Management Utilities"
113 -HOMEPAGE="http://ipmiutil.sourceforge.net/"
114 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
115 -
116 -LICENSE="BSD"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
119 -IUSE="static-libs"
120 -
121 -RDEPEND=">=dev-libs/openssl-1:0="
122 -DEPEND="${RDEPEND}
123 - virtual/os-headers"
124 -
125 -PATCHES=(
126 - "${FILESDIR}"/${PN}-2.9.8-flags.patch
127 - "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
128 - "${FILESDIR}"/${PN}-3.1.4-fix_lanplus_build.patch
129 -)
130 -
131 -src_prepare() {
132 - default
133 -
134 - sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* || die
135 - sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' configure.ac || die
136 -
137 - # Don't compress man pages
138 - sed '/gzip -f/d' -i doc/Makefile.am || die
139 -
140 - eautoreconf
141 -}
142 -
143 -src_configure() {
144 - econf --disable-systemd --enable-sha256 --enable-lanplus
145 -}
146 -
147 -src_compile() {
148 - # Ulgy workaround. Upstream is misusing the make system here
149 - # and it doesn't even work.
150 - # Please check on each bump if this workaround is still required.
151 - pushd lib/lanplus &>/dev/null || die
152 - emake
153 - cp libipmi_lanplus.a .. || die
154 - popd &>/dev/null || die
155 -
156 - emake
157 -}
158 -
159 -src_install() {
160 - emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
161 - dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
162 -
163 - # Init scripts are only for Fedora
164 - rm -r "${ED}"/etc/init.d || die 'remove initscripts failed'
165 -
166 - if ! use static-libs ; then
167 - find "${ED}" -type f -name '*.a' -delete || die
168 - fi
169 -
170 - keepdir /var/lib/ipmiutil
171 -}
172
173 diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.5.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.5.ebuild
174 deleted file mode 100644
175 index 9f6c5ecdfef..00000000000
176 --- a/sys-apps/ipmiutil/ipmiutil-3.1.5.ebuild
177 +++ /dev/null
178 @@ -1,66 +0,0 @@
179 -# Copyright 1999-2020 Gentoo Authors
180 -# Distributed under the terms of the GNU General Public License v2
181 -
182 -EAPI=7
183 -inherit autotools systemd
184 -
185 -DESCRIPTION="IPMI Management Utilities"
186 -HOMEPAGE="http://ipmiutil.sourceforge.net/"
187 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
188 -
189 -LICENSE="BSD"
190 -SLOT="0"
191 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
192 -IUSE="static-libs"
193 -
194 -RDEPEND=">=dev-libs/openssl-1:0="
195 -DEPEND="${RDEPEND}
196 - virtual/os-headers"
197 -
198 -PATCHES=(
199 - "${FILESDIR}"/${PN}-2.9.8-flags.patch
200 - "${FILESDIR}"/${PN}-2.9.9-lib_symlink.patch
201 - "${FILESDIR}"/${PN}-3.1.4-fix_lanplus_build.patch
202 -)
203 -
204 -src_prepare() {
205 - default
206 -
207 - sed -i -e 's|-O2 -g|$(CFLAGS)|g;s|-g -O2|$(CFLAGS)|g' util/Makefile.am* || die
208 - sed -i -e 's|which rpm |which we_are_gentoo_rpm_is_a_guest |' configure.ac || die
209 -
210 - # Don't compress man pages
211 - sed '/gzip -f/d' -i doc/Makefile.am || die
212 -
213 - eautoreconf
214 -}
215 -
216 -src_configure() {
217 - econf --disable-systemd --enable-sha256 --enable-lanplus
218 -}
219 -
220 -src_compile() {
221 - # Ulgy workaround. Upstream is misusing the make system here
222 - # and it doesn't even work.
223 - # Please check on each bump if this workaround is still required.
224 - pushd lib/lanplus &>/dev/null || die
225 - emake
226 - cp libipmi_lanplus.a .. || die
227 - popd &>/dev/null || die
228 -
229 - emake
230 -}
231 -
232 -src_install() {
233 - emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_systemunitdir)" install
234 - dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
235 -
236 - # Init scripts are only for Fedora
237 - rm -r "${ED}"/etc/init.d || die 'remove initscripts failed'
238 -
239 - if ! use static-libs ; then
240 - find "${ED}" -type f -name '*.a' -delete || die
241 - fi
242 -
243 - keepdir /var/lib/ipmiutil
244 -}