Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/mate-menu-editor: mate-menu-editor-1.6.0.ebuild ChangeLog
Date: Sun, 28 Dec 2014 19:08:06
Message-Id: 20141228190802.5D77AE5E6@oystercatcher.gentoo.org
1 floppym 14/12/28 19:08:02
2
3 Modified: mate-menu-editor-1.6.0.ebuild ChangeLog
4 Log:
5 python-r1 cleanup.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.3 x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild?r1=1.2&r2=1.3
15
16 Index: mate-menu-editor-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mate-menu-editor-1.6.0.ebuild 4 May 2014 14:55:31 -0000 1.2
23 +++ mate-menu-editor-1.6.0.ebuild 28 Dec 2014 19:08:02 -0000 1.3
24 @@ -1,13 +1,12 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild,v 1.2 2014/05/04 14:55:31 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mate-menu-editor/mate-menu-editor-1.6.0.ebuild,v 1.3 2014/12/28 19:08:02 floppym Exp $
29
30 EAPI="5"
31
32 GCONF_DEBUG="no"
33 PYTHON_COMPAT=( python{2_6,2_7} )
34 PYTHON_REQ_USE="xml"
35 -SUPPORT_PYTHON_ABIS="1"
36
37 inherit autotools gnome2 python-r1 versionator
38
39 @@ -21,12 +20,12 @@
40 SLOT="0"
41 KEYWORDS="amd64"
42
43 -COMMON_DEPEND=">=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
44 +COMMON_DEPEND="${PYTHON_DEPS}
45 + >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
46 >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
47 >=mate-base/mate-menus-1.6:0[introspection,python]"
48
49 RDEPEND="${COMMON_DEPEND}
50 - ${PYTHON_DEPS}
51 >=mate-base/mate-panel-1.6:0
52 x11-libs/gdk-pixbuf:2[introspection]
53 x11-libs/gtk+:2[introspection]
54 @@ -37,6 +36,8 @@
55 sys-devel/gettext:*
56 virtual/pkgconfig:*"
57
58 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
59 +
60 src_prepare() {
61 # Tarball has no proper build system, should be fixed on next release.
62 eautoreconf
63
64
65
66 1.3 x11-misc/mate-menu-editor/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-menu-editor/ChangeLog?rev=1.3&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-menu-editor/ChangeLog?rev=1.3&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mate-menu-editor/ChangeLog?r1=1.2&r2=1.3
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/x11-misc/mate-menu-editor/ChangeLog,v
75 retrieving revision 1.2
76 retrieving revision 1.3
77 diff -u -r1.2 -r1.3
78 --- ChangeLog 4 May 2014 14:55:31 -0000 1.2
79 +++ ChangeLog 28 Dec 2014 19:08:02 -0000 1.3
80 @@ -1,6 +1,9 @@
81 # ChangeLog for x11-misc/mate-menu-editor
82 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mate-menu-editor/ChangeLog,v 1.2 2014/05/04 14:55:31 ago Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mate-menu-editor/ChangeLog,v 1.3 2014/12/28 19:08:02 floppym Exp $
85 +
86 + 28 Dec 2014; Mike Gilbert <floppym@g.o> mate-menu-editor-1.6.0.ebuild:
87 + python-r1 cleanup.
88
89 04 May 2014; Agostino Sarubbo <ago@g.o> mate-menu-editor-1.6.0.ebuild:
90 Stable for amd64, wrt bug #509268