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: media-libs/libmetalink/
Date: Fri, 28 Oct 2022 19:27:27 +0000 (UTC)	[thread overview]
Message-ID: <1666985212.0dc9ed8aac1cab0325a08a306f8cd3976216ab30.sam@gentoo> (raw)

commit:     0dc9ed8aac1cab0325a08a306f8cd3976216ab30
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 19:23:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 19:26:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc9ed8a

media-libs/libmetalink: drop multilib

No multilib reverse dependencies.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ink-0.1.3-r1.ebuild => libmetalink-0.1.3-r2.ebuild} | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-libs/libmetalink/libmetalink-0.1.3-r1.ebuild b/media-libs/libmetalink/libmetalink-0.1.3-r2.ebuild
similarity index 67%
rename from media-libs/libmetalink/libmetalink-0.1.3-r1.ebuild
rename to media-libs/libmetalink/libmetalink-0.1.3-r2.ebuild
index 792e57e88ed8..3249cbc0bc35 100644
--- a/media-libs/libmetalink/libmetalink-0.1.3-r1.ebuild
+++ b/media-libs/libmetalink/libmetalink-0.1.3-r2.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-inherit multilib-minimal
+EAPI=8
 
 DESCRIPTION="Library for handling Metalink files"
 HOMEPAGE="https://launchpad.net/libmetalink"
@@ -14,23 +12,25 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="expat static-libs test xml"
 
-RDEPEND="expat? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] )
-	 xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )"
+RDEPEND="expat? ( >=dev-libs/expat-2.1.0-r3 )
+	 xml? ( >=dev-libs/libxml2-2.9.1-r4 )"
 DEPEND="${RDEPEND}
-	test? ( >=dev-util/cunit-2.1_p2[${MULTILIB_USEDEP}] )"
+	test? ( >=dev-util/cunit-2.1_p2 )"
 
 REQUIRED_USE="^^ ( expat xml )"
 RESTRICT="!test? ( test )"
 
-multilib_src_configure() {
+src_configure() {
 	local myeconfargs=(
 		$(use_with expat libexpat)
 		$(use_with xml libxml2)
 		$(use_enable static-libs static)
 	)
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+	econf "${myeconfargs[@]}"
 }
 
-multilib_src_install_all() {
+src_install() {
+	default
+
 	find "${ED}" -type f -name "*.la" -delete || die
 }


             reply	other threads:[~2022-10-28 19:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28 19:27 Sam James [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-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-12-02  9:13 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=1666985212.0dc9ed8aac1cab0325a08a306f8cd3976216ab30.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