app-crypt/bcwipe: fix digest
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 22 Apr 2019 06:05:30 +0000 (09:05 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 22 Apr 2019 06:10:48 +0000 (09:10 +0300)
Closes: https://bugs.gentoo.org/show_bug.cgi?id=684062
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

app-crypt/bcwipe/Manifest
app-crypt/bcwipe/bcwipe-1.9.13.ebuild

index 37bd53f5636d48530ae84c462118e2c660f8874f..fc90de7a4b0098cbb78df56b56eba8872522af73 100644 (file)
@@ -1,2 +1 @@
-DIST BCWipe-1.9-13.tar.gz 141092 BLAKE2B 0d7e8f5841b388bb9e200ae533f8706d951e017923a69314173d44fcbec2ac2f3ab8c0c97de9054e12f1560f075e5af0e32ddac855df8f9bc28fb1bb637edbc6 SHA512 801b6d3c55d82915da14b3136c9ddba7fc947b40c07ba135c410e1e2703f74735d32ebb043d44325f615005631930ce48b4075885f1a928cf8f4a2d4c67ca5cc
-DIST BCWipe.doc.tgz 21218 BLAKE2B 02ce8b5c767ed9d45615fa26b5c0172c5431209cbd7ca94bfed4345206b401db50e02a163eef14359a01d16cc4a1b26b121081611cc7854833e7cbd917ae947c SHA512 5aa402669ded46b6dc680293f18aea4ab20a7d6b7d9d7bf8e63003e557b953e8f8019431ea69d96d2236121e754bc456b3700a0895f4fff0573d2e9bac2e2ee3
+DIST BCWipe-1.9-13.tar.gz 147634 BLAKE2B b6fd6e166c5a97d5b453f4f263384b5b76b273b8e98651d993b83d97c1a97d8adf1fda9acc9d2dcae5ef46bf7c15d517b81384959f62ee938d94546411f05d0b SHA512 3044423b291a6802bb1cab75b9d2b2b74ebe01a1318fad0360c9d6fe8f5afc6e446112fd323f02d56275f6595eb6afb7ad09c02fdc25e74d217a5a687a663275
index e85e1d5109cdd0339ef0a84a5842c8581abb0fc2..76d29704349ead01ba59c1506c18db2a4a9d1d11 100644 (file)
@@ -7,12 +7,10 @@ MY_PV="$(ver_rs 2- -)"
 
 DESCRIPTION="Secure file removal utility"
 HOMEPAGE="https://www.jetico.com/"
-SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
-       doc? ( https://www.jetico.com/linux/BCWipe.doc.tgz )"
+SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz"
 
 LICENSE="bestcrypt"
 SLOT="0"
-IUSE="doc"
 KEYWORDS="amd64 ~arm ppc x86"
 RESTRICT="mirror bindist"
 
@@ -29,14 +27,7 @@ src_test() {
        [[ -f testfile ]] && die "test file still exists. bcwipe should have deleted it"
 }
 
-src_install() {
-       default
-
-       use doc && dodoc -r ../bcwipe-help
-}
-
 pkg_postinst() {
        ewarn "The BestCrypt drivers are not free - Please purchace a license from "
        ewarn "http://www.jetico.com/"
-       ewarn "full details /usr/share/doc/${PF}/bcwipe-help/wu_licen.htm"
 }