public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
@ 2007-11-10  9:18 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2007-11-10  9:18 UTC (permalink / raw
  To: gentoo-commits

alonbl      07/11/10 09:18:30

  Modified:             ChangeLog
  Added:                bcwipe-1.6_p8.ebuild
  Log:
  Version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.19                 app-crypt/bcwipe/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	21 Feb 2007 20:22:43 -0000	1.18
+++ ChangeLog	10 Nov 2007 09:18:30 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/bcwipe
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.18 2007/02/21 20:22:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.19 2007/11/10 09:18:30 alonbl Exp $
+
+*bcwipe-1.6_p8 (10 Nov 2007)
+
+  10 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org>
+  +files/bcwipe-1.6_p8-qa.patch, +bcwipe-1.6_p8.ebuild:
+  Version bump
 
   21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



1.1                  app-crypt/bcwipe/bcwipe-1.6_p8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.1&content-type=text/plain

Index: bcwipe-1.6_p8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.1 2007/11/10 09:18:30 alonbl Exp $

inherit toolchain-funcs eutils

DESCRIPTION="BCWipe secure file removal utility"
HOMEPAGE="http://www.jetico.com/"
SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz
	http://www.jetico.com/linux/BCWipe.doc.tgz"

LICENSE="bestcrypt"
SLOT="0"
IUSE="doc"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-qa.patch"
}

src_compile() {
	emake CC="$(tc-getCC)" DEFS="${CFLAGS}"|| die "Make failed"
}

src_test() {
	echo "abc123" >> testfile
	./bcwipe -f testfile || die "bcwipe test failed"
	[ -f testfile ] && die "test file still exists. bcwipe should of deleted it"
}

src_install() {
	dobin bcwipe
	doman bcwipe.1
	use doc && dohtml -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}/wu_licen.htm"
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
@ 2007-12-29 12:55 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-12-29 12:55 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/12/29 12:55:36

  Modified:             ChangeLog bcwipe-1.6_p8.ebuild
  Log:
  Stable on ppc wrt bug 198630
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.20                 app-crypt/bcwipe/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Nov 2007 09:18:30 -0000	1.19
+++ ChangeLog	29 Dec 2007 12:55:36 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/bcwipe
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.19 2007/11/10 09:18:30 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.20 2007/12/29 12:55:36 nixnut Exp $
+
+  29 Dec 2007; nixnut <nixnut@gentoo.org> bcwipe-1.6_p8.ebuild:
+  Stable on ppc wrt bug 198630
 
 *bcwipe-1.6_p8 (10 Nov 2007)
 



1.2                  app-crypt/bcwipe/bcwipe-1.6_p8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?r1=1.1&r2=1.2

Index: bcwipe-1.6_p8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bcwipe-1.6_p8.ebuild	10 Nov 2007 09:18:30 -0000	1.1
+++ bcwipe-1.6_p8.ebuild	29 Dec 2007 12:55:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.1 2007/11/10 09:18:30 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.2 2007/12/29 12:55:36 nixnut Exp $
 
 inherit toolchain-funcs eutils
 
