summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-12 18:34:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-12 18:34:40 +0000
commit442d9dbe7defaf8d9724ce15c9fc5acb21ca2d5f (patch)
treeafd31570792874ebd068676a2c90169cdfcbd563 /app-crypt
parentalpha/ia64/s390/sh/sparc stable wrt #344827 (diff)
downloadgentoo-2-442d9dbe7defaf8d9724ce15c9fc5acb21ca2d5f.tar.gz
gentoo-2-442d9dbe7defaf8d9724ce15c9fc5acb21ca2d5f.tar.bz2
gentoo-2-442d9dbe7defaf8d9724ce15c9fc5acb21ca2d5f.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha23_p3/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bcwipe/ChangeLog7
-rw-r--r--app-crypt/bcwipe/bcwipe-1.9.3.ebuild48
-rw-r--r--app-crypt/bcwipe/bcwipe-1.9.6.ebuild44
-rw-r--r--app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch38
4 files changed, 6 insertions, 131 deletions
diff --git a/app-crypt/bcwipe/ChangeLog b/app-crypt/bcwipe/ChangeLog
index 58cffb4eeae0..ca013084b2f9 100644
--- a/app-crypt/bcwipe/ChangeLog
+++ b/app-crypt/bcwipe/ChangeLog
@@ -1,6 +1,11 @@
# 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.48 2011/02/12 18:23:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/ChangeLog,v 1.49 2011/02/12 18:34:40 arfrever Exp $
+
+ 12 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -files/bcwipe-1.9.1-fix_warnings.patch, -bcwipe-1.9.3.ebuild,
+ -bcwipe-1.9.6.ebuild:
+ Delete.
12 Feb 2011; Raúl Porcel <armin76@gentoo.org> bcwipe-1.9.7.ebuild:
sparc stable wrt #345483
diff --git a/app-crypt/bcwipe/bcwipe-1.9.3.ebuild b/app-crypt/bcwipe/bcwipe-1.9.3.ebuild
deleted file mode 100644
index 08535a825647..000000000000
--- a/app-crypt/bcwipe/bcwipe-1.9.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.4 2009/12/29 18:41:59 armin76 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"
-}
diff --git a/app-crypt/bcwipe/bcwipe-1.9.6.ebuild b/app-crypt/bcwipe/bcwipe-1.9.6.ebuild
deleted file mode 100644
index e2ccf790356b..000000000000
--- a/app-crypt/bcwipe/bcwipe-1.9.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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.6.ebuild,v 1.1 2010/10/15 18:27:07 c1pher Exp $
-
-EAPI="2"
-
-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_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"
-}
diff --git a/app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch b/app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch
deleted file mode 100644
index 6d71638320e1..000000000000
--- a/app-crypt/bcwipe/files/bcwipe-1.9.1-fix_warnings.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- schemes.c
-+++ schemes.c
-@@ -15,6 +15,7 @@
- *
- *******************************************************************/
- #include "config.h"
-+#include <ctype.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <errno.h>
---- wipe.c
-+++ wipe.c
-@@ -773,7 +773,7 @@
- static int do_verify_pass(int fd, wipe_info_t *ctx)
- {
- long long int pos, len, size;
-- time_t cur_time, start_time;
-+ time_t start_time;
- int x;
- char verifyBuff[BUFFSIZE];
- char buff[BUFFSIZE];
-@@ -839,7 +839,6 @@
- {
- int fd, is_dev, ret;
- long long int size;
-- char *type_str;
-
- if (o_wipe_slacks)
- return wipe_file_slack_nas( ctx, pass, verify );
-@@ -1478,7 +1477,7 @@
- int fd, res, j, write_fail;
- long long int file_size, ss, free_space, x;
- time_t start_time;
-- int cnt, err;
-+ int cnt;
- seed_t seed, prev_seed;
-
-