mrueg 14/12/23 23:02:12 Modified: ChangeLog Added: classifier-reborn-2.0.3.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.5 dev-ruby/classifier-reborn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Nov 2014 14:47:54 -0000 1.4 +++ ChangeLog 23 Dec 2014 23:02:12 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/classifier-reborn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v 1.4 2014/11/10 14:47:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v 1.5 2014/12/23 23:02:12 mrueg Exp $ + +*classifier-reborn-2.0.3 (23 Dec 2014) + + 23 Dec 2014; Manuel RĂ¼ger <[email protected]> +classifier-reborn-2.0.3.ebuild: + Version bump. *classifier-reborn-2.0.2 (10 Nov 2014) 1.1 dev-ruby/classifier-reborn/classifier-reborn-2.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.3.ebuild?rev=1.1&content-type=text/plain Index: classifier-reborn-2.0.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.3.ebuild,v 1.1 2014/12/23 23:02:12 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem DESCRIPTION="Module to allow Bayesian and other types of classifications" HOMEPAGE="https://github.com/jekyll/classifier-reborn" SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="gsl" ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0 !!dev-ruby/classifier gsl? ( dev-ruby/rb-gsl )" all_ruby_prepare() { sed -i -e "/[Bb]undler/d" Rakefile || die if use !gsl; then sed -e 's/$GSL = true/$GSL = false/' -i lib/${PN}/lsi.rb || die fi }
