summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:56:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:56:41 +0000
commit75973cd86851d2948a302f3dd65719d6143fdd49 (patch)
tree6df8388462701940ccf0009fb78e2efeee69bae6 /x11-themes/audacious-themes
parentQuoting, COPYING (diff)
downloadhistorical-75973cd86851d2948a302f3dd65719d6143fdd49.tar.gz
historical-75973cd86851d2948a302f3dd65719d6143fdd49.tar.bz2
historical-75973cd86851d2948a302f3dd65719d6143fdd49.zip
Quoting
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/audacious-themes')
-rw-r--r--x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild8
-rw-r--r--x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild b/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild
index 9fc87ee51683..88fd3f55afa6 100644
--- a/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild
+++ b/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild,v 1.9 2007/11/21 13:39:15 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild,v 1.10 2010/02/24 14:55:36 ssuominen Exp $
DESCRIPTION="Collection of XMMS themes for Audacious"
HOMEPAGE="http://www.xmms.org"
@@ -117,10 +117,10 @@ src_unpack() {
for i in ${SRC_URI} ; do
bn=`basename $i`
if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then
- cp ${DISTDIR}/${bn} .
+ cp "${DISTDIR}"/${bn} .
else
if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then
- cp ${DISTDIR}/${bn} .
+ cp "${DISTDIR}"/${bn} .
else
unpack ${bn}
fi
diff --git a/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild b/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild
index 10436e8c46f1..9eed7b909eb2 100644
--- a/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild
+++ b/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild,v 1.7 2009/06/02 20:12:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild,v 1.8 2010/02/24 14:55:36 ssuominen Exp $
DESCRIPTION="Collection of XMMS themes for Audacious"
HOMEPAGE="http://www.xmms.org"
@@ -118,10 +118,10 @@ src_unpack() {
for i in ${SRC_URI} ; do
bn=`basename $i`
if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then
- cp ${DISTDIR}/${bn} .
+ cp "${DISTDIR}"/${bn} .
else
if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then
- cp ${DISTDIR}/${bn} .
+ cp "${DISTDIR}"/${bn} .
else
unpack ${bn}
fi