Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/clearlooks-phenix: metadata.xml ChangeLog clearlooks-phenix-1.ebuild clearlooks-phenix-9999.ebuild clearlooks-phenix-2.ebuild Manifest
Date: Tue, 01 Jan 2013 19:40:48
Message-Id: 20130101194038.330612171D@flycatcher.gentoo.org
1 hasufell 13/01/01 19:40:38
2
3 Added: metadata.xml ChangeLog clearlooks-phenix-1.ebuild
4 clearlooks-phenix-9999.ebuild
5 clearlooks-phenix-2.ebuild Manifest
6 Log:
7 initial import wrt #439976
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
10
11 Revision Changes Path
12 1.1 x11-themes/clearlooks-phenix/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/metadata.xml?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/metadata.xml?rev=1.1&content-type=text/plain
16
17 Index: metadata.xml
18 ===================================================================
19 <?xml version="1.0" encoding="UTF-8"?>
20 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 <pkgmetadata>
22 <maintainer>
23 <email>hasufell@g.o</email>
24 <name>Julian Ospald</name>
25 </maintainer>
26 </pkgmetadata>
27
28
29
30
31 1.1 x11-themes/clearlooks-phenix/ChangeLog
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for x11-themes/clearlooks-phenix
39 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.1 2013/01/01 19:40:37 hasufell Exp $
41
42 *clearlooks-phenix-9999 (01 Jan 2013)
43 *clearlooks-phenix-2 (01 Jan 2013)
44 *clearlooks-phenix-1 (01 Jan 2013)
45
46 01 Jan 2013; Julian Ospald <hasufell@g.o> +clearlooks-phenix-1.ebuild,
47 +clearlooks-phenix-2.ebuild, +clearlooks-phenix-9999.ebuild, +metadata.xml:
48 initial import wrt #439976
49
50
51
52
53 1.1 x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild?rev=1.1&content-type=text/plain
57
58 Index: clearlooks-phenix-1.ebuild
59 ===================================================================
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild,v 1.1 2013/01/01 19:40:37 hasufell Exp $
63
64 EAPI=5
65
66 MY_P=${PN}-v${PV}
67 DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
68 HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
69 SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${MY_P}.zip"
70
71 KEYWORDS="~amd64 ~x86"
72 LICENSE="GPL-3"
73 SLOT="3.2"
74 IUSE=""
75
76 SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4
77 !x11-themes/clearlooks-phenix:0"
78 RDEPEND="${SLOT_BLOCK}
79 <x11-libs/gtk+-3.3
80 x11-themes/gtk-engines"
81 DEPEND="app-arch/unzip"
82
83 S=${WORKDIR}/${MY_P}
84
85 src_install() {
86 insinto "/usr/share/themes/Clearlooks-Phenix"
87 doins -r *
88 }
89
90
91
92 1.1 x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild?rev=1.1&content-type=text/plain
96
97 Index: clearlooks-phenix-9999.ebuild
98 ===================================================================
99 # Copyright 1999-2013 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.1 2013/01/01 19:40:37 hasufell Exp $
102
103 EAPI=5
104
105 inherit git-2
106
107 DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
108 HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
109 EGIT_REPO_URI="git://jpfleury.indefero.net/jpfleury/${PN}.git"
110
111 KEYWORDS=""
112 LICENSE="GPL-3"
113 SLOT="0"
114 IUSE=""
115
116 SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2
117 !x11-themes/clearlooks-phenix:3.4"
118 RDEPEND="${SLOT_BLOCK}
119 >=x11-libs/gtk+-3.6
120 x11-themes/gtk-engines"
121
122 src_install() {
123 insinto "/usr/share/themes/Clearlooks-Phenix"
124 doins -r *
125 }
126
127
128
129 1.1 x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild
130
131 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild?rev=1.1&view=markup
132 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild?rev=1.1&content-type=text/plain
133
134 Index: clearlooks-phenix-2.ebuild
135 ===================================================================
136 # Copyright 1999-2013 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 # $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild,v 1.1 2013/01/01 19:40:37 hasufell Exp $
139
140 EAPI=5
141
142 MY_P=${PN}-v${PV}
143 DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
144 HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
145 SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${MY_P}.zip"
146
147 KEYWORDS="~amd64 ~x86"
148 LICENSE="GPL-3"
149 SLOT="3.4"
150 IUSE=""
151
152 SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2
153 !x11-themes/clearlooks-phenix:0"
154 RDEPEND="${SLOT_BLOCK}
155 =x11-libs/gtk+-3.4*
156 x11-themes/gtk-engines"
157 DEPEND="app-arch/unzip"
158
159 S=${WORKDIR}/${MY_P}
160
161 src_install() {
162 insinto "/usr/share/themes/Clearlooks-Phenix"
163 doins -r *
164 }
165
166
167
168 1.1 x11-themes/clearlooks-phenix/Manifest
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/Manifest?rev=1.1&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/clearlooks-phenix/Manifest?rev=1.1&content-type=text/plain
172
173 Index: Manifest
174 ===================================================================
175 DIST clearlooks-phenix-v1.zip 322321 SHA256 e4f7653d736b0e465b841d4098197eb1e06e1b78a03207ee0b983878a05489de SHA512 17f6e19177830f9c54b58e5934e449f061c79791609c2fa054afde86797d46da4da981bdd7afe933528dbaa1c7448a972589293d121609844c754fe6f88b42c7 WHIRLPOOL b817e3e9896626542db5103c277d1adf28f361df567522e7314bf722a0018fbaf8039fb1016c86bea90eb7e42866a12a1bd3b2223d719b486cc8b1d3fd159944
176 DIST clearlooks-phenix-v2.zip 335340 SHA256 552148036c3a0dda79303005ccf4de38a5649850189d2a2092266ea4419bc9ec SHA512 f0a78cdc3ecda1683f70fe476c8d8371db31923ffa0872f6e1faef69472327b47963830c178797f75d11734ea76bb5d666f3c2f80414009de8c44e09c05a5055 WHIRLPOOL 8c86e475ff485e7f4374aa82de9b55bfe84a1caaffa3e7e7771d1876b459f96890575b65059ed3b81db428af875a34e7361c9cb5916cc6e9d587912ecab456f4
177 EBUILD clearlooks-phenix-1.ebuild 706 SHA256 185f2b044b7b9444255e25e1bc359575d29b50da425246319e3c086bce638ad1 SHA512 8d93058ef585ca46b0597431da2c51df35f196f83b779f0934d82b643342fa58d173fb02172f2b617779d09843f14bd1958e3a63fbc7de7c8a1555a23a388f58 WHIRLPOOL 99545dc4443abaf6c5f375f9dc554cd581fb902ed8f421c44749015edbef1cd80ea04eeef93b408656c10d515940148f2e80c04f2384b3b83ffc52e706288b40
178 EBUILD clearlooks-phenix-2.ebuild 707 SHA256 b7493bab24c5c6c0524e82d867ecef0bf9ed94ea7c28bdacd99fc23462419b24 SHA512 ca2a997a599ba1ce91334b2f409b296866fedcf6b4195bb4cb126713ed6fa5cc906d1654ddf24e2ef950994352cf3fd01312369475ee27c37e7c47bdc60246ba WHIRLPOOL b1297c925a0f0b1c62bb75cb73abae27dfc4df53851860b0da4ba2deac7d90d98147d09b28241bbe6f540ca586a3f94fa7ef319c9df56773e6b0da06c7d91bc3
179 EBUILD clearlooks-phenix-9999.ebuild 646 SHA256 1f89072a9c0976e2da76f4098a9841c4817d2ae2bf2febe20aef0d824b9df757 SHA512 70bd7b888fff456c707be99075ccb180237c96bc67a5ff7d656de571e481ad1ba48c03c322e268053280ff052e0a2a673517ef57c997aaaeb2b84ae4961fb222 WHIRLPOOL 9313f563047d335c84c10db3ca578cdcc4a8e04c3720eff7661dd995d6622ce19aae3e89200d25c6fe3a9f3b28f08a727dd3ab27b50f1495bfc0383370723b2f
180 MISC ChangeLog 426 SHA256 edb94f565e14209d94864fe8bbf76bdd1dc978ac0e330167df2ccff9e2730e6d SHA512 6642fde36a5798b144cd4a3677e90d38fcf9fae02f7a39a3dfb9683c28d9d7abf9a2d55b6e7dd0c99b526a2f31525904a091ba65535e96db8a0445c7821607af WHIRLPOOL eb71aa8c1d890c9bcf8b73f0dec07f4194d0198c1ca6e7e6d12aaec25190f4ae87d0ead9bdfb0915a1350cc8832fbb3b6f499dec7657b66a0f01d3a5ece07252
181 MISC metadata.xml 235 SHA256 11ffaf6c7e9d3f8dbb48fb60cd443d87b61015bc3197206ca230f5c2b0c1e013 SHA512 8ff2114c96567a53f83cd07149d1530286182f54b3d1286b9ceccea41e85734be19d0f60876c73880d76baac48e698de91114bfda459e2ee6ade9c3237847133 WHIRLPOOL bd4bb26791fe245f1c2407aa690887524eef3e76de87b4f2b7049f436661ee78a669e4fe4415e227aa50ee404bbfbaf1822fa648792919f93cb3674fa0f55858