summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2019-07-04 11:01:26 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2019-07-07 14:47:37 -0400
commitcdae42fc8240cbb4546ba4a0b555d4fff17694cb (patch)
tree476c0126a06415ee84a48f9cd3f0fa55866df7e4 /mate-extra/mate-power-manager
parentmate-extra/mate-power-manager: stabilize 1.22.1 for amd64, x86 (diff)
downloadgentoo-cdae42fc8240cbb4546ba4a0b555d4fff17694cb.tar.gz
gentoo-cdae42fc8240cbb4546ba4a0b555d4fff17694cb.tar.bz2
gentoo-cdae42fc8240cbb4546ba4a0b555d4fff17694cb.zip
mate-extra/mate-power-manager: drop old
Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'mate-extra/mate-power-manager')
-rw-r--r--mate-extra/mate-power-manager/Manifest1
-rw-r--r--mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild72
2 files changed, 0 insertions, 73 deletions
diff --git a/mate-extra/mate-power-manager/Manifest b/mate-extra/mate-power-manager/Manifest
index 7b09cb15475e..e15fa59d7b37 100644
--- a/mate-extra/mate-power-manager/Manifest
+++ b/mate-extra/mate-power-manager/Manifest
@@ -1,2 +1 @@
-DIST mate-power-manager-1.22.0.tar.xz 3182040 BLAKE2B 3635001cab5551a29ecf57ebfd84cb6f3dff9f3e16cefdbc7811c1ce9d140e543f6054925b460714ebd4aa8749e39326663866535394664b5ec2f0e94d92337e SHA512 d36ec8d328e00ccc14b26c36ded74f20ea80578870541899560c6a744018e5e91b08ec9b4d517548404e82da6f1868ed1f2fcc0aada1223f98e68dd6e6009503
DIST mate-power-manager-1.22.1.tar.xz 3188048 BLAKE2B af32a18e2561cc9689382ff9a94382180a5d2dc6ade34a6dc400a7b65730a6c26c6f32b72b6ec973210ac3baf4e8b6c54e489230e64b877cee4ffbbf1a195d28 SHA512 8eabd7f8171f0a6be610c849fad8346bb30ca2c69208e2e117f436daaa5ada3bf0fef479dc017f32f56ec6bd52a7ff7ff69d18baf01b402c5fa2747245261a81
diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild
deleted file mode 100644
index 011dc99ed914..000000000000
--- a/mate-extra/mate-power-manager/mate-power-manager-1.22.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+applet elogind gnome-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
- >=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 )
- gnome-keyring? ( >=gnome-base/libgnome-keyring-3 )
- >=sys-power/upower-0.9.23:="
-
-RDEPEND="${COMMON_DEPEND}
- policykit? ( >=mate-extra/mate-polkit-1.6 )
- systemd? ( sys-apps/systemd )
- !systemd? (
- elogind? ( sys-auth/elogind )
- !elogind? ( >=sys-auth/consolekit-0.9.2 )
- )"
-
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.3
- app-text/rarian
- >=app-text/scrollkeeper-dtd-1:1.0
- app-text/yelp-tools
- dev-util/glib-utils
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig
- x11-base/xorg-proto"
-
-src_configure() {
- mate_src_configure \
- --enable-compile-warnings=minimum \
- $(use_with gnome-keyring keyring) \
- $(use_enable applet applets) \
- $(use_enable test tests)
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
-
- dbus-launch Xemake check || die "Test phase failed"
-}