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.8.ebuild
Date: Mon, 02 Feb 2009 21:16:35
Message-Id: E1LU69g-0006ga-K6@stork.gentoo.org
1 eva 09/02/02 21:16:32
2
3 Modified: ChangeLog
4 Added: alacarte-0.11.8.ebuild
5 Log:
6 Bump to 0.11.8. Translation updates.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.68 x11-misc/alacarte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 1 Feb 2009 19:40:22 -0000 1.67
23 +++ ChangeLog 2 Feb 2009 21:16:32 -0000 1.68
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.67 2009/02/01 19:40:22 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.68 2009/02/02 21:16:32 eva Exp $
29 +
30 +*alacarte-0.11.8 (02 Feb 2009)
31 +
32 + 02 Feb 2009; Gilles Dartiguelongue <eva@g.o>
33 + +alacarte-0.11.8.ebuild:
34 + Bump to 0.11.8. Translation updates.
35
36 01 Feb 2009; nixnut <nixnut@g.o> alacarte-0.11.6.ebuild:
37 ppc stable #255820
38
39
40
41 1.1 x11-misc/alacarte/alacarte-0.11.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: alacarte-0.11.8.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.8.ebuild,v 1.1 2009/02/02 21:16:32 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.22.2
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_need_rebuild
97 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/Alacarte
98 }
99
100 pkg_postrm() {
101 gnome2_pkg_postrm
102 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/Alacarte
103 }