From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-power-manager/
Date: Tue, 25 Dec 2012 22:07:17 +0000 (UTC) [thread overview]
Message-ID: <1356473217.a7863e6fae65aa479a9ceec801ca444a39902b86.eva@gentoo> (raw)
commit: a7863e6fae65aa479a9ceec801ca444a39902b86
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 22:06:57 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 22:06:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a7863e6f
gnome-extra/gnome-power-manager: moved to gx86
* Sync live ebuild with gx86 changes.
---
.../gnome-power-manager-3.6.0.ebuild | 69 --------------------
.../gnome-power-manager-9999.ebuild | 5 +-
2 files changed, 2 insertions(+), 72 deletions(-)
diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.6.0.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-3.6.0.ebuild
deleted file mode 100644
index 2fff6d0..0000000
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-3.6.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Gnome Power Manager"
-HOMEPAGE="http://www.gnome.org/projects/gnome-power-manager/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.31.10
- >=x11-libs/gtk+-3.3.8:3
- >=x11-libs/cairo-1.0.0
- >=sys-power/upower-0.9.1
-"
-RDEPEND="${COMMON_DEPEND}
- x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-sgml-dtd:4.1
- app-text/docbook-sgml-utils
- >=app-text/gnome-doc-utils-0.3.2
- app-text/scrollkeeper
- >=dev-util/intltool-0.35
- sys-devel/gettext
- x11-proto/randrproto
- virtual/pkgconfig
- test? ( sys-apps/dbus )
-"
-
-# docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
-# (files under ${S}/man).
-# docbook-xml-dtd-4.4 and -4.1.2 are used by the xml files under ${S}/docs.
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- $(use_enable test tests)
- --enable-compile-warnings=minimum
- --disable-schemas-compile"
-
- gnome2_src_prepare
-
- # Drop debugger CFLAGS from configure
- # XXX: touch configure.ac only if running eautoreconf, otherwise
- # maintainer mode gets triggered -- even if the order is correct
- sed -e 's:^CPPFLAGS="$CPPFLAGS -g"$::g' \
- -i configure || die "debugger sed failed"
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- Xemake check || die "Test phase failed"
-}
diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
index 2fff6d0..ce8a1bb 100644
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
+++ b/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
inherit eutils gnome2 virtualx
@@ -25,7 +25,7 @@ fi
COMMON_DEPEND="
>=dev-libs/glib-2.31.10
>=x11-libs/gtk+-3.3.8:3
- >=x11-libs/cairo-1.0.0
+ >=x11-libs/cairo-1
>=sys-power/upower-0.9.1
"
RDEPEND="${COMMON_DEPEND}
@@ -48,7 +48,6 @@ DEPEND="${COMMON_DEPEND}
# docbook-xml-dtd-4.4 and -4.1.2 are used by the xml files under ${S}/docs.
src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
$(use_enable test tests)
--enable-compile-warnings=minimum
next reply other threads:[~2012-12-25 22:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-25 22:07 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-11 13:13 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-power-manager/ Gilles Dartiguelongue
2018-12-11 13:13 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-01-12 13:27 Dennis Lamm
2016-03-30 20:08 Ole Reifschneider
2015-05-13 7:24 Gilles Dartiguelongue
2015-05-02 18:41 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2014-04-06 21:32 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2013-11-15 23:38 Gilles Dartiguelongue
2012-11-05 7:55 Gilles Dartiguelongue
2012-10-28 17:29 Gilles Dartiguelongue
2012-09-10 6:22 Nirbheek Chauhan
2012-07-02 22:12 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2011-06-02 16:37 Nirbheek Chauhan
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-29 19:33 Nirbheek Chauhan
2011-03-22 1:18 Nirbheek Chauhan
2011-02-22 19:44 Nirbheek Chauhan
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=1356473217.a7863e6fae65aa479a9ceec801ca444a39902b86.eva@gentoo \
--to=eva@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