ssuominen    14/06/04 19:51:49

  Modified:             ChangeLog
  Added:                pm-utils-1.4.1-r3.ebuild
  Log:
  Inhibit on right status wrt #360673 by Gerard Neil
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.66                 sys-power/pm-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   1 Sep 2013 10:43:25 -0000       1.65
+++ ChangeLog   4 Jun 2014 19:51:49 -0000       1.66
@@ -1,6 +1,12 @@
 # ChangeLog for sys-power/pm-utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.65 
2013/09/01 10:43:25 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/pm-utils/ChangeLog,v 1.66 
2014/06/04 19:51:49 ssuominen Exp $
+
+*pm-utils-1.4.1-r3 (04 Jun 2014)
+
+  04 Jun 2014; Samuli Suominen <ssuomi...@gentoo.org>
+  +files/1.4.1-inhibit-on-right-status.patch, +pm-utils-1.4.1-r3.ebuild:
+  Inhibit on right status wrt #360673 by Gerard Neil
 
   01 Sep 2013; Gilles Dartiguelongue <e...@gentoo.org> 
pm-utils-1.4.1-r2.ebuild:
   Do not install docs twice, bug #396351.
@@ -282,4 +288,3 @@
   23 Nov 2007; Saleem Abdulrasool <compn...@gentoo.org> +metadata.xml,
   +pm-utils-0.99.4.ebuild:
   Initial commit of pm-utils for HAL 0.5.10
-



1.1                  sys-power/pm-utils/pm-utils-1.4.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r3.ebuild?rev=1.1&content-type=text/plain

Index: pm-utils-1.4.1-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-power/pm-utils/pm-utils-1.4.1-r3.ebuild,v 1.1 
2014/06/04 19:51:49 ssuominen Exp $

EAPI=5
inherit eutils

DESCRIPTION="Suspend and hibernation utilities"
HOMEPAGE="http://pm-utils.freedesktop.org/";
SRC_URI="http://pm-utils.freedesktop.org/releases/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="alsa debug ntp video_cards_intel video_cards_radeon"

vbetool="!video_cards_intel? ( sys-apps/vbetool )"
RDEPEND="!<app-laptop/laptop-mode-tools-1.55-r1
        !sys-power/powermgmt-base[-pm-utils(+)]
        sys-apps/dbus
        >=sys-apps/util-linux-2.13
        sys-power/pm-quirks
        alsa? ( media-sound/alsa-utils )
        ntp? ( || ( net-misc/ntp net-misc/openntpd ) )
        amd64? ( ${vbetool} )
        x86? ( ${vbetool} )
        video_cards_radeon? ( app-laptop/radeontool )"
DEPEND="${RDEPEND}"

DOCS="AUTHORS ChangeLog NEWS pm/HOWTO* README* TODO"

src_prepare() {
        local ignore="01grub"
        use ntp || ignore+=" 90clock"

        use debug && echo 'PM_DEBUG="true"' > "${T}"/gentoo
        echo "HOOK_BLACKLIST=\"${ignore}\"" >> "${T}"/gentoo

        epatch \
                "${FILESDIR}"/${PV}-bluetooth-sync.patch \
                "${FILESDIR}"/${PV}-disable-sata-alpm.patch \
                "${FILESDIR}"/${PV}-fix-intel-audio-powersave-hook.patch \
                "${FILESDIR}"/${PV}-logging-append.patch \
                "${FILESDIR}"/${PV}-inhibit-on-right-status.patch

}

src_configure() {
        econf --disable-doc
}

src_install() {
        default
        doman man/*.{1,8}

        # Remove duplicate documentation install
        rm -r "${D}"/usr/share/doc/${PN}

        insinto /etc/pm/config.d
        doins "${T}"/gentoo

        # NetworkManager 0.8.2 is handling suspend/resume on it's own with 
UPower
        find "${D}" -type f -name 55NetworkManager -exec rm -f '{}' +
}




Reply via email to