From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3C4C13835B for ; Wed, 23 Dec 2020 22:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05AE32BC02E; Wed, 23 Dec 2020 22:57:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E524C2BC02E for ; Wed, 23 Dec 2020 22:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72B1834196E for ; Wed, 23 Dec 2020 22:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10BA846C for ; Wed, 23 Dec 2020 22:57:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608764084.e6838ecf675fc7386d434dafbf2290cea564f033.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsmi/Manifest net-libs/libsmi/libsmi-0.4.8-r1.ebuild X-VCS-Directories: net-libs/libsmi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e6838ecf675fc7386d434dafbf2290cea564f033 X-VCS-Branch: master Date: Wed, 23 Dec 2020 22:57:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: add2b291-2186-4086-ab61-647a65fa6400 X-Archives-Hash: 334f4664e638298076b3ad3e318812f4 commit: e6838ecf675fc7386d434dafbf2290cea564f033 Author: Sam James gentoo org> AuthorDate: Wed Dec 23 22:54:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 23 22:54:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6838ecf net-libs/libsmi: cleanup old (EAPI 5) Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-libs/libsmi/Manifest | 1 - net-libs/libsmi/libsmi-0.4.8-r1.ebuild | 38 ---------------------------------- 2 files changed, 39 deletions(-) diff --git a/net-libs/libsmi/Manifest b/net-libs/libsmi/Manifest index 1c1160db75c..cf6e9a4ad29 100644 --- a/net-libs/libsmi/Manifest +++ b/net-libs/libsmi/Manifest @@ -1,2 +1 @@ -DIST libsmi-0.4.8.tar.gz 4104111 BLAKE2B af7fe812d8dd6cbd538fbb9d5671f9478b6c3bf4b251eb0729142f56aacc87fd8aa38927f92ebb4f546069e81391e85be338fec92979cd462efe614e16220754 SHA512 c4f5f30c9fbf26c2e0d87e29783794014a518a7494c17112b1970b5434c698d06ffd529ea58eb7856a0f86a30f1059aaf49d4fbdf39db971d9114d427d8a1863 DIST libsmi-0.5.0.tar.gz 4798883 BLAKE2B 37e9b0160f131db52fb68bd0b3eb0555b1cfb588aefb8e094fc50eec28b31f315907cd602f262d9f6c1ef887de148350da4747e0587b5518dac7376981fc12ae SHA512 be82e6b7054426e4634ac9d90467b89a51a9c836273c9d516f07ff3cec3a8dcc8b3bb0e0396d5facec3d9c952b17fb67f24ff2d3959e7e5cf9eced72023a0708 diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild deleted file mode 100644 index f5b1fb46e09..00000000000 --- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic ltprune - -DESCRIPTION="A Library to Access SMI MIB Information" -SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz" -HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86" -IUSE="static-libs" -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${P}-CVE-2010-2891.patch -} - -src_configure() { - replace-flags -O? -O2 - 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 - sed -i '/^[[:space:]]*smidump-sming.test \\$/d' test/Makefile - LC_ALL=C emake -j1 check -} - -src_install() { - default - dodoc smi.conf-example ANNOUNCE ChangeLog README THANKS TODO \ - doc/{*.txt,smi.dia,smi.dtd,smi.xsd} - prune_libtool_files -}