Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/silver-xcursors: ChangeLog silver-xcursors-0.4.ebuild
Date: Mon, 23 Mar 2009 22:14:07
Message-Id: E1LlsPE-000771-So@stork.gentoo.org
1 yngwin 09/03/23 22:14:04
2
3 Modified: ChangeLog silver-xcursors-0.4.ebuild
4 Log:
5 Fix SRC_URI, bug 223483
6 (Portage version: 2.2_rc26/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 x11-themes/silver-xcursors/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/silver-xcursors/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/silver-xcursors/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/silver-xcursors/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 9 Oct 2006 13:28:17 -0000 1.21
22 +++ ChangeLog 23 Mar 2009 22:14:04 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-themes/silver-xcursors
25 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.21 2006/10/09 13:28:17 the_paya Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.22 2009/03/23 22:14:04 yngwin Exp $
29 +
30 + 23 Mar 2009; Ben de Groot <yngwin@g.o> silver-xcursors-0.4:
31 + Fix SRC_URI, bug 223483
32
33 09 Oct 2006; Javier Villavicencio <the_paya@g.o>
34 silver-xcursors-0.4.ebuild:
35
36
37
38 1.23 x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild?rev=1.23&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild?rev=1.23&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild?r1=1.22&r2=1.23
43
44 Index: silver-xcursors-0.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v
47 retrieving revision 1.22
48 retrieving revision 1.23
49 diff -u -r1.22 -r1.23
50 --- silver-xcursors-0.4.ebuild 9 Oct 2006 13:28:17 -0000 1.22
51 +++ silver-xcursors-0.4.ebuild 23 Mar 2009 22:14:04 -0000 1.23
52 @@ -1,11 +1,11 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.22 2006/10/09 13:28:17 the_paya Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.23 2009/03/23 22:14:04 yngwin Exp $
58
59 MY_P="5533-Silver-XCursors-3D-${PV}"
60 DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
61 HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533"
62 -SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2"
63 +SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2"
64
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 @@ -17,8 +17,8 @@
68
69 src_install() {
70 dodir /usr/share/cursors/xorg-x11/Silver/cursors/
71 - cp -R ${WORKDIR}/${MY_P:5}/Silver/cursors ${D}/usr/share/cursors/xorg-x11/Silver/ || die
72 - dodoc ${WORKDIR}/${MY_P:5}/README
73 + cp -R "${WORKDIR}"/${MY_P:5}/Silver/cursors "${D}"/usr/share/cursors/xorg-x11/Silver/ || die
74 + dodoc "${WORKDIR}"/${MY_P:5}/README
75 }
76
77 pkg_postinst() {