public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
Date: Fri,  9 Sep 2022 07:59:39 +0000 (UTC)	[thread overview]
Message-ID: <1662710350.d478b67df44b28f0bf1b30d4dff239d8278966db.soap@gentoo> (raw)

commit:     d478b67df44b28f0bf1b30d4dff239d8278966db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 07:59:10 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 07:59:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d478b67d

media-libs/libfame: drop multilib

No multilib reverse dependencies.

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

 ...{libfame-0.9.1-r3.ebuild => libfame-0.9.1-r4.ebuild} | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r4.ebuild
similarity index 79%
rename from media-libs/libfame/libfame-0.9.1-r3.ebuild
rename to media-libs/libfame/libfame-0.9.1-r4.ebuild
index d8afa4ffd3a4..69b4bfe45f41 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools multilib-minimal
+inherit autotools
 
 DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
 HOMEPAGE="http://fame.sourceforge.net/"
@@ -33,15 +33,16 @@ src_prepare() {
 	eautoreconf
 }
 
-multilib_src_configure() {
+src_configure() {
 	local myeconfargs=(
-		--disable-static
 		$(use_enable cpu_flags_x86_mmx mmx)
 	)
-	ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+
+	econf "${myeconfargs[@]}"
 }
 
-multilib_src_install_all() {
-	einstalldocs
+src_install() {
+	default
+
 	find "${ED}" -type f -name '*.la' -delete || die
 }


             reply	other threads:[~2022-09-09  7:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09  7:59 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-25  8:06 [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/ Andreas Sturmlechner
2021-02-24 23:53 Sam James
2021-02-24 23:49 Sam James
2021-02-24 23:25 Sam James
2021-02-19 17:55 Thomas Deutschmann
2021-02-01 15:07 Agostino Sarubbo
2021-01-29 20:50 Sam James
2021-01-24  0:44 Andreas Sturmlechner
2019-11-13  1:03 Aaron Bauman
2019-11-13  1:03 Aaron Bauman

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=1662710350.d478b67df44b28f0bf1b30d4dff239d8278966db.soap@gentoo \
    --to=soap@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