Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-nimbus: ChangeLog gtk-engines-nimbus-0.0.17.ebuild gtk-engines-nimbus-0.0.16.ebuild
Date: Fri, 29 Aug 2008 10:15:20
Message-Id: E1KZ10f-0002BW-It@stork.gentoo.org
1 flameeyes 08/08/29 10:15:17
2
3 Modified: ChangeLog
4 Added: gtk-engines-nimbus-0.0.17.ebuild
5 Removed: gtk-engines-nimbus-0.0.16.ebuild
6 Log:
7 Version bump, thanks to Àngel Díaz in bug #235447.
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
9
10 Revision Changes Path
11 1.10 x11-themes/gtk-engines-nimbus/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 6 Jun 2008 07:23:07 -0000 1.9
24 +++ ChangeLog 29 Aug 2008 10:15:17 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gtk-engines-nimbus
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v 1.9 2008/06/06 07:23:07 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v 1.10 2008/08/29 10:15:17 flameeyes Exp $
30 +
31 +*gtk-engines-nimbus-0.0.17 (29 Aug 2008)
32 +
33 + 29 Aug 2008; Diego Pettenò <flameeyes@g.o>
34 + -gtk-engines-nimbus-0.0.16.ebuild, +gtk-engines-nimbus-0.0.17.ebuild:
35 + Version bump, thanks to Àngel Díaz in bug #235447.
36
37 *gtk-engines-nimbus-0.0.16 (06 Jun 2008)
38
39
40
41
42 1.1 x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.0.17.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.0.17.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.0.17.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtk-engines-nimbus-0.0.17.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-engines-nimbus/gtk-engines-nimbus-0.0.17.ebuild,v 1.1 2008/08/29 10:15:17 flameeyes Exp $
52
53 inherit libtool autotools gnome2-utils eutils
54
55 MY_PN=nimbus
56 MY_P=${MY_PN}-${PV}
57
58 DESCRIPTION="Nimbus GTK+ Engine from Sun JDS"
59 HOMEPAGE="http://dlc.sun.com/osol/jds/downloads/extras"
60 SRC_URI="http://dlc.sun.com/osol/jds/downloads/extras/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
65 IUSE=""
66
67 RDEPEND=">=x11-libs/gtk+-2.6"
68 DEPEND="${RDEPEND}
69 >=x11-misc/icon-naming-utils-0.8.1
70 dev-util/intltool"
71
72 S=${WORKDIR}/${MY_P}
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 intltoolize || die "intltoolize failed."
78 eautoreconf
79 elibtoolize
80 }
81
82 src_compile() {
83 econf --disable-dependency-tracking
84 emake || die "emake failed."
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die "emake install failed."
89 dodoc AUTHORS ChangeLog
90 }
91
92 pkg_postinst() {
93 gnome2_icon_cache_update
94 }