commit:     ae12f40d22d3fdc23e32d7f37535c2ecd86101dd
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:48:53 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:48:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae12f40d

media-sound/xineadump: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{xineadump-0.1-r1.ebuild => xineadump-0.1-r2.ebuild}      | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild 
b/media-sound/xineadump/xineadump-0.1-r2.ebuild
similarity index 79%
rename from media-sound/xineadump/xineadump-0.1-r1.ebuild
rename to media-sound/xineadump/xineadump-0.1-r2.ebuild
index df5b84d849c1..0ad5a7012fd1 100644
--- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
+++ b/media-sound/xineadump/xineadump-0.1-r2.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Utility for Xine decoding support in transKode"
 HOMEPAGE="https://sourceforge.net/projects/transkode";
 SRC_URI="mirror://sourceforge/transkode/${P}.tar.bz2"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
-RDEPEND="media-libs/xine-lib
+RDEPEND="
+       media-libs/xine-lib
        media-libs/alsa-lib"
 DEPEND="${RDEPEND}"
 
-S=${WORKDIR}/${PN}
-
 PATCHES=(
        "${FILESDIR}/${P}-gcc-4.3.patch"
        "${FILESDIR}/${P}-gcc-4.4.patch"

Reply via email to