From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdiscid/
Date: Sun, 23 Aug 2020 17:01:53 +0000 (UTC) [thread overview]
Message-ID: <1598202052.1cdb2ecb09422aadde6c1357bccb70fb7284bfa1.soap@gentoo> (raw)
commit: 1cdb2ecb09422aadde6c1357bccb70fb7284bfa1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 17:00:52 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 17:00:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb2ecb
media-libs/libdiscid: Remove libtool archives
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libdiscid/libdiscid-0.6.2.ebuild | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/media-libs/libdiscid/libdiscid-0.6.2.ebuild b/media-libs/libdiscid/libdiscid-0.6.2.ebuild
index f00d72a58c0..1c9e122c303 100644
--- a/media-libs/libdiscid/libdiscid-0.6.2.ebuild
+++ b/media-libs/libdiscid/libdiscid-0.6.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
HOMEPAGE="http://musicbrainz.org/doc/libdiscid"
@@ -10,10 +10,15 @@ SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DOCS=( AUTHORS ChangeLog examples/discid.c README )
src_configure() {
- econf $(use_enable static-libs static)
+ econf --disable-static
+}
+
+src_install() {
+ default
+ dodoc examples/discid.c
+
+ # no static archives
+ find "${D}" -name '*.la' -delete || die
}
next reply other threads:[~2020-08-23 17:02 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-23 17:01 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-20 10:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdiscid/ WANG Xuerui
2023-04-06 7:13 Miroslav Šulc
2023-04-05 12:39 Arthur Zamarin
2023-04-04 23:17 Sam James
2023-04-04 22:42 Sam James
2023-04-04 22:42 Sam James
2023-04-04 19:32 Arthur Zamarin
2023-04-04 19:19 Arthur Zamarin
2023-04-04 19:19 Arthur Zamarin
2023-03-03 6:39 Miroslav Šulc
2023-03-01 7:46 Miroslav Šulc
2021-09-04 10:17 Yixun Lan
2020-08-23 17:01 David Seifert
2019-08-04 22:35 Aaron Bauman
2019-05-13 19:28 Markus Meier
2019-05-02 21:21 Mikle Kolyada
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:04 Mikle Kolyada
2019-04-07 20:52 Sergei Trofimovich
2019-04-05 19:03 Sergei Trofimovich
2017-02-03 21:37 Lars Wendler
2017-02-03 21:37 Lars Wendler
2016-08-04 8:51 Jeroen Roovers
2016-06-11 10:06 Pacho Ramos
2016-05-30 17:15 Tobias Klausmann
2016-05-17 18:30 Markus Meier
2016-05-13 14:51 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=1598202052.1cdb2ecb09422aadde6c1357bccb70fb7284bfa1.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