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/gtk-theme-switch: ChangeLog gtk-theme-switch-2.1.0.ebuild
Date: Fri, 02 Apr 2010 17:47:42
Message-Id: E1Nxkxm-0001mH-0z@stork.gentoo.org
1 ssuominen 10/04/02 17:47:22
2
3 Modified: ChangeLog
4 Added: gtk-theme-switch-2.1.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 x11-themes/gtk-theme-switch/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 6 Jan 2010 19:37:58 -0000 1.38
23 +++ ChangeLog 2 Apr 2010 17:47:21 -0000 1.39
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/gtk-theme-switch
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog,v 1.38 2010/01/06 19:37:58 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog,v 1.39 2010/04/02 17:47:21 ssuominen Exp $
29 +
30 +*gtk-theme-switch-2.1.0 (02 Apr 2010)
31 +
32 + 02 Apr 2010; Samuli Suominen <ssuominen@g.o>
33 + +gtk-theme-switch-2.1.0.ebuild:
34 + Version bump.
35
36 06 Jan 2010; Christian Faulhammer <fauli@g.o>
37 gtk-theme-switch-2.0.0_rc2-r2.ebuild:
38
39
40
41 1.1 x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gtk-theme-switch-2.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/gtk-theme-switch-2.1.0.ebuild,v 1.1 2010/04/02 17:47:21 ssuominen Exp $
51
52 EAPI=2
53 inherit toolchain-funcs
54
55 DESCRIPTION="Utility to switch and preview GTK+ theme"
56 HOMEPAGE="http://packages.qa.debian.org/g/gtk-theme-switch.html"
57 SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd
62 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
63 IUSE=""
64
65 RDEPEND="x11-libs/gtk+:2
66 !${CATEGORY}/${PN}:2"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_prepare() {
71 sed -i \
72 -e 's:${GCC}:$(CC) $(LDFLAGS):' \
73 Makefile || die
74 }
75
76 src_compile() {
77 tc-export CC
78 emake CFLAGS="${CFLAGS} -Wall" || die
79 }
80
81 src_install() {
82 newbin ${PN}2 ${PN} || die
83 newman ${PN}2.1 ${PN}.1 || die
84 dodoc ChangeLog readme todo
85 }