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: Sat, 29 Aug 2015 18:10:43 +0000 (UTC)	[thread overview]
Message-ID: <1440871711.ffe9a17631a77121f0d330ded8ea3b7854498e5e.radhermit@gentoo> (raw)

commit:     ffe9a17631a77121f0d330ded8ea3b7854498e5e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 18:08:31 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 18:08:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe9a176

dev-vcs/bfg: version bump to 1.12.4

 dev-vcs/bfg/Manifest          |  1 +
 dev-vcs/bfg/bfg-1.12.4.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-vcs/bfg/Manifest b/dev-vcs/bfg/Manifest
index 30d30a1..bd13dbc 100644
--- a/dev-vcs/bfg/Manifest
+++ b/dev-vcs/bfg/Manifest
@@ -4,3 +4,4 @@ DIST bfg-1.11.8.jar 13421588 SHA256 32b83c9bc660af2460d03672bd7febf07b5d5c7ffd91
 DIST bfg-1.12.0.jar 13517642 SHA256 e65277640a6836bb6c3723230e2f655d0a1ce82566a6da998f2033c540dc900b SHA512 7b6144793cd2c12661b37fdeb0391331fd423b2c37028cb319ec647dd6b38487397c167dcd70fdf9d67ef983f76a5d516e08351f3f494742f228fae6d93e6fb8 WHIRLPOOL 8bfaf061203c8770deb63c2c0bbe718a810fd72adc0365e604c3fc15e709d4ffd536e273001e114809ac65d6fc86a26da0496ed3650014b07baea3385c8f836d
 DIST bfg-1.12.1.jar 13566555 SHA256 de7eef7cc2fccb622c992d1fd20c7f3368321737dbe01ea8ef1e9c910df83c4c SHA512 6fcbd662f15aabd373b19cc0f9ba4bec81a424cb839bf60e3d524eefed7e7d6245d6bf6fc975e6bf9ec07b9e5b61730c9fe3e3f02242d9893e8588bfc0111b89 WHIRLPOOL e951a92aa0f3e735be60e6508ea2946a241f4af6e9cdd92261749add4ee7e426db7de07b6cba00df397a6030306a83774e83f0670686180fe5c6902459f0c179
 DIST bfg-1.12.3.jar 13569036 SHA256 2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911 SHA512 c55aaf76004f92fe13294bd54221646b3c7ccd9aaab46b7418fbcb417dfa632de1011608cf7ab9ff85c6c34b4cef1885327ad40e45beb26b27e97753990a0737 WHIRLPOOL d70f4ed866a24a7fe88c93170d8fcfd112ca7fc9e59a0f5a5cb6d78b6c46f6cedd89ee1a534d9a1f84741ee0bfa1b599c2cc3534e6faa2d6d54b21d397fabdf3
+DIST bfg-1.12.4.jar 13942690 SHA256 41e01861a7021a73db28860575fdeacab48dbcdcd48e658cf93df5ca06484b21 SHA512 1839117982c583ee3bbdde763f0365319b3ff250bc34c9a276c8e08da8126e2a3e9c9a2ad683094c6eb00e7e3365295fe47001eab66b81a4f2f75c4c148b7983 WHIRLPOOL 7e7e71e8641a6b3b6a32b6f1ba101050f32ce095e5c675e8e306c22a3f071d846cbe2e3638094556e371807b1b70cadff0ab891d7bb6257c027007f37ee32808

diff --git a/dev-vcs/bfg/bfg-1.12.4.ebuild b/dev-vcs/bfg/bfg-1.12.4.ebuild
new file mode 100644
index 0000000..85b19ca
--- /dev/null
+++ b/dev-vcs/bfg/bfg-1.12.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-2
+
+DESCRIPTION="a simpler, faster alternative to git-filter-branch for removing bad data from git repos"
+HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/"
+SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.6"
+
+S=${WORKDIR}
+
+src_unpack() { :; }
+src_compile() { :; }
+
+src_install() {
+	java-pkg_newjar "${DISTDIR}"/${P}.jar
+	java-pkg_dolauncher ${PN}
+}


             reply	other threads:[~2015-08-29 18:10 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-29 18:10 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
2018-03-01 19:35 Tim Harder
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

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=1440871711.ffe9a17631a77121f0d330ded8ea3b7854498e5e.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