Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/openipmi/, sys-libs/openipmi/files/
Date: Fri, 09 Oct 2020 13:36:29
Message-Id: 1602249940.c0056849e10a3e2d546f8b6d92d8d59ba1c97532.conikost@gentoo
1 commit: c0056849e10a3e2d546f8b6d92d8d59ba1c97532
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 13:25:40 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 13:25:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0056849
7
8 sys-libs/openipmi: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-libs/openipmi/Manifest | 2 -
14 .../openipmi/files/openipmi-2.0.26-readline.patch | 11 ---
15 sys-libs/openipmi/openipmi-2.0.27-r1.ebuild | 103 ---------------------
16 sys-libs/openipmi/openipmi-2.0.28.ebuild | 101 --------------------
17 4 files changed, 217 deletions(-)
18
19 diff --git a/sys-libs/openipmi/Manifest b/sys-libs/openipmi/Manifest
20 index 7f2003c4f88..4628288dee8 100644
21 --- a/sys-libs/openipmi/Manifest
22 +++ b/sys-libs/openipmi/Manifest
23 @@ -1,3 +1 @@
24 -DIST OpenIPMI-2.0.27.tar.gz 3125193 BLAKE2B 86639a86803e49393aefbaf5b1d1fee8e2bf399b2772bdee7d07a00d5e6657efe5cdf962cacb0397f9de5deb0b18edc05783c3388f4fc19e1ee2de4c01be0663 SHA512 44aa2eb97559514d61654434f24bf8e87c3f89ea7095fd3d46c1a889e16c128f29ca19cfb9747afc7fd432ada84406ee884bc8b9c65e28b8bd033d368b744fe3
25 -DIST OpenIPMI-2.0.28.tar.gz 3118911 BLAKE2B 0f4192dc536ec1767ee72cf9f0d2c3b021e5f8e88b4029846a27c3b6561a3c63d44f4bad7ced234a171504804d2d9cdd90d0c6a6dc178f9f76ea52f6df20b9d0 SHA512 faaca335f7ff582f396d588c6b3736b4e2756a9914becba75550878a10d7acce55e85912bcf5cd9e482c3e646eb472a8a055c520f2dcba7a874f0c0f120502da
26 DIST OpenIPMI-2.0.29.tar.gz 3119530 BLAKE2B 5c60b04e828699c396cb7ce29dca7665109d7b39c3d64535fafdca328c01eab0af9cc4d7fd1a30aa254836f6ce10a16e491fb7239777dc4d57edc65c20998504 SHA512 ff23aadfe4b9002574d1f06dda3d61f7a03ef1df2c61855516b7d67bd6d3272c53af74e3412e1045242dcb845f50b7c542083e918805c0efac424dd86e720a10
27
28 diff --git a/sys-libs/openipmi/files/openipmi-2.0.26-readline.patch b/sys-libs/openipmi/files/openipmi-2.0.26-readline.patch
29 deleted file mode 100644
30 index 79fc640ab5a..00000000000
31 --- a/sys-libs/openipmi/files/openipmi-2.0.26-readline.patch
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 ---- OpenIPMI-2.0.26/sample/ipmi_serial_bmc_emu.c
35 -+++ OpenIPMI-2.0.26/sample/ipmi_serial_bmc_emu.c
36 -@@ -42,7 +42,7 @@
37 - #include <unistd.h>
38 - #include <stdlib.h>
39 - #include <sys/select.h>
40 --#include <editline/readline.h>
41 -+#include <readline/readline.h>
42 -
43 - #define _GNU_SOURCE
44 - #include <getopt.h>
45
46 diff --git a/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild b/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild
47 deleted file mode 100644
48 index 049d5cd95ea..00000000000
49 --- a/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild
50 +++ /dev/null
51 @@ -1,103 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=7
56 -
57 -PYTHON_COMPAT=( python3_{6..9} )
58 -
59 -inherit autotools python-single-r1
60 -
61 -DESCRIPTION="Library interface to IPMI"
62 -HOMEPAGE="https://sourceforge.net/projects/openipmi/"
63 -MY_PN="OpenIPMI"
64 -MY_P="${MY_PN}-${PV/_/-}"
65 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
66 -
67 -LICENSE="LGPL-2.1 GPL-2"
68 -SLOT="0"
69 -KEYWORDS="amd64 hppa ~ia64 ppc x86"
70 -IUSE="crypt snmp perl python static-libs tcl"
71 -S="${WORKDIR}/${MY_P}"
72 -RESTRICT='test'
73 -
74 -RDEPEND="
75 - dev-libs/glib:2
76 - sys-libs/gdbm:=
77 - sys-libs/ncurses:0=
78 - sys-libs/readline:0=
79 - crypt? ( dev-libs/openssl:0= )
80 - snmp? ( net-analyzer/net-snmp )
81 - perl? ( dev-lang/perl:= )
82 - python? ( ${PYTHON_DEPS} )
83 - tcl? ( dev-lang/tcl:0= )"
84 -DEPEND="${RDEPEND}
85 - >=dev-lang/swig-1.3.21"
86 -BDEPEND="virtual/pkgconfig"
87 -
88 -# Gui is broken!
89 -# python? ( tcl? ( tk? ( dev-lang/tk dev-tcltk/tix ) ) )"
90 -
91 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
92 -
93 -PATCHES=(
94 - "${FILESDIR}/${PN}-2.0.26-tinfo.patch" #501510
95 -
96 - "${FILESDIR}/${PN}-2.0.26-readline.patch"
97 -)
98 -
99 -pkg_setup() {
100 - use python && python-single-r1_pkg_setup
101 -}
102 -
103 -src_prepare() {
104 - default
105 -
106 - # Bug #298250: parallel install fix.
107 - sed -r -i \
108 - -e '/^install-data-local:/s,$, install-exec-am,g' \
109 - cmdlang/Makefile.{am,in} || die
110 -
111 - # We touch the .in and .am above because if we use the below, the Perl stuff
112 - # is very fragile, and often fails to link.
113 - eautoreconf
114 -}
115 -
116 -src_configure() {
117 - local myconf=(
118 - # these binaries are for root!
119 - --bindir="${EPREFIX}"/usr/sbin
120 - --with-glib
121 - --with-glibver=2.0
122 - --with-swig
123 - --without-tkinter
124 - $(use_with snmp ucdsnmp yes)
125 - $(use_with crypt openssl yes)
126 - $(use_with perl perl yes)
127 - $(use_with tcl tcl yes)
128 - $(use_with python python yes)
129 - )
130 -
131 - # GUI is broken
132 - #use tk && use python && use !tcl && \
133 - # ewarn "Not building Tk GUI because it needs both Python AND Tcl"
134 - #if use python && use tcl; then
135 - # myconf+=( $(use_with tk tkinter) )
136 - #else
137 - # myconf+=( --without-tkinter )
138 - #fi
139 -
140 - econf "${myconf[@]}"
141 -}
142 -
143 -src_install() {
144 - emake DESTDIR="${D}" install
145 - dodoc README* FAQ ChangeLog TODO doc/IPMI.pdf lanserv/README.vm
146 - newdoc cmdlang/README README.cmdlang
147 -
148 - use python && python_optimize
149 -
150 - find "${ED}" -name "*.la" -delete || die
151 - if ! use static-libs ; then
152 - find "${ED}" -name "*.a" -delete || die
153 - fi
154 -}
155
156 diff --git a/sys-libs/openipmi/openipmi-2.0.28.ebuild b/sys-libs/openipmi/openipmi-2.0.28.ebuild
157 deleted file mode 100644
158 index fa54ed37ba3..00000000000
159 --- a/sys-libs/openipmi/openipmi-2.0.28.ebuild
160 +++ /dev/null
161 @@ -1,101 +0,0 @@
162 -# Copyright 1999-2020 Gentoo Authors
163 -# Distributed under the terms of the GNU General Public License v2
164 -
165 -EAPI=7
166 -
167 -PYTHON_COMPAT=( python3_{6..9} )
168 -
169 -inherit autotools python-single-r1
170 -
171 -DESCRIPTION="Library interface to IPMI"
172 -HOMEPAGE="https://sourceforge.net/projects/openipmi/"
173 -MY_PN="OpenIPMI"
174 -MY_P="${MY_PN}-${PV/_/-}"
175 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
176 -
177 -LICENSE="LGPL-2.1 GPL-2"
178 -SLOT="0"
179 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
180 -IUSE="crypt snmp perl python static-libs tcl"
181 -S="${WORKDIR}/${MY_P}"
182 -RESTRICT='test'
183 -
184 -RDEPEND="
185 - dev-libs/glib:2
186 - sys-libs/gdbm:=
187 - sys-libs/ncurses:0=
188 - sys-libs/readline:0=
189 - crypt? ( dev-libs/openssl:0= )
190 - snmp? ( net-analyzer/net-snmp )
191 - perl? ( dev-lang/perl:= )
192 - python? ( ${PYTHON_DEPS} )
193 - tcl? ( dev-lang/tcl:0= )"
194 -DEPEND="${RDEPEND}
195 - >=dev-lang/swig-1.3.21"
196 -BDEPEND="virtual/pkgconfig"
197 -
198 -# Gui is broken!
199 -# python? ( tcl? ( tk? ( dev-lang/tk dev-tcltk/tix ) ) )"
200 -
201 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
202 -
203 -PATCHES=(
204 - "${FILESDIR}/${PN}-2.0.26-tinfo.patch" #501510
205 -)
206 -
207 -pkg_setup() {
208 - use python && python-single-r1_pkg_setup
209 -}
210 -
211 -src_prepare() {
212 - default
213 -
214 - # Bug #298250: parallel install fix.
215 - sed -r -i \
216 - -e '/^install-data-local:/s,$, install-exec-am,g' \
217 - cmdlang/Makefile.{am,in} || die
218 -
219 - # We touch the .in and .am above because if we use the below, the Perl stuff
220 - # is very fragile, and often fails to link.
221 - eautoreconf
222 -}
223 -
224 -src_configure() {
225 - local myconf=(
226 - # these binaries are for root!
227 - --bindir="${EPREFIX}"/usr/sbin
228 - --with-glib
229 - --with-glibver=2.0
230 - --with-swig
231 - --without-tkinter
232 - $(use_with snmp ucdsnmp yes)
233 - $(use_with crypt openssl yes)
234 - $(use_with perl perl yes)
235 - $(use_with tcl tcl yes)
236 - $(use_with python python yes)
237 - )
238 -
239 - # GUI is broken
240 - #use tk && use python && use !tcl && \
241 - # ewarn "Not building Tk GUI because it needs both Python AND Tcl"
242 - #if use python && use tcl; then
243 - # myconf+=( $(use_with tk tkinter) )
244 - #else
245 - # myconf+=( --without-tkinter )
246 - #fi
247 -
248 - econf "${myconf[@]}"
249 -}
250 -
251 -src_install() {
252 - emake DESTDIR="${D}" install
253 - dodoc README* FAQ ChangeLog TODO doc/IPMI.pdf lanserv/README.vm
254 - newdoc cmdlang/README README.cmdlang
255 -
256 - use python && python_optimize
257 -
258 - find "${ED}" -name "*.la" -delete || die
259 - if ! use static-libs ; then
260 - find "${ED}" -name "*.a" -delete || die
261 - fi
262 -}