mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-vcs/bfg: drop 1.13.0-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST bfg-1.13.0.jar 13465496 BLAKE2B 1f9eaa44f032c182a8d50dfebaee668a2d7de2361ea48336932e5168a6a3b6970bbca742943917d4ecc392586f03d19add1d1cd9772e023389b9711874871c53 SHA512 e037be1dd52bd122a57fed18ebc4923238666e9985ad2d40174344a1ca45a05abd9a59f1c2ea743be49d094fd76a5794a0e3160a9d3be04a7986c3a444df4fa8
|
||||
DIST bfg-1.14.0.jar 14483456 BLAKE2B b4cf4b893937c83c1ce3bff7901d8522a77e1c5b988938b93deefe0099dc09de7da4cef0f6ff7f55c5621629d40072ce57d039d57b836664d83440258fd5a164 SHA512 086f5dcbb39ba769802a28c2f698236aae27b5a67aa6c25fe9206ce37ac410810a03c1068ca75f5ba3d7d9500f5cb6300653e26e30c2f75c8d9e9a12993476f2
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit java-pkg-2
|
||||
|
||||
DESCRIPTION="A faster alternative to git-filter-branch for removing bad data from git repos"
|
||||
HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
|
||||
SRC_URI="https://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar"
|
||||
|
||||
S="${WORKDIR}"
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
src_install() {
|
||||
java-pkg_newjar "${DISTDIR}"/${P}.jar
|
||||
java-pkg_dolauncher ${PN}
|
||||
}
|
||||
Reference in New Issue
Block a user