From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/musicbrainz/
Date: Thu, 4 Jun 2020 20:07:42 +0000 (UTC) [thread overview]
Message-ID: <1591301242.b1a4cb71d3b40a398ebca2d76e521643ce31b5ee.asturm@gentoo> (raw)
commit: b1a4cb71d3b40a398ebca2d76e521643ce31b5ee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 20:06:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 20:07:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a4cb71
media-libs/musicbrainz: EAPI-7 bump, switch to cmake.eclass
Drop obsolete c++14 flag
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/musicbrainz/musicbrainz-5.1.0.ebuild | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
index 25b005bc1bd..fb349000f07 100644
--- a/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
+++ b/media-libs/musicbrainz/musicbrainz-5.1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils flag-o-matic
+inherit cmake
DESCRIPTION="Client Library for accessing the latest XML based MusicBrainz web service"
HOMEPAGE="https://musicbrainz.org/doc/libmusicbrainz"
@@ -13,6 +13,7 @@ LICENSE="LGPL-2.1"
SLOT="5/1" # soname of libmusicbrainz5.so
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="examples test"
+
RESTRICT="!test? ( test )"
RDEPEND="
@@ -29,18 +30,11 @@ PATCHES=( "${FILESDIR}/${P}-no-wildcards.patch" )
src_prepare() {
use test || cmake_comment_add_subdirectory tests
- cmake-utils_src_prepare
-}
-
-src_configure() {
- # bug 619668
- append-cxxflags -std=c++14
-
- cmake-utils_src_configure
+ cmake_src_prepare
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
if use examples; then
docinto examples
next reply other threads:[~2020-06-04 20:07 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-04 20:07 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-07 23:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/musicbrainz/ Andreas Sturmlechner
2024-01-28 21:21 Sam James
2024-01-28 20:02 Sam James
2024-01-28 18:57 Sam James
2024-01-28 18:57 Sam James
2024-01-28 18:57 Sam James
2024-01-28 18:57 Sam James
2024-01-28 18:57 Sam James
2018-09-16 8:03 Andreas Sturmlechner
2018-02-19 19:42 David Seifert
2017-11-10 12:38 Andreas Sturmlechner
2017-11-10 12:38 Andreas Sturmlechner
2017-07-01 15:24 Alexis Ballier
2017-02-25 20:59 Johannes Huber
2017-02-23 22:58 Michael Weber
2017-01-31 15:51 Tobias Klausmann
2017-01-31 9:13 Agostino Sarubbo
2017-01-30 18:16 Johannes Huber
2017-01-30 18:16 Johannes Huber
2016-12-14 21:13 David Seifert
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=1591301242.b1a4cb71d3b40a398ebca2d76e521643ce31b5ee.asturm@gentoo \
--to=asturm@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