commit:     c16a945add5e592275b30ab23423f20034671964
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 19:44:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 20:00:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16a945a

mate-extra/mate-utils: drop 1.26.0, 1.26.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 mate-extra/mate-utils/Manifest                 |  2 -
 mate-extra/mate-utils/mate-utils-1.26.0.ebuild | 74 --------------------------
 mate-extra/mate-utils/mate-utils-1.26.1.ebuild | 74 --------------------------
 3 files changed, 150 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index e5fe81a79e58..9e34ebccc993 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,3 +1 @@
-DIST mate-utils-1.26.0.tar.xz 7984892 BLAKE2B 
9785ecc232f06241bfc389550226d0a099a543c91b9c131e1f2b8998dccd4152c4c056070b10dcd3b98f4d59be87304b999998a10192257aaa682834f6d544e5
 SHA512 
c8752f6b43a836adc647ec8a9eef4fcea782914994d27ee8491406188da584aa98244d0ba402005beecc293d1b6e50a9ed5339467011e05f301a6b98c2374b91
-DIST mate-utils-1.26.1.tar.xz 8022244 BLAKE2B 
73bcaae2fae9c9eafa8a9236d6ce73b46f7d013bad02dd6a9925acd4a698277b20044d45a884108bbdd71093589c090a8293e52e354de0a1c167f71845b2d10c
 SHA512 
b8ec7b510ff872a0427e074ee09824e90ad62fe76ab1dac038ecbe86fd361b15acf57769e58df2c8c9c6acb57d9f1cd0718d178a2a2d1262de1476956d446dd3
 DIST mate-utils-1.28.0.tar.xz 7986440 BLAKE2B 
dadcbeffb35cb31629fdc1f142c5734cd5f3c72eb38b37d699a99ab1d4cc13a0d018ba85a6de743a40fef2ef75fa5f6aad88893d3958e5a894dae9926ab13459
 SHA512 
bf64e0458bc60ebcda219201bb552239503cfddf576ebfba957d4d73ed69766d003fa7af8df9a271a795c6eb2db268a58a97b4251f9528d261edb98a4e94c72a

diff --git a/mate-extra/mate-utils/mate-utils-1.26.0.ebuild 
b/mate-extra/mate-utils/mate-utils-1.26.0.ebuild
deleted file mode 100644
index c13a05662b68..000000000000
--- a/mate-extra/mate-utils/mate-utils-1.26.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="Utilities for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X applet debug ipv6 nls test udisks"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       >=app-accessibility/at-spi2-core-2.46.0
-       >=dev-libs/glib-2.50:2
-       >=gnome-base/libgtop-2.12:2=
-       >=media-libs/libcanberra-0.4[gtk3]
-       sys-libs/zlib
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/pango
-       applet? ( >=mate-base/mate-panel-1.17.0 )
-       udisks? ( >=sys-fs/udisks-1.90.0:2 )
-"
-
-RDEPEND="${COMMON_DEPEND}
-       mate-base/mate-desktop
-       virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
-       app-text/rarian
-       >=app-text/scrollkeeper-dtd-1:1.0
-       app-text/yelp-tools
-       dev-libs/libxml2
-       dev-util/glib-utils
-       dev-util/gtk-doc
-       dev-build/gtk-doc-am
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-
-src_prepare() {
-       # Make apps visible in all DEs.
-       LC_ALL=C find . -iname '*.desktop.in*' -exec \
-               sed -e '/OnlyShowIn/d' -i {} + || die
-
-       mate_src_prepare
-}
-
-src_configure() {
-       mate_src_configure \
-               --enable-zlib \
-               --enable-debug=$(usex debug yes minimum) \
-               $(use_with X x) \
-               $(use_enable applet gdict-applet) \
-               $(use_enable ipv6) \
-               $(use_enable nls) \
-               $(use_enable udisks disk_image_mounter)
-}

diff --git a/mate-extra/mate-utils/mate-utils-1.26.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.26.1.ebuild
deleted file mode 100644
index 1325b07f8579..000000000000
--- a/mate-extra/mate-utils/mate-utils-1.26.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="Utilities for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X applet debug ipv6 nls test udisks"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       >=app-accessibility/at-spi2-core-2.46.0
-       >=dev-libs/glib-2.50:2
-       >=gnome-base/libgtop-2.12:2=
-       >=media-libs/libcanberra-0.4[gtk3]
-       sys-libs/zlib
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/pango
-       applet? ( >=mate-base/mate-panel-1.17.0 )
-       udisks? ( >=sys-fs/udisks-1.90.0:2 )
-"
-
-RDEPEND="${COMMON_DEPEND}
-       mate-base/mate-desktop
-       virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
-       app-text/rarian
-       >=app-text/scrollkeeper-dtd-1:1.0
-       app-text/yelp-tools
-       dev-libs/libxml2
-       dev-util/glib-utils
-       dev-util/gtk-doc
-       dev-build/gtk-doc-am
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-
-src_prepare() {
-       # Make apps visible in all DEs.
-       LC_ALL=C find . -iname '*.desktop.in*' -exec \
-               sed -e '/OnlyShowIn/d' -i {} + || die
-
-       mate_src_prepare
-}
-
-src_configure() {
-       mate_src_configure \
-               --enable-zlib \
-               --enable-debug=$(usex debug yes minimum) \
-               $(use_with X x) \
-               $(use_enable applet gdict-applet) \
-               $(use_enable ipv6) \
-               $(use_enable nls) \
-               $(use_enable udisks disk_image_mounter)
-}

Reply via email to