From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/
Date: Thu, 24 Nov 2016 22:22:16 +0000 (UTC) [thread overview]
Message-ID: <1480026056.95edd4d245aa6392ff33406090ac565f6aef1c0c.mudler@gentoo> (raw)
commit: 95edd4d245aa6392ff33406090ac565f6aef1c0c
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:19:49 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 22:20:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95edd4d2
mate-extra/mate-power-manager: Drop 1.10.x
Package-Manager: portage-2.3.1
| 1 -
.../mate-power-manager-1.10.2.ebuild | 89 ----------------------
2 files changed, 90 deletions(-)
--git a/mate-extra/mate-power-manager/Manifest b/mate-extra/mate-power-manager/Manifest
index 70787e6..dab5fc0 100644
--- a/mate-extra/mate-power-manager/Manifest
+++ b/mate-extra/mate-power-manager/Manifest
@@ -1,3 +1,2 @@
-DIST mate-power-manager-1.10.2.tar.xz 3350616 SHA256 49eed514cb8507d3ae7699e701afb33a90002aa833bdc507f9ac0dd031ce04de SHA512 133745446536d21102ed318d2809209e46dcef7dd312219d9b716f7785cbcd5a47d477643e1c15dd6672d088640a583a63819b394dc96e4a3437affdbc389ae7 WHIRLPOOL c250220933ba0d13e7b7377072f5e503b33af5d2245812b6c562885310737039dbed34f23918be0f82332e2eb75533285d736c46a787be26403b6fac22039791
DIST mate-power-manager-1.12.1.tar.xz 3197824 SHA256 c43aa2ae75335a758d71cdab4b939141c352a7fb179c3e41a064ce9c007b587f SHA512 60da8ab6988a4bbef363fcf4571260bc7f70ed90badf85e4233e6ed80cfc13446319bd8686ed6d4bf9752971a6f98021a5d0354e3aa7f9274b6fdbc8f9f920b4 WHIRLPOOL de61b88835ffc9bc5f861dcc1c05726f331735ae430a71ce126fcb3553ea307e5d9163c226c16a39d1781d60d67b46d0d39c255c4a620782346e4d39e051639a
DIST mate-power-manager-1.14.0.tar.xz 3221144 SHA256 2306f7210298dba705277b748f8e3da1481889af4cb047a3eb76f196c4ded898 SHA512 b1e6c5c0fe18b8e5d70ad66af450e86e7cf9fd5429973907618a742093fa9dec0c137e598f766824cb092d7c8c90a6d7116bc6b0417c81320dc21f8426d1eae2 WHIRLPOOL 80773ee914217c409ae49b8f8741b64ec55aa3ec8e6550441e4d0a3d99a7f44e3a0833b073c3be742fa30362da43425ace953af48820c09628ddef9c3443419a
diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild
deleted file mode 100644
index cc62cab..00000000
--- a/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit autotools gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="+applet gnome-keyring man policykit test unique"
-
-# Interactive testsuite.
-RESTRICT="test"
-
-COMMON_DEPEND="app-text/rarian:0
- >=dev-libs/dbus-glib-0.70:0
- >=dev-libs/glib-2.36:2
- >=dev-libs/libunique-1:1
- >=mate-base/mate-desktop-1.10:0
- >=media-libs/libcanberra-0.10:0[gtk]
- >=sys-apps/dbus-1:0
- || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 )
- >=x11-apps/xrandr-1.2:0
- >=x11-libs/cairo-1:0
- >=x11-libs/gdk-pixbuf-2.11:2
- >=x11-libs/gtk+-2.24:2
- x11-libs/libX11:0
- x11-libs/libXext:0
- x11-libs/libXrandr:0
- >=x11-libs/libnotify-0.7:0
- x11-libs/pango:0
- applet? ( >=mate-base/mate-panel-1.10:0 )
- gnome-keyring? ( >=gnome-base/libgnome-keyring-3:0 )"
-
-RDEPEND="${COMMON_DEPEND}
- policykit? ( >=mate-extra/mate-polkit-1.8:0 )"
-
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.3
- >=app-text/scrollkeeper-dtd-1:1.0
- app-text/yelp-tools:0
- >=dev-util/intltool-0.35:*
- x11-proto/randrproto:0
- >=x11-proto/xproto-7.0.15:0
- sys-devel/gettext:*
- virtual/pkgconfig:*
- man? ( app-text/docbook-sgml-utils:0
- >=app-text/docbook-sgml-dtd-4.3 )"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-
- # This needs to be after eautoreconf to prevent problems like bug #356277
- # Remove the docbook2man rules here since it's not handled by a proper
- # parameter in configure.in.
- if ! use man; then
- sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in \
- || die "docbook sed failed"
- fi
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable applet applets) \
- $(use_enable test tests) \
- $(use_with gnome-keyring keyring) \
- --enable-compile-warnings=minimum \
- --with-gtk=2.0
-}
-
-DOCS="AUTHORS HACKING NEWS README TODO"
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
-
- dbus-launch Xemake check || die "Test phase failed"
-}
next reply other threads:[~2016-11-24 22:22 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-24 22:22 Ettore Di Giacinto [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 18:39 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/ Andreas Sturmlechner
2024-09-17 17:50 Andreas Sturmlechner
2024-06-18 8:06 Joonas Niilola
2024-06-16 6:06 Joonas Niilola
2024-06-16 6:06 Joonas Niilola
2023-05-18 12:17 Andreas Sturmlechner
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-10-04 11:46 Sam James
2022-06-28 2:03 WANG Xuerui
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-08-02 2:03 Adam Feldman
2021-06-30 23:07 Sam James
2021-06-30 22:43 Adam Feldman
2020-09-25 21:29 Adam Feldman
2020-09-25 20:32 Adam Feldman
2020-09-02 6:17 Adam Feldman
2020-09-02 6:17 Adam Feldman
2020-09-02 6:02 Adam Feldman
2020-08-03 0:10 Matt Turner
2020-08-02 7:21 Mikle Kolyada
2020-04-08 15:33 Adam Feldman
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-04-07 11:49 Andreas Sturmlechner
2019-03-31 10:47 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-12-08 22:28 Mikle Kolyada
2018-12-08 22:28 Mikle Kolyada
2018-12-04 17:26 Michał Górny
2018-10-06 20:25 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-12-21 21:16 Patrice Clement
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:59 Ettore Di Giacinto
2016-08-12 18:06 NP Hardass
2016-08-12 5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-06-21 19:09 Michał Górny
2016-05-30 19:18 Mikle Kolyada
2016-03-26 2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06 8:09 Mikle Kolyada
2016-02-09 2:49 NP Hardass
2016-02-09 2:49 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480026056.95edd4d245aa6392ff33406090ac565f6aef1c0c.mudler@gentoo \
--to=mudler@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox