Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/
Date: Wed, 02 Sep 2020 05:55:57
Message-Id: 1599026138.47f7ccd4ffa0812dd5656e03ec84d9f07886acde.np-hardass@gentoo
1 commit: 47f7ccd4ffa0812dd5656e03ec84d9f07886acde
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 05:45:05 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 05:55:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=47f7ccd4
7
8 x11-misc/mozo: Sync with ::gentoo
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 x11-misc/mozo/Manifest | 2 --
14 x11-misc/mozo/mozo-1.22.0.ebuild | 66 ----------------------------------------
15 x11-misc/mozo/mozo-1.22.1.ebuild | 66 ----------------------------------------
16 x11-misc/mozo/mozo-1.22.2.ebuild | 2 +-
17 x11-misc/mozo/mozo-1.24.0.ebuild | 2 +-
18 5 files changed, 2 insertions(+), 136 deletions(-)
19
20 diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
21 index 932df41..65afca0 100644
22 --- a/x11-misc/mozo/Manifest
23 +++ b/x11-misc/mozo/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST mozo-1.22.0.tar.xz 178924 BLAKE2B 6cc74cbdb7342d926483948391798cc9b0be66b63bba758b7ec8cea3f5555ae01f1ecf279053612ed060a283076bdac1a9ef8bd15e3cfe61d96685aeee168ae0 SHA512 f3d60e94d9bf5fdd435320856563622f0687cc2844a3d51473bcef5c442f4938a4030533271ead2fd88fb0ce805c16b40d629e5a69fc642e7e670a1afd5745db
26 -DIST mozo-1.22.1.tar.xz 171976 BLAKE2B c4a1166b605d3fed68b71987dbf70b7f908aabc2c7266415b0d7ce4c8ccb93ad690c72ce83a708f9d3518cfba66128d2cd4bc5413432133299595cf4d2c5a43c SHA512 6cd4ed04d43ae064077fc78ed59644bf6efe4c65c26995742166c57333d470fbe95ca4f4037e786f16dc076e75d938868948e8c2e5c662f35d971b36992f1a9b
27 DIST mozo-1.22.2.tar.xz 172644 BLAKE2B 15e643cfdceb1d62f7fd1499a42bb92a4dd8485adc764d304a2b3f31ffac962fa48f2af402564a6c1598fc97ae19288f4281bc19e9ba6855aeb329ec09bbe4ab SHA512 c5122b37036291ea7a2ecdb2a2ca37bf63d88404f8fb608c45917a28f4e5996d862764ea5e33544027f8f1f144387de40e204aa69b07d5a590b76aca29e1ad71
28 DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453 SHA512 e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193
29
30 diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild
31 deleted file mode 100644
32 index 5acaed0..0000000
33 --- a/x11-misc/mozo/mozo-1.22.0.ebuild
34 +++ /dev/null
35 @@ -1,66 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -PYTHON_COMPAT=( python3_6 )
42 -PYTHON_REQ_USE="xml"
43 -
44 -inherit python-r1 mate
45 -
46 -if [[ ${PV} != 9999 ]]; then
47 - KEYWORDS="amd64 ~arm ~arm64 x86"
48 -fi
49 -
50 -DESCRIPTION="Mozo menu editor for MATE"
51 -LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
52 -SLOT="0"
53 -IUSE=""
54 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
55 -
56 -COMMON_DEPEND="${PYTHON_DEPS}
57 - >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
58 - >=mate-base/mate-menus-1.21.0[introspection]
59 - x11-libs/gdk-pixbuf:2[introspection]
60 - >=x11-libs/gtk+-3.22:3[introspection]
61 - virtual/libintl
62 - !!x11-misc/mate-menu-editor"
63 -
64 -RDEPEND="${COMMON_DEPEND}"
65 -
66 -DEPEND="${COMMON_DEPEND}
67 - >=dev-util/intltool-0.40
68 - sys-devel/gettext:*
69 - virtual/pkgconfig:*"
70 -
71 -src_prepare() {
72 - mate_src_prepare
73 - python_copy_sources
74 -}
75 -
76 -src_configure() {
77 - python_foreach_impl run_in_build_dir mate_src_configure \
78 - --disable-icon-update
79 -}
80 -
81 -src_compile() {
82 - python_foreach_impl run_in_build_dir default
83 -}
84 -
85 -src_test() {
86 - python_foreach_impl run_in_build_dir emake check
87 -}
88 -
89 -src_install() {
90 - installing() {
91 - mate_src_install
92 -
93 - # Massage shebang to make python_doscript happy
94 - sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
95 - -i mozo || die
96 -
97 - python_doscript mozo
98 - }
99 -
100 - python_foreach_impl run_in_build_dir installing
101 -}
102
103 diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild
104 deleted file mode 100644
105 index 3c7cb64..0000000
106 --- a/x11-misc/mozo/mozo-1.22.1.ebuild
107 +++ /dev/null
108 @@ -1,66 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -PYTHON_COMPAT=( python3_6 )
115 -PYTHON_REQ_USE="xml"
116 -
117 -inherit python-r1 mate
118 -
119 -if [[ ${PV} != 9999 ]]; then
120 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
121 -fi
122 -
123 -DESCRIPTION="Mozo menu editor for MATE"
124 -LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
125 -SLOT="0"
126 -IUSE=""
127 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
128 -
129 -COMMON_DEPEND="${PYTHON_DEPS}
130 - >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
131 - >=mate-base/mate-menus-1.21.0[introspection]
132 - x11-libs/gdk-pixbuf:2[introspection]
133 - >=x11-libs/gtk+-3.22:3[introspection]
134 - virtual/libintl
135 - !!x11-misc/mate-menu-editor"
136 -
137 -RDEPEND="${COMMON_DEPEND}"
138 -
139 -DEPEND="${COMMON_DEPEND}
140 - >=dev-util/intltool-0.40
141 - sys-devel/gettext:*
142 - virtual/pkgconfig:*"
143 -
144 -src_prepare() {
145 - mate_src_prepare
146 - python_copy_sources
147 -}
148 -
149 -src_configure() {
150 - python_foreach_impl run_in_build_dir mate_src_configure \
151 - --disable-icon-update
152 -}
153 -
154 -src_compile() {
155 - python_foreach_impl run_in_build_dir default
156 -}
157 -
158 -src_test() {
159 - python_foreach_impl run_in_build_dir emake check
160 -}
161 -
162 -src_install() {
163 - installing() {
164 - mate_src_install
165 -
166 - # Massage shebang to make python_doscript happy
167 - sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
168 - -i mozo || die
169 -
170 - python_doscript mozo
171 - }
172 -
173 - python_foreach_impl run_in_build_dir installing
174 -}
175
176 diff --git a/x11-misc/mozo/mozo-1.22.2.ebuild b/x11-misc/mozo/mozo-1.22.2.ebuild
177 index 950b638..2aef03e 100644
178 --- a/x11-misc/mozo/mozo-1.22.2.ebuild
179 +++ b/x11-misc/mozo/mozo-1.22.2.ebuild
180 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
181 inherit python-r1 mate
182
183 if [[ ${PV} != 9999 ]]; then
184 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
185 + KEYWORDS="amd64 ~arm ~arm64 x86"
186 fi
187
188 DESCRIPTION="Mozo menu editor for MATE"
189
190 diff --git a/x11-misc/mozo/mozo-1.24.0.ebuild b/x11-misc/mozo/mozo-1.24.0.ebuild
191 index ac2cdef..cfcfb2e 100644
192 --- a/x11-misc/mozo/mozo-1.24.0.ebuild
193 +++ b/x11-misc/mozo/mozo-1.24.0.ebuild
194 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
195 inherit python-r1 mate
196
197 if [[ ${PV} != 9999 ]]; then
198 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
199 + KEYWORDS="amd64 ~arm ~arm64 x86"
200 fi
201
202 DESCRIPTION="Mozo menu editor for MATE"