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-misc/alacarte: ChangeLog alacarte-0.11.6.ebuild alacarte-0.11.3-r1.ebuild
Date: Sat, 27 Sep 2008 16:00:35
Message-Id: E1KjcDg-0005J3-54@stork.gentoo.org
1 eva 08/09/27 16:00:32
2
3 Modified: ChangeLog
4 Added: alacarte-0.11.6.ebuild
5 Removed: alacarte-0.11.3-r1.ebuild
6 Log:
7 bump to 0.11.6. Updated translations. Use of more theme icons.
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.59 x11-misc/alacarte/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 25 Sep 2008 15:10:59 -0000 1.58
24 +++ ChangeLog 27 Sep 2008 16:00:31 -0000 1.59
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/alacarte
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.58 2008/09/25 15:10:59 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.59 2008/09/27 16:00:31 eva Exp $
30 +
31 +*alacarte-0.11.6 (27 Sep 2008)
32 +
33 + 27 Sep 2008; Gilles Dartiguelongue <eva@g.o>
34 + -alacarte-0.11.3-r1.ebuild, +alacarte-0.11.6.ebuild:
35 + bump to 0.11.6. Updated translations. Use of more theme icons.
36
37 25 Sep 2008; Jeroen Roovers <jer@g.o> alacarte-0.11.5.ebuild:
38 Stable for HPPA (bug #236971).
39
40
41
42 1.1 x11-misc/alacarte/alacarte-0.11.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: alacarte-0.11.6.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-misc/alacarte/alacarte-0.11.6.ebuild,v 1.1 2008/09/27 16:00:31 eva Exp $
52
53 inherit gnome2 python eutils
54
55 DESCRIPTION="Simple GNOME menu editor"
56 HOMEPAGE="http://www.realistanew.com/projects/alacarte"
57
58 LICENSE="GPL-2"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61 SLOT=0
62
63 RDEPEND=">=dev-lang/python-2.4
64 >=dev-python/pygtk-2.8
65 >=gnome-base/gnome-menus-2.18
66 >=dev-python/gnome-python-2.18"
67 DEPEND="${RDEPEND}
68 sys-devel/gettext
69 >=dev-util/intltool-0.35
70 >=dev-util/pkgconfig-0.19"
71
72 DOCS="AUTHORS ChangeLog NEWS README"
73
74 pkg_setup() {
75 if ! built_with_use gnome-base/gnome-menus python ; then
76 eerror "You must emerge gnome-base/gnome-menus with the python USE flag"
77 die "alacarte needs python support in gnome-base/gnome-menus"
78 fi
79 }
80
81 src_unpack() {
82 gnome2_src_unpack
83
84 # disable pyc compiling
85 mv py-compile py-compile.orig
86 ln -s $(type -P true) py-compile
87 }
88
89 pkg_postinst() {
90 gnome2_pkg_postinst
91 python_version
92 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/Alacarte
93 }
94
95 pkg_postrm() {
96 gnome2_pkg_postrm
97 python_version
98 python_mod_cleanup
99 }