[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2021-08-01 Thread Adam Feldman
commit: 2cfcd2f2a0e5b0f1837ea3303e285c40189433cf
Author: Adam Feldman  gentoo  org>
AuthorDate: Mon Aug  2 00:58:13 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Aug  2 00:58:13 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2cfcd2f2

x11-misc/mozo: Support python 3_9, 3_10

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/mozo-1.24.0-r1.ebuild | 2 +-
 x11-misc/mozo/mozo-1.24.1.ebuild| 2 +-
 x11-misc/mozo/mozo-.ebuild  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
index 7adc3a7..30351b9 100644
--- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild
+++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
 PYTHON_REQ_USE="xml"
 
 inherit mate python-r1

diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild
index 2b73ccc..e7a5de8 100644
--- a/x11-misc/mozo/mozo-1.24.1.ebuild
+++ b/x11-misc/mozo/mozo-1.24.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} )
 PYTHON_REQ_USE="xml"
 
 inherit mate python-r1

diff --git a/x11-misc/mozo/mozo-.ebuild b/x11-misc/mozo/mozo-.ebuild
index 8977a14..e7a5de8 100644
--- a/x11-misc/mozo/mozo-.ebuild
+++ b/x11-misc/mozo/mozo-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} )
 PYTHON_REQ_USE="xml"
 
 inherit mate python-r1



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2021-06-10 Thread Adam Feldman
commit: dcd198a9b487d410924cbe200d1d0fe7c95e7959
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:19:47 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Thu Jun 10 15:19:47 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=dcd198a9

x11-misc/mozo: Bump to 1.24.1

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/Manifest   |  1 +
 x11-misc/mozo/mozo-1.24.1.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 1b5b131..7f3c70c 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1 +1,2 @@
 DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 
6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453
 SHA512 
e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193
+DIST mozo-1.24.1.tar.xz 231032 BLAKE2B 
27938aca9810943d19074cc5761ac58bb1dc2c1918b2fefea983f7a1b8788cb55531115bb4387944c7b48a309de4a80da9003d212ca68ea257fa9ab06c8d
 SHA512 
04b7e93e7302b46a3959f78655de4a6f8b17896be2c506c0e8a9041a9a2d5247e8c2ac00b5c8f86616f6c39a533584923feacfe4b81ae58d41080632af2a24bd

diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild
new file mode 100644
index 000..2b73ccc
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.24.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_REQ_USE="xml"
+
+inherit mate python-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.21.0[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=x11-libs/gtk+-3.22:3[introspection]
+   !!x11-misc/mate-menu-editor
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   python_optimize
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2021-06-09 Thread Adam Feldman
commit: 1da39ea6e0afad98207ee881a64a45644696660d
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 23:51:52 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 23:51:52 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1da39ea6

x11-misc/mozo: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/mozo-1.24.0.ebuild | 69 
 1 file changed, 69 deletions(-)

diff --git a/x11-misc/mozo/mozo-1.24.0.ebuild b/x11-misc/mozo/mozo-1.24.0.ebuild
deleted file mode 100644
index a04c961..000
--- a/x11-misc/mozo/mozo-1.24.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_7 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   !!x11-misc/mate-menu-editor
-"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig:*
-"
-
-src_prepare() {
-   mate_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir mate_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-src_install() {
-   installing() {
-   mate_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   python_optimize
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2021-06-08 Thread Adam Feldman
commit: df7fe5ce453dc919122f15ede4bc1741b1eec618
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:46:54 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=df7fe5ce

x11-misc/mozo: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/mozo-1.24.0-r1.ebuild | 6 +++---
 x11-misc/mozo/mozo-1.24.0.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
index 8977a14..7adc3a7 100644
--- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild
+++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 PYTHON_REQ_USE="xml"
 
 inherit mate python-r1
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Mozo menu editor for MATE"

diff --git a/x11-misc/mozo/mozo-1.24.0.ebuild b/x11-misc/mozo/mozo-1.24.0.ebuild
index cfcfb2e..a04c961 100644
--- a/x11-misc/mozo/mozo-1.24.0.ebuild
+++ b/x11-misc/mozo/mozo-1.24.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_7 )
 PYTHON_REQ_USE="xml"
 
 inherit python-r1 mate



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2020-09-07 Thread Adam Feldman
commit: d2b22b140d421b8883d994b65337e9bcac04fd89
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 22:28:14 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Sep  7 18:08:26 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d2b22b14

x11-misc/mozo: Update python, fix deps

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/mozo-1.24.0-r1.ebuild | 69 +
 1 file changed, 69 insertions(+)

diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
new file mode 100644
index 000..8977a14
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_REQ_USE="xml"
+
+inherit mate python-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.21.0[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=x11-libs/gtk+-3.22:3[introspection]
+   !!x11-misc/mate-menu-editor
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   python_optimize
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2020-09-07 Thread Adam Feldman
commit: 6451ab17f08cd68afb43286fd73c72630bb7fc09
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 22:29:31 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Sep  7 18:08:26 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6451ab17

x11-misc/mozo: Sync 

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/mozo-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/mozo/mozo-.ebuild b/x11-misc/mozo/mozo-.ebuild
index ac2cdef..8977a14 100644
--- a/x11-misc/mozo/mozo-.ebuild
+++ b/x11-misc/mozo/mozo-.ebuild
@@ -3,10 +3,10 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 PYTHON_REQ_USE="xml"
 
-inherit python-r1 mate
+inherit mate python-r1
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
@@ -31,8 +31,8 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig:*
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
 "
 
 src_prepare() {



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2020-09-01 Thread Adam Feldman
commit: 47f7ccd4ffa0812dd5656e03ec84d9f07886acde
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:45:05 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:38 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=47f7ccd4

x11-misc/mozo: Sync with ::gentoo

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/Manifest   |  2 --
 x11-misc/mozo/mozo-1.22.0.ebuild | 66 
 x11-misc/mozo/mozo-1.22.1.ebuild | 66 
 x11-misc/mozo/mozo-1.22.2.ebuild |  2 +-
 x11-misc/mozo/mozo-1.24.0.ebuild |  2 +-
 5 files changed, 2 insertions(+), 136 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 932df41..65afca0 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,4 +1,2 @@
-DIST mozo-1.22.0.tar.xz 178924 BLAKE2B 
6cc74cbdb7342d926483948391798cc9b0be66b63bba758b7ec8cea3fae01f1ecf279053612ed060a283076bdac1a9ef8bd15e3cfe61d96685aeee168ae0
 SHA512 
f3d60e94d9bf5fdd435320856563622f0687cc2844a3d51473bcef5c442f4938a4030533271ead2fd88fb0ce805c16b40d629e5a69fc642e7e670a1afd5745db
-DIST mozo-1.22.1.tar.xz 171976 BLAKE2B 
c4a1166b605d3fed68b71987dbf70b7f908aabc2c7266415b0d7ce4c8ccb93ad690c72ce83a708f9d3518cfba66128d2cd4bc5413432133299595cf4d2c5a43c
 SHA512 
6cd4ed04d43ae064077fc78ed59644bf6efe4c65c26995742166c57333d470fbe95ca4f4037e786f16dc076e75d938868948e8c2e5c662f35d971b36992f1a9b
 DIST mozo-1.22.2.tar.xz 172644 BLAKE2B 
15e643cfdceb1d62f7fd1499a42bb92a4dd8485adc764d304a2b3f31ffac962fa48f2af402564a6c1598fc97ae19288f4281bc19e9ba6855aeb329ec09bbe4ab
 SHA512 
c5122b37036291ea7a2ecdb2a2ca37bf63d88404f8fb608c45917a28f4e5996d862764ea5e33544027f8f1f144387de40e204aa69b07d5a590b76aca29e1ad71
 DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 
6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453
 SHA512 
e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193

diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild
deleted file mode 100644
index 5acaed0..000
--- a/x11-misc/mozo/mozo-1.22.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   virtual/libintl
-   !!x11-misc/mate-menu-editor"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   mate_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir mate_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-src_install() {
-   installing() {
-   mate_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}

diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild
deleted file mode 100644
index 3c7cb64..000
--- a/x11-misc/mozo/mozo-1.22.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   virtual/libintl
-   !!x11-misc/mate-menu-editor"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
- 

[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2020-04-09 Thread Adam Feldman
commit: cddd047f9bac69f947c78c40eccd371194eec957
Author: Adam Feldman  gentoo  org>
AuthorDate: Mon Mar 30 21:44:21 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Thu Apr  9 22:49:25 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cddd047f

x11-misc/mozo: Drop old, sync with Gentoo

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/Manifest |  9 ++-
 x11-misc/mozo/metadata.xml |  3 -
 x11-misc/mozo/mozo-1.12.0-r1.ebuild| 75 --
 .../{mozo-1.16.0-r1.ebuild => mozo-1.22.0.ebuild}  | 18 +++---
 .../{mozo-1.18.0.ebuild => mozo-1.22.1.ebuild} | 16 ++---
 .../{mozo-1.14.1.ebuild => mozo-1.22.2.ebuild} | 18 +++---
 .../{mozo-1.18.0.ebuild => mozo-1.24.0.ebuild} | 27 
 x11-misc/mozo/mozo-.ebuild | 29 +
 8 files changed, 61 insertions(+), 134 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index a472807..932df41 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,5 +1,4 @@
-DIST mozo-1.12.0-gtk3.patch.bz2 6562 BLAKE2B 
1b594ad4f3fbab0534ee90be8b10aa219b836d349031175237863db8f32394f4e387f5114c5fa29c26c1c13d77dd8bc2b8ffa425e6f4e55b49c184cd5a3689d4
 SHA512 
9f86a77f29fb359fb59092d819634d2223b74c5eb149917b1442589306d989cfb87df2cc8c4f1e36fd086ba57a75274feccb4978cc0156e20cfd73712ea2a48b
-DIST mozo-1.12.0.tar.xz 163820 BLAKE2B 
337bf187e9d14fb61750a306314eb5d4a57f4dd187cb7d0fed953fb91907e71a3afa57625cf68d96605dcaf63689305b07de94327e39b38012d9d64835217ec4
 SHA512 
93e760b791a74b6a6ca0377d5aaa060c8bf339dcfde91fcb146ef1e37cc25912b3c93fa2b4d612c0abf2bbd00597c80b58769bc88b57925ec4c465967f32c05b
-DIST mozo-1.14.1.tar.xz 171576 BLAKE2B 
b4ca3588e57cadd1ee814045b59b464487265a0eb391288d936d8c2290be2e28ed24e541eabe6a912fe54a238569e0832a62a911d52dc0758db3b7aee3ac3822
 SHA512 
62269ed358807d7ebcf04e6bcbfd3689f019396ebd43a8634bca752f13d6609e94b97688b5fdfa83b1168f0e1cdf284275dc08054e27ab507ce40c2de881bc76
-DIST mozo-1.16.0.tar.xz 172312 BLAKE2B 
d1fd10aa32b7619238584ab33637b7bbc6404f5741445f1c09fed2132c69eeb4f2727a43c0cd3d7673bf689e15750739d04dd84c39d5c611016a0401fd48415e
 SHA512 
507a35bbdad944ec55ce81e5193af9e5697747c2fc55817b3e3913aca68f1d99caa75df1d79f3b7abc1ba354a5c4f34c868e054e20cb86e5d0a7d65b463af57a
-DIST mozo-1.18.0.tar.xz 173432 BLAKE2B 
46c791b056c3fb8bb768599f4b474cd9434d6918d9deb740e2d65bef5853199822818e02a7cf9b653d3ef49453aff413b09ad92cda218f70db950b19b5f74363
 SHA512 
e333c572e5bc1d0905daed17eacd3dda10df5f80ed5b5b01ca3478d345a8c724e0161ccf51914f4982f16df71f252a3b08b194bec18e6aee05eb7af021369a12
+DIST mozo-1.22.0.tar.xz 178924 BLAKE2B 
6cc74cbdb7342d926483948391798cc9b0be66b63bba758b7ec8cea3fae01f1ecf279053612ed060a283076bdac1a9ef8bd15e3cfe61d96685aeee168ae0
 SHA512 
f3d60e94d9bf5fdd435320856563622f0687cc2844a3d51473bcef5c442f4938a4030533271ead2fd88fb0ce805c16b40d629e5a69fc642e7e670a1afd5745db
+DIST mozo-1.22.1.tar.xz 171976 BLAKE2B 
c4a1166b605d3fed68b71987dbf70b7f908aabc2c7266415b0d7ce4c8ccb93ad690c72ce83a708f9d3518cfba66128d2cd4bc5413432133299595cf4d2c5a43c
 SHA512 
6cd4ed04d43ae064077fc78ed59644bf6efe4c65c26995742166c57333d470fbe95ca4f4037e786f16dc076e75d938868948e8c2e5c662f35d971b36992f1a9b
+DIST mozo-1.22.2.tar.xz 172644 BLAKE2B 
15e643cfdceb1d62f7fd1499a42bb92a4dd8485adc764d304a2b3f31ffac962fa48f2af402564a6c1598fc97ae19288f4281bc19e9ba6855aeb329ec09bbe4ab
 SHA512 
c5122b37036291ea7a2ecdb2a2ca37bf63d88404f8fb608c45917a28f4e5996d862764ea5e33544027f8f1f144387de40e204aa69b07d5a590b76aca29e1ad71
+DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 
6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453
 SHA512 
e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193

diff --git a/x11-misc/mozo/metadata.xml b/x11-misc/mozo/metadata.xml
index 6931d55..dae7419 100644
--- a/x11-misc/mozo/metadata.xml
+++ b/x11-misc/mozo/metadata.xml
@@ -5,9 +5,6 @@
m...@gentoo.org
Gentoo MATE Desktop

-   
-   Build with GTK+3 instead of GTK+2
-   

mate-desktop/mozo


diff --git a/x11-misc/mozo/mozo-1.12.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
deleted file mode 100644
index ec999ea..000
--- a/x11-misc/mozo/mozo-1.12.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-SRC_URI="${SRC_URI} gtk3? ( 
https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}-gtk3.patch.bz2 )"
-KEYWORDS="amd64 ~arm x86"
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="gtk3"
-
-RDEPEND="${PYTHON_DEPS}
-   

[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2017-09-26 Thread NP Hardass
commit: d6a5324b3d65d06d589e6d2a5b80fe56702bb180
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 27 03:16:00 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Sep 27 03:16:00 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d6a5324b

x11-misc/mozo: Fix inconsistent metadata.xml spacing

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-misc/mozo/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/mozo/metadata.xml b/x11-misc/mozo/metadata.xml
index 97db2f6..6931d55 100644
--- a/x11-misc/mozo/metadata.xml
+++ b/x11-misc/mozo/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
+   
+   m...@gentoo.org
+   Gentoo MATE Desktop
+   

Build with GTK+3 instead of GTK+2

-
-mate-desktop/mozo
-
+   
+   mate-desktop/mozo
+   
 



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2017-01-29 Thread Ettore Di Giacinto
commit: e2761cd63297b0ab34143e80d4b1d6458ed8b828
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Jan 29 12:33:49 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jan 29 12:47:23 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e2761cd6

x11-misc/mozo: sync live ebuild

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/mozo/mozo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/mozo/mozo-.ebuild b/x11-misc/mozo/mozo-.ebuild
index 80e2d65..0e27e29 100644
--- a/x11-misc/mozo/mozo-.ebuild
+++ b/x11-misc/mozo/mozo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ IUSE=""
 
 COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.6[introspection]
+   >=mate-base/mate-menus-1.6[introspection,python]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
virtual/libintl:0



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2017-01-29 Thread Ettore Di Giacinto
commit: d49a49be2432e415d809e99d6fae93e942c5c041
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Jan 29 12:32:26 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jan 29 12:47:09 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d49a49be

x11-misc/mozo: revision bump #606986

* enforce USE python constraint on mate-base/mate-menus

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=606986

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/mozo/{mozo-1.16.0.ebuild => mozo-1.16.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/mozo/mozo-1.16.0.ebuild 
b/x11-misc/mozo/mozo-1.16.0-r1.ebuild
similarity index 92%
rename from x11-misc/mozo/mozo-1.16.0.ebuild
rename to x11-misc/mozo/mozo-1.16.0-r1.ebuild
index 80e2d65..0e27e29 100644
--- a/x11-misc/mozo/mozo-1.16.0.ebuild
+++ b/x11-misc/mozo/mozo-1.16.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ IUSE=""
 
 COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.6[introspection]
+   >=mate-base/mate-menus-1.6[introspection,python]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
virtual/libintl:0



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-11-29 Thread Ettore Di Giacinto
commit: 34a7c7381fee5da71da79d369e8ef36c804805ad
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 22:08:14 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov 29 18:44:48 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=34a7c738

x11-misc/mozo: version bump to 1.16.0

Package-Manager: portage-2.3.1

 x11-misc/mozo/Manifest   |  1 +
 x11-misc/mozo/mozo-1.16.0.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index b040b92..bf6435e 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,3 +1,4 @@
 DIST mozo-1.12.0-gtk3.patch.bz2 6562 SHA256 
b8aed33b49bd7d5c09d9546770ba79d8643b8d7eb56a0d512e1105c8e8ffd32d SHA512 
9f86a77f29fb359fb59092d819634d2223b74c5eb149917b1442589306d989cfb87df2cc8c4f1e36fd086ba57a75274feccb4978cc0156e20cfd73712ea2a48b
 WHIRLPOOL 
3b78ad3496b6f31e90e345c83805d6e35a910a4298cfd35a048810425cc26283b8da72cb5134d84a81fa124a0197fa1ba446aa99c0add1eeafc24ae5c31c
 DIST mozo-1.12.0.tar.xz 163820 SHA256 
59ab1c873064177e5515ba31c493fe9fd158c37b1054f7ae638c6571640aecc7 SHA512 
93e760b791a74b6a6ca0377d5aaa060c8bf339dcfde91fcb146ef1e37cc25912b3c93fa2b4d612c0abf2bbd00597c80b58769bc88b57925ec4c465967f32c05b
 WHIRLPOOL 
188419370e749b984d6cc1437baf67dc2611e255d9e18ee2cee113eff578cde8db078064050d63e523d457d5b1fa391a6f1a1db0e95f23c0c79742e484670932
 DIST mozo-1.14.1.tar.xz 171576 SHA256 
6ec9afc8de9c61ac44d0a65e09bdad847caae5050b1ffe66ca02bc6d479f7163 SHA512 
62269ed358807d7ebcf04e6bcbfd3689f019396ebd43a8634bca752f13d6609e94b97688b5fdfa83b1168f0e1cdf284275dc08054e27ab507ce40c2de881bc76
 WHIRLPOOL 
ef795b2268a05ebc6343b62d67e0546b993fe4d6e01d4fbba5c4e8528cb7dae267116de22ddc9dcda91d6aeb332d41411efa2e598ed322ca4acf9da6403f0ea9
+DIST mozo-1.16.0.tar.xz 172312 SHA256 
1bba88f32caafbc2b1c6bd3095acc07d10de40f242b8c15acb98f0b6e1747432 SHA512 
507a35bbdad944ec55ce81e5193af9e5697747c2fc55817b3e3913aca68f1d99caa75df1d79f3b7abc1ba354a5c4f34c868e054e20cb86e5d0a7d65b463af57a
 WHIRLPOOL 
dd55a9510784927b11d3bbdccb26dfaa5901769cea0e817fcfeeaaee42220296424599eac6887968724729020594a27ab0d5d4b2a39056c6739b62d240db0300

diff --git a/x11-misc/mozo/mozo-1.16.0.ebuild b/x11-misc/mozo/mozo-1.16.0.ebuild
new file mode 100644
index 000..80e2d65
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.16.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit python-r1 mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.6[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/gtk+:3[introspection]
+   virtual/libintl:0
+   !!x11-misc/mate-menu-editor"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-11-22 Thread Ettore Di Giacinto
commit: e6a375a2b32a724fd6938c6e8ddc6e55a510dc9e
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Oct 21 19:22:25 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov 22 11:10:41 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e6a375a2

x11-misc/mozo: Drop 1.10.x

Package-Manager: portage-2.3.1

 x11-misc/mozo/Manifest   |  1 -
 x11-misc/mozo/mozo-1.10.1.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 806faf8..b040b92 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,4 +1,3 @@
-DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
 DIST mozo-1.12.0-gtk3.patch.bz2 6562 SHA256 
b8aed33b49bd7d5c09d9546770ba79d8643b8d7eb56a0d512e1105c8e8ffd32d SHA512 
9f86a77f29fb359fb59092d819634d2223b74c5eb149917b1442589306d989cfb87df2cc8c4f1e36fd086ba57a75274feccb4978cc0156e20cfd73712ea2a48b
 WHIRLPOOL 
3b78ad3496b6f31e90e345c83805d6e35a910a4298cfd35a048810425cc26283b8da72cb5134d84a81fa124a0197fa1ba446aa99c0add1eeafc24ae5c31c
 DIST mozo-1.12.0.tar.xz 163820 SHA256 
59ab1c873064177e5515ba31c493fe9fd158c37b1054f7ae638c6571640aecc7 SHA512 
93e760b791a74b6a6ca0377d5aaa060c8bf339dcfde91fcb146ef1e37cc25912b3c93fa2b4d612c0abf2bbd00597c80b58769bc88b57925ec4c465967f32c05b
 WHIRLPOOL 
188419370e749b984d6cc1437baf67dc2611e255d9e18ee2cee113eff578cde8db078064050d63e523d457d5b1fa391a6f1a1db0e95f23c0c79742e484670932
 DIST mozo-1.14.1.tar.xz 171576 SHA256 
6ec9afc8de9c61ac44d0a65e09bdad847caae5050b1ffe66ca02bc6d479f7163 SHA512 
62269ed358807d7ebcf04e6bcbfd3689f019396ebd43a8634bca752f13d6609e94b97688b5fdfa83b1168f0e1cdf284275dc08054e27ab507ce40c2de881bc76
 WHIRLPOOL 
ef795b2268a05ebc6343b62d67e0546b993fe4d6e01d4fbba5c4e8528cb7dae267116de22ddc9dcda91d6aeb332d41411efa2e598ed322ca4acf9da6403f0ea9

diff --git a/x11-misc/mozo/mozo-1.10.1.ebuild b/x11-misc/mozo/mozo-1.10.1.ebuild
deleted file mode 100644
index 3817077..000
--- a/x11-misc/mozo/mozo-1.10.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit gnome2 python-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Mozo menu editor for MATE"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-COMMON_DEPEND=">=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.10:0[introspection,python]"
-
-RDEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   >=mate-base/mate-panel-1.10:0
-   x11-libs/gdk-pixbuf:2[introspection]
-   x11-libs/gtk+:2[introspection]
-   virtual/libintl:0
-   !!x11-misc/mate-menu-editor"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-DOCS="AUTHORS NEWS README"
-
-src_install() {
-   installing() {
-   gnome2_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-10-14 Thread NP Hardass
commit: faae1c97e69f4467f1f6ebc795df6bd53396df62
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 01:26:32 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=faae1c97

x11-misc/mozo: Stable on amd64 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass  gentoo.org>

 x11-misc/mozo/mozo-1.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/mozo/mozo-1.12.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
index 723f591..e4df1a6 100644
--- a/x11-misc/mozo/mozo-1.12.0-r1.ebuild
+++ b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="xml"
 inherit python-r1 mate
 
 SRC_URI="${SRC_URI} gtk3? ( 
https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}-gtk3.patch.bz2 )"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 DESCRIPTION="Mozo menu editor for MATE"
 LICENSE="GPL-2"



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-10-14 Thread NP Hardass
commit: f4ff4833c4195d56bf4e7dbafde53ab30424b43c
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:59 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 01:26:32 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f4ff4833

x11-misc/mozo: Stable on x86 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass  gentoo.org>

 x11-misc/mozo/mozo-1.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/mozo/mozo-1.12.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
index e4df1a6..ceb357a 100644
--- a/x11-misc/mozo/mozo-1.12.0-r1.ebuild
+++ b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="xml"
 inherit python-r1 mate
 
 SRC_URI="${SRC_URI} gtk3? ( 
https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}-gtk3.patch.bz2 )"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 DESCRIPTION="Mozo menu editor for MATE"
 LICENSE="GPL-2"



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-09-10 Thread NP Hardass
commit: b9b51c7509e0341558232874bffdd8af8a7d0f14
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 14:03:03 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 14:03:03 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b9b51c75

x11-misc/mozo: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 x11-misc/mozo/Manifest   |  1 +
 x11-misc/mozo/mozo-1.14.1.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 27cf776..806faf8 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,3 +1,4 @@
 DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
 DIST mozo-1.12.0-gtk3.patch.bz2 6562 SHA256 
b8aed33b49bd7d5c09d9546770ba79d8643b8d7eb56a0d512e1105c8e8ffd32d SHA512 
9f86a77f29fb359fb59092d819634d2223b74c5eb149917b1442589306d989cfb87df2cc8c4f1e36fd086ba57a75274feccb4978cc0156e20cfd73712ea2a48b
 WHIRLPOOL 
3b78ad3496b6f31e90e345c83805d6e35a910a4298cfd35a048810425cc26283b8da72cb5134d84a81fa124a0197fa1ba446aa99c0add1eeafc24ae5c31c
 DIST mozo-1.12.0.tar.xz 163820 SHA256 
59ab1c873064177e5515ba31c493fe9fd158c37b1054f7ae638c6571640aecc7 SHA512 
93e760b791a74b6a6ca0377d5aaa060c8bf339dcfde91fcb146ef1e37cc25912b3c93fa2b4d612c0abf2bbd00597c80b58769bc88b57925ec4c465967f32c05b
 WHIRLPOOL 
188419370e749b984d6cc1437baf67dc2611e255d9e18ee2cee113eff578cde8db078064050d63e523d457d5b1fa391a6f1a1db0e95f23c0c79742e484670932
+DIST mozo-1.14.1.tar.xz 171576 SHA256 
6ec9afc8de9c61ac44d0a65e09bdad847caae5050b1ffe66ca02bc6d479f7163 SHA512 
62269ed358807d7ebcf04e6bcbfd3689f019396ebd43a8634bca752f13d6609e94b97688b5fdfa83b1168f0e1cdf284275dc08054e27ab507ce40c2de881bc76
 WHIRLPOOL 
ef795b2268a05ebc6343b62d67e0546b993fe4d6e01d4fbba5c4e8528cb7dae267116de22ddc9dcda91d6aeb332d41411efa2e598ed322ca4acf9da6403f0ea9

diff --git a/x11-misc/mozo/mozo-1.14.1.ebuild b/x11-misc/mozo/mozo-1.14.1.ebuild
new file mode 100644
index 000..80e2d65
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.14.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit python-r1 mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.6[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/gtk+:3[introspection]
+   virtual/libintl:0
+   !!x11-misc/mate-menu-editor"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-08-13 Thread NP Hardass
commit: c7d4fe3dabaa5aebe04000482cc2028968ebb31a
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Aug 12 16:00:50 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Aug 12 16:00:50 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=c7d4fe3d

x11-misc/mozo: Drop gtk3 flag

Package-Manager: portage-2.3.0

 x11-misc/mozo/mozo-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/mozo/mozo-.ebuild b/x11-misc/mozo/mozo-.ebuild
index a2eeb91..25e644a 100644
--- a/x11-misc/mozo/mozo-.ebuild
+++ b/x11-misc/mozo/mozo-.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Mozo menu editor for MATE"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="gtk3"
+IUSE=""
 
 RDEPEND="${PYTHON_DEPS}
>=dev-python/pygobject-3:3[${PYTHON_USEDEP}]



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-07-26 Thread NP Hardass
commit: d4ea251bde84cbef17c948eb5d416c3330072107
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Jul 26 08:45:09 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Jul 26 08:45:09 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d4ea251b

x11-misc/mozo: fix typo for FORCE_AUTORECONF

Package-Manager: portage-2.2.28

 x11-misc/mozo/{mozo-1.12.0.ebuild => mozo-1.12.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/mozo/mozo-1.12.0.ebuild 
b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
similarity index 98%
rename from x11-misc/mozo/mozo-1.12.0.ebuild
rename to x11-misc/mozo/mozo-1.12.0-r1.ebuild
index 6623f83..723f591 100644
--- a/x11-misc/mozo/mozo-1.12.0.ebuild
+++ b/x11-misc/mozo/mozo-1.12.0-r1.ebuild
@@ -42,7 +42,7 @@ DEPEND="${COMMON_DEPEND}
 src_prepare() {
if use gtk3; then
eapply "${WORKDIR}/${P}-gtk3.patch"
-   FORCE_AUTORECONF=true
+   MATE_FORCE_AUTORECONF=true
fi
mate_src_prepare
python_copy_sources



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-06-17 Thread NP Hardass
commit: 82819bd0444b1adb7aabcdc2ae44cd648f137a88
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 15 07:28:59 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Jun 17 17:35:44 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=82819bd0

x11-misc/mozo:  Version bump to 1.12.1, add , add gtk3

Package-Manager: portage-2.2.26

 x11-misc/mozo/Manifest   |  2 ++
 x11-misc/mozo/metadata.xml   |  3 ++
 x11-misc/mozo/mozo-1.12.0.ebuild | 76 
 x11-misc/mozo/mozo-.ebuild   | 65 ++
 4 files changed, 146 insertions(+)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 0dea73f..27cf776 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1 +1,3 @@
 DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
+DIST mozo-1.12.0-gtk3.patch.bz2 6562 SHA256 
b8aed33b49bd7d5c09d9546770ba79d8643b8d7eb56a0d512e1105c8e8ffd32d SHA512 
9f86a77f29fb359fb59092d819634d2223b74c5eb149917b1442589306d989cfb87df2cc8c4f1e36fd086ba57a75274feccb4978cc0156e20cfd73712ea2a48b
 WHIRLPOOL 
3b78ad3496b6f31e90e345c83805d6e35a910a4298cfd35a048810425cc26283b8da72cb5134d84a81fa124a0197fa1ba446aa99c0add1eeafc24ae5c31c
+DIST mozo-1.12.0.tar.xz 163820 SHA256 
59ab1c873064177e5515ba31c493fe9fd158c37b1054f7ae638c6571640aecc7 SHA512 
93e760b791a74b6a6ca0377d5aaa060c8bf339dcfde91fcb146ef1e37cc25912b3c93fa2b4d612c0abf2bbd00597c80b58769bc88b57925ec4c465967f32c05b
 WHIRLPOOL 
188419370e749b984d6cc1437baf67dc2611e255d9e18ee2cee113eff578cde8db078064050d63e523d457d5b1fa391a6f1a1db0e95f23c0c79742e484670932

diff --git a/x11-misc/mozo/metadata.xml b/x11-misc/mozo/metadata.xml
index 5d6c45d..97db2f6 100644
--- a/x11-misc/mozo/metadata.xml
+++ b/x11-misc/mozo/metadata.xml
@@ -5,6 +5,9 @@
 m...@gentoo.org
 Gentoo MATE Desktop
 
+   
+   Build with GTK+3 instead of GTK+2
+   
 
 mate-desktop/mozo
 

diff --git a/x11-misc/mozo/mozo-1.12.0.ebuild b/x11-misc/mozo/mozo-1.12.0.ebuild
new file mode 100644
index 000..6623f83
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.12.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit python-r1 mate
+
+SRC_URI="${SRC_URI} gtk3? ( 
https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}-gtk3.patch.bz2 )"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="gtk3"
+
+RDEPEND="${PYTHON_DEPS}
+   >=mate-base/mate-menus-1.6[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   virtual/libintl:0
+   !!x11-misc/mate-menu-editor
+   !gtk3? (
+   >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
+   >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.6[python]
+   x11-libs/gtk+:2[introspection]
+   )
+   gtk3? (
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   )"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   if use gtk3; then
+   eapply "${WORKDIR}/${P}-gtk3.patch"
+   FORCE_AUTORECONF=true
+   fi
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}

diff --git a/x11-misc/mozo/mozo-.ebuild b/x11-misc/mozo/mozo-.ebuild
new file mode 100644
index 000..a2eeb91
--- /dev/null
+++ b/x11-misc/mozo/mozo-.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit python-r1 mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"

[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-03-25 Thread NP Hardass
commit: 1751337f82ffa949faba04af86910c9e7c690b4e
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:09:31 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Mar 26 02:23:50 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1751337f

x11-misc/mozo: Drop 1.8.x

Package-Manager: portage-2.2.26

 x11-misc/mozo/Manifest  |  1 -
 x11-misc/mozo/mozo-1.8.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 32fa071..0dea73f 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,2 +1 @@
 DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
-DIST mozo-1.8.0.tar.xz 162484 SHA256 
326f0a6c30c07381b113b243ccdcc46269b2cab1e998ea6e1f9e79f520f015cb SHA512 
4d5a0f8881b65c7ebf82686735f42183853c0c3687b5e15e594a0d9c88b6eb0d19201105773c3f3a539e93f045732a2c4e6d4718073283c4d518e505fed7e4ab
 WHIRLPOOL 
f47637cf8a6cb0ea2f805a3acf72df391e4c3dfb0f65af433be591a30e24f64ee3cf233b821dd4b790efecad468e66d23ca175b83ea309a3ac436b5d6d13cc00

diff --git a/x11-misc/mozo/mozo-1.8.0.ebuild b/x11-misc/mozo/mozo-1.8.0.ebuild
deleted file mode 100644
index 2bfadf5..000
--- a/x11-misc/mozo/mozo-1.8.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit gnome2 python-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Mozo menu editor for MATE"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND=">=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.8:0[introspection,python]"
-
-RDEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   >=mate-base/mate-panel-1.8:0
-   x11-libs/gdk-pixbuf:2[introspection]
-   x11-libs/gtk+:2[introspection]
-   virtual/libintl:0
-   !!x11-misc/mate-menu-editor"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-DOCS="AUTHORS NEWS README"
-
-src_install() {
-   installing() {
-   gnome2_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2015-12-30 Thread NP Hardass
commit: 88369f6eb049e6ee83c092ff77bddb504b685be9
Author: Alexander van der Meij  gliese  me>
AuthorDate: Wed Sep 23 05:49:04 2015 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Dec 31 06:00:46 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=88369f6e

x11-misc/mozo: Version bump to 1.10.1

Package-Manager: portage-2.3.6-r9
Manifest-Sign-Key: 0x1CD9411DB2AF18FB
Signed-off-by: NP-Hardass  gentoo.org>

 x11-misc/mozo/Manifest   | 28 
 x11-misc/mozo/mozo-1.10.1.ebuild | 72 
 2 files changed, 87 insertions(+), 13 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index b250aca..4759c3d 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,24 +1,26 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
+DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
 DIST mozo-1.8.0.tar.xz 162484 SHA256 
326f0a6c30c07381b113b243ccdcc46269b2cab1e998ea6e1f9e79f520f015cb SHA512 
4d5a0f8881b65c7ebf82686735f42183853c0c3687b5e15e594a0d9c88b6eb0d19201105773c3f3a539e93f045732a2c4e6d4718073283c4d518e505fed7e4ab
 WHIRLPOOL 
f47637cf8a6cb0ea2f805a3acf72df391e4c3dfb0f65af433be591a30e24f64ee3cf233b821dd4b790efecad468e66d23ca175b83ea309a3ac436b5d6d13cc00
+EBUILD mozo-1.10.1.ebuild 1520 SHA256 
54c69d07cbdc8411f4df0099d51770f37cf2efdff5cdfd6c97ef1b8b630ece7f SHA512 
8a51cb1fce8f8169d8a9201d9602fbfbbfd333ed04bc9160885d2b7de5b8c5a3ba59f85432520330d29d6be50a92a1e42814881f18a2a33fbba85d5f9f1a2f8b
 WHIRLPOOL 
b590a6641f3e3f99b82681ccd12d94da5308c22a09da5eb971cbb0eababd1360e441e469bff17e843aa87af4954c54cbc6398b8e0bd2b773bdb9e77f9a09ae0c
 EBUILD mozo-1.8.0.ebuild 1516 SHA256 
7c4b12f500827d2126faa18b26c467a7d4b061cace945e3108988bdf516b32a2 SHA512 
eb164aa291233c193905a6435a5947b2e5064151a1b00f4749d3635e28fca9e69aaf43bcee0c4b8f846396a256a370e2bc998d24fab986c58c0941110ca95f85
 WHIRLPOOL 
0e94705ebd33d8ba789f5106b4cca8a0d23200b53056b849a290ddaf83dc53245b70ffa6d82051686f9abe171aa56f1ee657bcdadcfb076244c9d2d1c887cfe8
 MISC ChangeLog 1059 SHA256 
6e42f99bbf126bc30dffb6d73e6c16ef1cd1357ec5f74450a8ed81f95c9727bb SHA512 
429fa12e73a331ae5089b9295e3e908c2c10c79c7529eb5c739e5cd793eec2cf16c132a15d4e168c3cf56038df0b3fe2d6c5ecf6e27c18936c2eb25a6c3306f4
 WHIRLPOOL 
3fa7b7fe18283b110c41867bc767f76dd195e89b487c14eee7d31781934e7aa3fb5b537505feadede2d5274ba80fac6fdf72d90f0a82d91494e9e5eff5df9015
 MISC metadata.xml 255 SHA256 
285d7aebbd0b4cfa066330d6bb7f9cb85ee51d02e1f592410a7a0862d66671c0 SHA512 
942ab18540e90651bdad3f1822711655442a64d84478a1a2da91334d64332209f737625fa3a2b7231581f1b57cdb7fa9d4fdde4229a9f754c281cb5a02e7f985
 WHIRLPOOL 
035015120c5576fb2dffaeeae7de3463a2ce5c1d83ba4a1cf0d3982e5badcb465a8b4fcc4f0cc790d67faca839a969d05876003675ab0321b65f24007140c195
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQIcBAEBCAAGBQJWAOEWAAoJEBzZQR2yrxj7vDIQAIn9KUcUHVHUzmFj3h/X97kW
-2WTuZRb74lEa84vRSfAmVoZS+UAmzT4S2ZUx+Nozs7AnajUgZHUMhX6gH7pakq5L
-tg2Ccb+R24gzQJ/iyFZaRe354u5TKr3IhL56k/Ui2kV/OBwILLxfUtfS/d+Moklv
-p5kjA39GNTsLrNw+4pIrlkZ4TJuAjRKascGrnE5iRO9jEDZ/bdaHOQCxNKz2gEgU
-GHS+6FEiux3SAO9Vapv5oxApcgCs9/RoY9bTRJJigiE3DCu/EeLnAc9oMuwbmeNi
-k0ZL6Jp3ffFSI3HLfyu2XGrydRNlNa3PxudIaUwcxCC8H3hVC6G2avFwDQgEB+TL
-PYkIxJeNqTOEYICWbkoYCQ9amjA+9Hn/5ejwKXQ9xzcqCiiIsgwDJIvBv0kbwl9o
-FgYym5bDeonETFMv2I859b9ayfE0ZisupdmJxdFT+mtMZ8UfBlNgI87Zd2R8Y4qL
-4Qf/2yjBUk/2pXICIm7R78J9HmqrpCKjO3c/f/iTg++SX8yEUmoCPBMEJM6egMAy
-eyGPbrLAbNL3aX4/xcOswU+7l/W31T7bgErQxoCufrZ/Ms7tdR284JxTlxHmbo8t
-7qg+AX2mz7IPZW0dHV+oF27pey0roWHyp3YjRQJ/ccy5lX9ilKoQM/KokTLZn5aq
-dJkt81zeQgSKSXQpASRQ
-=fobU
+iQIcBAEBCAAGBQJWhMRwAAoJEBzZQR2yrxj7h4YP/0KLVQy9BWo3Gc2S6bqz6Toa
+2eBUo5sidSAqLHIzVywH0c7tX8MXSj4prDGQM0edX6jjPpqNbq1e/C/mZjhFSiVA
+eb32sgSdUYv+Nl4LulSdRhaYx7r8rOGYRbMaZQMo2bZQOur3aulRHUwXiOHK+HNx
+m7jA5MaH2uHRfaNwF+2Uq9GC3sMVRkaytdX/vK9B4qbPv7uGnkRUX/AEkuDMp09d
+iURIX6YBu9Xk6NQ9cdRtZLjfnogWG9OlNpE3uu8me54mvira0p2dGU4Y+7YrBxHN
+cQVYLB8oHtBGkhH7Vk6sihyI36SDPoso8K5AN49bmGTqVtCns1ats4zBcFfMguaW
+ZgrQklpnD0IWIGuJunF3ZWndcDdEpYkKQlssNgUGpya6H6GTh1CaJPk9Gi+Nhbps
+ZmbxfSsA3Er7lQu+HznSayDikBk4TYcmx2B6gkMQkqg6DAVo4ZWmulEp77Uykm7M
+UC1sFrIsDOFbEEYYulT21/o0ik+c0lMm7toYMO1Hsputh3RMY0r8kIkGT0SlLxTX
+Jf3LsDqmEHXeUTKqokMWcjqsEvjMJ89TsqE+4Nov6r3ghWTLU46C8Mhw3jdVdGeB
+uleVI8kpvP1kMTIAZQv8bM1+oIOEMS2ony0pK/MFgmvVAB3DA+zzqOZaMZk2IaNI
+FTqPoD4g5h7RM7XGXWfI
+=72U3
 -END PGP SIGNATURE-

diff --git a/x11-misc/mozo/mozo-1.10.1.ebuild b/x11-misc/mozo/mozo-1.10.1.ebuild
new file mode 100644
index 000..395a524
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.10.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms