mrueg       14/08/13 15:36:11

  Added:                classifier-reborn-2.0.0.ebuild metadata.xml
                        ChangeLog
  Log:
  Initial version, fork from dev-ruby/classifier.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.1                  dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: classifier-reborn-2.0.0.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.0.ebuild,v
 1.1 2014/08/13 15:36:11 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"
ruby_add_rdepend "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
}



1.1                  dev-ruby/classifier-reborn/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<herd>ruby</herd>
</pkgmetadata>



1.1                  dev-ruby/classifier-reborn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 
2014/08/13 15:36:11 mrueg Exp $

*classifier-reborn-2.0.0 (13 Aug 2014)

  13 Aug 2014; Manuel RĂ¼ger <[email protected]> +classifier-reborn-2.0.0.ebuild,
  +metadata.xml:
  Initial version, fork from dev-ruby/classifier.




Reply via email to