From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D61D91381FB for ; Tue, 25 Dec 2012 22:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C2121C0DD; Tue, 25 Dec 2012 22:07:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D97621C0DD for ; Tue, 25 Dec 2012 22:07:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C6FD33C878 for ; Tue, 25 Dec 2012 22:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A39F4E543D for ; Tue, 25 Dec 2012 22:07:17 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1356473217.a7863e6fae65aa479a9ceec801ca444a39902b86.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-power-manager/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-power-manager/gnome-power-manager-3.6.0.ebuild gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild X-VCS-Directories: gnome-extra/gnome-power-manager/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a7863e6fae65aa479a9ceec801ca444a39902b86 X-VCS-Branch: master Date: Tue, 25 Dec 2012 22:07:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 86ac0762-fc79-4888-a28d-1e41bd5984b1 X-Archives-Hash: 4a067e3fd94b7fb7746ac1244fa14a85 commit: a7863e6fae65aa479a9ceec801ca444a39902b86 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 25 22:06:57 2012 +0000 Commit: Gilles Dartiguelongue gentoo 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