From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SmzzR-00038M-7s for garchives@archives.gentoo.org; Fri, 06 Jul 2012 04:17:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD5EE0525; Fri, 6 Jul 2012 04:17:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 47BC9E064E for ; Fri, 6 Jul 2012 04:17:48 +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 7ED6B1B409E for ; Fri, 6 Jul 2012 04:17:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 37C542004C; Fri, 6 Jul 2012 04:17:46 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/cpio: cpio-2.11.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cpio-2.11.ebuild ChangeLog X-VCS-Directories: app-arch/cpio X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20120706041746.37C542004C@flycatcher.gentoo.org> Date: Fri, 6 Jul 2012 04:17:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f1526d09-719e-4ac9-9ea3-1d9d9872b5f6 X-Archives-Hash: 4caa9a633e5410c925638cac5d996415 vapier 12/07/06 04:17:46 Modified: cpio-2.11.ebuild ChangeLog Log: Fix building with glibc-2.16 #424974 by Stevan Baji=C4=87. =20 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64) Revision Changes Path 1.10 app-arch/cpio/cpio-2.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/cpio= -2.11.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/cpio= -2.11.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/cpio= -2.11.ebuild?r1=3D1.9&r2=3D1.10 Index: cpio-2.11.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.11.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cpio-2.11.ebuild 26 Apr 2012 12:29:34 -0000 1.9 +++ cpio-2.11.ebuild 6 Jul 2012 04:17:46 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.11.ebuild,v 1.9 = 2012/04/26 12:29:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.11.ebuild,v 1.10= 2012/07/06 04:17:46 vapier Exp $ =20 EAPI=3D"2" =20 @@ -17,6 +17,7 @@ =20 src_prepare() { epatch "${FILESDIR}"/${P}-stat.patch #328531 + epatch "${FILESDIR}"/${P}-no-gets.patch #424974 } =20 src_configure() { 1.116 app-arch/cpio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/Chan= geLog?rev=3D1.116&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/Chan= geLog?rev=3D1.116&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/Chan= geLog?r1=3D1.115&r2=3D1.116 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 26 Apr 2012 12:29:34 -0000 1.115 +++ ChangeLog 6 Jul 2012 04:17:46 -0000 1.116 @@ -1,6 +1,10 @@ # ChangeLog for app-arch/cpio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.115 2012/= 04/26 12:29:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.116 2012/= 07/06 04:17:46 vapier Exp $ + + 06 Jul 2012; Mike Frysinger + +files/cpio-2.11-no-gets.patch, cpio-2.11.ebuild: + Fix building with glibc-2.16 #424974 by Stevan Baji=C4=87. =20 26 Apr 2012; Alexis Ballier cpio-2.11.ebuild: keyword ~amd64-fbsd