summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-04-30 12:06:17 +0200
committerDavid Seifert <soap@gentoo.org>2023-04-30 12:06:17 +0200
commit0e3460db4f84cdde11f010290514c2581843bb6e (patch)
treefdebc912e74ba75a93a4a0ac06980e175cdea466
parentdev-ruby/rspec: drop 2.99.0 (diff)
downloadgentoo-0e3460db4f84cdde11f010290514c2581843bb6e.tar.gz
gentoo-0e3460db4f84cdde11f010290514c2581843bb6e.tar.bz2
gentoo-0e3460db4f84cdde11f010290514c2581843bb6e.zip
dev-ruby/classifier-reborn: treeclean
Closes: https://bugs.gentoo.org/835123 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-ruby/classifier-reborn/Manifest1
-rw-r--r--dev-ruby/classifier-reborn/classifier-reborn-2.3.0.ebuild39
-rw-r--r--dev-ruby/classifier-reborn/metadata.xml11
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 52 deletions
diff --git a/dev-ruby/classifier-reborn/Manifest b/dev-ruby/classifier-reborn/Manifest
deleted file mode 100644
index 3ad9a7dd143c..000000000000
--- a/dev-ruby/classifier-reborn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST classifier-reborn-2.3.0.tar.gz 325647 BLAKE2B eb663b0e12440e508bbd882e4f72c790445916e5e19234d4d50d5f20a692f0a7bbd45348e898a9782798ccc82568ccc825bc1477f02885cf33f9a9aab90ab10b SHA512 428073f63ce93cc6284275f92063fa092e3cbd99817a2d6650bafc46ac91fba240ce5ccb09f428b10818c24b04de56dd88090ab0d1cffd644b381a88d9c92050
diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.3.0.ebuild b/dev-ruby/classifier-reborn/classifier-reborn-2.3.0.ebuild
deleted file mode 100644
index 7991fe3b1ef3..000000000000
--- a/dev-ruby/classifier-reborn/classifier-reborn-2.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-RUBY_FAKEGEM_GEMSPEC="classifier-reborn.gemspec"
-
-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 ~arm64"
-IUSE="gsl test"
-
-ruby_add_rdepend "
- >=dev-ruby/fast-stemmer-1.0.0
- >=dev-ruby/matrix-0.4:0
- gsl? ( dev-ruby/rb-gsl )"
-ruby_add_bdepend "test? ( dev-ruby/redis )"
-
-all_ruby_prepare() {
- sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
- sed -i -e "/[Bb]undler/d" Rakefile || die
- if use !gsl; then
- sed -e 's/$GSL = true/$GSL = false/'\
- -e 's/vector_serialize/vector/'\
- -i lib/${PN}/lsi.rb || die
- fi
-
- sed -i -e '/reporters/I s:^:#:' -e '/pry/ s:^:#:' test/test_helper.rb || die
-}
diff --git a/dev-ruby/classifier-reborn/metadata.xml b/dev-ruby/classifier-reborn/metadata.xml
deleted file mode 100644
index ee10d60143f1..000000000000
--- a/dev-ruby/classifier-reborn/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">jekyll/classifier-reborn</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 7537e6825466..a91642cc5d24 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -316,7 +316,6 @@ dev-ruby/certified
# itself a dependency for the now-masked jekyll. Masked for removal on
# 2023-04-30.
dev-ruby/rb-gsl
-dev-ruby/classifier-reborn
# Sam James <sam@gentoo.org> (2023-03-29)
# Regressions in solving ability affecting e.g. igraph: