diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:33:21 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:33:21 +0000 |
commit | 528d5ff899a013636db5a7eec6679ad45b61230a (patch) | |
tree | 46a872e7344393c99c3c02066741796fcd3e4b4d /app-crypt/bcwipe | |
parent | bump (diff) | |
download | historical-528d5ff899a013636db5a7eec6679ad45b61230a.tar.gz historical-528d5ff899a013636db5a7eec6679ad45b61230a.tar.bz2 historical-528d5ff899a013636db5a7eec6679ad45b61230a.zip |
initial import
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.2_p3.ebuild | 22 | ||||
-rw-r--r-- | app-crypt/bcwipe/files/digest-bcwipe-1.2_p3 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog new file mode 100644 index 000000000000..8c9758395cab --- /dev/null +++ b/app-crypt/bcwipe/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-crypt/bcwipe +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.1 2003/03/01 19:33:21 lostlogic Exp $ + +*bcwipe-1.2_p3 (01 Mar 2003) + + 01 Mar 2003; Brandon Low <lostlogic@gentoo.org> bcwipe-1.2_p3.ebuild: + Initial import, enjoy the security of wiped file deletion from Jetico (See the + license, this is commercial demoware) + diff --git a/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild new file mode 100644 index 000000000000..800f4577ee9b --- /dev/null +++ b/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild,v 1.1 2003/03/01 19:33:21 lostlogic Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="BCWipe secure file removal utility" +SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz" +HOMEPAGE="http://www.jetico.com" +SLOT="0" +LICENSE="GPL-2" +DEPEND="virtual/glibc" +RDEPEND="" +KEYWORDS="~x86" + +src_compile() { + emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed" +} + +src_install () { + doman bcwipe.1 + exeinto /bin ; doexe bcwipe +} diff --git a/app-crypt/bcwipe/files/digest-bcwipe-1.2_p3 b/app-crypt/bcwipe/files/digest-bcwipe-1.2_p3 new file mode 100644 index 000000000000..68713db70799 --- /dev/null +++ b/app-crypt/bcwipe/files/digest-bcwipe-1.2_p3 @@ -0,0 +1 @@ +MD5 d1aba86334a673d2a6f5c43c21fbe5f5 BCWipe-1.2-3.tar.gz 17049 |