summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 02:17:25 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 03:30:51 +0200
commit7ee72ed741f4bbb55a1a604990978b4681f1826a (patch)
treeaaf755f2471c98017587bcd8259ed29df3de08b9 /app-crypt/bcwipe/bcwipe-1.9.13.ebuild
parentapp-crypt/libu2f-host: eapi bump (diff)
downloadgentoo-7ee72ed741f4bbb55a1a604990978b4681f1826a.tar.gz
gentoo-7ee72ed741f4bbb55a1a604990978b4681f1826a.tar.bz2
gentoo-7ee72ed741f4bbb55a1a604990978b4681f1826a.zip
app-crypt/bcwipe: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/bcwipe/bcwipe-1.9.13.ebuild')
-rw-r--r--app-crypt/bcwipe/bcwipe-1.9.13.ebuild20
1 files changed, 9 insertions, 11 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index fb4be6d4c74e..fc56e2c790bc 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
inherit eutils versionator
@@ -21,12 +21,12 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86"
DEPEND=""
RDEPEND=""
-S="${WORKDIR}/${PN}-${MY_PV}"
+PATCHES=(
+ "${FILESDIR}/${PN}-1.9.7-fix_warnings.patch"
+ "${FILESDIR}/${PN}-1.9.8-fix-flags.patch"
+)
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.9.7-fix_warnings.patch \
- "${FILESDIR}"/${PN}-1.9.8-fix-flags.patch
-}
+S="${WORKDIR}/${PN}-${MY_PV}"
src_test() {
echo "abc123" >> testfile
@@ -37,13 +37,11 @@ src_test() {
src_install() {
default
- if use doc ; then
- dohtml -r ../bcwipe-help
- fi
+ 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}/html/bcwipe-help/wu_licen.htm"
+ ewarn "full details /usr/share/doc/${PF}/bcwipe-help/wu_licen.htm"
}