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