summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-12 18:53:51 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-12 18:53:51 +0000
commit37b042033e363fa6de47429e81a3285f8865f7c1 (patch)
tree0fce3e3572c9154ebaa7eb202b02753e4311021d /app-backup/tob
parentQA fixes; unquoted variables (diff)
downloadgentoo-2-37b042033e363fa6de47429e81a3285f8865f7c1.tar.gz
gentoo-2-37b042033e363fa6de47429e81a3285f8865f7c1.tar.bz2
gentoo-2-37b042033e363fa6de47429e81a3285f8865f7c1.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/tob')
-rw-r--r--app-backup/tob/ChangeLog7
-rw-r--r--app-backup/tob/tob-0.26-r1.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-backup/tob/ChangeLog b/app-backup/tob/ChangeLog
index 8103de80ed77..574789993c95 100644
--- a/app-backup/tob/ChangeLog
+++ b/app-backup/tob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/tob
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/ChangeLog,v 1.7 2008/11/17 19:54:59 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/ChangeLog,v 1.8 2009/10/12 18:53:51 halcy0n Exp $
+
+ 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> tob-0.26-r1.ebuild:
+ QA fixes; unquoted variables
17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
files/tob-0.26-scsi-tape.diff:
diff --git a/app-backup/tob/tob-0.26-r1.ebuild b/app-backup/tob/tob-0.26-r1.ebuild
index 8eca53ff37cd..56c7a6983ff1 100644
--- a/app-backup/tob/tob-0.26-r1.ebuild
+++ b/app-backup/tob/tob-0.26-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/tob-0.26-r1.ebuild,v 1.4 2007/07/15 04:23:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/tob-0.26-r1.ebuild,v 1.5 2009/10/12 18:53:51 halcy0n Exp $
inherit eutils
@@ -17,10 +17,10 @@ RDEPEND="app-arch/afio"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-no-maketemp-warn.diff || die
- epatch ${FILESDIR}/${P}-nice.patch || die
- epatch ${FILESDIR}/${P}-scsi-tape.diff || die
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-no-maketemp-warn.diff || die
+ epatch "${FILESDIR}"/${P}-nice.patch || die
+ epatch "${FILESDIR}"/${P}-scsi-tape.diff || die
}
src_compile() {
@@ -32,8 +32,8 @@ src_install() {
# simply install all the parts into the correct places
dosbin tob || die
dodir /etc/tob/volumes
- cp tob.rc ${D}/etc/tob/tob.rc
- cp example.* ${D}/etc/tob/volumes
+ cp tob.rc "${D}"/etc/tob/tob.rc
+ cp example.* "${D}"/etc/tob/volumes
doman tob.8
dodoc README
docinto doc