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 064D81381FA for ; Tue, 13 May 2014 20:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744AFE094E; Tue, 13 May 2014 20:43:52 +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 D4BF8E094E for ; Tue, 13 May 2014 20:43:51 +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 B44B633FB4A for ; Tue, 13 May 2014 20:43:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 57D582004C; Tue, 13 May 2014 20:43:49 +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 dev-ruby/mixlib-authentication: mixlib-authentication-1.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mixlib-authentication-1.3.0.ebuild ChangeLog X-VCS-Directories: dev-ruby/mixlib-authentication X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140513204349.57D582004C@flycatcher.gentoo.org> Date: Tue, 13 May 2014 20:43:49 +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: 226844e8-b5f2-4958-b6f1-94792f8b27bd X-Archives-Hash: 9c1a17ad6310fb758702a1efcc9d34d2 mrueg 14/05/13 20:43:49 Modified: mixlib-authentication-1.3.0.ebuild ChangeLog Log: Remove ruby18 target. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.7 dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild?r1=1.6&r2=1.7 Index: mixlib-authentication-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mixlib-authentication-1.3.0.ebuild 10 Mar 2014 17:19:25 -0000 1.6 +++ mixlib-authentication-1.3.0.ebuild 13 May 2014 20:43:49 -0000 1.7 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild,v 1.6 2014/03/10 17:19:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0.ebuild,v 1.7 2014/05/13 20:43:49 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" 1.12 dev-ruby/mixlib-authentication/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 10 Mar 2014 17:19:25 -0000 1.11 +++ ChangeLog 13 May 2014 20:43:49 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/mixlib-authentication # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v 1.11 2014/03/10 17:19:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v 1.12 2014/05/13 20:43:49 mrueg Exp $ + + 13 May 2014; Manuel RĂ¼ger + mixlib-authentication-1.3.0.ebuild: + Remove ruby18 target. 10 Mar 2014; Johannes Huber mixlib-authentication-1.3.0.ebuild: