public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/net6/
Date: Mon,  1 Feb 2021 13:30:39 +0000 (UTC)	[thread overview]
Message-ID: <1612174821.3bbec67e236f6c9ec66ed4db42a2b2628a88bc2a.sam@gentoo> (raw)

commit:     3bbec67e236f6c9ec66ed4db42a2b2628a88bc2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 09:28:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 10:20:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbec67e

net-libs/net6: port to EAPI 7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/net6/net6-1.3.14-r2.ebuild | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild b/net-libs/net6/net6-1.3.14-r2.ebuild
index 7d269bc823c..cb41c438fc5 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils flag-o-matic ltprune multilib
+inherit flag-o-matic
 
 DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
 HOMEPAGE="http://gobby.0x539.de/"
@@ -12,13 +12,17 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="nls static-libs"
+IUSE="nls"
 
-RDEPEND="dev-libs/libsigc++:2
-	>=net-libs/gnutls-1.2.10"
-DEPEND="${RDEPEND}
+BDEPEND="
 	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
+	nls? ( sys-devel/gettext )
+"
+RDEPEND="
+	dev-libs/libsigc++:2
+	>=net-libs/gnutls-1.2.10:=
+"
+DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 PATCHES=(
@@ -27,11 +31,14 @@ PATCHES=(
 
 src_configure() {
 	append-cxxflags -std=c++11
-	econf $(use_enable nls) \
-		$(use_enable static-libs static)
+
+	econf \
+		--disable-static \
+		$(use_enable nls)
 }
 
 src_install() {
 	default
-	prune_libtool_files
+
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2021-02-01 13:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 13:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-24 13:09 [gentoo-commits] repo/gentoo:master commit in: net-libs/net6/ Andrew Ammerlaan
2018-04-02 10:21 Pacho Ramos
2018-04-02 10:21 Pacho Ramos
2017-04-11  6:43 Jeroen Roovers
2017-04-01 16:06 Agostino Sarubbo
2017-03-31 12:09 Agostino Sarubbo
2017-03-31  7:41 Michael Weber
2016-01-30  9:40 Pacho Ramos
2016-01-24  7:03 Jeroen Roovers
2016-01-17 17:02 Agostino Sarubbo
2016-01-15  9:03 Agostino Sarubbo
2015-12-19 16:18 Pacho Ramos

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=1612174821.3bbec67e236f6c9ec66ed4db42a2b2628a88bc2a.sam@gentoo \
    --to=sam@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