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 A88CB138A1A for ; Wed, 18 Feb 2015 12:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 586E8E095A; Wed, 18 Feb 2015 12:46:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA0DDE095A for ; Wed, 18 Feb 2015 12:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C36153408C8 for ; Wed, 18 Feb 2015 12:46:13 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2273) id 126EE12063; Wed, 18 Feb 2015 12:46:07 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/install-xattr: install-xattr-0.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: install-xattr-0.4.ebuild ChangeLog X-VCS-Directories: sys-apps/install-xattr X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150218124607.126EE12063@oystercatcher.gentoo.org> Date: Wed, 18 Feb 2015 12:46:07 +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: 52cd0d8d-d14d-4024-a28a-8853567ed83e X-Archives-Hash: d3e464f96325c041065aaa2a6cdde34a blueness 15/02/18 12:46:07 Modified: install-xattr-0.4.ebuild ChangeLog Log: Stable on ppc and ppc64, bug #540480 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.3 sys-apps/install-xattr/install-xattr-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild?r1=1.2&r2=1.3 Index: install-xattr-0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- install-xattr-0.4.ebuild 18 Feb 2015 12:26:22 -0000 1.2 +++ install-xattr-0.4.ebuild 18 Feb 2015 12:46:07 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.2 2015/02/18 12:26:22 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.3 2015/02/18 12:46:07 blueness Exp $ EAPI=5 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes" @@ -14,7 +14,7 @@ inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" S=${WORKDIR}/${PN} fi 1.26 sys-apps/install-xattr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 18 Feb 2015 12:26:22 -0000 1.25 +++ ChangeLog 18 Feb 2015 12:46:07 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/install-xattr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.25 2015/02/18 12:26:22 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.26 2015/02/18 12:46:07 blueness Exp $ + + 18 Feb 2015; Anthony G. Basile install-xattr-0.4.ebuild: + Stable on ppc and ppc64, bug #540480 18 Feb 2015; Anthony G. Basile install-xattr-0.4.ebuild, install-xattr-9999.ebuild: