summaryrefslogtreecommitdiff
path: root/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/bcwipe/bcwipe-1.9.13.ebuild')
-rw-r--r--app-crypt/bcwipe/bcwipe-1.9.13.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index 2b76c45f52b2..76d29704349e 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -7,13 +7,12 @@ 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"
PATCHES=(
"${FILESDIR}/${PN}-1.9.7-fix_warnings.patch"
@@ -28,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"
}