* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.7.ebuild
@ 2010-10-16 16:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-16 16:24 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/16 16:24:27
Modified: ChangeLog
Added: bcwipe-1.9.7.ebuild
Log:
Version bump.
(Portage version: 2.2_rc97_p1/cvs/Linux x86_64)
Revision Changes Path
1.44 app-crypt/bcwipe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 15 Oct 2010 18:27:07 -0000 1.43
+++ ChangeLog 16 Oct 2010 16:24:27 -0000 1.44
@@ -1,6 +1,13 @@
# ChangeLog for app-crypt/bcwipe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.43 2010/10/15 18:27:07 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.44 2010/10/16 16:24:27 arfrever Exp $
+
+*bcwipe-1.9.7 (16 Oct 2010)
+
+ 16 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -bcwipe-1.9.1.ebuild, +bcwipe-1.9.7.ebuild,
+ +files/bcwipe-1.9.7-fix_warnings.patch:
+ Version bump.
*bcwipe-1.9.6 (15 Oct 2010)
1.1 app-crypt/bcwipe/bcwipe-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.1&content-type=text/plain
Index: bcwipe-1.9.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.1 2010/10/16 16:24:27 arfrever Exp $
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 ~ppc ~sparc ~x86"
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${PN}-${MY_PV}"
src_prepare() {
epatch "${FILESDIR}/${P}-fix_warnings.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 [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.7.ebuild
@ 2010-11-15 23:56 Dane Smith (c1pher)
0 siblings, 0 replies; 5+ messages in thread
From: Dane Smith (c1pher) @ 2010-11-15 23:56 UTC (permalink / raw
To: gentoo-commits
c1pher 10/11/15 23:56:02
Modified: ChangeLog bcwipe-1.9.7.ebuild
Log:
Stable x86 wrt bug 345483.
(Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
Revision Changes Path
1.45 app-crypt/bcwipe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 16 Oct 2010 16:24:27 -0000 1.44
+++ ChangeLog 15 Nov 2010 23:56:02 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/bcwipe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.44 2010/10/16 16:24:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.45 2010/11/15 23:56:02 c1pher Exp $
+
+ 15 Nov 2010; Dane Smith <c1pher@gentoo.org> bcwipe-1.9.7.ebuild:
+ Stable x86 wrt bug 345483.
*bcwipe-1.9.7 (16 Oct 2010)
1.2 app-crypt/bcwipe/bcwipe-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?r1=1.1&r2=1.2
Index: bcwipe-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bcwipe-1.9.7.ebuild 16 Oct 2010 16:24:27 -0000 1.1
+++ bcwipe-1.9.7.ebuild 15 Nov 2010 23:56:02 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.1 2010/10/16 16:24:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.2 2010/11/15 23:56:02 c1pher Exp $
EAPI="3"
@@ -16,7 +16,7 @@
LICENSE="bestcrypt"
SLOT="0"
IUSE="doc"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
DEPEND=""
RDEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.7.ebuild
@ 2010-11-19 20:20 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-19 20:20 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/11/19 20:20:48
Modified: ChangeLog bcwipe-1.9.7.ebuild
Log:
Stable on amd64 wrt bug #345483
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Revision Changes Path
1.46 app-crypt/bcwipe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 15 Nov 2010 23:56:02 -0000 1.45
+++ ChangeLog 19 Nov 2010 20:20:48 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/bcwipe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.45 2010/11/15 23:56:02 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.46 2010/11/19 20:20:48 hwoarang Exp $
+
+ 19 Nov 2010; Markos Chandras <hwoarang@gentoo.org> bcwipe-1.9.7.ebuild:
+ Stable on amd64 wrt bug #345483
15 Nov 2010; Dane Smith <c1pher@gentoo.org> bcwipe-1.9.7.ebuild:
Stable x86 wrt bug 345483.
1.3 app-crypt/bcwipe/bcwipe-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?r1=1.2&r2=1.3
Index: bcwipe-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bcwipe-1.9.7.ebuild 15 Nov 2010 23:56:02 -0000 1.2
+++ bcwipe-1.9.7.ebuild 19 Nov 2010 20:20:48 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.2 2010/11/15 23:56:02 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.3 2010/11/19 20:20:48 hwoarang Exp $
EAPI="3"
@@ -16,7 +16,7 @@
LICENSE="bestcrypt"
SLOT="0"
IUSE="doc"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
DEPEND=""
RDEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.7.ebuild
@ 2011-01-07 0:30 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-01-07 0:30 UTC (permalink / raw
To: gentoo-commits
ranger 11/01/07 00:30:21
Modified: ChangeLog bcwipe-1.9.7.ebuild
Log:
Marking bcwipe-1.9.7 ppc for bug 345483
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.47 app-crypt/bcwipe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 19 Nov 2010 20:20:48 -0000 1.46
+++ ChangeLog 7 Jan 2011 00:30:21 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/bcwipe
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.46 2010/11/19 20:20:48 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.47 2011/01/07 00:30:21 ranger Exp $
+
+ 07 Jan 2011; Brent Baude <ranger@gentoo.org> bcwipe-1.9.7.ebuild:
+ Marking bcwipe-1.9.7 ppc for bug 345483
19 Nov 2010; Markos Chandras <hwoarang@gentoo.org> bcwipe-1.9.7.ebuild:
Stable on amd64 wrt bug #345483
1.4 app-crypt/bcwipe/bcwipe-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?r1=1.3&r2=1.4
Index: bcwipe-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bcwipe-1.9.7.ebuild 19 Nov 2010 20:20:48 -0000 1.3
+++ bcwipe-1.9.7.ebuild 7 Jan 2011 00:30:21 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.3 2010/11/19 20:20:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.4 2011/01/07 00:30:21 ranger Exp $
EAPI="3"
@@ -16,7 +16,7 @@
LICENSE="bestcrypt"
SLOT="0"
IUSE="doc"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
DEPEND=""
RDEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.7.ebuild
@ 2011-02-12 18:23 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 18:23 UTC (permalink / raw
To: gentoo-commits
armin76 11/02/12 18:23:03
Modified: ChangeLog bcwipe-1.9.7.ebuild
Log:
sparc stable wrt #345483
(Portage version: 2.1.9.25/cvs/Linux ia64)
Revision Changes Path
1.48 app-crypt/bcwipe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 7 Jan 2011 00:30:21 -0000 1.47
+++ ChangeLog 12 Feb 2011 18:23:03 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/bcwipe
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.47 2011/01/07 00:30:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.48 2011/02/12 18:23:03 armin76 Exp $
+
+ 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> bcwipe-1.9.7.ebuild:
+ sparc stable wrt #345483
07 Jan 2011; Brent Baude <ranger@gentoo.org> bcwipe-1.9.7.ebuild:
Marking bcwipe-1.9.7 ppc for bug 345483
1.5 app-crypt/bcwipe/bcwipe-1.9.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild?r1=1.4&r2=1.5
Index: bcwipe-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bcwipe-1.9.7.ebuild 7 Jan 2011 00:30:21 -0000 1.4
+++ bcwipe-1.9.7.ebuild 12 Feb 2011 18:23:03 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.4 2011/01/07 00:30:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.7.ebuild,v 1.5 2011/02/12 18:23:03 armin76 Exp $
EAPI="3"
@@ -16,7 +16,7 @@
LICENSE="bestcrypt"
SLOT="0"
IUSE="doc"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
DEPEND=""
RDEPEND=""
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-12 18:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 23:56 [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.7.ebuild Dane Smith (c1pher)
-- strict thread matches above, loose matches on Subject: below --
2011-02-12 18:23 Raul Porcel (armin76)
2011-01-07 0:30 Brent Baude (ranger)
2010-11-19 20:20 Markos Chandras (hwoarang)
2010-10-16 16:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox