Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsmi/
Date: Thu, 08 Sep 2022 03:56:29
Message-Id: 1662609369.9c8287f5a83618dc529785972e3ffe188ba775c7.sam@gentoo
1 commit: 9c8287f5a83618dc529785972e3ffe188ba775c7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 03:55:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 03:56:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8287f5
7
8 net-libs/libsmi: update EAPI 7 -> 8, drop static-libs, update HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libsmi/libsmi-0.5.0-r2.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
16 index 1473aeacf5c6..2769b75bce56 100644
17 --- a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
18 +++ b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild
19 @@ -1,26 +1,21 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 DESCRIPTION="A Library to Access SMI MIB Information"
27 -HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/"
28 +HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/ https://gitlab.ibr.cs.tu-bs.de/nm/libsmi"
29 SRC_URI="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/${P}.tar.gz"
30
31 LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
34 -IUSE="static-libs"
35 RESTRICT="test"
36
37 PATCHES=(
38 "${FILESDIR}"/${PN}-0.5.0-implicit-function-declarations.patch
39 )
40
41 -src_configure() {
42 - econf $(use_enable static-libs static)
43 -}
44 -
45 src_test() {
46 # sming test is known to fail and some other fail if LC_ALL!=C:
47 # https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html