From 50aa79e72641efc41e3fed29f6e975d574e9d1e0 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 22 Apr 2019 09:05:30 +0300 Subject: app-crypt/bcwipe: fix digest Closes: https://bugs.gentoo.org/show_bug.cgi?id=684062 Signed-off-by: Alon Bar-Lev Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'app-crypt/bcwipe/bcwipe-1.9.13.ebuild') 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" } -- cgit v1.2.3-18-g5258