mrueg 14/11/10 14:47:54 Modified: ChangeLog Added: classifier-reborn-2.0.2.ebuild Removed: classifier-reborn-2.0.0.ebuild Log: Version bump. Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/classifier-reborn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 16 Aug 2014 12:53:52 -0000 1.3 +++ ChangeLog 10 Nov 2014 14:47:54 -0000 1.4 @@ -1,6 +1,12 @@ # 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.3 2014/08/16 12:53:52 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v 1.4 2014/11/10 14:47:54 mrueg Exp $ + +*classifier-reborn-2.0.2 (10 Nov 2014) + + 10 Nov 2014; Manuel RĂ¼ger <[email protected]> +classifier-reborn-2.0.2.ebuild, + -classifier-reborn-2.0.0.ebuild: + Version bump. Cleanup old. *classifier-reborn-2.0.1 (16 Aug 2014) 1.1 dev-ruby/classifier-reborn/classifier-reborn-2.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.2.ebuild?rev=1.1&content-type=text/plain Index: classifier-reborn-2.0.2.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.2.ebuild,v 1.1 2014/11/10 14:47:54 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 }
