commit: b117f0790ebafb3de6d1071ee79d98cbd3d62cc0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:48:59 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:48:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b117f079
media-sound/vorbisgain: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{vorbisgain-0.37-r2.ebuild => vorbisgain-0.37-r3.ebuild} | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
b/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
similarity index 84%
rename from media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
rename to media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
index 89c9d228496b..0757e73f9d65 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
HOMEPAGE="https://sjeng.org/vorbisgain.html"
@@ -10,7 +10,6 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
-IUSE=""
RDEPEND="
media-libs/libogg
@@ -21,8 +20,12 @@ PATCHES=(
# bug 200931
"${FILESDIR}"/${P}-fix-errno-and-warnings.patch
)
-DOCS=( NEWS README vorbisgain.txt )
src_configure() {
econf --enable-recursive
}
+
+src_install() {
+ default
+ dodoc vorbisgain.txt
+}