commit:     44f2b16376438dc56d13266b8a834454ff15c3f7
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep  3 12:25:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f2b163

mate-extra/mate-power-manager: drop 1.26.1

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 mate-extra/mate-power-manager/Manifest             |  1 -
 .../mate-power-manager-1.26.1.ebuild               | 71 ----------------------
 2 files changed, 72 deletions(-)

diff --git a/mate-extra/mate-power-manager/Manifest 
b/mate-extra/mate-power-manager/Manifest
index 8af314e62e68..e2973daecdaa 100644
--- a/mate-extra/mate-power-manager/Manifest
+++ b/mate-extra/mate-power-manager/Manifest
@@ -1,2 +1 @@
-DIST mate-power-manager-1.26.1.tar.xz 6266604 BLAKE2B 
29800ffef3518722dda837a779a3e4cb639528a73091d905c5807adeac88d3b23978abf79fa7338bf2d7d5c7a75d99f99a144ff36c002b86f289a09f12a0a1fe
 SHA512 
82bac7d32a94b3fa64c68973bd72b9a88b73d8368fc179ea0958e4b7d0021707394bc5dadaed23cc074e441ae4a753ba73ad5ba9030a276b87ac8b410a5fb37d
 DIST mate-power-manager-1.28.1.tar.xz 6724724 BLAKE2B 
4181b29c68e7da79671a586520dd65fc71dbf31ff3370fe027f16bb460d534bacaefdf4289b3b0477c682870378589ae59437385875895bfb679a0dede31891a
 SHA512 
8217fbc4a837a3632a5059d2a344788608ceda1b243b651af33482ee96ab587347bf158a9cf49e78d2a4ff4b9c9e0ee194b9f30db400649c8f56208de5a205f5

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.26.1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.26.1.ebuild
deleted file mode 100644
index 5e786028580c..000000000000
--- a/mate-extra/mate-power-manager/mate-power-manager-1.26.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="Session daemon for MATE that makes it easy to manage your laptop 
or desktop"
-
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="+applet +elogind keyring policykit systemd test"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-# Interactive testsuite.
-RESTRICT="test"
-
-COMMON_DEPEND="
-       >=dev-libs/dbus-glib-0.70
-       >=dev-libs/glib-2.50:2
-       >=media-libs/libcanberra-0.10:0[gtk3]
-       >=sys-apps/dbus-1
-       >=sys-power/upower-0.99.8:=
-       >=x11-apps/xrandr-1.3
-       >=x11-libs/cairo-1
-       >=x11-libs/gdk-pixbuf-2.11:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXrandr
-       >=x11-libs/libnotify-0.7:0
-       x11-libs/pango
-       applet? ( >=mate-base/mate-panel-1.17.0 )
-       keyring? ( >=app-crypt/libsecret-0.11 )
-"
-
-RDEPEND="${COMMON_DEPEND}
-       virtual/libintl
-       policykit? ( >=mate-extra/mate-polkit-1.6 )
-       systemd? ( sys-apps/systemd )
-       elogind? ( sys-auth/elogind )
-"
-
-BDEPEND="${COMMON_DEPEND}
-       app-text/docbook-xml-dtd:4.3
-       app-text/yelp-tools
-       dev-libs/libxml2
-       dev-util/glib-utils
-       >=sys-devel/gettext-0.19.8
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-
-src_configure() {
-       mate_src_configure \
-               --enable-compile-warnings=minimum \
-               $(use_with keyring libsecret) \
-               $(use_enable applet applets) \
-               $(use_enable test tests)
-}
-
-src_test() {
-       unset DBUS_SESSION_BUS_ADDRESS
-
-       dbus-launch Xemake check || die "Test phase failed"
-}

Reply via email to