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/greybird: greybird-0.4.ebuild ChangeLog
Date: Tue, 31 Jan 2012 23:29:44
Message-Id: 20120131232935.460B22004B@flycatcher.gentoo.org
1 ssuominen 12/01/31 23:29:35
2
3 Modified: ChangeLog
4 Added: greybird-0.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-themes/greybird/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 8 Dec 2011 18:42:33 -0000 1.2
24 +++ ChangeLog 31 Jan 2012 23:29:35 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-themes/greybird
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.2 2011/12/08 18:42:33 ssuominen Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.3 2012/01/31 23:29:35 ssuominen Exp $
31 +
32 +*greybird-0.4 (31 Jan 2012)
33 +
34 + 31 Jan 2012; Samuli Suominen <ssuominen@g.o> +greybird-0.4.ebuild:
35 + Version bump.
36
37 08 Dec 2011; Samuli Suominen <ssuominen@g.o> greybird-0.3.ebuild:
38 Missing gtk-engines-unico runtime depend.
39
40
41
42 1.1 x11-themes/greybird/greybird-0.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/greybird-0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/greybird-0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: greybird-0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.4.ebuild,v 1.1 2012/01/31 23:29:35 ssuominen Exp $
52
53 EAPI=4
54
55 MY_PN=${PN/g/G}
56
57 DESCRIPTION="The default theme used in Xubuntu (with matching theme for GTK+-2 and GTK+-3)"
58 HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird"
59 SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=x11-themes/gtk-engines-murrine-0.90
67 >=x11-themes/gtk-engines-unico-1.0.1"
68 DEPEND=""
69
70 RESTRICT="binchecks strip"
71
72 src_unpack() {
73 unpack ${A}
74 mv *-${MY_PN}-* "${S}"
75 }
76
77 src_install() {
78 dodoc README
79 rm -f README
80
81 insinto /usr/share/themes/${MY_PN}
82 doins -r *
83 }