public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsmi/
Date: Mon, 24 Aug 2020 08:39:21 +0000 (UTC)	[thread overview]
Message-ID: <1598258360.200fe36567c4eddc8838aa2c6a2de75e0fc2ffab.jer@gentoo> (raw)

commit:     200fe36567c4eddc8838aa2c6a2de75e0fc2ffab
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 08:38:53 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 08:39:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200fe365

net-libs/libsmi: Add missing dependency on virtual/yacc

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-libs/libsmi/libsmi-0.4.8-r1.ebuild                     |  3 +++
 .../libsmi/{libsmi-0.5.0.ebuild => libsmi-0.5.0-r1.ebuild} | 14 +++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
index 0892ae6d97c..4c9cae8dfac 100644
--- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
+++ b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
@@ -12,6 +12,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86"
 IUSE="static-libs"
+DEPEND="
+	virtual/yacc
+"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-CVE-2010-2891.patch

diff --git a/net-libs/libsmi/libsmi-0.5.0.ebuild b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
similarity index 80%
rename from net-libs/libsmi/libsmi-0.5.0.ebuild
rename to net-libs/libsmi/libsmi-0.5.0-r1.ebuild
index 22f53d929ec..a92be813b4d 100644
--- a/net-libs/libsmi/libsmi-0.5.0.ebuild
+++ b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
@@ -1,8 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils ltprune
+EAPI=7
 
 DESCRIPTION="A Library to Access SMI MIB Information"
 HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/"
@@ -12,6 +11,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="static-libs"
+BDEPEND="
+	virtual/yacc
+"
 
 src_configure() {
 	econf $(use_enable static-libs static)
@@ -26,7 +28,9 @@ src_test() {
 
 src_install() {
 	default
-	dodoc smi.conf-example ANNOUNCE ChangeLog README THANKS TODO \
-		doc/{*.txt,smi.dia,smi.dtd,smi.xsd}
-	prune_libtool_files
+
+	dodoc ANNOUNCE ChangeLog README THANKS TODO \
+		doc/{*.txt,smi.dia,smi.dtd,smi.xsd} smi.conf-example
+
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2020-08-24  8:39 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  8:39 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26  6:33 [gentoo-commits] repo/gentoo:master commit in: net-libs/libsmi/ Sam James
2024-11-09 22:56 Andreas K. Hüttel
2024-09-27 13:35 WANG Xuerui
2023-03-04 11:03 Arthur Zamarin
2023-03-04  8:49 Arthur Zamarin
2023-03-04  8:11 Arthur Zamarin
2023-03-04  6:28 Arthur Zamarin
2023-03-04  6:21 Arthur Zamarin
2022-10-30 21:09 Sam James
2022-09-09  2:56 Sam James
2022-09-08  3:56 Sam James
2021-09-21 12:31 James Le Cuirot
2021-07-16  1:31 Yixun Lan
2020-12-23 22:57 Sam James
2020-12-21  9:36 Sergei Trofimovich
2020-12-03  4:32 Sam James
2020-11-29  8:24 Agostino Sarubbo
2020-11-29  8:22 Agostino Sarubbo
2020-11-29  8:20 Agostino Sarubbo
2020-11-29  8:15 Agostino Sarubbo
2020-11-29  0:13 Sergei Trofimovich
2020-11-27 16:49 Thomas Deutschmann
2020-08-24  9:19 Jeroen Roovers
2020-08-24  8:52 Jeroen Roovers
2018-05-06 14:16 Aaron Bauman
2015-10-07  5:09 Jeroen Roovers
2015-10-03  5:24 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598258360.200fe36567c4eddc8838aa2c6a2de75e0fc2ffab.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox