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/
Date: Wed, 16 Jan 2019 19:23:49
Message-Id: 1547665716.20cddf746c8942f281134a526535168b049b875f.graaff@gentoo
1 commit: 20cddf746c8942f281134a526535168b049b875f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 19:08:36 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 19:08:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cddf74
7
8 dev-ruby/classifier: remove masked package
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/classifier/Manifest | 1 -
13 dev-ruby/classifier/classifier-1.3.4.ebuild | 34 -----------------------------
14 dev-ruby/classifier/metadata.xml | 11 ----------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-ruby/classifier/Manifest b/dev-ruby/classifier/Manifest
18 deleted file mode 100644
19 index be1fb939a60..00000000000
20 --- a/dev-ruby/classifier/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST classifier-1.3.4.gem 26112 BLAKE2B 61f7ac90dd4432f171abbf20ed822e5f553863e3bf487b4e97ab307df3e1c2212c129cc759a4d1647efa31fad00af7abb81fabf99c48da6df5c2e77778e40462 SHA512 b59fe17f7fe508d5f26584e14d5cd89eed8f77756b75a65adf2512116d0a67b716d14c2f742270fd14765567079a88264f5e1afe49d3865403814c4bdaf8f2f1
24
25 diff --git a/dev-ruby/classifier/classifier-1.3.4.ebuild b/dev-ruby/classifier/classifier-1.3.4.ebuild
26 deleted file mode 100644
27 index 3aecb200988..00000000000
28 --- a/dev-ruby/classifier/classifier-1.3.4.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -USE_RUBY="ruby22 ruby23 ruby24"
36 -
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_EXTRADOC="README.markdown"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Module to allow Bayesian and other types of classifications"
43 -HOMEPAGE="http://rubyforge.org/projects/classifier https://github.com/cardmagic/classifier"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="gsl"
49 -
50 -ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
51 - !!dev-ruby/classifier-reborn
52 - gsl? ( dev-ruby/rb-gsl )"
53 -
54 -all_ruby_prepare() {
55 - sed -i -e "s/PKG_VERSION/\"${PV}\"/" \
56 - -e '/rubyforge/ s:^:#:' \
57 - -e "s#PKG_FILES#FileList[ \"lib/**/*\", \"bin/*\", \"test/**/*\", \"[A-Z]*\", \"Rakefile\", \"Gemfile\", \"html/**/*\"]#" Rakefile
58 - if use !gsl; then
59 - sed -e 's/$GSL = true/$GSL = false/' -i lib/${PN}/lsi.rb || die
60 - rm test/lsi/lsi_test.rb || die
61 - fi
62 - # Remove failing test for now
63 - rm test/extensions/word_hash_test.rb || die
64 -}
65
66 diff --git a/dev-ruby/classifier/metadata.xml b/dev-ruby/classifier/metadata.xml
67 deleted file mode 100644
68 index 04461dc7b70..00000000000
69 --- a/dev-ruby/classifier/metadata.xml
70 +++ /dev/null
71 @@ -1,11 +0,0 @@
72 -<?xml version="1.0" encoding="UTF-8"?>
73 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 -<pkgmetadata>
75 - <maintainer type="project">
76 - <email>ruby@g.o</email>
77 - <name>Gentoo Ruby Project</name>
78 - </maintainer>
79 - <upstream>
80 - <remote-id type="github">cardmagic/classifier</remote-id>
81 - </upstream>
82 -</pkgmetadata>