public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmetalink/
Date: Mon,  2 Dec 2019 09:13:10 +0000 (UTC)	[thread overview]
Message-ID: <1575277983.3ed3d4d6ef6e6f5c9e705b8eca1c642bff9374a9.polynomial-c@gentoo> (raw)

commit:     3ed3d4d6ef6e6f5c9e705b8eca1c642bff9374a9
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 09:12:19 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 09:13:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed3d4d6

media-libs/libmetalink: EAPI-7 revbump

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 ...bmetalink-0.1.3.ebuild => libmetalink-0.1.3-r1.ebuild} | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/media-libs/libmetalink/libmetalink-0.1.3.ebuild b/media-libs/libmetalink/libmetalink-0.1.3-r1.ebuild
similarity index 76%
rename from media-libs/libmetalink/libmetalink-0.1.3.ebuild
rename to media-libs/libmetalink/libmetalink-0.1.3-r1.ebuild
index 348e36cd370..5198b43f863 100644
--- a/media-libs/libmetalink/libmetalink-0.1.3.ebuild
+++ b/media-libs/libmetalink/libmetalink-0.1.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 inherit multilib-minimal
 
@@ -22,9 +22,14 @@ DEPEND="${RDEPEND}
 REQUIRED_USE="^^ ( expat xml )"
 
 multilib_src_configure() {
-	ECONF_SOURCE=${S} \
-	econf \
-		$(use_with expat libexpat) \
-		$(use_with xml libxml2) \
+	local myeconfargs=(
+		$(use_with expat libexpat)
+		$(use_with xml libxml2)
 		$(use_enable static-libs static)
+	)
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+	find "${ED}" -type f -name "*.la" -delete || die
 }


             reply	other threads:[~2019-12-02  9:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02  9:13 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmetalink/ Sam James
2022-10-28 19:27 Sam James
2022-05-17 12:48 WANG Xuerui
2021-08-15 22:45 James Le Cuirot
2020-05-04  6:16 Mart Raudsepp
2020-05-03 16:25 Sergei Trofimovich
2019-12-02  9:59 Lars Wendler
2019-05-05 17:03 Mikle Kolyada
2019-03-05 21:18 Sergei Trofimovich
2019-02-22 10:21 Mikle Kolyada
2019-02-19 21:15 Markus Meier
2019-02-15  1:37 Thomas Deutschmann
2019-02-02 21:17 Sergei Trofimovich
2019-01-27 19:46 Pacho Ramos
2018-03-28 20:55 Matt Turner
2017-06-26  8:37 Alexis Ballier
2015-08-27 19:58 Markos Chandras

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=1575277983.3ed3d4d6ef6e6f5c9e705b8eca1c642bff9374a9.polynomial-c@gentoo \
    --to=polynomial-c@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