public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-power-manager/
Date: Sun, 25 Mar 2018 17:27:29 +0000 (UTC)	[thread overview]
Message-ID: <1521998836.0fb414094af0674b7d80ae508fa986d6f25f6db0.mgorny@gentoo> (raw)

commit:     0fb414094af0674b7d80ae508fa986d6f25f6db0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 16:15:43 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 17:27:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb41409

xfce-extra/xfce4-power-manager: Drop old

 xfce-extra/xfce4-power-manager/Manifest            |  1 -
 .../xfce4-power-manager-1.6.0-r1.ebuild            | 63 ----------------------
 .../xfce4-power-manager-1.6.0.ebuild               | 51 ------------------
 3 files changed, 115 deletions(-)

diff --git a/xfce-extra/xfce4-power-manager/Manifest b/xfce-extra/xfce4-power-manager/Manifest
index 2664e9d864f..b59cebfdcf6 100644
--- a/xfce-extra/xfce4-power-manager/Manifest
+++ b/xfce-extra/xfce4-power-manager/Manifest
@@ -1,2 +1 @@
-DIST xfce4-power-manager-1.6.0.tar.bz2 1171114 BLAKE2B 96550ad0381b9482d9e5ad5057c94923c649498593be9726c0628ec7d36e2b2a1a939048b86a46e6bd10a4e9936924d217bcc83bc9f0b76d72ef99245f099b2f SHA512 1b3628793a8bfb7a487fc4f1182769b0d7a90784aa4ef7800997dd7e9a061d938493b8c5653672b293fb018dd5b5209bb83caa16310c1de370413f98d8af1053
 DIST xfce4-power-manager-1.6.1.tar.bz2 1180710 BLAKE2B bffb5f00a42a3242a0b9d35b48fe6d9813d3292757844e911a8e71d05cb59f2f91d93ab5a77ac15ae35c90ccfa60ce39db23bc94a0350232538c8621fec4473f SHA512 b81ce1b35892a6cd0b1d4fb590ccc25b906cde6f782de2fffbe78ea89e00df15e51ea1f47576c173b7512cd617f5142868fca8cf81519b6fe165a5ecc67a5478

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild
deleted file mode 100644
index a082a0dc16f..00000000000
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug kernel_linux networkmanager +panel-plugin policykit systemd"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-	>=sys-power/upower-0.99.0
-	sys-power/pm-utils
-	>=x11-libs/gtk+-3.14:3=
-	>=x11-libs/libnotify-0.7:=
-	x11-libs/libX11:=
-	x11-libs/libXScrnSaver:=
-	>=x11-libs/libXrandr-1.2:=
-	x11-libs/libXext:=
-	x11-libs/libXtst:=
-	>=xfce-base/xfconf-4.12:=
-	>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-	>=xfce-base/libxfce4util-4.12:=
-	panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
-	policykit? (
-		>=sys-auth/polkit-0.112
-		!systemd? ( sys-auth/consolekit )
-	)"
-RDEPEND="${COMMON_DEPEND}
-	networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-	x11-proto/xproto"
-
-src_configure() {
-	local myconf=(
-		$(use_enable policykit polkit)
-		$(use_enable networkmanager network-manager)
-		$(use_enable panel-plugin xfce4panel)
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild
deleted file mode 100644
index 20e63050f19..00000000000
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="debug kernel_linux networkmanager policykit systemd +xfce_plugins_power"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-	>=sys-power/upower-0.99.0
-	sys-power/pm-utils
-	>=x11-libs/gtk+-3.14:3=
-	>=x11-libs/libnotify-0.7
-	x11-libs/libX11:=
-	x11-libs/libXScrnSaver:=
-	>=x11-libs/libXrandr-1.2:=
-	x11-libs/libXext:=
-	x11-libs/libXtst:=
-	>=xfce-base/xfconf-4.12:=
-	>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-	>=xfce-base/libxfce4util-4.12:=
-	policykit? (
-		>=sys-auth/polkit-0.112
-		!systemd? ( sys-auth/consolekit )
-		)
-	xfce_plugins_power? ( >=xfce-base/xfce4-panel-4.12:= )"
-RDEPEND="${COMMON_DEPEND}
-	networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-	x11-proto/xproto"
-
-pkg_setup() {
-	XFCONF=(
-		$(use_enable policykit polkit)
-		$(use_enable networkmanager network-manager)
-		$(use_enable xfce_plugins_power xfce4panel)
-		$(xfconf_use_debug)
-		)
-
-	DOCS=( AUTHORS NEWS README TODO )
-}


             reply	other threads:[~2018-03-25 17:27 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-25 17:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28  6:49 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-power-manager/ WANG Xuerui
2022-01-04 10:30 David Seifert
2021-06-02  2:42 Yixun Lan
2021-04-12 23:33 Sam James
2021-02-19  1:11 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18  7:26 Sam James
2021-02-08  6:11 Sam James
2021-02-08  6:05 Sam James
2021-01-18 20:29 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 13:29 Michał Górny
2020-11-06 23:14 Michał Górny
2020-10-08 20:57 Michał Górny
2020-05-04  9:40 Michał Górny
2020-04-23 10:40 Agostino Sarubbo
2020-04-23  6:24 Agostino Sarubbo
2020-04-23  6:21 Agostino Sarubbo
2020-04-19 18:24 Agostino Sarubbo
2020-04-18  9:18 Agostino Sarubbo
2020-03-09  7:18 Michał Górny
2020-03-06  3:27 Michał Górny
2019-10-20 10:24 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-08-12 13:21 Michał Górny
2019-07-29 10:57 Mikle Kolyada
2019-07-28 21:08 Michał Górny
2019-07-28 21:08 Michał Górny
2019-07-24  3:22 Aaron Bauman
2019-07-21  8:13 Sergei Trofimovich
2019-07-01  7:56 Michał Górny
2019-05-17 13:59 Michał Górny
2018-07-10 12:29 Michał Górny
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-06 21:59 Michał Górny
2018-01-05 11:30 Mikle Kolyada
2017-12-19  6:52 Michał Górny
2017-07-13  6:28 Michał Górny
2017-07-09 21:41 Michał Górny
2017-07-09 21:41 Michał Górny
2017-06-07 20:06 Michał Górny
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29  4:37 Jeroen Roovers
2016-08-03  5:02 Michał Górny
2016-06-05 17:49 Michał Górny

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=1521998836.0fb414094af0674b7d80ae508fa986d6f25f6db0.mgorny@gentoo \
    --to=mgorny@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