Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-chtheme: ChangeLog gtk-chtheme-0.3.1-r1.ebuild
Date: Sat, 29 Mar 2008 20:50:31
Message-Id: E1Jfi0R-000851-RK@stork.gentoo.org
1 eva 08/03/29 20:50:27
2
3 Modified: ChangeLog
4 Added: gtk-chtheme-0.3.1-r1.ebuild
5 Log:
6 fix some ebuild issues, bug #215121
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.12 x11-themes/gtk-chtheme/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 28 Nov 2007 09:34:08 -0000 1.11
23 +++ ChangeLog 29 Mar 2008 20:50:27 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-chtheme
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.11 2007/11/28 09:34:08 corsair Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.12 2008/03/29 20:50:27 eva Exp $
30 +
31 +*gtk-chtheme-0.3.1-r1 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Gilles Dartiguelongue <eva@g.o>
34 + +gtk-chtheme-0.3.1-r1.ebuild:
35 + fix some ebuild issues, bug #215121
36
37 28 Nov 2007; Markus Rothe <corsair@g.o> gtk-chtheme-0.3.1.ebuild:
38 Stable on amd64
39
40
41
42 1.1 x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtk-chtheme-0.3.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v 1.1 2008/03/29 20:50:27 eva Exp $
52
53 inherit toolchain-funcs
54
55 DESCRIPTION="GTK-2.0 Theme Switcher"
56 HOMEPAGE="http://plasmasturm.org/programs/gtk-chtheme/"
57 SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2"
58
59 IUSE=""
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 LICENSE="GPL-2"
63
64 RDEPEND=">=x11-libs/gtk+-2"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 src_unpack() {
69 unpack ${A}
70
71 # QA: stop Makefile from stripping the binaries
72 sed -i -e "s:strip:true:" "${S}"/Makefile || die "sed failed."
73 }
74
75 src_compile() {
76 emake CC="$(tc-getCC)" || die
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list