Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
Date: Sat, 16 Feb 2019 20:26:57
Message-Id: 1550348682.80f9012d34ea2869e07bfa98cfc885fabb32093a.alonbl@gentoo
1 commit: 80f9012d34ea2869e07bfa98cfc885fabb32093a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 16 19:44:07 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 20:24:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f9012d
7
8 app-crypt/bcwipe: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/11076
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
13
14 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
18 index c879aa88572..2b76c45f52b 100644
19 --- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
20 +++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,9 +6,9 @@ EAPI=7
28 MY_PV="$(ver_rs 2- -)"
29
30 DESCRIPTION="Secure file removal utility"
31 -HOMEPAGE="http://www.jetico.com/"
32 +HOMEPAGE="https://www.jetico.com/"
33 SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
34 - doc? ( http://www.jetico.com/linux/BCWipe.doc.tgz )"
35 + doc? ( https://www.jetico.com/linux/BCWipe.doc.tgz )"
36
37 LICENSE="bestcrypt"
38 SLOT="0"