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 B1272138247 for ; Wed, 13 Nov 2013 11:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E4B0E0B2C; Wed, 13 Nov 2013 11:25:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D279E0B2C for ; Wed, 13 Nov 2013 11:25:10 +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 2A06433F233 for ; Wed, 13 Nov 2013 11:25:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 820) id E8E622004B; Wed, 13 Nov 2013 11:25:08 +0000 (UTC) From: "Tony Vroon (chainsaw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chainsaw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.10.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wesnoth-1.10.7.ebuild ChangeLog X-VCS-Directories: games-strategy/wesnoth X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131113112508.E8E622004B@flycatcher.gentoo.org> Date: Wed, 13 Nov 2013 11:25:08 +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: 25ed68a8-cd86-4d87-a9dd-48581c60e655 X-Archives-Hash: a66d9d085c7913f164cf70cd90348009 chainsaw 13/11/13 11:25:08 Modified: wesnoth-1.10.7.ebuild ChangeLog Log: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #490648. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A) Revision Changes Path 1.4 games-strategy/wesnoth/wesnoth-1.10.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild?r1=1.3&r2=1.4 Index: wesnoth-1.10.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wesnoth-1.10.7.ebuild 13 Sep 2013 02:33:48 -0000 1.3 +++ wesnoth-1.10.7.ebuild 13 Nov 2013 11:25:08 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild,v 1.3 2013/09/13 02:33:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild,v 1.4 2013/11/13 11:25:08 chainsaw Exp $ EAPI=5 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="dbus dedicated doc nls server" RDEPEND=">=media-libs/libsdl-1.2.7:0[joystick,video,X] 1.232 games-strategy/wesnoth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.232&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.232&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.231&r2=1.232 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v retrieving revision 1.231 retrieving revision 1.232 diff -u -r1.231 -r1.232 --- ChangeLog 13 Sep 2013 02:33:48 -0000 1.231 +++ ChangeLog 13 Nov 2013 11:25:08 -0000 1.232 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.231 2013/09/13 02:33:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.232 2013/11/13 11:25:08 chainsaw Exp $ + + 13 Nov 2013; Tony Vroon wesnoth-1.10.7.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #490648. 13 Sep 2013; Patrick Lauer wesnoth-1.10.7.ebuild: Whitespace