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-1.3.4.ebuild ChangeLog
Date: Tue, 03 Jun 2014 09:56:24
Message-Id: 20140603095618.554DD2004E@flycatcher.gentoo.org
1 ssuominen 14/06/03 09:56:18
2
3 Modified: ChangeLog
4 Added: greybird-1.3.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.37 x11-themes/greybird/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 3 Jun 2014 09:49:45 -0000 1.36
24 +++ ChangeLog 3 Jun 2014 09:56:18 -0000 1.37
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-themes/greybird
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.36 2014/06/03 09:49:45 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.37 2014/06/03 09:56:18 ssuominen Exp $
30 +
31 +*greybird-1.3.4 (03 Jun 2014)
32 +
33 + 03 Jun 2014; Samuli Suominen <ssuominen@g.o> +greybird-1.3.4.ebuild:
34 + Version bump.
35
36 03 Jun 2014; Samuli Suominen <ssuominen@g.o> -greybird-1.0.7.ebuild,
37 -greybird-1.1.1.ebuild, -greybird-1.2.1.ebuild:
38
39
40
41 1.1 x11-themes/greybird/greybird-1.3.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/greybird-1.3.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/greybird/greybird-1.3.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: greybird-1.3.4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.3.4.ebuild,v 1.1 2014/06/03 09:56:18 ssuominen Exp $
51
52 EAPI=5
53
54 MY_PN=${PN/g/G}
55
56 DESCRIPTION="The default theme from Xubuntu"
57 HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird"
58 SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59
60 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
61 LICENSE="CC-BY-SA-3.0 GPL-2+"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 IUSE="ayatana gnome"
65
66 RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
67 DEPEND=""
68
69 RESTRICT="binchecks strip"
70
71 src_unpack() {
72 unpack ${A}
73 mv ${MY_PN}-* "${S}" || die
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 use ayatana || rm -rf unity
85 use gnome || rm -rf metacity-1
86
87 insinto /usr/share/themes/${MY_PN}
88 doins -r *
89 }