summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2019-04-22 09:05:30 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2019-04-22 09:10:48 +0300
commit50aa79e72641efc41e3fed29f6e975d574e9d1e0 (patch)
tree96dc263a84a10730dab8d14712900a1daa288027 /app-crypt/bcwipe/bcwipe-1.9.13.ebuild
parentdev-ruby/backports: cleanup (diff)
downloadgentoo-50aa79e72641efc41e3fed29f6e975d574e9d1e0.tar.gz
gentoo-50aa79e72641efc41e3fed29f6e975d574e9d1e0.tar.bz2
gentoo-50aa79e72641efc41e3fed29f6e975d574e9d1e0.zip
app-crypt/bcwipe: fix digest
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
Diffstat (limited to 'app-crypt/bcwipe/bcwipe-1.9.13.ebuild')
-rw-r--r--app-crypt/bcwipe/bcwipe-1.9.13.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index e85e1d5109cd..76d29704349e 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -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"
}