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