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 BAF37138247 for ; Wed, 8 Oct 2014 00:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A191E097B; Wed, 8 Oct 2014 00:54:04 +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 DC4D0E097B for ; Wed, 8 Oct 2014 00:54:03 +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 14BF03402A2 for ; Wed, 8 Oct 2014 00:54:03 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id CF53E741E; Wed, 8 Oct 2014 00:54:01 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/whois: whois-5.1.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: whois-5.1.5.ebuild ChangeLog X-VCS-Directories: net-misc/whois X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141008005401.CF53E741E@oystercatcher.gentoo.org> Date: Wed, 8 Oct 2014 00:54:01 +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: bb7aaffa-a222-44de-a3f3-7ab3f4a6f9bc X-Archives-Hash: c0bbeefcf39dc461cd0c6cd5010ee7a7 mrueg 14/10/08 00:54:01 Modified: whois-5.1.5.ebuild ChangeLog Log: Mark stable on amd64. See bug #524264. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.3 net-misc/whois/whois-5.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild?r1=1.2&r2=1.3 Index: whois-5.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- whois-5.1.5.ebuild 2 Oct 2014 21:00:26 -0000 1.2 +++ whois-5.1.5.ebuild 8 Oct 2014 00:54:01 -0000 1.3 @@ -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-misc/whois/whois-5.1.5.ebuild,v 1.2 2014/10/02 21:00:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.3 2014/10/08 00:54:01 mrueg Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="iconv idn nls" RESTRICT="test" #59327 1.205 net-misc/whois/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.205&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?rev=1.205&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/whois/ChangeLog?r1=1.204&r2=1.205 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- ChangeLog 2 Oct 2014 21:00:26 -0000 1.204 +++ ChangeLog 8 Oct 2014 00:54:01 -0000 1.205 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/whois # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.204 2014/10/02 21:00:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.205 2014/10/08 00:54:01 mrueg Exp $ + + 08 Oct 2014; Manuel RĂ¼ger whois-5.1.5.ebuild: + Mark stable on amd64. See bug #524264. 02 Oct 2014; Jeroen Roovers whois-5.1.5.ebuild: Stable for HPPA (bug #524264).