Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/mozo: metadata.xml mozo-1.8.0.ebuild ChangeLog
Date: Sun, 04 May 2014 22:40:32
Message-Id: 20140504224028.46C712004C@flycatcher.gentoo.org
1 tomwij 14/05/04 22:40:28
2
3 Added: metadata.xml mozo-1.8.0.ebuild ChangeLog
4 Log:
5 Version bump to 1.8.0, continuation of x11-misc/mate-menu-editor.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 x11-misc/mozo/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mozo/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mozo/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>TomWij@g.o</email>
22 <name>Tom Wijsman</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 x11-misc/mozo/mozo-1.8.0.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mozo/mozo-1.8.0.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mozo/mozo-1.8.0.ebuild?rev=1.1&content-type=text/plain
32
33 Index: mozo-1.8.0.ebuild
34 ===================================================================
35 # Copyright 1999-2014 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/x11-misc/mozo/mozo-1.8.0.ebuild,v 1.1 2014/05/04 22:40:28 tomwij Exp $
38
39 EAPI="5"
40
41 GCONF_DEBUG="no"
42 PYTHON_COMPAT=( python{2_6,2_7} )
43 PYTHON_REQ_USE="xml"
44 SUPPORT_PYTHON_ABIS="1"
45
46 inherit gnome2 python-r1 versionator
47
48 MATE_BRANCH="$(get_version_component_range 1-2)"
49
50 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
51 DESCRIPTION="Mozo menu editor for MATE"
52 HOMEPAGE="http://mate-desktop.org"
53
54 LICENSE="GPL-2"
55 SLOT="0"
56 KEYWORDS="~amd64"
57
58 COMMON_DEPEND=">=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
59 >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
60 >=mate-base/mate-menus-1.6:0[introspection,python]"
61
62 RDEPEND="${COMMON_DEPEND}
63 ${PYTHON_DEPS}
64 >=mate-base/mate-panel-1.6:0
65 x11-libs/gdk-pixbuf:2[introspection]
66 x11-libs/gtk+:2[introspection]
67 virtual/libintl:0
68 !!x11-misc/mate-menu-editor"
69
70 DEPEND="${COMMON_DEPEND}
71 >=dev-util/intltool-0.40:*
72 sys-devel/gettext:*
73 virtual/pkgconfig:*"
74
75 src_prepare() {
76 gnome2_src_prepare
77 python_copy_sources
78 }
79
80 src_configure() {
81 python_foreach_impl run_in_build_dir gnome2_src_configure \
82 --disable-icon-update
83 }
84
85 src_compile() {
86 python_foreach_impl run_in_build_dir gnome2_src_compile
87 }
88
89 src_test() {
90 python_foreach_impl run_in_build_dir emake check
91 }
92
93 DOCS="AUTHORS NEWS README"
94
95 src_install() {
96 installing() {
97 gnome2_src_install
98
99 # Massage shebang to make python_doscript happy
100 sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
101 -i mozo || die
102
103 python_doscript mozo
104 }
105
106 python_foreach_impl run_in_build_dir installing
107 }
108
109 run_in_build_dir() {
110 pushd "${BUILD_DIR}" > /dev/null || die
111 "$@"
112 popd > /dev/null
113 }
114
115
116
117 1.1 x11-misc/mozo/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mozo/ChangeLog?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/mozo/ChangeLog?rev=1.1&content-type=text/plain
121
122 Index: ChangeLog
123 ===================================================================
124 # ChangeLog for x11-misc/mozo
125 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
126 # $Header: /var/cvsroot/gentoo-x86/x11-misc/mozo/ChangeLog,v 1.1 2014/05/04 22:40:28 tomwij Exp $
127
128 *mozo-1.8.0 (04 May 2014)
129
130 04 May 2014; Tom Wijsman <TomWij@g.o> +metadata.xml,
131 +mozo-1.8.0.ebuild:
132 Version bump to 1.8.0, continuation of x11-misc/mate-menu-editor.