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 A689613877A for ; Thu, 21 Aug 2014 11:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A671EE07A3; Thu, 21 Aug 2014 11:40:30 +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 44F8BE07A3 for ; Thu, 21 Aug 2014 11:40:30 +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 263F633F195 for ; Thu, 21 Aug 2014 11:40:29 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2160) id 214A33A9B; Thu, 21 Aug 2014 11:40:27 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gloox: gloox-1.0.10-r1.ebuild ChangeLog gloox-1.0.ebuild gloox-1.0.9.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: gloox-1.0.10-r1.ebuild ChangeLog gloox-1.0.ebuild gloox-1.0.9.ebuild X-VCS-Directories: net-libs/gloox X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140821114027.214A33A9B@oystercatcher.gentoo.org> Date: Thu, 21 Aug 2014 11:40: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: 5cd91001-8266-4418-83de-9b356b8ef6e6 X-Archives-Hash: f5d61e7080165344173f38cb6f2dac32 armin76 14/08/21 11:40:27 Modified: gloox-1.0.10-r1.ebuild ChangeLog gloox-1.0.ebuild gloox-1.0.9.ebuild Log: Add ~sparc wrt bug #473920 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240) Revision Changes Path 1.2 net-libs/gloox/gloox-1.0.10-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.10-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.10-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.10-r1.ebuild?r1=1.1&r2=1.2 Index: gloox-1.0.10-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.10-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gloox-1.0.10-r1.ebuild 29 Jun 2014 12:08:23 -0000 1.1 +++ gloox-1.0.10-r1.ebuild 21 Aug 2014 11:40:27 -0000 1.2 @@ -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/net-libs/gloox/gloox-1.0.10-r1.ebuild,v 1.1 2014/06/29 12:08:23 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.10-r1.ebuild,v 1.2 2014/08/21 11:40:27 armin76 Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86" IUSE="debug gnutls idn ssl static-libs test zlib" DEPEND="idn? ( net-dns/libidn ) 1.25 net-libs/gloox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 29 Jun 2014 12:08:23 -0000 1.24 +++ ChangeLog 21 Aug 2014 11:40:27 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gloox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.24 2014/06/29 12:08:23 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.25 2014/08/21 11:40:27 armin76 Exp $ + + 21 Aug 2014; Raúl Porcel gloox-1.0.ebuild, + gloox-1.0.9.ebuild, gloox-1.0.10-r1.ebuild: + Add ~sparc wrt bug #473920 *gloox-1.0.10-r1 (29 Jun 2014) 1.5 net-libs/gloox/gloox-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.ebuild?r1=1.4&r2=1.5 Index: gloox-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gloox-1.0.ebuild 3 Sep 2012 00:20:41 -0000 1.4 +++ gloox-1.0.ebuild 21 Aug 2014 11:40:27 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.ebuild,v 1.4 2012/09/03 00:20:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.ebuild,v 1.5 2014/08/21 11:40:27 armin76 Exp $ EAPI=2 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~sparc x86" IUSE="debug gnutls idn ssl zlib" DEPEND="idn? ( net-dns/libidn ) 1.4 net-libs/gloox/gloox-1.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.9.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.9.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.9.ebuild?r1=1.3&r2=1.4 Index: gloox-1.0.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.9.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gloox-1.0.9.ebuild 29 Jun 2014 11:15:19 -0000 1.3 +++ gloox-1.0.9.ebuild 21 Aug 2014 11:40:27 -0000 1.4 @@ -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/net-libs/gloox/gloox-1.0.9.ebuild,v 1.3 2014/06/29 11:15:19 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.9.ebuild,v 1.4 2014/08/21 11:40:27 armin76 Exp $ EAPI=5 @@ -11,7 +11,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~sparc x86" IUSE="debug gnutls idn ssl zlib" DEPEND="idn? ( net-dns/libidn )