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.5.ebuild
Date: Tue, 11 Mar 2008 02:53:09
Message-Id: E1JYrqK-0002m0-Ez@stork.gentoo.org
1 eva 08/03/10 23:55:44
2
3 Modified: ChangeLog
4 Added: alacarte-0.11.5.ebuild
5 Log:
6 bump to 0.11.5
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.46 x11-misc/alacarte/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 18 Feb 2008 00:23:09 -0000 1.45
23 +++ ChangeLog 10 Mar 2008 23:55:43 -0000 1.46
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/alacarte
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.45 2008/02/18 00:23:09 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.46 2008/03/10 23:55:43 eva Exp $
29 +
30 +*alacarte-0.11.5 (10 Mar 2008)
31 +
32 + 10 Mar 2008; Gilles Dartiguelongue <eva@g.o>
33 + +alacarte-0.11.5.ebuild:
34 + bump to 0.11.5, updated translation and fixed one crash
35
36 *alacarte-0.11.4 (18 Feb 2008)
37
38
39
40
41 1.1 x11-misc/alacarte/alacarte-0.11.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: alacarte-0.11.5.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.5.ebuild,v 1.1 2008/03/10 23:55:43 eva Exp $
51
52 inherit gnome2 python eutils autotools
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 RDEPEND=">=dev-lang/python-2.4
63 >=dev-python/pygtk-2.8
64 >=gnome-base/gnome-menus-2.18
65 >=dev-python/gnome-python-2.18"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext
68 >=dev-util/intltool-0.35
69 >=dev-util/pkgconfig-0.19"
70
71 DOCS="AUTHORS ChangeLog NEWS README"
72
73 pkg_setup() {
74 if ! built_with_use gnome-base/gnome-menus python ; then
75 eerror "You must emerge gnome-base/gnome-menus with the python USE flag"
76 die "alacarte needs python support in gnome-base/gnome-menus"
77 fi
78 }
79
80 src_unpack() {
81 gnome2_src_unpack
82
83 epatch "${FILESDIR}"/${PN}-0.11.3-python-2.5.patch
84
85 # disable pyc compiling
86 mv py-compile py-compile.orig
87 ln -s $(type -P true) py-compile
88
89 eautoreconf
90 intltoolize --force
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_version
102 python_mod_cleanup
103 }
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list