commit: 9c1115661f58f960f8d3ee7f94c7524fbd067ffa Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 18:50:09 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 19:11:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c111566
media-video/submux-dvd: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697260 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> ...mux-dvd-0.5.2.ebuild => submux-dvd-0.5.2-r1.ebuild} | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/media-video/submux-dvd/submux-dvd-0.5.2.ebuild b/media-video/submux-dvd/submux-dvd-0.5.2-r1.ebuild similarity index 57% rename from media-video/submux-dvd/submux-dvd-0.5.2.ebuild rename to media-video/submux-dvd/submux-dvd-0.5.2-r1.ebuild index 777bfdb2064..b885b0ecf47 100644 --- a/media-video/submux-dvd/submux-dvd-0.5.2.ebuild +++ b/media-video/submux-dvd/submux-dvd-0.5.2-r1.ebuild @@ -1,29 +1,25 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob" HOMEPAGE="http://panteltje.com/panteltje/dvd/" SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - src_compile() { - emake CC="$(tc-getCC)" || die + emake CC="$(tc-getCC)" } src_install() { # just 2 files not worth a makefile patch - dobin submux-dvd vob2sub || die - dodoc CHANGES FORMAT INSTALL README ${P}.lsm || die - dohtml spu.html || die + dobin submux-dvd vob2sub + dodoc CHANGES FORMAT INSTALL README ${P}.lsm spu.html }
