Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gentoo-xcursors: ChangeLog gentoo-xcursors-0.3.1.ebuild
Date: Thu, 11 Feb 2010 15:03:49
Message-Id: E1Nfaa2-0003RG-LL@stork.gentoo.org
1 ulm 10/02/11 15:03:46
2
3 Modified: ChangeLog gentoo-xcursors-0.3.1.ebuild
4 Log:
5 Fix LICENSE, bug 298556.
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.18 x11-themes/gentoo-xcursors/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 23 Jul 2006 17:17:29 -0000 1.17
22 +++ ChangeLog 11 Feb 2010 15:03:45 -0000 1.18
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-themes/gentoo-xcursors
25 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.17 2006/07/23 17:17:29 flameeyes Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.18 2010/02/11 15:03:45 ulm Exp $
29 +
30 + 11 Feb 2010; Ulrich Mueller <ulm@g.o> gentoo-xcursors-0.3.1.ebuild:
31 + Fix LICENSE, bug 298556.
32
33 23 Jul 2006; Diego Pettenò <flameeyes@g.o>
34 gentoo-xcursors-0.3.1.ebuild:
35
36
37
38 1.17 x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild?rev=1.17&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild?rev=1.17&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild?r1=1.16&r2=1.17
43
44 Index: gentoo-xcursors-0.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v
47 retrieving revision 1.16
48 retrieving revision 1.17
49 diff -u -r1.16 -r1.17
50 --- gentoo-xcursors-0.3.1.ebuild 23 Jul 2006 17:17:29 -0000 1.16
51 +++ gentoo-xcursors-0.3.1.ebuild 11 Feb 2010 15:03:45 -0000 1.17
52 @@ -1,12 +1,12 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.16 2006/07/23 17:17:29 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.17 2010/02/11 15:03:45 ulm Exp $
58
59 DESCRIPTION="A high quality set of animated mouse cursors"
60 HOMEPAGE="http://www.gentoo.org/"
61 SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
62
63 -LICENSE="X11"
64 +LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
67 IUSE=""
68 @@ -18,7 +18,7 @@
69
70 src_install() {
71 dodir /usr/share/cursors/xorg-x11
72 - cp -pPR ${S}/* ${D}/usr/share/cursors/xorg-x11/ || die
73 + cp -pPR "${S}"/* "${D}"/usr/share/cursors/xorg-x11/ || die
74 }
75
76 pkg_postinst() {