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.60) (envelope-from ) id 1N8Deh-0005Vt-KE for garchives@archives.gentoo.org; Wed, 11 Nov 2009 13:54:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CA5E094F; Wed, 11 Nov 2009 13:54:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 986BDE094F for ; Wed, 11 Nov 2009 13:54:38 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 417B964275 for ; Wed, 11 Nov 2009 13:54:38 +0000 (UTC) Received: from jer by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N8Def-0003gK-Oi for gentoo-commits@lists.gentoo.org; Wed, 11 Nov 2009 13:54:37 +0000 From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.29.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: iproute2-2.6.29.1-r1.ebuild ChangeLog X-VCS-Directories: sys-apps/iproute2 X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jeroen Roovers Date: Wed, 11 Nov 2009 13:54:37 +0000 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: e73e1e83-3043-438b-b155-f9c693c3a834 X-Archives-Hash: 97abd3cecbb8f0eef12110cbd4f05503 jer 09/11/11 13:54:37 Modified: iproute2-2.6.29.1-r1.ebuild ChangeLog Log: Stable for HPPA (bug #291833). Remove KEYWORDS where appropriate. (Portage version: 2.2_rc49/cvs/Linux i686) Revision Changes Path 1.7 sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/= iproute2-2.6.29.1-r1.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/= iproute2-2.6.29.1-r1.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/= iproute2-2.6.29.1-r1.ebuild?r1=3D1.6&r2=3D1.7 Index: iproute2-2.6.29.1-r1.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/sys-apps/iproute2/iproute2-2.6.29.1-r1.= ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- iproute2-2.6.29.1-r1.ebuild 9 Nov 2009 16:10:37 -0000 1.6 +++ iproute2-2.6.29.1-r1.ebuild 11 Nov 2009 13:54:37 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r= 1.ebuild,v 1.6 2009/11/09 16:10:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r= 1.ebuild,v 1.7 2009/11/11 13:54:37 jer Exp $ =20 EAPI=3D"2" =20 @@ -10,7 +10,7 @@ EGIT_REPO_URI=3D"git://git.kernel.org/pub/scm/linux/kernel/git/shemming= er/iproute2.git" inherit git SRC_URI=3D"" - KEYWORDS=3D"amd64 arm x86" + KEYWORDS=3D"" else if [[ ${PV} =3D=3D *.*.*.* ]] ; then MY_PV=3D${PV%.*}-${PV##*.} @@ -19,7 +19,7 @@ fi MY_P=3D"${PN}-${MY_PV}" SRC_URI=3D"http://developer.osdl.org/dev/iproute2/download/${MY_P}.tar.= bz2" - KEYWORDS=3D"alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~s= h ~sparc x86" + KEYWORDS=3D"alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh= ~sparc x86" S=3D${WORKDIR}/${MY_P} fi =20 1.139 sys-apps/iproute2/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/= ChangeLog?rev=3D1.139&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/= ChangeLog?rev=3D1.139&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/= ChangeLog?r1=3D1.138&r2=3D1.139 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/sys-apps/iproute2/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 9 Nov 2009 16:10:37 -0000 1.138 +++ ChangeLog 11 Nov 2009 13:54:37 -0000 1.139 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.138 2= 009/11/09 16:10:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.139 2= 009/11/11 13:54:37 jer Exp $ + + 11 Nov 2009; Jeroen Roovers iproute2-2.6.29.1-r1.ebui= ld: + Stable for HPPA (bug #291833). Remove KEYWORDS where appropriate. =20 09 Nov 2009; Markus Meier iproute2-2.6.29.1-r1.ebu= ild: amd64/arm/x86 stable, bug #291833