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 0C45E138974 for ; Mon, 27 Oct 2014 15:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A53CE0804; Mon, 27 Oct 2014 15:59:42 +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 29AFAE0804 for ; Mon, 27 Oct 2014 15:59:42 +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 20DE3340223 for ; Mon, 27 Oct 2014 15:59:41 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id CB6278DDF; Mon, 27 Oct 2014 15:59:39 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/tslib: tslib-1.0-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tslib-1.0-r3.ebuild ChangeLog X-VCS-Directories: x11-libs/tslib X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141027155939.CB6278DDF@oystercatcher.gentoo.org> Date: Mon, 27 Oct 2014 15:59:39 +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: 7fdd7e15-fedc-482b-9a99-aef500878a43 X-Archives-Hash: 06ddc62163faff7e90aad270aaa93052 ago 14/10/27 15:59:39 Modified: tslib-1.0-r3.ebuild ChangeLog Log: Stable for ppc64, wrt bug #522436 (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 x11-libs/tslib/tslib-1.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/tslib/tslib-1.0-r3.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/tslib/tslib-1.0-r3.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/tslib/tslib-1.0-r3.ebuild?r1=1.6&r2=1.7 Index: tslib-1.0-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tslib-1.0-r3.ebuild 18 Oct 2014 14:15:17 -0000 1.6 +++ tslib-1.0-r3.ebuild 27 Oct 2014 15:59:39 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r3.ebuild,v 1.6 2014/10/18 14:15:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r3.ebuild,v 1.7 2014/10/27 15:59:39 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="" #extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" 1.32 x11-libs/tslib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/tslib/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/tslib/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 18 Oct 2014 14:15:17 -0000 1.31 +++ ChangeLog 27 Oct 2014 15:59:39 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/tslib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.31 2014/10/18 14:15:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.32 2014/10/27 15:59:39 ago Exp $ + + 27 Oct 2014; Agostino Sarubbo tslib-1.0-r3.ebuild: + Stable for ppc64, wrt bug #522436 18 Oct 2014; Agostino Sarubbo tslib-1.0-r3.ebuild: Stable for ppc, wrt bug #522436