commit: c03aedcd958852890370740ddeeac6fdfa64f01d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 27 00:34:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 01:00:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03aedcd
media-libs/libtaginfo: port to EAPI 7 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libtaginfo/libtaginfo-0.2.1.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild b/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild index 2b198242c65..8ea298db777 100644 --- a/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild +++ b/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -AUTOTOOLS_IN_SOURCE_BUILD=1 +EAPI=7 -inherit autotools-utils +inherit autotools -DESCRIPTION="a library for reading media metadata" +DESCRIPTION="A library for reading media metadata" HOMEPAGE="https://bitbucket.org/shuerhaaken/libtaginfo" -SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz" +SRC_URI="https://bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" +BDEPEND="virtual/pkgconfig" RDEPEND="media-libs/taglib !<media-sound/xnoise-0.2.16" -DEPEND="${DEPEND} - virtual/pkgconfig" +DEPEND="${DEPEND}" DOCS=( AUTHORS README TODO )
