From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E7E61381FA for ; Tue, 27 May 2014 04:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFC84E0857; Tue, 27 May 2014 04:55:42 +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 84118E0857 for ; Tue, 27 May 2014 04:55:42 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [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 63D6B33FABB for ; Tue, 27 May 2014 04:55:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id E78EB2004E; Tue, 27 May 2014 04:55:39 +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/tdiff: tdiff-0.3.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tdiff-0.3.3.ebuild ChangeLog X-VCS-Directories: dev-ruby/tdiff X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140527045539.E78EB2004E@flycatcher.gentoo.org> Date: Tue, 27 May 2014 04:55:39 +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: 5f2f636b-78c9-400c-90d4-50c411d6d931 X-Archives-Hash: abab8eb3af363e868d5b1830c7d04bd5 graaff 14/05/27 04:55:39 Modified: tdiff-0.3.3.ebuild ChangeLog Log: Add ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.4 dev-ruby/tdiff/tdiff-0.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild?r1=1.3&r2=1.4 Index: tdiff-0.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tdiff-0.3.3.ebuild 24 Apr 2014 16:44:34 -0000 1.3 +++ tdiff-0.3.3.ebuild 27 May 2014 04:55:39 -0000 1.4 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild,v 1.3 2014/04/24 16:44:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild,v 1.4 2014/05/27 04:55:39 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" 1.4 dev-ruby/tdiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 24 Apr 2014 16:44:34 -0000 1.3 +++ ChangeLog 27 May 2014 04:55:39 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tdiff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/ChangeLog,v 1.3 2014/04/24 16:44:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/ChangeLog,v 1.4 2014/05/27 04:55:39 graaff Exp $ + + 27 May 2014; Hans de Graaff tdiff-0.3.3.ebuild: + Add ruby21. 24 Apr 2014; Manuel RĂ¼ger tdiff-0.3.3.ebuild: Remove ruby18 support.