summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-12 17:19:30 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-12 17:19:30 +0000
commit224dca0d8374416b2b9565a175ab248e0f17027e (patch)
treee700001dc98a9c4779363129a85a9f9aa2a83e91 /app-backup/ccollect
parentmedia-fonts/font-util: bump to 1.1.1, drop 1.1.0 as it might cause font packa... (diff)
downloadgentoo-2-224dca0d8374416b2b9565a175ab248e0f17027e.tar.gz
gentoo-2-224dca0d8374416b2b9565a175ab248e0f17027e.tar.bz2
gentoo-2-224dca0d8374416b2b9565a175ab248e0f17027e.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/ccollect')
-rw-r--r--app-backup/ccollect/ChangeLog6
-rw-r--r--app-backup/ccollect/ccollect-0.5.1.ebuild6
-rw-r--r--app-backup/ccollect/ccollect-0.6.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/app-backup/ccollect/ChangeLog b/app-backup/ccollect/ChangeLog
index 8568bf5cf146..6e496eb94729 100644
--- a/app-backup/ccollect/ChangeLog
+++ b/app-backup/ccollect/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/ccollect
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ChangeLog,v 1.28 2009/03/15 21:08:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ChangeLog,v 1.29 2009/10/12 17:19:30 halcy0n Exp $
+
+ 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> ccollect-0.5.1.ebuild,
+ ccollect-0.6.ebuild:
+ QA fixes; unquoted variables
*ccollect-0.7.1 (15 Mar 2009)
diff --git a/app-backup/ccollect/ccollect-0.5.1.ebuild b/app-backup/ccollect/ccollect-0.5.1.ebuild
index aed1a376123d..0b871881ec0f 100644
--- a/app-backup/ccollect/ccollect-0.5.1.ebuild
+++ b/app-backup/ccollect/ccollect-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/ccollect/ccollect-0.5.1.ebuild,v 1.6 2007/02/03 12:44:14 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ccollect-0.5.1.ebuild,v 1.7 2009/10/12 17:19:30 halcy0n Exp $
DESCRIPTION="(pseudo) incremental backup with different exclude lists using
hardlinks and rsync"
@@ -34,7 +34,7 @@ src_install() {
# dodoc is not recursive. So do a workaround.
insinto /usr/share/doc/${PF}/examples/
- doins -r ${S}/conf
+ doins -r "${S}"/conf
fi
}
diff --git a/app-backup/ccollect/ccollect-0.6.ebuild b/app-backup/ccollect/ccollect-0.6.ebuild
index 4fff597c8434..c0ce6a425f1c 100644
--- a/app-backup/ccollect/ccollect-0.6.ebuild
+++ b/app-backup/ccollect/ccollect-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/ccollect/ccollect-0.6.ebuild,v 1.1 2007/08/17 13:33:51 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/ccollect/ccollect-0.6.ebuild,v 1.2 2009/10/12 17:19:30 halcy0n Exp $
DESCRIPTION="(pseudo) incremental backup with different exclude lists using
hardlinks and rsync"
@@ -34,7 +34,7 @@ src_install() {
# dodoc is not recursive. So do a workaround.
insinto /usr/share/doc/${PF}/examples/
- doins -r ${S}/conf
+ doins -r "${S}"/conf
fi
}