public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/
Date: Thu,  1 Mar 2018 19:35:57 +0000 (UTC)	[thread overview]
Message-ID: <1519932887.3c86bf9fb12274880892996ca79884b2f6973824.radhermit@gentoo> (raw)

commit:     3c86bf9fb12274880892996ca79884b2f6973824
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 03:05:34 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 19:34:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c86bf9f

dev-vcs/bfg: version bump to 1.13.0

 dev-vcs/bfg/Manifest          |  1 +
 dev-vcs/bfg/bfg-1.13.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-vcs/bfg/Manifest b/dev-vcs/bfg/Manifest
index 37664da5808..cdc70176f4c 100644
--- a/dev-vcs/bfg/Manifest
+++ b/dev-vcs/bfg/Manifest
@@ -1 +1,2 @@
 DIST bfg-1.12.15.jar 14814817 BLAKE2B 8b7a27e3e00450ac92237dfafe2c7fe13ca61fa67b246112ad17858e89429d03517e0f08c037d9346fa570fa889a1cfe43e125c45f96b5b6da3621daa6d23cfa SHA512 79a74a534c1d7fcf0b1505b1e5286234cb5b33e7fe4f2ee1b72c1d6d591257f172a76ca56374d6eadd797a60316ae68da115929e7cb667a44a8c772f8cd8cff4
+DIST bfg-1.13.0.jar 13465496 BLAKE2B 1f9eaa44f032c182a8d50dfebaee668a2d7de2361ea48336932e5168a6a3b6970bbca742943917d4ecc392586f03d19add1d1cd9772e023389b9711874871c53 SHA512 e037be1dd52bd122a57fed18ebc4923238666e9985ad2d40174344a1ca45a05abd9a59f1c2ea743be49d094fd76a5794a0e3160a9d3be04a7986c3a444df4fa8

diff --git a/dev-vcs/bfg/bfg-1.13.0.ebuild b/dev-vcs/bfg/bfg-1.13.0.ebuild
new file mode 100644
index 00000000000..d321b327388
--- /dev/null
+++ b/dev-vcs/bfg/bfg-1.13.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.7"
+
+S=${WORKDIR}
+
+src_prepare() {
+	default
+	java-pkg-2_src_prepare
+}
+
+src_unpack() { :; }
+src_compile() { :; }
+
+src_install() {
+	java-pkg_newjar "${DISTDIR}"/${P}.jar
+	java-pkg_dolauncher ${PN}
+}


             reply	other threads:[~2018-03-01 19:36 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 19:35 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 10:44 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/ Florian Schmaus
2025-01-07 10:44 Florian Schmaus
2025-01-07 10:44 Florian Schmaus
2025-01-07 10:44 Florian Schmaus
2021-05-16 19:56 Miroslav Šulc
2019-11-17 22:10 Tim Harder
2019-08-01 12:41 Tim Harder
2019-08-01 12:41 Tim Harder
2019-06-04 20:54 Agostino Sarubbo
2017-08-31 15:58 Tim Harder
2017-08-31 15:58 Tim Harder
2017-03-07 11:28 Tim Harder
2016-12-09  6:02 Tim Harder
2016-10-26  4:07 Tim Harder
2016-08-26 17:14 Tim Harder
2016-08-26  2:21 Tim Harder
2016-08-26  2:21 Tim Harder
2016-05-13  4:18 Tim Harder
2016-05-13  4:17 Tim Harder
2016-01-14  0:11 Tim Harder
2015-08-29 18:10 Tim Harder
2015-08-29 18:10 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519932887.3c86bf9fb12274880892996ca79884b2f6973824.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox