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.9.1.ebuild bcwipe-1.7_p2.ebuild
@ 2009-04-30 20:58 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-04-30 20:58 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/04/30 20:58:58

  Modified:             ChangeLog
  Added:                bcwipe-1.9.1.ebuild
  Removed:              bcwipe-1.7_p2.ebuild
  Log:
  Version bump (bug #267817).
  (Portage version: 13564-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 app-crypt/bcwipe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	26 Apr 2009 19:16:16 -0000	1.34
+++ ChangeLog	30 Apr 2009 20:58:58 -0000	1.35
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/bcwipe
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.34 2009/04/26 19:16:16 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.35 2009/04/30 20:58:58 arfrever Exp $
+
+*bcwipe-1.9.1 (30 Apr 2009)
+
+  30 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -bcwipe-1.7_p2.ebuild, +bcwipe-1.9.1.ebuild,
+  +files/bcwipe-1.9.1-fix_warnings.patch:
+  Version bump (bug #267817).
 
   26 Apr 2009; Brent Baude <ranger@gentoo.org> bcwipe-1.7_p7.ebuild:
   stable ppc, bug 266807



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

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

Index: bcwipe-1.9.1.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.1.ebuild,v 1.1 2009/04/30 20:58:58 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}/${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] only message in thread

only message in thread, other threads:[~2009-04-30 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 20:58 [gentoo-commits] gentoo-x86 commit in app-crypt/bcwipe: ChangeLog bcwipe-1.9.1.ebuild bcwipe-1.7_p2.ebuild 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