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 010E9198005 for ; Tue, 12 Mar 2013 11:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33191E0678; Tue, 12 Mar 2013 11:22:48 +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 678C3E0691 for ; Tue, 12 Mar 2013 11:22:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A0BB33BDD3 for ; Tue, 12 Mar 2013 11:22:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 14F502171D; Tue, 12 Mar 2013 11:22:45 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: ChangeLog polkit-0.110.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog polkit-0.110.ebuild X-VCS-Directories: sys-auth/polkit X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130312112245.14F502171D@flycatcher.gentoo.org> Date: Tue, 12 Mar 2013 11:22:45 +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: b4e2b4fb-e125-4c3e-ba40-87ba7b859d91 X-Archives-Hash: 15a4e4e52beed196090d946ee3ae4233 ssuominen 13/03/12 11:22:45 Modified: ChangeLog polkit-0.110.ebuild Log: Fix missing #include for #define's of WIFEXITED, WEXITSTATUS, WIFSIGNALED and WTERMSIG (to fix building on arch "sh") (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision Changes Path 1.138 sys-auth/polkit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.138&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.138&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.137&r2=1.138 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v retrieving revision 1.137 retrieving revision 1.138 diff -u -r1.137 -r1.138 --- ChangeLog 9 Mar 2013 19:07:07 -0000 1.137 +++ ChangeLog 12 Mar 2013 11:22:44 -0000 1.138 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.137 2013/03/09 19:07:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.138 2013/03/12 11:22:44 ssuominen Exp $ + + 12 Mar 2013; Samuli Suominen polkit-0.110.ebuild, + +files/polkit-0.110-W_define.patch: + Fix missing #include for #define's of WIFEXITED, WEXITSTATUS, + WIFSIGNALED and WTERMSIG (to fix building on arch "sh") 09 Mar 2013; Agostino Sarubbo polkit-0.110.ebuild: Stable for sparc, wrt bug #452688 1.12 sys-auth/polkit/polkit-0.110.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?r1=1.11&r2=1.12 Index: polkit-0.110.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- polkit-0.110.ebuild 9 Mar 2013 19:07:07 -0000 1.11 +++ polkit-0.110.ebuild 12 Mar 2013 11:22:44 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.11 2013/03/09 19:07:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.12 2013/03/12 11:22:44 ssuominen Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -57,6 +57,8 @@ } src_prepare() { + epatch "${FILESDIR}"/${P}-W_define.patch + sed -i -e 's|unix-group:wheel|unix-user:0|' src/polkitbackend/*-default.rules || die #401513 if has_version '>=dev-lang/spidermonkey-1.8.7'; then