Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtaginfo/
Date: Sat, 27 Feb 2021 01:00:35
Message-Id: 1614387612.c03aedcd958852890370740ddeeac6fdfa64f01d.sam@gentoo
1 commit: c03aedcd958852890370740ddeeac6fdfa64f01d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 00:34:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 01:00:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03aedcd
7
8 media-libs/libtaginfo: port to EAPI 7
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libtaginfo/libtaginfo-0.2.1.ebuild | 16 +++++++---------
14 1 file changed, 7 insertions(+), 9 deletions(-)
15
16 diff --git a/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild b/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild
17 index 2b198242c65..8ea298db777 100644
18 --- a/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild
19 +++ b/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild
20 @@ -1,23 +1,21 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 -AUTOTOOLS_IN_SOURCE_BUILD=1
27 +EAPI=7
28
29 -inherit autotools-utils
30 +inherit autotools
31
32 -DESCRIPTION="a library for reading media metadata"
33 +DESCRIPTION="A library for reading media metadata"
34 HOMEPAGE="https://bitbucket.org/shuerhaaken/libtaginfo"
35 -SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"
36 +SRC_URI="https://bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"
37
38 LICENSE="LGPL-2.1"
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 -IUSE=""
42
43 +BDEPEND="virtual/pkgconfig"
44 RDEPEND="media-libs/taglib
45 !<media-sound/xnoise-0.2.16"
46 -DEPEND="${DEPEND}
47 - virtual/pkgconfig"
48 +DEPEND="${DEPEND}"
49
50 DOCS=( AUTHORS README TODO )