Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsmi/
Date: Mon, 24 Aug 2020 08:52:44
Message-Id: 1598259159.26cea64e6babf705749fda62983aa24a3097a64d.jer@gentoo
1 commit: 26cea64e6babf705749fda62983aa24a3097a64d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 08:48:07 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 08:52:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cea64e
7
8 net-libs/libsmi: Drop virtual/yacc again
9
10 As with sys-devel/flex, virtual/yacc would only be needed if the parser
11 input is older than its output, which in the current versions is not the
12 case (perhaps depending on the type of filesystem the sources are
13 temporarily and temperamentally stored on, but touching the output file
14 would then have the same effect).
15
16 Not an actual revert as the incidental 0.5.0 EAPI=7 changes remain.
17
18 Package-Manager: Portage-3.0.4, Repoman-3.0.1
19 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
20
21 net-libs/libsmi/libsmi-0.4.8-r1.ebuild | 3 ---
22 net-libs/libsmi/libsmi-0.5.0-r1.ebuild | 3 ---
23 2 files changed, 6 deletions(-)
24
25 diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
26 index 4c9cae8dfac..0892ae6d97c 100644
27 --- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
28 +++ b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
29 @@ -12,9 +12,6 @@ LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86"
32 IUSE="static-libs"
33 -DEPEND="
34 - virtual/yacc
35 -"
36
37 src_prepare() {
38 epatch "${FILESDIR}"/${P}-CVE-2010-2891.patch
39
40 diff --git a/net-libs/libsmi/libsmi-0.5.0-r1.ebuild b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
41 index a92be813b4d..7eb07472195 100644
42 --- a/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
43 +++ b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
44 @@ -11,9 +11,6 @@ LICENSE="BSD"
45 SLOT="0"
46 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
47 IUSE="static-libs"
48 -BDEPEND="
49 - virtual/yacc
50 -"
51
52 src_configure() {
53 econf $(use_enable static-libs static)