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/xcursor-neutral: xcursor-neutral-1.13a.ebuild
Date: Wed, 24 Feb 2010 14:20:47
Message-Id: E1NkI6W-0001SZ-KX@stork.gentoo.org
1 ssuominen 10/02/24 14:20:44
2
3 Modified: xcursor-neutral-1.13a.ebuild
4 Log:
5 Fix quoting, don't install dummy docs
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild?r1=1.5&r2=1.6
14
15 Index: xcursor-neutral-1.13a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xcursor-neutral-1.13a.ebuild 12 Jul 2007 13:44:52 -0000 1.5
22 +++ xcursor-neutral-1.13a.ebuild 24 Feb 2010 14:20:44 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 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/xcursor-neutral/xcursor-neutral-1.13a.ebuild,v 1.5 2007/07/12 13:44:52 gustavoz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild,v 1.6 2010/02/24 14:20:44 ssuominen Exp $
29
30 DESCRIPTION="The standard X.Org mouse cursor with shadows and animations"
31 HOMEPAGE="http://www.kde-look.org/content/show.php?content=28310"
32 @@ -10,17 +10,17 @@
33 SLOT="0"
34 KEYWORDS="~amd64 sparc ~x86 ~x86-fbsd"
35 IUSE=""
36 +
37 RDEPEND="x11-libs/libX11
38 x11-libs/libXcursor
39 =media-libs/libpng-1.2*"
40 DEPEND="${RDEPEND}
41 x11-apps/xcursorgen"
42 +
43 S=${WORKDIR}/neutral
44
45 -src_install(){
46 +src_install() {
47 insinto /usr/share/cursors/xorg-x11/neutral/
48 - doins -r ${S}/cursors/
49 - doins ${S}/index.theme
50 - dodoc ${S}/LICENSE
51 - dodoc ${S}/COPYRIGHT
52 + doins -r "${S}"/cursors/
53 + doins "${S}"/index.theme
54 }