public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2015-10-01 20:48 Markus Meier
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier @ 2015-10-01 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ce2271d4c1e8f97d37ac1d04a1cf5b634cfc9bf7
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 20:48:47 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 20:48:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2271d4

app-crypt/bcwipe: add ~arm, bug #559780

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 app-crypt/bcwipe/bcwipe-1.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/bcwipe/bcwipe-1.9.8.ebuild b/app-crypt/bcwipe/bcwipe-1.9.8.ebuild
index 791fe65..f87200e 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.8.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.8.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 
 DEPEND=""
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2015-11-21 21:43 Sebastian Pipping
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastian Pipping @ 2015-11-21 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e4623ce8fee6ecef6024cd7b4f1bf1fa7e2b022d
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 21:39:53 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 21:39:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4623ce8

app-crypt/bcwipe: 1.9.13

Package-Manager: portage-2.2.24

 app-crypt/bcwipe/Manifest             |  1 +
 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 49 +++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest
index 49a47b5..83d5e68 100644
--- a/app-crypt/bcwipe/Manifest
+++ b/app-crypt/bcwipe/Manifest
@@ -1,2 +1,3 @@
+DIST BCWipe-1.9-13.tar.gz 141092 SHA256 c5e95d003f291d7c9c7c0a6ac76d03ae8fc48225292507581f949f81074126c4 SHA512 801b6d3c55d82915da14b3136c9ddba7fc947b40c07ba135c410e1e2703f74735d32ebb043d44325f615005631930ce48b4075885f1a928cf8f4a2d4c67ca5cc WHIRLPOOL 631f7af570898c61ad7559c427b8d4677ab62a85189d72539b1f9cf89cdee0fc8fe61a7524299f691c3358b38b0502d1ee1ccd5c035e0479adfb7dde1d6c5047
 DIST BCWipe-1.9-8.tar.gz 131414 SHA256 6f5261716da15e3df07569ca2516334f7d132f0069420082fc71faf2aaf04fc0 SHA512 fe0b72b5279f8dc85c7ac2bee9c3b4ba13df542750faa25556b4a9a03eff323a5822e9e736440e4677c6aa6011a9ecf02acb51b7e934b30f4354826e798d7aa2 WHIRLPOOL 28fbf43435433a4858813329d474dd67e61af615616f9a3283e4b98b7bf9bdebd7ce84c1c787d4ba08a9f7f8ae53293c331cd2bcef3321c0de4ea932a570d618
 DIST BCWipe.doc.tgz 21218 SHA256 afa50bf8653bb6bee108f0ae8b3dc35d289dde3d5c513b7e9ae7fe373635df4f SHA512 5aa402669ded46b6dc680293f18aea4ab20a7d6b7d9d7bf8e63003e557b953e8f8019431ea69d96d2236121e754bc456b3700a0895f4fff0573d2e9bac2e2ee3 WHIRLPOOL 2f6475d9395d2424cbabb046085ce0a016ecad4e76f195e51fb385e57f68f13313587b52c2776ad29798b682eaa8503bae4186029b698a2405f08187180a904f

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
new file mode 100644
index 0000000..fb4be6d
--- /dev/null
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils versionator
+
+MY_PV="$(replace_version_separator 2 -)"
+
+DESCRIPTION="Secure file removal utility"
+HOMEPAGE="http://www.jetico.com/"
+SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
+	doc? ( http://www.jetico.com/linux/BCWipe.doc.tgz )"
+
+LICENSE="bestcrypt"
+SLOT="0"
+IUSE="doc"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-1.9.7-fix_warnings.patch \
+			"${FILESDIR}"/${PN}-1.9.8-fix-flags.patch
+}
+
+src_test() {
+	echo "abc123" >> testfile
+	./bcwipe -f testfile || die "bcwipe test failed"
+	[[ -f testfile ]] && die "test file still exists. bcwipe should have deleted it"
+}
+
+src_install() {
+	default
+
+	if use doc ; then
+		dohtml -r ../bcwipe-help
+	fi
+}
+
+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"
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2017-03-03  9:02 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-03-03  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     003af6b0bdff0f50c82934179e29bf7fcb269089
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 09:01:30 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 09:01:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003af6b0

app-crypt/bcwipe: amd64 stable wrt bug #611460

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index e134d85da44..740b460b03c 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 
 DEPEND=""
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2017-03-15 14:35 Michael Weber
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber @ 2017-03-15 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d8f0224b66105f0556d334e934f8866d54ede7d7
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 14:32:27 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 14:34:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f0224b

