diff options
Diffstat (limited to 'app-crypt/bcwipe/bcwipe-1.9.13.ebuild')
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 11 |
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" } |