Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/
Date: Sun, 16 May 2021 19:56:53
Message-Id: 1621195005.668ecd71e517635e58f3327d20047c3847da9e42.fordfrog@gentoo
1 commit: 668ecd71e517635e58f3327d20047c3847da9e42
2 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
3 AuthorDate: Wed May 5 02:33:16 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 19:56:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668ecd71
7
8 dev-vcs/bfg: update java deps
9
10 Also update to EAPI 7
11
12 Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/20608/commits/d89b8ca56356b62b5739730e625a8a7eedf95815
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 dev-vcs/bfg/bfg-1.13.0.ebuild | 18 +++++-------------
17 1 file changed, 5 insertions(+), 13 deletions(-)
18
19 diff --git a/dev-vcs/bfg/bfg-1.13.0.ebuild b/dev-vcs/bfg/bfg-1.13.0.ebuild
20 index 93e964d4719..90b1cc8cd11 100644
21 --- a/dev-vcs/bfg/bfg-1.13.0.ebuild
22 +++ b/dev-vcs/bfg/bfg-1.13.0.ebuild
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=7
30
31 inherit java-pkg-2
32
33 -DESCRIPTION="a faster alternative to git-filter-branch for removing bad data from git repos"
34 +DESCRIPTION="A faster alternative to git-filter-branch for removing bad data from git repos"
35 HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
36 SRC_URI="https://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar"
37
38 @@ -13,19 +13,11 @@ LICENSE="GPL-3+"
39 SLOT="0"
40 KEYWORDS="amd64 ~x86"
41
42 -DEPEND="app-arch/unzip"
43 -RDEPEND=">=virtual/jre-1.7"
44 +RDEPEND=">=virtual/jre-1.8:*"
45 +BDEPEND="app-arch/unzip"
46
47 S=${WORKDIR}
48
49 -src_prepare() {
50 - default
51 - java-pkg-2_src_prepare
52 -}
53 -
54 -src_unpack() { :; }
55 -src_compile() { :; }
56 -
57 src_install() {
58 java-pkg_newjar "${DISTDIR}"/${P}.jar
59 java-pkg_dolauncher ${PN}