Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
Date: Sat, 10 Nov 2007 09:18:42
Message-Id: E1IqmU2-0004tJ-I7@stork.gentoo.org
1 alonbl 07/11/10 09:18:30
2
3 Modified: ChangeLog
4 Added: bcwipe-1.6_p8.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.19 app-crypt/bcwipe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 21 Feb 2007 20:22:43 -0000 1.18
23 +++ ChangeLog 10 Nov 2007 09:18:30 -0000 1.19
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-crypt/bcwipe
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.18 2007/02/21 20:22:43 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.19 2007/11/10 09:18:30 alonbl Exp $
29 +
30 +*bcwipe-1.6_p8 (10 Nov 2007)
31 +
32 + 10 Nov 2007; Alon Bar-Lev <alonbl@g.o>
33 + +files/bcwipe-1.6_p8-qa.patch, +bcwipe-1.6_p8.ebuild:
34 + Version bump
35
36 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
37 Transition to Manifest2.
38
39
40
41 1.1 app-crypt/bcwipe/bcwipe-1.6_p8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bcwipe-1.6_p8.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.1 2007/11/10 09:18:30 alonbl Exp $
51
52 inherit toolchain-funcs eutils
53
54 DESCRIPTION="BCWipe secure file removal utility"
55 HOMEPAGE="http://www.jetico.com/"
56 SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz
57 http://www.jetico.com/linux/BCWipe.doc.tgz"
58
59 LICENSE="bestcrypt"
60 SLOT="0"
61 IUSE="doc"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63
64 DEPEND=""
65 RDEPEND=""
66
67 S="${WORKDIR}/${PN}"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 epatch "${FILESDIR}/${P}-qa.patch"
73 }
74
75 src_compile() {
76 emake CC="$(tc-getCC)" DEFS="${CFLAGS}"|| die "Make failed"
77 }
78
79 src_test() {
80 echo "abc123" >> testfile
81 ./bcwipe -f testfile || die "bcwipe test failed"
82 [ -f testfile ] && die "test file still exists. bcwipe should of deleted it"
83 }
84
85 src_install() {
86 dobin bcwipe
87 doman bcwipe.1
88 use doc && dohtml -r ../bcwipe-help
89 }
90
91 pkg_postinst() {
92 ewarn "The BestCrypt drivers are not free - Please purchace a license from "
93 ewarn "http://www.jetico.com/"
94 ewarn "full details /usr/share/doc/${PF}/wu_licen.htm"
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list