Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bdsup2sub/
Date: Fri, 30 Apr 2021 17:15:40
Message-Id: 1619802928.b3c7ce821f5ea410f8fe58a84811ec45b00eea82.fordfrog@gentoo
1 commit: b3c7ce821f5ea410f8fe58a84811ec45b00eea82
2 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 30 13:08:27 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 17:15:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c7ce82
7
8 media-video/bdsup2sub: update to eapi 7
9
10 Also address some QA warnings.
11
12 Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/132fd679a112e64491e4daf69756ad0919095b92
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 .../{bdsup2sub-4.0.0-r2.ebuild => bdsup2sub-4.0.0-r3.ebuild} | 10 +++++-----
17 1 file changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
20 similarity index 89%
21 rename from media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild
22 rename to media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
23 index 72f449b2a64..320e67e2108 100644
24 --- a/media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild
25 +++ b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild
26 @@ -1,11 +1,11 @@
27 -# Copyright 1999-2017 Gentoo Foundation
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 -EAPI=6
32 +EAPI=7
33
34 JAVA_PKG_IUSE="doc source"
35
36 -inherit java-pkg-2 java-ant-2
37 +inherit desktop java-pkg-2 java-ant-2
38
39 XDG_P="xdg-20100731"
40
41 @@ -22,10 +22,10 @@ SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43
44 RDEPEND="
45 - >=virtual/jre-1.6"
46 + >=virtual/jre-1.8:*"
47
48 DEPEND="
49 - >=virtual/jdk-1.6
50 + >=virtual/jdk-1.8:*
51 app-arch/xz-utils"
52
53 S="${WORKDIR}/${PN}/${PV}"