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 52F55138010 for ; Wed, 17 Oct 2012 18:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 245C0E011A; Wed, 17 Oct 2012 18:55:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A053AE011A for ; Wed, 17 Oct 2012 18:55:07 +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 1409733C394 for ; Wed, 17 Oct 2012 18:55:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id D4F9821600; Wed, 17 Oct 2012 18:55:05 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xsd-3.3.0.ebuild ChangeLog X-VCS-Directories: dev-cpp/xsd X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121017185505.D4F9821600@flycatcher.gentoo.org> Date: Wed, 17 Oct 2012 18:55:05 +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: 48f615f6-9856-4613-874e-9b19dfe3e175 X-Archives-Hash: 5a5fae52caf1883615b422cb23b7ee99 maekke 12/10/17 18:55:05 Modified: xsd-3.3.0.ebuild ChangeLog Log: add ~arm, bug #430072 (Portage version: 2.1.11.25/cvs/Linux x86_64) Revision Changes Path 1.5 dev-cpp/xsd/xsd-3.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.4&r2=1.5 Index: xsd-3.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xsd-3.3.0.ebuild 23 Aug 2012 13:40:52 -0000 1.4 +++ xsd-3.3.0.ebuild 17 Oct 2012 18:55:05 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.4 2012/08/23 13:40:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.5 2012/10/17 18:55:05 maekke Exp $ EAPI="2" @@ -11,7 +11,7 @@ SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="ace doc examples zlib" RDEPEND=">=dev-libs/xerces-c-3 1.5 dev-cpp/xsd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 23 Aug 2012 13:40:52 -0000 1.4 +++ ChangeLog 17 Oct 2012 18:55:05 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/xsd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.4 2012/08/23 13:40:52 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.5 2012/10/17 18:55:05 maekke Exp $ + + 17 Oct 2012; Markus Meier xsd-3.3.0.ebuild: + add ~arm, bug #430072 23 Aug 2012; Tiziano Müller +files/3.3.0-boost-filesystem-v2-deprecation.patch, xsd-3.3.0.ebuild: