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 9A956138A1F for ; Fri, 18 Apr 2014 13:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BBCBE0B28; Fri, 18 Apr 2014 13:58:35 +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 DCCF7E0B28 for ; Fri, 18 Apr 2014 13:58:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0225A33FE31 for ; Fri, 18 Apr 2014 13:58:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id C7B1E2004B; Fri, 18 Apr 2014 13:58:27 +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 dev-libs/wayland: wayland-1.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wayland-1.4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/wayland X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140418135827.C7B1E2004B@flycatcher.gentoo.org> Date: Fri, 18 Apr 2014 13:58:27 +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: 81144c0c-41d2-43ee-a4a0-69a8f6f26b80 X-Archives-Hash: 7aba546b980c56bbbdfe04734cf68c13 ago 14/04/18 13:58:27 Modified: wayland-1.4.0.ebuild ChangeLog Log: Stable for alpha, wrt bug #500368 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision Changes Path 1.9 dev-libs/wayland/wayland-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?r1=1.8&r2=1.9 Index: wayland-1.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wayland-1.4.0.ebuild 17 Apr 2014 07:51:24 -0000 1.8 +++ wayland-1.4.0.ebuild 18 Apr 2014 13:58:27 -0000 1.9 @@ -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/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.8 2014/04/17 07:51:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild,v 1.9 2014/04/18 13:58:27 ago Exp $ EAPI=5 @@ -18,10 +18,10 @@ if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="hppa ia64 ppc ppc64 x86" + KEYWORDS="alpha hppa ia64 ppc ppc64 x86" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 x86" + KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86" fi LICENSE="MIT" 1.41 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 17 Apr 2014 07:51:24 -0000 1.40 +++ ChangeLog 18 Apr 2014 13:58:27 -0000 1.41 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.40 2014/04/17 07:51:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.41 2014/04/18 13:58:27 ago Exp $ + + 18 Apr 2014; Agostino Sarubbo wayland-1.4.0.ebuild: + Stable for alpha, wrt bug #500368 17 Apr 2014; Agostino Sarubbo wayland-1.4.0.ebuild: Stable for ia64, wrt bug #500368