summaryrefslogtreecommitdiff
path: root/x11-misc/mozo
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/mozo')
-rw-r--r--x11-misc/mozo/Manifest2
-rw-r--r--x11-misc/mozo/mozo-1.26.1.ebuild65
2 files changed, 0 insertions, 67 deletions
diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index aece387fc26f..8d82b7c566d6 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,7 +1,5 @@
-DIST mozo-1.26.1.tar.xz 242836 BLAKE2B 59047b087e531792c0e831779d06a2dc7d9d2709bef7a7c8ba4a21d6f9fe1a79f917e2ba4e4912d655ad94391c0f7789e6ad6394be1a7bcb482881781f81c9ff SHA512 8570db4719d88bb34269a23acaa63638c5b7e50bf840bca73db718040c9d585670f1fd3be128c51ff22b4314f59dad6050907db8ce60bb506e4d46c3f807707e
DIST mozo-1.26.2.tar.xz 249672 BLAKE2B 95e9a04fc91424e8ce95e870253bf1d2eddfbbf1b78b632b15d057a3ffa86068bb2c89442cfc50c4f74a76e75b345c6b06cf47d5891eed3ffce460697fb0094b SHA512 c4ea00f97f4dd5c9b33b78e1b438ba80a5e23b69d05f6ea59c522a580c1b07c280cddc0591f266c16f39bbe5f3e07ca28cdbd33753162a02584b551a9857b904
DIST mozo-1.27.0.tar.xz 249452 BLAKE2B d8fc5af3512ed1d8674dfecf0ff8639a3233559015d297d0891a4c36eabf4d9e7e315095395213a1b6a509f056071e83ba19253949f96c3ecff54517fec26156 SHA512 9ccc2d9d5420a4184599546639514379a4326017d90efe5849a72a4ab7e4e6fbd63d13e91db5867aa3fd620d2d8cd257d122bd977eede6f0852949c66c8f7981
-EBUILD mozo-1.26.1.ebuild 1284 BLAKE2B 4acc6d08a9ce787d6363b44e21d271ff57ee88386ae509b3f74fd7e1d4c533f4839e5010c897151b1bc19c2e4d030407efa0624127668f12ce415fc777d908bd SHA512 62e2a3c2fe6514e145d0068c26731ec829e19faf4590af2e20ceb8ecbb62733ecd6988a52f88d4c719983c225a713456fecf1765ad2e5b84781bc19f888cd3b3
EBUILD mozo-1.26.2.ebuild 1256 BLAKE2B 99d7317635c514f4516110ceade43922dec8ee77fb3547365b7357e2beeef8f9410982b2554c7dc25785eb89ff762e1e9523647b43180bab35a09875ddbf4de0 SHA512 e8bbd476a3e733afd9dfcec99240e2a2aca8d2560ef8e89a50a5550326b75658ebd49c011e5a6383a1ad5d131f6d5b072f2affad7a96268d9ed261aacd0f67ff
EBUILD mozo-1.27.0.ebuild 1339 BLAKE2B b0c2c3f11f3d476c30bb0a4c2b16ad2c8d1c194ad5105d9d81e8c4f56d194d90b06d2b6c4cdb3cfb7a8c0f385333bc98041f4b17b62a68036a37e674e40be2a4 SHA512 9821f09c68cfe97423a5fed2234fb9782f511efe8e1f49f38b84c1736421a6555702fdee8c52eac55f728375a78acc78a83e141e973b44dabc0dab9eb530f921
MISC metadata.xml 250 BLAKE2B e7c842d99a35a1aac37948f575127a73786f759314df881091e4e06c18fc0238f5b5e742cf54a5f0eb11cb68b47269dd35e0b01380305b77a3726138da431ce0 SHA512 f7c0cb16bd4decfec04cc7f7084ae96041f451210ce5d4589b5e32bed4c7f66602d8eef4e8524bb7d9d410f2a3e0e8393b9878580841cc3faaeb470c81823b30
diff --git a/x11-misc/mozo/mozo-1.26.1.ebuild b/x11-misc/mozo/mozo-1.26.1.ebuild
deleted file mode 100644
index 145332a6ed9f..000000000000
--- a/x11-misc/mozo/mozo-1.26.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit mate python-r1
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-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
-}