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 801AE138CDB for ; Thu, 11 Jun 2015 15:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1718CE08B0; Thu, 11 Jun 2015 15:06:32 +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 AD6F2E08B0 for ; Thu, 11 Jun 2015 15:06:31 +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 8CE81340D40 for ; Thu, 11 Jun 2015 15:06:30 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 51DA0A26; Thu, 11 Jun 2015 15:06:29 +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 net-nntp/slrn: slrn-1.0.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: slrn-1.0.2.ebuild ChangeLog X-VCS-Directories: net-nntp/slrn X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150611150629.51DA0A26@oystercatcher.gentoo.org> Date: Thu, 11 Jun 2015 15:06:29 +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: cc203cdc-f3b2-4dd2-ac11-633812fe5903 X-Archives-Hash: 3a976e96b518579810b8b1d4015231f7 ago 15/06/11 15:06:29 Modified: slrn-1.0.2.ebuild ChangeLog Log: Stable for amd64, wrt bug #535624 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.2 net-nntp/slrn/slrn-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild?r1=1.1&r2=1.2 Index: slrn-1.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- slrn-1.0.2.ebuild 17 Oct 2014 03:37:30 -0000 1.1 +++ slrn-1.0.2.ebuild 11 Jun 2015 15:06:29 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild,v 1.1 2014/10/17 03:37:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild,v 1.2 2015/06/11 15:06:29 ago Exp $ EAPI=5 inherit autotools-utils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="canlock nls ssl uudeview" RDEPEND="virtual/mta 1.36 net-nntp/slrn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 17 Oct 2014 03:37:30 -0000 1.35 +++ ChangeLog 11 Jun 2015 15:06:29 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/slrn -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v 1.35 2014/10/17 03:37:30 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v 1.36 2015/06/11 15:06:29 ago Exp $ + + 11 Jun 2015; Agostino Sarubbo slrn-1.0.2.ebuild: + Stable for amd64, wrt bug #535624 *slrn-1.0.2 (17 Oct 2014)