Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
Subject: gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.3.ebuild
Date: Sat, 07 Nov 2009 19:11:57 +0000
arfrever    09/11/07 19:11:57

  Modified:             ChangeLog
  Added:                bcwipe-1.9.3.ebuild
  Log:
  Version bump.
  (Portage version: 14801-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 app-crypt/bcwipe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	2 Jun 2009 17:03:04 -0000	1.38
+++ ChangeLog	7 Nov 2009 19:11:57 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/bcwipe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.38 2009/06/02 17:03:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.39 2009/11/07 19:11:57 arfrever Exp $
+
+*bcwipe-1.9.3 (07 Nov 2009)
+
+  07 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
+  +bcwipe-1.9.3.ebuild:
+  Version bump.
 
   02 Jun 2009; Raúl Porcel <armin76@g.o> bcwipe-1.9.1.ebuild:
   sparc stable wrt #271910



1.1                  app-crypt/bcwipe/bcwipe-1.9.3.ebuild

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

Index: bcwipe-1.9.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.9.3.ebuild,v 1.1 2009/11/07 19:11:57 arfrever Exp $

EAPI="2"

inherit eutils versionator

MY_PV="$(replace_version_separator 2 -)"

DESCRIPTION="BCWipe 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}/${PN}-1.9.1-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"
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-crypt/bcwipe/files: bcwipe-1.7_p7-build.patch
Next by thread:
gentoo-x86 commit in dev-python/imaging: imaging-1.1.6.ebuild
Previous by date:
gentoo-x86 commit in profiles: ChangeLog package.mask
Next by date:
gentoo-x86 commit in dev-python/imaging: imaging-1.1.6.ebuild


Updated Nov 23, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.