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/blueglass-xcursors: blueglass-xcursors-0.4.ebuild
Date: Wed, 24 Feb 2010 14:53:48
Message-Id: E1NkIcU-0002t7-U6@stork.gentoo.org
1 ssuominen 10/02/24 14:53:46
2
3 Modified: blueglass-xcursors-0.4.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.24 x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild?r1=1.23&r2=1.24
14
15 Index: blueglass-xcursors-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- blueglass-xcursors-0.4.ebuild 21 Dec 2008 00:41:39 -0000 1.23
22 +++ blueglass-xcursors-0.4.ebuild 24 Feb 2010 14:53:46 -0000 1.24
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.23 2008/12/21 00:41:39 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.24 2010/02/24 14:53:46 ssuominen Exp $
29
30 MY_P="5532-BlueGlass-XCursors-3D-${PV}"
31 DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
32 @@ -19,8 +19,8 @@
33 # use the directory 'Blue'.
34 src_install() {
35 dodir /usr/share/cursors/xorg-x11/Blue/cursors/
36 - cp -R ${WORKDIR}/${MY_P:5}/Blue/cursors ${D}/usr/share/cursors/xorg-x11/Blue/ || die
37 - dodoc ${WORKDIR}/${MY_P:5}/README
38 + cp -R "${WORKDIR}"/${MY_P:5}/Blue/cursors "${D}"/usr/share/cursors/xorg-x11/Blue/ || die
39 + dodoc "${WORKDIR}"/${MY_P:5}/README
40 }
41
42 pkg_postinst() {