Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/audacious-themes: audacious-themes-0.0.4.ebuild audacious-themes-0.0.3.ebuild
Date: Wed, 24 Feb 2010 14:55:39
Message-Id: E1NkIeH-0002yH-Am@stork.gentoo.org
1 ssuominen 10/02/24 14:55:37
2
3 Modified: audacious-themes-0.0.4.ebuild
4 audacious-themes-0.0.3.ebuild
5 Log:
6 Quoting
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild?r1=1.7&r2=1.8
15
16 Index: audacious-themes-0.0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- audacious-themes-0.0.4.ebuild 2 Jun 2009 20:12:41 -0000 1.7
23 +++ audacious-themes-0.0.4.ebuild 24 Feb 2010 14:55:36 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 DESCRIPTION="Collection of XMMS themes for Audacious"
32 HOMEPAGE="http://www.xmms.org"
33 @@ -118,10 +118,10 @@
34 for i in ${SRC_URI} ; do
35 bn=`basename $i`
36 if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then
37 - cp ${DISTDIR}/${bn} .
38 + cp "${DISTDIR}"/${bn} .
39 else
40 if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then
41 - cp ${DISTDIR}/${bn} .
42 + cp "${DISTDIR}"/${bn} .
43 else
44 unpack ${bn}
45 fi
46
47
48
49 1.10 x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild?rev=1.10&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild?rev=1.10&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild?r1=1.9&r2=1.10
54
55 Index: audacious-themes-0.0.3.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-themes/audacious-themes/audacious-themes-0.0.3.ebuild,v
58 retrieving revision 1.9
59 retrieving revision 1.10
60 diff -u -r1.9 -r1.10
61 --- audacious-themes-0.0.3.ebuild 21 Nov 2007 13:39:15 -0000 1.9
62 +++ audacious-themes-0.0.3.ebuild 24 Feb 2010 14:55:36 -0000 1.10
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2007 Gentoo Foundation
65 +# Copyright 1999-2010 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $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 $
68 +# $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 $
69
70 DESCRIPTION="Collection of XMMS themes for Audacious"
71 HOMEPAGE="http://www.xmms.org"
72 @@ -117,10 +117,10 @@
73 for i in ${SRC_URI} ; do
74 bn=`basename $i`
75 if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then
76 - cp ${DISTDIR}/${bn} .
77 + cp "${DISTDIR}"/${bn} .
78 else
79 if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then
80 - cp ${DISTDIR}/${bn} .
81 + cp "${DISTDIR}"/${bn} .
82 else
83 unpack ${bn}
84 fi