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 E5159138CB7 for ; Tue, 3 Mar 2015 12:36:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4D9BE08AB; Tue, 3 Mar 2015 12:36:24 +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 38141E08AB for ; Tue, 3 Mar 2015 12:36:24 +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 A18CB3409DF for ; Tue, 3 Mar 2015 12:36:22 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2354) id 60A8112F35; Tue, 3 Mar 2015 12:36:21 +0000 (UTC) From: "Yixun Lan (dlan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dlan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/renderproto: renderproto-0.11.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: renderproto-0.11.1-r1.ebuild ChangeLog X-VCS-Directories: x11-proto/renderproto X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150303123621.60A8112F35@oystercatcher.gentoo.org> Date: Tue, 3 Mar 2015 12:36:21 +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: 6bcc46ae-cd32-4dd5-a557-7e23fa231dbd X-Archives-Hash: 2ab9cb635f741d9f1b985f500ecf923b dlan 15/03/03 12:36:21 Modified: renderproto-0.11.1-r1.ebuild ChangeLog Log: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision Changes Path 1.11 x11-proto/renderproto/renderproto-0.11.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild?r1=1.10&r2=1.11 Index: renderproto-0.11.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- renderproto-0.11.1-r1.ebuild 8 Oct 2013 05:09:42 -0000 1.10 +++ renderproto-0.11.1-r1.ebuild 3 Mar 2015 12:36:21 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild,v 1.10 2013/10/08 05:09:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/renderproto-0.11.1-r1.ebuild,v 1.11 2015/03/03 12:36:21 dlan Exp $ EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="X.Org Render protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" 1.77 x11-proto/renderproto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/renderproto/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/renderproto/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/renderproto/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/renderproto/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 8 Oct 2013 05:09:42 -0000 1.76 +++ ChangeLog 3 Mar 2015 12:36:21 -0000 1.77 @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/renderproto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/ChangeLog,v 1.76 2013/10/08 05:09:42 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/renderproto/ChangeLog,v 1.77 2015/03/03 12:36:21 dlan Exp $ + + 03 Mar 2015; Yixun Lan renderproto-0.11.1-r1.ebuild: + add arm64 support, tested on A53 board 08 Oct 2013; Agostino Sarubbo renderproto-0.11.1-r1.ebuild: Stable for x86, wrt bug #475480