public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/classifier: classifier-1.3.4.ebuild ChangeLog
@ 2014-01-13  3:25 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-01-13  3:25 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/01/13 03:25:08

  Modified:             ChangeLog
  Added:                classifier-1.3.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/classifier/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Nov 2013 22:56:24 -0000	1.1
+++ ChangeLog	13 Jan 2014 03:25:08 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/classifier
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.1 2013/11/30 22:56:24 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.2 2014/01/13 03:25:08 mrueg Exp $
+
+*classifier-1.3.4 (13 Jan 2014)
+
+  13 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +classifier-1.3.4.ebuild:
+  Version bump.
 
 *classifier-1.3.3 (30 Nov 2013)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?rev=1.1&content-type=text/plain

Index: classifier-1.3.4.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/classifier-1.3.4.ebuild,v 1.1 2014/01/13 03:25:08 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.markdown"

inherit ruby-fakegem

DESCRIPTION="Module to allow Bayesian and other types of classifications"
HOMEPAGE="http://rubyforge.org/projects/classifier  https://github.com/cardmagic/classifier"

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 "s/PKG_VERSION/\"${PV}\"/" \
		-e "s#PKG_FILES#FileList[ \"lib/**/*\", \"bin/*\", \"test/**/*\", \"[A-Z]*\", \"Rakefile\", \"Gemfile\", \"html/**/*\"]#" Rakefile
	if use !gsl; then
		sed -e 's/$GSL = true/$GSL = false/' -i lib/${PN}/lsi.rb || die
		rm test/lsi/lsi_test.rb || die
	fi
	# Remove failing test for now
	rm test/extensions/word_hash_test.rb || die
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/classifier: classifier-1.3.4.ebuild ChangeLog
@ 2014-07-25 13:23 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-07-25 13:23 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/07/25 13:23:08

  Modified:             classifier-1.3.4.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?r1=1.1&r2=1.2

Index: classifier-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- classifier-1.3.4.ebuild	13 Jan 2014 03:25:08 -0000	1.1
+++ classifier-1.3.4.ebuild	25 Jul 2014 13:23:08 -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/classifier/classifier-1.3.4.ebuild,v 1.1 2014/01/13 03:25:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v 1.2 2014/07/25 13:23:08 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.markdown"



1.4                  dev-ruby/classifier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	31 Mar 2014 01:56:39 -0000	1.3
+++ ChangeLog	25 Jul 2014 13:23:08 -0000	1.4
@@ -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.3 2014/03/31 01:56:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.4 2014/07/25 13:23:08 mrueg Exp $
+
+  25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> classifier-1.3.4.ebuild:
+  Add ruby21 target.
 
   31 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -classifier-1.3.3.ebuild:
   Cleanup old.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/classifier: classifier-1.3.4.ebuild ChangeLog
@ 2014-08-13 16:36 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-13 16:36 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/13 16:36:14

  Modified:             classifier-1.3.4.ebuild ChangeLog
  Log:
  Add hardblocker on dev-ruby/classifier-reborn.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?r1=1.2&r2=1.3

Index: classifier-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- classifier-1.3.4.ebuild	25 Jul 2014 13:23:08 -0000	1.2
+++ classifier-1.3.4.ebuild	13 Aug 2014 16:36:14 -0000	1.3
@@ -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.2 2014/07/25 13:23:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v 1.3 2014/08/13 16:36:14 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64"
 IUSE="gsl"
 
-ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0"
+ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0 !!dev-ruby/classifier-reborn"
 ruby_add_rdepend "gsl? ( dev-ruby/rb-gsl )"
 
 all_ruby_prepare() {



1.5                  dev-ruby/classifier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Jul 2014 13:23:08 -0000	1.4
+++ ChangeLog	13 Aug 2014 16:36:14 -0000	1.5
@@ -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.4 2014/07/25 13:23:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.5 2014/08/13 16:36:14 mrueg Exp $
+
+  13 Aug 2014; Manuel Rüger <mrueg@gentoo.org> classifier-1.3.4.ebuild:
+  Add hardblocker on dev-ruby/classifier-reborn.
 
   25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> classifier-1.3.4.ebuild:
   Add ruby21 target.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/classifier: classifier-1.3.4.ebuild ChangeLog
@ 2014-08-13 16:37 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-13 16:37 UTC (permalink / raw
  To: gentoo-commits

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 <mrueg@gentoo.org> classifier-1.3.4.ebuild:
+  Make depends look nicer.
 
   13 Aug 2014; Manuel Rüger <mrueg@gentoo.org> classifier-1.3.4.ebuild:
   Add hardblocker on dev-ruby/classifier-reborn.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/classifier: classifier-1.3.4.ebuild ChangeLog
@ 2014-08-14  2:44 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2014-08-14  2:44 UTC (permalink / raw
  To: gentoo-commits

patrick     14/08/14 02:44:44

  Modified:             classifier-1.3.4.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild?r1=1.4&r2=1.5

Index: classifier-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- classifier-1.3.4.ebuild	13 Aug 2014 16:37:19 -0000	1.4
+++ classifier-1.3.4.ebuild	14 Aug 2014 02:44:44 -0000	1.5
@@ -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.4 2014/08/13 16:37:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/classifier-1.3.4.ebuild,v 1.5 2014/08/14 02:44:44 patrick Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64"
 IUSE="gsl"
 
-ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0 
+ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
 	!!dev-ruby/classifier-reborn
 	gsl? ( dev-ruby/rb-gsl )"
 



1.7                  dev-ruby/classifier/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/classifier/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Aug 2014 16:37:19 -0000	1.6
+++ ChangeLog	14 Aug 2014 02:44:44 -0000	1.7
@@ -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.6 2014/08/13 16:37:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier/ChangeLog,v 1.7 2014/08/14 02:44:44 patrick Exp $
+
+  14 Aug 2014; Patrick Lauer <patrick@gentoo.org> classifier-1.3.4.ebuild:
+  Whitespace
 
   13 Aug 2014; Manuel Rüger <mrueg@gentoo.org> classifier-1.3.4.ebuild:
   Make depends look nicer.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-14  2:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13  3:25 [gentoo-commits] gentoo-x86 commit in dev-ruby/classifier: classifier-1.3.4.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-25 13:23 Manuel Rueger (mrueg)
2014-08-13 16:36 Manuel Rueger (mrueg)
2014-08-13 16:37 Manuel Rueger (mrueg)
2014-08-14  2:44 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox