Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/
Date: Thu, 31 Aug 2017 15:58:08
Message-Id: 1504195076.741348c6a89c780581776d67f1a26c111cde1379.radhermit@gentoo
1 commit: 741348c6a89c780581776d67f1a26c111cde1379
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 15:48:10 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 15:57:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741348c6
7
8 dev-vcs/bfg: use https for HOMEPAGE and SRC_URI
9
10 dev-vcs/bfg/bfg-1.12.15.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-vcs/bfg/bfg-1.12.15.ebuild b/dev-vcs/bfg/bfg-1.12.15.ebuild
14 index e23e379e002..126e1dab549 100644
15 --- a/dev-vcs/bfg/bfg-1.12.15.ebuild
16 +++ b/dev-vcs/bfg/bfg-1.12.15.ebuild
17 @@ -6,8 +6,8 @@ EAPI=6
18 inherit java-pkg-2
19
20 DESCRIPTION="a faster alternative to git-filter-branch for removing bad data from git repos"
21 -HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/"
22 -SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar"
23 +HOMEPAGE="https://rtyley.github.io/bfg-repo-cleaner/"
24 +SRC_URI="https://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar"
25
26 LICENSE="GPL-3+"
27 SLOT="0"