@@ -12,7 +12,7 @@
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc ~x86"
 
 DEPEND=""
 RDEPEND=""



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
@ 2007-12-29 23:17 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2007-12-29 23:17 UTC (permalink / raw
  To: gentoo-commits

maekke      07/12/29 23:17:50

  Modified:             ChangeLog bcwipe-1.6_p8.ebuild
  Log:
  x86 stable, bug #198630
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.21                 app-crypt/bcwipe/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Dec 2007 12:55:36 -0000	1.20
+++ ChangeLog	29 Dec 2007 23:17:49 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/bcwipe
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.20 2007/12/29 12:55:36 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.21 2007/12/29 23:17:49 maekke Exp $
+
+  29 Dec 2007; Markus Meier <maekke@gentoo.org> bcwipe-1.6_p8.ebuild:
+  x86 stable, bug #198630
 
   29 Dec 2007; nixnut <nixnut@gentoo.org> bcwipe-1.6_p8.ebuild:
   Stable on ppc wrt bug 198630



1.3                  app-crypt/bcwipe/bcwipe-1.6_p8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?r1=1.2&r2=1.3

Index: bcwipe-1.6_p8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bcwipe-1.6_p8.ebuild	29 Dec 2007 12:55:36 -0000	1.2
+++ bcwipe-1.6_p8.ebuild	29 Dec 2007 23:17:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.2 2007/12/29 12:55:36 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.3 2007/12/29 23:17:49 maekke Exp $
 
 inherit toolchain-funcs eutils
 
@@ -12,7 +12,7 @@
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc x86"
 
 DEPEND=""
 RDEPEND=""



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
@ 2007-12-31 15:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-31 15:43 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/31 15:43:35

  Modified:             ChangeLog bcwipe-1.6_p8.ebuild
  Log:
  sparc stable wrt #198630
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.22                 app-crypt/bcwipe/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	29 Dec 2007 23:17:49 -0000	1.21
+++ ChangeLog	31 Dec 2007 15:43:34 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/bcwipe
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.21 2007/12/29 23:17:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.22 2007/12/31 15:43:34 armin76 Exp $
+
+  31 Dec 2007; Raúl Porcel <armin76@gentoo.org> bcwipe-1.6_p8.ebuild:
+  sparc stable wrt #198630
 
   29 Dec 2007; Markus Meier <maekke@gentoo.org> bcwipe-1.6_p8.ebuild:
   x86 stable, bug #198630



1.4                  app-crypt/bcwipe/bcwipe-1.6_p8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?r1=1.3&r2=1.4

Index: bcwipe-1.6_p8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bcwipe-1.6_p8.ebuild	29 Dec 2007 23:17:49 -0000	1.3
+++ bcwipe-1.6_p8.ebuild	31 Dec 2007 15:43:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.3 2007/12/29 23:17:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.4 2007/12/31 15:43:34 armin76 Exp $
 
 inherit toolchain-funcs eutils
 
@@ -12,7 +12,7 @@
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="~amd64 ppc sparc x86"
 
 DEPEND=""
 RDEPEND=""



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
@ 2008-01-02 15:30 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2008-01-02 15:30 UTC (permalink / raw
  To: gentoo-commits

angelos     08/01/02 15:30:46

  Modified:             ChangeLog bcwipe-1.6_p8.ebuild
  Log:
  Stable on amd64 wrt bug #198630
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.23                 app-crypt/bcwipe/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	31 Dec 2007 15:43:34 -0000	1.22
+++ ChangeLog	2 Jan 2008 15:30:45 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/bcwipe
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.22 2007/12/31 15:43:34 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.23 2008/01/02 15:30:45 angelos Exp $
+
+  02 Jan 2008; Christoph Mende <angelos@gentoo.org> bcwipe-1.6_p8.ebuild:
+  Stable on amd64 wrt bug #198630
 
   31 Dec 2007; Raúl Porcel <armin76@gentoo.org> bcwipe-1.6_p8.ebuild:
   sparc stable wrt #198630



1.5                  app-crypt/bcwipe/bcwipe-1.6_p8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild?r1=1.4&r2=1.5

Index: bcwipe-1.6_p8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bcwipe-1.6_p8.ebuild	31 Dec 2007 15:43:34 -0000	1.4
+++ bcwipe-1.6_p8.ebuild	2 Jan 2008 15:30:45 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.4 2007/12/31 15:43:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.6_p8.ebuild,v 1.5 2008/01/02 15:30:45 angelos Exp $
 
 inherit toolchain-funcs eutils
 
@@ -12,7 +12,7 @@
 LICENSE="bestcrypt"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 DEPEND=""
 RDEPEND=""



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild
@ 2008-03-22 10:23 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; 6+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2008-03-22 10:23 UTC (permalink / raw
  To: gentoo-commits

alonbl      08/03/22 10:23:17

  Modified:             ChangeLog
  Removed:              bcwipe-1.6_p8.ebuild
  Log:
  Cleanup
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.29                 app-crypt/bcwipe/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/bcwipe/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	22 Mar 2008 10:10:02 -0000	1.28
+++ ChangeLog	22 Mar 2008 10:23:16 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/bcwipe
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.28 2008/03/22 10:10:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.29 2008/03/22 10:23:16 alonbl Exp $
+
+  22 Mar 2008; Alon Bar-Lev <alonbl@gentoo.org> -bcwipe-1.6_p8.ebuild:
+  Cleanup
 
   22 Mar 2008; nixnut <nixnut@gentoo.org> bcwipe-1.7_p2.ebuild:
   Stable on ppc wrt bug 207547



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-22 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-29 23:17 [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.6_p8.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-22 10:23 Alon Bar-Lev (alonbl)
2008-01-02 15:30 Christoph Mende (angelos)
2007-12-31 15:43 Raul Porcel (armin76)
2007-12-29 12:55 Gysbert Wassenaar (nixnut)
2007-11-10  9:18 Alon Bar-Lev (alonbl)

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