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 60ADA13877A for ; Wed, 13 Aug 2014 16:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C13FDE0A7E; Wed, 13 Aug 2014 16:37:22 +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 543DFE0A7E for ; Wed, 13 Aug 2014 16:37:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [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 59E953402F4 for ; Wed, 13 Aug 2014 16:37:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 0B7A92004E; Wed, 13 Aug 2014 16:37:19 +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/classifier: classifier-1.3.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: classifier-1.3.4.ebuild ChangeLog X-VCS-Directories: dev-ruby/classifier X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140813163720.0B7A92004E@flycatcher.gentoo.org> Date: Wed, 13 Aug 2014 16:37: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: fd96a213-1177-4848-96e5-c5ee384e584f X-Archives-Hash: 4605d1f13eff7c2ac76f42c5d7b038d2 mrueg 14/08/13 16:37:19 Modified: classifier-1.3.4.ebuild ChangeLog Log: Make depends look nicer. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.4 dev-ruby/classifier/classifier-1.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?r1=1.3&r2=1.4 Index: classifier-1.3.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- classifier-1.3.4.ebuild 13 Aug 2014 16:36:14 -0000 1.3 +++ classifier-1.3.4.ebuild 13 Aug 2014 16:37:19 -0000 1.4 @@ -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/dev-ruby/classifier/classifier-1.3.4.ebuild,v 1.3 2014/08/13 16:36:14 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v 1.4 2014/08/13 16:37:19 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -18,8 +18,9 @@ KEYWORDS="~amd64" IUSE="gsl" -ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0 !!dev-ruby/classifier-reborn" -ruby_add_rdepend "gsl? ( dev-ruby/rb-gsl )" +ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0 + !!dev-ruby/classifier-reborn + gsl? ( dev-ruby/rb-gsl )" all_ruby_prepare() { sed -i -e "s/PKG_VERSION/\"${PV}\"/" \ 1.6 dev-ruby/classifier/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 13 Aug 2014 16:36:14 -0000 1.5 +++ ChangeLog 13 Aug 2014 16:37:19 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/classifier # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.5 2014/08/13 16:36:14 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.6 2014/08/13 16:37:19 mrueg Exp $ + + 13 Aug 2014; Manuel Rüger classifier-1.3.4.ebuild: + Make depends look nicer. 13 Aug 2014; Manuel Rüger classifier-1.3.4.ebuild: Add hardblocker on dev-ruby/classifier-reborn.