From 454de691f3543d47dc89cd0b137eaa9ea4640cd3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 21 Dec 2022 13:54:09 +0000 Subject: gentoo auto-resync : 21:12:2022 - 13:54:08 --- x11-misc/mozo/Manifest | 4 --- x11-misc/mozo/mozo-1.24.0-r1.ebuild | 69 ------------------------------------- x11-misc/mozo/mozo-1.24.1.ebuild | 69 ------------------------------------- 3 files changed, 142 deletions(-) delete mode 100644 x11-misc/mozo/mozo-1.24.0-r1.ebuild delete mode 100644 x11-misc/mozo/mozo-1.24.1.ebuild (limited to 'x11-misc/mozo') diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest index 6e75f9fb03bb..c76e6a0ff84b 100644 --- a/x11-misc/mozo/Manifest +++ b/x11-misc/mozo/Manifest @@ -1,7 +1,3 @@ -DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453 SHA512 e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193 -DIST mozo-1.24.1.tar.xz 231032 BLAKE2B 27938aca9810943d19074cc5761ac58bb1dc2c1918b2fefea983f7a1b8788cb555311555515bb4387944c7b48a309de4a80da9003d212ca68ea257fa9ab06c8d SHA512 04b7e93e7302b46a3959f78655de4a6f8b17896be2c506c0e8a9041a9a2d5247e8c2ac00b5c8f86616f6c39a533584923feacfe4b81ae58d41080632af2a24bd DIST mozo-1.26.1.tar.xz 242836 BLAKE2B 59047b087e531792c0e831779d06a2dc7d9d2709bef7a7c8ba4a21d6f9fe1a79f917e2ba4e4912d655ad94391c0f7789e6ad6394be1a7bcb482881781f81c9ff SHA512 8570db4719d88bb34269a23acaa63638c5b7e50bf840bca73db718040c9d585670f1fd3be128c51ff22b4314f59dad6050907db8ce60bb506e4d46c3f807707e -EBUILD mozo-1.24.0-r1.ebuild 1310 BLAKE2B a335916b37a5948cd10f85394b8e556df823ce0ff67c8baabc18e64493bcf72f60e6cb21ba27d23d2812452646dfab138ea93dd690e7d920502208da49ee737c SHA512 94d4ab540b5aa03028bbf68512b254785f0cbc8079718c9aa847b009080bf72ea22ff59f1084052b1032f8d12abf5d8eda5e3e24bb8142de23795182ddb27569 -EBUILD mozo-1.24.1.ebuild 1339 BLAKE2B bc9be46005376f8a4e725b5ed56d8b6c36b294ce675b8400325df847b479112f524d7ca6c3a8078b5e7bf7f9db80a81114b16e63205374d5854a710e15bab7b2 SHA512 7c6893c10bf218fdc4947e6ee736cb6836311b99cecfc2fa7db317f09816c23a41bf07d3673870366c2dd21ed7c9ce1e43908e8826365a85a562857d91f274eb EBUILD mozo-1.26.1.ebuild 1284 BLAKE2B 0925231775d926f3f4cefd6de4ab35a1406bf2fb89cd3423370a9c435600195d85bbbfc3d64d9fe1e10edc86379bc88bed5744cfb5411dcd4871671a6c130d9a SHA512 609252c6d87eb4182ddf745c7c3b1e6243088dc6da5f93330d36732919f460fbbd91f68c7279054d2524771335ace048f1ef074ef9df679f053eb56154c66ff5 MISC metadata.xml 334 BLAKE2B 2d3b282a39f97386fb0986f460903c132a59464c1f408bcf1e081198aa07ff38cdd50fe460d2bb20a2dd17ccd6a6d7e49b31d5615b892591466a019001bd5727 SHA512 d04ccb64388d150947f281085fe3c70e5285d56518eb6359bb81d533fbaf2a44aee23e2d3f04896bbe15df07a5260a688949ed8505b9c87a857fc0882a425d74 diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild b/x11-misc/mozo/mozo-1.24.0-r1.ebuild deleted file mode 100644 index 53a32a721767..000000000000 --- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml(+)" - -inherit mate python-r1 - -if [[ ${PV} != 9999 ]]; 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 -} diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild deleted file mode 100644 index 0019c072618a..000000000000 --- a/x11-misc/mozo/mozo-1.24.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} ) -PYTHON_REQ_USE="xml(+)" - -inherit mate python-r1 - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~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 -} -- cgit v1.2.3