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/gnome-icon-theme: ChangeLog gnome-icon-theme-2.28.0.ebuild gnome-icon-theme-2.20.0.ebuild
Date: Thu, 29 Oct 2009 22:44:28
Message-Id: E1N3djG-000672-43@stork.gentoo.org
1 eva 09/10/29 22:44:26
2
3 Modified: ChangeLog
4 Added: gnome-icon-theme-2.28.0.ebuild
5 Removed: gnome-icon-theme-2.20.0.ebuild
6 Log:
7 New version for GNOME 2.28. Clean up old revision.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.165 x11-themes/gnome-icon-theme/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.165&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.165&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?r1=1.164&r2=1.165
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v
20 retrieving revision 1.164
21 retrieving revision 1.165
22 diff -u -r1.164 -r1.165
23 --- ChangeLog 24 Oct 2009 16:16:49 -0000 1.164
24 +++ ChangeLog 29 Oct 2009 22:44:25 -0000 1.165
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gnome-icon-theme
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.164 2009/10/24 16:16:49 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.165 2009/10/29 22:44:25 eva Exp $
30 +
31 +*gnome-icon-theme-2.28.0 (29 Oct 2009)
32 +
33 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
34 + -gnome-icon-theme-2.20.0.ebuild, +gnome-icon-theme-2.28.0.ebuild:
35 + New version for GNOME 2.28. Clean up old revision.
36
37 24 Oct 2009; nixnut <nixnut@g.o> gnome-icon-theme-2.26.0.ebuild:
38 ppc stable #281427
39
40
41
42 1.1 x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-icon-theme-2.28.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild,v 1.1 2009/10/29 22:44:25 eva Exp $
52
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="GNOME 2 default icon themes"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
66 DEPEND="${RDEPEND}
67 >=x11-misc/icon-naming-utils-0.8.7
68 >=dev-util/pkgconfig-0.19
69 >=dev-util/intltool-0.40
70 sys-devel/gettext"
71
72 DOCS="AUTHORS ChangeLog NEWS TODO"
73
74 # This ebuild does not install any binaries
75 RESTRICT="binchecks strip"
76
77 # FIXME: double check potential LINGUAS problem
78 pkg_setup() {
79 G2CONF="${G2CONF} --enable-icon-mapping"
80 }