Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-menus: ChangeLog gnome-menus-3.0.1-r1.ebuild
Date: Wed, 29 Feb 2012 06:06:09
Message-Id: 20120229060555.17D002004B@flycatcher.gentoo.org
1 tetromino 12/02/29 06:05:55
2
3 Modified: ChangeLog gnome-menus-3.0.1-r1.ebuild
4 Log:
5 Add missing gnome-common dependency (bug #406231, thanks to Robin Bankhead for reporting). Add introspection.m4 for eautoreconf. Update to EAPI4.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.176 gnome-base/gnome-menus/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/ChangeLog?rev=1.176&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/ChangeLog?rev=1.176&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/ChangeLog?r1=1.175&r2=1.176
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v
19 retrieving revision 1.175
20 retrieving revision 1.176
21 diff -u -r1.175 -r1.176
22 --- ChangeLog 10 Feb 2012 02:40:43 -0000 1.175
23 +++ ChangeLog 29 Feb 2012 06:05:54 -0000 1.176
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/gnome-menus
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.175 2012/02/10 02:40:43 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.176 2012/02/29 06:05:54 tetromino Exp $
29 +
30 + 29 Feb 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + gnome-menus-3.0.1-r1.ebuild:
32 + Add missing gnome-common dependency (bug #406231, thanks to Robin Bankhead
33 + for reporting). Add introspection.m4 for eautoreconf. Update to EAPI4.
34
35 10 Feb 2012; Patrick Lauer <patrick@g.o> gnome-menus-2.30.5.ebuild,
36 gnome-menus-3.0.1-r1.ebuild, gnome-menus-3.2.0.1-r1.ebuild,
37
38
39
40 1.4 gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild?r1=1.3&r2=1.4
45
46 Index: gnome-menus-3.0.1-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- gnome-menus-3.0.1-r1.ebuild 10 Feb 2012 02:40:43 -0000 1.3
53 +++ gnome-menus-3.0.1-r1.ebuild 29 Feb 2012 06:05:55 -0000 1.4
54 @@ -1,19 +1,21 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild,v 1.3 2012/02/10 02:40:43 patrick Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild,v 1.4 2012/02/29 06:05:55 tetromino Exp $
59
60 -EAPI="3"
61 +EAPI="4"
62 GCONF_DEBUG="no"
63 GNOME2_LA_PUNT="yes"
64 +GNOME_TARBALL_SUFFIX="bz2"
65
66 PYTHON_DEPEND="python? 2:2.5"
67 SUPPORT_PYTHON_ABIS="1"
68 -RESTRICT_PYTHON_ABIS="3.*"
69 +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
70
71 inherit autotools eutils gnome2 python
72
73 DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
74 HOMEPAGE="http://www.gnome.org"
75 +SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
76
77 LICENSE="GPL-2 LGPL-2"
78 SLOT="0"
79 @@ -26,7 +28,10 @@
80 DEPEND="${RDEPEND}
81 sys-devel/gettext
82 >=dev-util/pkgconfig-0.9
83 - >=dev-util/intltool-0.40"
84 + >=dev-util/intltool-0.40
85 +
86 + gnome-base/gnome-common"
87 +# eautoreconf requires gnome-common
88 # The actual menus are provided by slot 3
89 PDEPEND="gnome-base/gnome-menus:3"
90
91 @@ -43,16 +48,20 @@
92 --disable-static
93 $(use_enable python)
94 $(use_enable introspection)"
95 +
96 + python_pkg_setup
97 }
98
99 src_prepare() {
100 # Only build the library (everything else is coming from slot 3)
101 epatch "${FILESDIR}/${PN}-3.0.2-library-only.patch"
102 + # introspection.m4 needed for eautoreconf
103 + mv "${WORKDIR}/introspection.m4" m4/ || die
104 eautoreconf
105 gnome2_src_prepare
106
107 # disable pyc compiling
108 - echo '#!/bin/sh' > py-compile
109 + python_clean_py-compile_files
110
111 python_copy_sources
112 }