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/nwipe/
Date: Wed, 09 Aug 2017 04:42:48
Message-Id: 1502253757.ced5d2e9eb10bba03005ee7c5b35a8c414c8990a.alonbl@gentoo
1 commit: ced5d2e9eb10bba03005ee7c5b35a8c414c8990a
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 04:42:20 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 04:42:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced5d2e9
7
8 app-crypt/nwipe: fix src_uri to meaningul name
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-crypt/nwipe/Manifest | 2 +-
13 app-crypt/nwipe/nwipe-0.21.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
17 index 30159d401d7..f6ce37471e3 100644
18 --- a/app-crypt/nwipe/Manifest
19 +++ b/app-crypt/nwipe/Manifest
20 @@ -1 +1 @@
21 -DIST v0.21.tar.gz 49298 SHA256 21251065b5a59d81286a2afdc25ef5602c06895113f8d2e5b537c11f2e0c3819 SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 WHIRLPOOL b9afdba68ec9dff33f555859a24b9543a17fb78633e02d17e61a9362395d8ac54a6438f774d1971605383abf515efe48d40e13fd0d522e7f60df0f9610cff826
22 +DIST nwipe-0.21.tar.gz 49298 SHA256 21251065b5a59d81286a2afdc25ef5602c06895113f8d2e5b537c11f2e0c3819 SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 WHIRLPOOL b9afdba68ec9dff33f555859a24b9543a17fb78633e02d17e61a9362395d8ac54a6438f774d1971605383abf515efe48d40e13fd0d522e7f60df0f9610cff826
23
24 diff --git a/app-crypt/nwipe/nwipe-0.21.ebuild b/app-crypt/nwipe/nwipe-0.21.ebuild
25 index 42136eb1d5a..91818423c6c 100644
26 --- a/app-crypt/nwipe/nwipe-0.21.ebuild
27 +++ b/app-crypt/nwipe/nwipe-0.21.ebuild
28 @@ -7,7 +7,7 @@ inherit autotools
29
30 DESCRIPTION="Securely erase disks using a variety of recognized methods"
31 HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/"
32 -SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz"
33 +SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"