summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-03-26 20:29:40 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-03-26 20:29:40 +0000
commit83117fa939ffb5dd0a73039852763ec88a00ed5e (patch)
treebb819528e5afa60efcf90e46a30dc9bdb8aafcaa /app-misc/secure-delete
parentamd64 stable wrt bug #214937, fix quoting. (diff)
downloadgentoo-2-83117fa939ffb5dd0a73039852763ec88a00ed5e.tar.gz
gentoo-2-83117fa939ffb5dd0a73039852763ec88a00ed5e.tar.bz2
gentoo-2-83117fa939ffb5dd0a73039852763ec88a00ed5e.zip
amd64 stable wrt bug #214944, quoting fixed.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/secure-delete')
-rw-r--r--app-misc/secure-delete/ChangeLog6
-rw-r--r--app-misc/secure-delete/secure-delete-3.1.ebuild15
2 files changed, 13 insertions, 8 deletions
diff --git a/app-misc/secure-delete/ChangeLog b/app-misc/secure-delete/ChangeLog
index 22fab36d2c47..0a77987ecf7e 100644
--- a/app-misc/secure-delete/ChangeLog
+++ b/app-misc/secure-delete/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/secure-delete
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/secure-delete/ChangeLog,v 1.21 2008/03/26 19:18:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/secure-delete/ChangeLog,v 1.22 2008/03/26 20:29:40 coldwind Exp $
+
+ 26 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
+ secure-delete-3.1.ebuild:
+ amd64 stable wrt bug #214944, quoting fixed.
26 Mar 2008; Raúl Porcel <armin76@gentoo.org> secure-delete-3.1.ebuild:
alpha/ia64/sparc/x86 stable
diff --git a/app-misc/secure-delete/secure-delete-3.1.ebuild b/app-misc/secure-delete/secure-delete-3.1.ebuild
index f6ce7c7eb1c3..e18217608365 100644
--- a/app-misc/secure-delete/secure-delete-3.1.ebuild
+++ b/app-misc/secure-delete/secure-delete-3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/secure-delete/secure-delete-3.1.ebuild,v 1.4 2008/03/26 19:18:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/secure-delete/secure-delete-3.1.ebuild,v 1.5 2008/03/26 20:29:40 coldwind Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.thc.org/releases/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="virtual/libc"
@@ -20,7 +20,8 @@ DEPEND="${RDEPEND}
!app-misc/srm"
src_unpack() {
- unpack ${A} ; cd ${S}
+ unpack ${A}
+ cd "${S}"
chmod u+w .
sed -i \
@@ -29,7 +30,7 @@ src_unpack() {
# the kernel module will not compile without smp support and there is no
# good way to ensure that a user has it
- epatch ${FILESDIR}/${PN}-3.1-do-not-use-the-kernel-module.patch
+ epatch "${FILESDIR}"/${PN}-3.1-do-not-use-the-kernel-module.patch
}
src_compile() {
@@ -38,9 +39,9 @@ src_compile() {
src_install() {
make \
- INSTALL_DIR=${D}/usr/bin \
- MAN_DIR=${D}/usr/share/man \
- DOC_DIR=${D}/usr/share/doc/${PF} \
+ INSTALL_DIR="${D}"/usr/bin \
+ MAN_DIR="${D}"/usr/share/man \
+ DOC_DIR="${D}"/usr/share/doc/${PF} \
install || die "compile problem"
dodoc secure_delete.doc usenix6-gutmann.doc