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 D0B391381FA for ; Mon, 26 May 2014 05:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65A63E07FC; Mon, 26 May 2014 05:31:50 +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 E014FE07FC for ; Mon, 26 May 2014 05:31:49 +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 9183E33FD25 for ; Mon, 26 May 2014 05:31:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 459A92004E; Mon, 26 May 2014 05:31:47 +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/cri: cri-2.4.1.ebuild cri-2.5.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cri-2.4.1.ebuild cri-2.5.0.ebuild ChangeLog X-VCS-Directories: dev-ruby/cri X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140526053147.459A92004E@flycatcher.gentoo.org> Date: Mon, 26 May 2014 05:31:47 +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: 4b8134bb-e2a6-4d8d-9ee7-208176d946be X-Archives-Hash: a15d4a11d4c5e1050959ae2019d2409a mrueg 14/05/26 05:31:47 Modified: cri-2.4.1.ebuild cri-2.5.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.2 dev-ruby/cri/cri-2.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild?r1=1.1&r2=1.2 Index: cri-2.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cri-2.4.1.ebuild 30 Nov 2013 07:22:45 -0000 1.1 +++ cri-2.4.1.ebuild 26 May 2014 05:31:45 -0000 1.2 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild,v 1.1 2013/11/30 07:22:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.4.1.ebuild,v 1.2 2014/05/26 05:31:45 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" @@ -11,7 +11,7 @@ inherit ruby-fakegem -DESCRIPTION="Cri is a library for building easy-to-use commandline tools." +DESCRIPTION="Cri is a library for building easy-to-use commandline tools" HOMEPAGE="http://rubygems.org/gems/cri" LICENSE="MIT" 1.2 dev-ruby/cri/cri-2.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild?r1=1.1&r2=1.2 Index: cri-2.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cri-2.5.0.ebuild 2 Mar 2014 22:02:22 -0000 1.1 +++ cri-2.5.0.ebuild 26 May 2014 05:31:45 -0000 1.2 @@ -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/cri/cri-2.5.0.ebuild,v 1.1 2014/03/02 22:02:22 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/cri-2.5.0.ebuild,v 1.2 2014/05/26 05:31:45 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc" @@ -11,7 +11,7 @@ inherit ruby-fakegem -DESCRIPTION="Cri is a library for building easy-to-use commandline tools." +DESCRIPTION="Cri is a library for building easy-to-use commandline tools" HOMEPAGE="http://rubygems.org/gems/cri" LICENSE="MIT" 1.13 dev-ruby/cri/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cri/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 2 Mar 2014 22:02:22 -0000 1.12 +++ ChangeLog 26 May 2014 05:31:47 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/cri # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.12 2014/03/02 22:02:22 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.13 2014/05/26 05:31:47 mrueg Exp $ + + 26 May 2014; Manuel RĂ¼ger cri-2.4.1.ebuild, + cri-2.5.0.ebuild: + Remove ruby18 target. *cri-2.5.0 (02 Mar 2014)