app-crypt/bcwipe: ppc stable (bug 611460).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index a061f9e5bc5..d7122d6edc8 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 
 DEPEND=""
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2017-03-15 18:29 Alon Bar-Lev
  0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2017-03-15 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ca6edd48f96ae41b5e23587db46e9cf2b663b9e6
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 18:28:13 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 18:28:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6edd48

app-crypt/bcwipe: cleanup

Bug: 611460

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/bcwipe/Manifest            |  1 -
 app-crypt/bcwipe/bcwipe-1.9.8.ebuild | 48 ------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest
index 83d5e6843dc..a4b178c3517 100644
--- a/app-crypt/bcwipe/Manifest
+++ b/app-crypt/bcwipe/Manifest
@@ -1,3 +1,2 @@
 DIST BCWipe-1.9-13.tar.gz 141092 SHA256 c5e95d003f291d7c9c7c0a6ac76d03ae8fc48225292507581f949f81074126c4 SHA512 801b6d3c55d82915da14b3136c9ddba7fc947b40c07ba135c410e1e2703f74735d32ebb043d44325f615005631930ce48b4075885f1a928cf8f4a2d4c67ca5cc WHIRLPOOL 631f7af570898c61ad7559c427b8d4677ab62a85189d72539b1f9cf89cdee0fc8fe61a7524299f691c3358b38b0502d1ee1ccd5c035e0479adfb7dde1d6c5047
-DIST BCWipe-1.9-8.tar.gz 131414 SHA256 6f5261716da15e3df07569ca2516334f7d132f0069420082fc71faf2aaf04fc0 SHA512 fe0b72b5279f8dc85c7ac2bee9c3b4ba13df542750faa25556b4a9a03eff323a5822e9e736440e4677c6aa6011a9ecf02acb51b7e934b30f4354826e798d7aa2 WHIRLPOOL 28fbf43435433a4858813329d474dd67e61af615616f9a3283e4b98b7bf9bdebd7ce84c1c787d4ba08a9f7f8ae53293c331cd2bcef3321c0de4ea932a570d618
 DIST BCWipe.doc.tgz 21218 SHA256 afa50bf8653bb6bee108f0ae8b3dc35d289dde3d5c513b7e9ae7fe373635df4f SHA512 5aa402669ded46b6dc680293f18aea4ab20a7d6b7d9d7bf8e63003e557b953e8f8019431ea69d96d2236121e754bc456b3700a0895f4fff0573d2e9bac2e2ee3 WHIRLPOOL 2f6475d9395d2424cbabb046085ce0a016ecad4e76f195e51fb385e57f68f13313587b52c2776ad29798b682eaa8503bae4186029b698a2405f08187180a904f

diff --git a/app-crypt/bcwipe/bcwipe-1.9.8.ebuild b/app-crypt/bcwipe/bcwipe-1.9.8.ebuild
deleted file mode 100644
index 98bcd7e38c3..00000000000
--- a/app-crypt/bcwipe/bcwipe-1.9.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils versionator
-
-MY_PV="$(replace_version_separator 2 -)"
-
-DESCRIPTION="Secure file removal utility"
-HOMEPAGE="http://www.jetico.com/"
-SRC_URI="http://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
-	doc? ( http://www.jetico.com/linux/BCWipe.doc.tgz )"
-
-LICENSE="bestcrypt"
-SLOT="0"
-IUSE="doc"
-KEYWORDS="amd64 ~arm ppc x86"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.9.7-fix_warnings.patch \
-			"${FILESDIR}"/${P}-fix-flags.patch
-}
-
-src_test() {
-	echo "abc123" >> testfile
-	./bcwipe -f testfile || die "bcwipe test failed"
-	[[ -f testfile ]] && die "test file still exists. bcwipe should have deleted it"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-
-	if use doc ; then
-		dohtml -r ../bcwipe-help || die "dohtml failed"
-	fi
-}
-
-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"
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2017-03-25 21:46 Alon Bar-Lev
  0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2017-03-25 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d79fbf07a50a9846afc044fc150f1de4fad39ab6
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 21:42:42 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79fbf07

app-crypt/bcwipe: remove eutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index d7122d6edc8..21e09193785 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit eutils versionator
+inherit versionator
 
 MY_PV="$(replace_version_separator 2 -)"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2019-02-16 20:26 Alon Bar-Lev
  0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2019-02-16 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     80f9012d34ea2869e07bfa98cfc885fabb32093a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 16 19:44:07 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 20:24:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f9012d

app-crypt/bcwipe: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/11076
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>

 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index c879aa88572..2b76c45f52b 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,9 +6,9 @@ EAPI=7
 MY_PV="$(ver_rs 2- -)"
 
 DESCRIPTION="Secure file removal utility"
-HOMEPAGE="http://www.jetico.com/"
+HOMEPAGE="https://www.jetico.com/"
 SRC_URI="https://www.jetico.com/linux/BCWipe-${MY_PV}.tar.gz
-	doc? ( http://www.jetico.com/linux/BCWipe.doc.tgz )"
+	doc? ( https://www.jetico.com/linux/BCWipe.doc.tgz )"
 
 LICENSE="bestcrypt"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2019-04-21 17:54 Alon Bar-Lev
  0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2019-04-21 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     89700a3d2fe3624c8ec3c58f5293030c060d641b
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:47:18 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 17:54:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89700a3d

app-crypt/bcwipe: add RESTRICT

Closes: https://bugs.gentoo.org/show_bug.cgi?id=683956
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index 2b76c45f52b..e85e1d5109c 100644
--- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
@@ -14,6 +14,7 @@ LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
 KEYWORDS="amd64 ~arm ppc x86"
+RESTRICT="mirror bindist"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-1.9.7-fix_warnings.patch"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/
@ 2019-04-22  6:10 Alon Bar-Lev
  0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2019-04-22  6:10 UTC (permalink / raw
  To: gentoo-commits

commit:     50aa79e72641efc41e3fed29f6e975d574e9d1e0
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 06:05:30 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 06:10:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aa79e7

app-crypt/bcwipe: fix digest

Closes: https://bugs.gentoo.org/show_bug.cgi?id=684062
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-crypt/bcwipe/Manifest             |  3 +--
 app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 11 +----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-crypt/bcwipe/Manifest b/app-crypt/bcwipe/Manifest
index 37bd53f5636..fc90de7a4b0 100644
--- a/app-crypt/bcwipe/Manifest
+++ b/app-crypt/bcwipe/Manifest
@@ -1,2 +1 @@
-DIST BCWipe-1.9-13.tar.gz 141092 BLAKE2B 0d7e8f5841b388bb9e200ae533f8706d951e017923a69314173d44fcbec2ac2f3ab8c0c97de9054e12f1560f075e5af0e32ddac855df8f9bc28fb1bb637edbc6 SHA512 801b6d3c55d82915da14b3136c9ddba7fc947b40c07ba135c410e1e2703f74735d32ebb043d44325f615005631930ce48b4075885f1a928cf8f4a2d4c67ca5cc
-DIST BCWipe.doc.tgz 21218 BLAKE2B 02ce8b5c767ed9d45615fa26b5c0172c5431209cbd7ca94bfed4345206b401db50e02a163eef14359a01d16cc4a1b26b121081611cc7854833e7cbd917ae947c SHA512 5aa402669ded46b6dc680293f18aea4ab20a7d6b7d9d7bf8e63003e557b953e8f8019431ea69d96d2236121e754bc456b3700a0895f4fff0573d2e9bac2e2ee3
+DIST BCWipe-1.9-13.tar.gz 147634 BLAKE2B b6fd6e166c5a97d5b453f4f263384b5b76b273b8e98651d993b83d97c1a97d8adf1fda9acc9d2dcae5ef46bf7c15d517b81384959f62ee938d94546411f05d0b SHA512 3044423b291a6802bb1cab75b9d2b2b74ebe01a1318fad0360c9d6fe8f5afc6e446112fd323f02d56275f6595eb6afb7ad09c02fdc25e74d217a5a687a663275

diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild
index e85e1d5109c..76d29704349 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"
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-04-22  6:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 21:43 [gentoo-commits] repo/gentoo:master commit in: app-crypt/bcwipe/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2019-04-22  6:10 Alon Bar-Lev
2019-04-21 17:54 Alon Bar-Lev
2019-02-16 20:26 Alon Bar-Lev
2017-03-25 21:46 Alon Bar-Lev
2017-03-15 18:29 Alon Bar-Lev
2017-03-15 14:35 Michael Weber
2017-03-03  9:02 Agostino Sarubbo
2015-10-01 20:48 Markus Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox