Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/comix-xcursors: metadata.xml ChangeLog comix-xcursors-0.7.3.ebuild
Date: Thu, 01 Nov 2012 14:19:26
Message-Id: 20121101141909.F0B4F21600@flycatcher.gentoo.org
1 pinkbyte 12/11/01 14:19:09
2
3 Added: metadata.xml ChangeLog comix-xcursors-0.7.3.ebuild
4 Log:
5 Initial commit wrt bug #324299
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 x11-themes/comix-xcursors/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/comix-xcursors/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/comix-xcursors/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>proxy-maintainers</herd>
21 <maintainer>
22 <email>peratu@×××××××××.com</email>
23 <name>Vicente Olivert Riera</name>
24 <description>Maintainer. Assign bugs to him</description>
25 </maintainer>
26 <maintainer>
27 <email>pinkbyte@g.o</email>
28 <name>Sergey Popov</name>
29 <description>Proxy maintainer. CC him on bugs</description>
30 </maintainer>
31 <use>
32 <flag name="lefthanded">Install lefthanded version of theme in addition to default one</flag>
33 <flag name="opaque">Install non-transparent version of theme in addition to default one</flag>
34 </use>
35 </pkgmetadata>
36
37
38
39 1.1 x11-themes/comix-xcursors/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/comix-xcursors/ChangeLog?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/comix-xcursors/ChangeLog?rev=1.1&content-type=text/plain
43
44 Index: ChangeLog
45 ===================================================================
46 # ChangeLog for x11-themes/comix-xcursors
47 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
48 # $Header: /var/cvsroot/gentoo-x86/x11-themes/comix-xcursors/ChangeLog,v 1.1 2012/11/01 14:19:09 pinkbyte Exp $
49
50 *comix-xcursors-0.7.3 (01 Nov 2012)
51
52 01 Nov 2012; Sergey Popov <pinkbyte@g.o> +comix-xcursors-0.7.3.ebuild,
53 +metadata.xml:
54 Initial commit wrt bug #324299. Thanks to Vicente Olivert Riera, who wrote
55 ebuild and will maintain this package through proxy maintainers
56
57
58
59
60 1.1 x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild?rev=1.1&content-type=text/plain
64
65 Index: comix-xcursors-0.7.3.ebuild
66 ===================================================================
67 # Copyright 1999-2012 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Header: /var/cvsroot/gentoo-x86/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild,v 1.1 2012/11/01 14:19:09 pinkbyte Exp $
70
71 EAPI=4
72
73 MY_PN="ComixCursors"
74
75 DESCRIPTION="X11 mouse theme with a comics feeling"
76 HOMEPAGE="http://kde-look.org/content/show.php/ComixCursors?content=32627"
77 SRC_URI="http://www.limitland.de/comixcursors/${MY_PN}-${PV}.tar.bz2
78 lefthanded? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-${PV}.tar.bz2 )
79 opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-Opaque-${PV}.tar.bz2 )
80 lefthanded? ( opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-Opaque-${PV}.tar.bz2 ) )"
81
82 LICENSE="GPL-3"
83 SLOT="0"
84 KEYWORDS="~amd64 ~x86"
85 IUSE="lefthanded opaque"
86
87 RDEPEND="x11-libs/libX11
88 x11-libs/libXcursor"
89 DEPEND=""
90
91 S="${WORKDIR}"
92
93 src_install() {
94 insinto "/usr/share/cursors/xorg-x11"
95 doins -r "${S}"/*
96 }