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 9D86213877A for ; Tue, 29 Jul 2014 16:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471B7E0908; Tue, 29 Jul 2014 16:40:21 +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 D4D06E0908 for ; Tue, 29 Jul 2014 16:40:20 +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 961CB340198 for ; Tue, 29 Jul 2014 16:40:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2270) id 64CA02004E; Tue, 29 Jul 2014 16:40:18 +0000 (UTC) From: "JosA MarAa Alonso (nimiux)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nimiux@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/retroshare: retroshare-0.5.5c.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: retroshare-0.5.5c.ebuild ChangeLog X-VCS-Directories: net-p2p/retroshare X-VCS-Committer: nimiux X-VCS-Committer-Name: JosA MarAa Alonso Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140729164018.64CA02004E@flycatcher.gentoo.org> Date: Tue, 29 Jul 2014 16:40:18 +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: 9bc1372c-b178-44e7-b9cf-977935429e5e X-Archives-Hash: f51a575b5893715e863078a8d1839c09 nimiux 14/07/29 16:40:18 Modified: retroshare-0.5.5c.ebuild ChangeLog Log: Stable for amd64 wrt bug #518206 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536) Revision Changes Path 1.2 net-p2p/retroshare/retroshare-0.5.5c.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild?r1=1.1&r2=1.2 Index: retroshare-0.5.5c.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- retroshare-0.5.5c.ebuild 17 Feb 2014 22:52:34 -0000 1.1 +++ retroshare-0.5.5c.ebuild 29 Jul 2014 16:40:18 -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-p2p/retroshare/retroshare-0.5.5c.ebuild,v 1.1 2014/02/17 22:52:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/retroshare/retroshare-0.5.5c.ebuild,v 1.2 2014/07/29 16:40:18 nimiux Exp $ EAPI=5 @@ -16,7 +16,7 @@ # pegmarkdown can also be used with MIT LICENSE="GPL-2 GPL-3 Apache-2.0 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="cli feedreader links-cloud qt4 voip" REQUIRED_USE="|| ( cli qt4 ) feedreader? ( qt4 ) 1.6 net-p2p/retroshare/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/retroshare/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/retroshare/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 17 Feb 2014 22:52:34 -0000 1.5 +++ ChangeLog 29 Jul 2014 16:40:18 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/retroshare # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/retroshare/ChangeLog,v 1.5 2014/02/17 22:52:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/retroshare/ChangeLog,v 1.6 2014/07/29 16:40:18 nimiux Exp $ + + 29 Jul 2014; Chema Alonso retroshare-0.5.5c.ebuild: + Stable for amd64 wrt bug #518206 *retroshare-0.5.5c (17 Feb 2014)