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/tango-icon-theme-extras: tango-icon-theme-extras-0.1.0-r1.ebuild ChangeLog
Date: Wed, 24 Feb 2010 14:12:16
Message-Id: E1NkHyI-00018a-Mc@stork.gentoo.org
1 ssuominen 10/02/24 14:12:14
2
3 Modified: tango-icon-theme-extras-0.1.0-r1.ebuild ChangeLog
4 Log:
5 Convert built_with_use to USE deps.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild?r1=1.12&r2=1.13
14
15 Index: tango-icon-theme-extras-0.1.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- tango-icon-theme-extras-0.1.0-r1.ebuild 6 Jan 2010 19:42:30 -0000 1.12
22 +++ tango-icon-theme-extras-0.1.0-r1.ebuild 24 Feb 2010 14:12:14 -0000 1.13
23 @@ -1,10 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild,v 1.12 2010/01/06 19:42:30 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0-r1.ebuild,v 1.13 2010/02/24 14:12:14 ssuominen Exp $
28
29 +EAPI=2
30 inherit eutils gnome2-utils
31
32 -DESCRIPTION="This is an extension to the Tango Icon Theme. It includes Tango icons for iPod Digital Audio Player (DAP) devices and the Dell Pocket DJ DAP."
33 +DESCRIPTION="Tango icons for iPod Digital Audio Player (DAP) devices and the Dell Pocket DJ DAP."
34 HOMEPAGE="http://tango.freedesktop.org"
35 SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz"
36
37 @@ -16,33 +17,23 @@
38 RESTRICT="binchecks strip"
39
40 RDEPEND=">=x11-misc/icon-naming-utils-0.6.0
41 - media-gfx/imagemagick
42 >=gnome-base/librsvg-2.12.3
43 >=x11-themes/tango-icon-theme-0.8"
44 DEPEND="${RDEPEND}
45 + media-gfx/imagemagick[png?]
46 dev-util/pkgconfig"
47
48 -pkg_setup() {
49 - if use png && ! built_with_use media-gfx/imagemagick png; then
50 - die "Build media-gfx/imagemagick with USE=png."
51 - fi
52 -}
53 -
54 -src_compile() {
55 - econf $(use_enable png png-creation) \
56 +src_configure() {
57 + econf \
58 + $(use_enable png png-creation) \
59 $(use_enable png icon-framing)
60 - emake || die "emake failed."
61 }
62
63 src_install() {
64 - emake DESTDIR="${D}" install || die "emake install failed."
65 + emake DESTDIR="${D}" install || die
66 dodoc AUTHORS ChangeLog NEWS README
67 }
68
69 -pkg_postinst() {
70 - gnome2_icon_cache_update
71 -}
72 -
73 -pkg_postrm() {
74 - gnome2_icon_cache_update
75 -}
76 +pkg_preinst() { gnome2_icon_savelist; }
77 +pkg_postinst() { gnome2_icon_cache_update; }
78 +pkg_postrm() { gnome2_icon_cache_update; }
79
80
81
82 1.23 x11-themes/tango-icon-theme-extras/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme-extras/ChangeLog?rev=1.23&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme-extras/ChangeLog?rev=1.23&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme-extras/ChangeLog?r1=1.22&r2=1.23
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme-extras/ChangeLog,v
91 retrieving revision 1.22
92 retrieving revision 1.23
93 diff -u -r1.22 -r1.23
94 --- ChangeLog 6 Jan 2010 19:42:30 -0000 1.22
95 +++ ChangeLog 24 Feb 2010 14:12:14 -0000 1.23
96 @@ -1,6 +1,10 @@
97 # ChangeLog for x11-themes/tango-icon-theme-extras
98 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme-extras/ChangeLog,v 1.22 2010/01/06 19:42:30 fauli Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme-extras/ChangeLog,v 1.23 2010/02/24 14:12:14 ssuominen Exp $
101 +
102 + 24 Feb 2010; Samuli Suominen <ssuominen@g.o>
103 + tango-icon-theme-extras-0.1.0-r1.ebuild:
104 + Convert built_with_use to USE deps.
105
106 06 Jan 2010; Christian Faulhammer <fauli@g.o>
107 tango-icon-theme-extras-0.1.0-r1.ebuild: