Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/classifier-reborn/
Date: Fri, 02 Feb 2018 16:44:09
Message-Id: 1517589685.88d2fd9def97addc8cddb08f16e16d46e50ad75b.graaff@gentoo
1 commit: 88d2fd9def97addc8cddb08f16e16d46e50ad75b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 2 16:34:02 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 16:41:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d2fd9d
7
8 dev-ruby/classifier-reborn: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/classifier-reborn/Manifest | 2 --
13 .../classifier-reborn-2.0.4.ebuild | 34 --------------------
14 .../classifier-reborn-2.1.0.ebuild | 36 ----------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-ruby/classifier-reborn/Manifest b/dev-ruby/classifier-reborn/Manifest
18 index 2a0d9ae08d4..68ea54e9007 100644
19 --- a/dev-ruby/classifier-reborn/Manifest
20 +++ b/dev-ruby/classifier-reborn/Manifest
21 @@ -1,3 +1 @@
22 -DIST classifier-reborn-2.0.4.tar.gz 40653 BLAKE2B afbf45ac146e67873f5b90a8cc4383afd4ff4fd3f3956f9d3d0ad3096b66e80380b9670aae34f919331c5111e1195259fba98ba2c80b8c27332149c92612db8a SHA512 f89a075b61c1f36894cc57cba3943174c4414512e6f89dd2fa854126e38132239312f2b3464ffbd9b531d8f2987658fafa9cd8fe29d5f7ad8146984436deddd5
23 -DIST classifier-reborn-2.1.0.tar.gz 42088 BLAKE2B 8a7ecf4d91f4dbe0ceff82c9b7d2839cfa9ea695cbdeca0c0752a1017a870bef178ccd65c43351ff85c4ff4e59e918627e9e18a840463ab7b3f5ef6fdb27fc23 SHA512 0c28128d1eaef8eeb168b372228a52c1bf9683aec3a670eb568fe709eba0b2b5f34ff48f89dd51283b3b560fba3f1908a62407ca8746ad5d74cfa57a03bc38f3
24 DIST classifier-reborn-2.2.0.tar.gz 319010 BLAKE2B f4bd3259b9d6e324f3f0feb06dfd1c8736eaa8ae0f687e488b6e11b9cda8e6bf9e56a175c01dfb9352184da1a030d1330e22917c7bfdcb4242fa0102f6291940 SHA512 d299ce8f3b96de5c6194e816d880ebb895faaacdc2a19985166bdc3d9760242ec41d85f22167ea66e9afd743f5d91d63881da02882d1a412fc95a0c5db63d04c
25
26 diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild b/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild
27 deleted file mode 100644
28 index 8e616cb9dac..00000000000
29 --- a/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -USE_RUBY="ruby21 ruby22 ruby23"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Module to allow Bayesian and other types of classifications"
44 -HOMEPAGE="https://github.com/jekyll/classifier-reborn"
45 -SRC_URI="https://github.com/jekyll/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2.1"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="gsl test"
51 -
52 -ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
53 - !!dev-ruby/classifier
54 - gsl? ( dev-ruby/rb-gsl )"
55 -
56 -all_ruby_prepare() {
57 - sed -i -e "/[Bb]undler/d" Rakefile || die
58 - if use !gsl; then
59 - sed -e 's/$GSL = true/$GSL = false/'\
60 - -e 's/vector_serialize/vector/'\
61 - -i lib/${PN}/lsi.rb || die
62 - fi
63 - # Comment out broken test
64 - sed -i -e "/assert 'Normal',/s/^/#/" test/bayes/bayesian_test.rb || die
65 -}
66
67 diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild b/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild
68 deleted file mode 100644
69 index e4c7a041420..00000000000
70 --- a/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild
71 +++ /dev/null
72 @@ -1,36 +0,0 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -USE_RUBY="ruby22 ruby23"
78 -
79 -RUBY_FAKEGEM_TASK_DOC=""
80 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
81 -
82 -inherit ruby-fakegem
83 -
84 -DESCRIPTION="Module to allow Bayesian and other types of classifications"
85 -HOMEPAGE="https://github.com/jekyll/classifier-reborn"
86 -SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
87 -
88 -LICENSE="LGPL-2.1"
89 -SLOT="0"
90 -KEYWORDS="~amd64"
91 -IUSE="gsl test"
92 -
93 -ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
94 - !!dev-ruby/classifier
95 - gsl? ( dev-ruby/rb-gsl )"
96 -
97 -all_ruby_prepare() {
98 - sed -i -e "/[Bb]undler/d" Rakefile || die
99 - if use !gsl; then
100 - sed -e 's/$GSL = true/$GSL = false/'\
101 - -e 's/vector_serialize/vector/'\
102 - -i lib/${PN}/lsi.rb || die
103 - fi
104 - # Comment out broken test
105 - sed -i -e "/assert 'Normal',/s/^/#/" test/bayes/bayesian_test.rb || die
106 -
107 - sed -i -e '/reporters/I s:^:#:' -e '/pry/ s:^:#:' test/test_helper.rb || die
108 -}