From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/plib/
Date: Fri, 9 Sep 2022 07:59:40 +0000 (UTC) [thread overview]
Message-ID: <1662710354.75570a0c5f42ae6dbebd2b78b84e4b15b487d01a.soap@gentoo> (raw)
commit: 75570a0c5f42ae6dbebd2b78b84e4b15b487d01a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 07:59:14 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 07:59:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75570a0c
media-libs/plib: drop multilib
No multilib reverse dependencies.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{plib-1.8.5-r3.ebuild => plib-1.8.5-r4.ebuild} | 27 ++++++++++++----------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/media-libs/plib/plib-1.8.5-r3.ebuild b/media-libs/plib/plib-1.8.5-r4.ebuild
similarity index 59%
rename from media-libs/plib/plib-1.8.5-r3.ebuild
rename to media-libs/plib/plib-1.8.5-r4.ebuild
index 90f35921162f..27d275bb8f4a 100644
--- a/media-libs/plib/plib-1.8.5-r3.ebuild
+++ b/media-libs/plib/plib-1.8.5-r4.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
-inherit autotools multilib-minimal
+EAPI=8
-DESCRIPTION="multimedia library used by many games"
+inherit autotools
+
+DESCRIPTION="Multimedia library used by many games"
HOMEPAGE="http://plib.sourceforge.net/"
SRC_URI="http://plib.sourceforge.net/dist/${P}.tar.gz"
@@ -13,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
DEPEND="virtual/opengl"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-shared-libs.patch
@@ -24,20 +25,22 @@ PATCHES=(
src_prepare() {
default
- mv configure.in configure.ac || die
+
eautoreconf
}
-multilib_src_configure() {
+src_configure() {
local myconf=(
- --disable-static
--enable-shared
)
- ECONF_SOURCE=${S} econf "${myconf[@]}"
+
+ econf "${myconf[@]}"
}
-multilib_src_install_all() {
- DOCS=( AUTHORS ChangeLog KNOWN_BUGS NOTICE README* TODO* )
- einstalldocs
+src_install() {
+ default
+
+ dodoc KNOWN_BUGS TODO* NOTICE
+
find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2022-09-09 7:59 UTC|newest]
Thread overview: 17+ 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 --
2024-02-28 22:57 [gentoo-commits] repo/gentoo:master commit in: media-libs/plib/ Sam James
2023-07-02 20:28 James Le Cuirot
2023-05-11 1:21 Sam James
2021-09-22 22:26 Ionen Wolkens
2021-05-31 6:09 Agostino Sarubbo
2021-05-28 0:29 Sam James
2021-05-28 0:29 Sam James
2021-05-28 0:29 Sam James
2020-12-02 0:32 Aaron Bauman
2020-10-03 9:16 Sergei Trofimovich
2020-10-01 23:06 Sergei Trofimovich
2020-09-29 21:25 Sergei Trofimovich
2016-03-19 15:34 Michael Sterrett
2016-03-14 18:43 Tobias Klausmann
2016-03-09 4:26 Jeroen Roovers
2016-03-02 14:22 Agostino Sarubbo
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=1662710354.75570a0c5f42ae6dbebd2b78b84e4b15b487d01a.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