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 BC650138CD3 for ; Sun, 7 Jun 2015 14:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57219E06FE; Sun, 7 Jun 2015 14:34: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 F099CE06FE for ; Sun, 7 Jun 2015 14:34:20 +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 55EA23404B1 for ; Sun, 7 Jun 2015 14:34:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2149) id 1757EA23; Sun, 7 Jun 2015 14:34:19 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.8.2-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog json-1.8.2-r1.ebuild X-VCS-Directories: dev-ruby/json X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150607143419.1757EA23@oystercatcher.gentoo.org> Date: Sun, 7 Jun 2015 14:34:19 +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: 69eadb51-20bc-4c46-8626-e4bda2248d40 X-Archives-Hash: 34db990445276792390e423536295804 graaff 15/06/07 14:34:19 Modified: ChangeLog json-1.8.2-r1.ebuild Log: Create stable candidate for ruby21. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.156 dev-ruby/json/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.156&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.156&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.155&r2=1.156 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- ChangeLog 3 Jun 2015 05:03:01 -0000 1.155 +++ ChangeLog 7 Jun 2015 14:34:19 -0000 1.156 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.155 2015/06/03 05:03:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.156 2015/06/07 14:34:19 graaff Exp $ + + 07 Jun 2015; Hans de Graaff json-1.8.2-r1.ebuild: + Create stable candidate for ruby21. *json-1.8.3 (03 Jun 2015) 1.2 dev-ruby/json/json-1.8.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild?r1=1.1&r2=1.2 Index: json-1.8.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- json-1.8.2-r1.ebuild 17 Jan 2015 20:08:26 -0000 1.1 +++ json-1.8.2-r1.ebuild 7 Jun 2015 14:34:19 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v 1.1 2015/01/17 20:08:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v 1.2 2015/06/07 14:34:19 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README.rdoc README-json-jruby.markdown"