commit: 9c8287f5a83618dc529785972e3ffe188ba775c7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 8 03:55:50 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 8 03:56:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8287f5
net-libs/libsmi: update EAPI 7 -> 8, drop static-libs, update HOMEPAGE Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libsmi/libsmi-0.5.0-r2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild index 1473aeacf5c6..2769b75bce56 100644 --- a/net-libs/libsmi/libsmi-0.5.0-r2.ebuild +++ b/net-libs/libsmi/libsmi-0.5.0-r2.ebuild @@ -1,26 +1,21 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A Library to Access SMI MIB Information" -HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/" +HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/ https://gitlab.ibr.cs.tu-bs.de/nm/libsmi" SRC_URI="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="static-libs" RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-0.5.0-implicit-function-declarations.patch ) -src_configure() { - econf $(use_enable static-libs static) -} - src_test() { # sming test is known to fail and some other fail if LC_ALL!=C: # https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html
