From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66854138335 for ; Wed, 16 Jan 2019 19:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52718E0A6F; Wed, 16 Jan 2019 19:23:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A0E7E0A6F for ; Wed, 16 Jan 2019 19:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D93B335CFC for ; Wed, 16 Jan 2019 19:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAE3B512 for ; Wed, 16 Jan 2019 19:23:43 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1547665716.20cddf746c8942f281134a526535168b049b875f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/classifier/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/classifier/Manifest dev-ruby/classifier/classifier-1.3.4.ebuild dev-ruby/classifier/metadata.xml X-VCS-Directories: dev-ruby/classifier/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 20cddf746c8942f281134a526535168b049b875f X-VCS-Branch: master Date: Wed, 16 Jan 2019 19:23:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3aa8c40-4b5e-4f43-824f-51e5ae2536fb X-Archives-Hash: c3a787bad64d16187d93ecbe8fa9396f commit: 20cddf746c8942f281134a526535168b049b875f Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 16 19:08:36 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 16 19:08:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cddf74 dev-ruby/classifier: remove masked package Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/classifier/Manifest | 1 - dev-ruby/classifier/classifier-1.3.4.ebuild | 34 ----------------------------- dev-ruby/classifier/metadata.xml | 11 ---------- 3 files changed, 46 deletions(-) diff --git a/dev-ruby/classifier/Manifest b/dev-ruby/classifier/Manifest deleted file mode 100644 index be1fb939a60..00000000000 --- a/dev-ruby/classifier/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST classifier-1.3.4.gem 26112 BLAKE2B 61f7ac90dd4432f171abbf20ed822e5f553863e3bf487b4e97ab307df3e1c2212c129cc759a4d1647efa31fad00af7abb81fabf99c48da6df5c2e77778e40462 SHA512 b59fe17f7fe508d5f26584e14d5cd89eed8f77756b75a65adf2512116d0a67b716d14c2f742270fd14765567079a88264f5e1afe49d3865403814c4bdaf8f2f1 diff --git a/dev-ruby/classifier/classifier-1.3.4.ebuild b/dev-ruby/classifier/classifier-1.3.4.ebuild deleted file mode 100644 index 3aecb200988..00000000000 --- a/dev-ruby/classifier/classifier-1.3.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" - -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 - !!dev-ruby/classifier-reborn - gsl? ( dev-ruby/rb-gsl )" - -all_ruby_prepare() { - sed -i -e "s/PKG_VERSION/\"${PV}\"/" \ - -e '/rubyforge/ s:^:#:' \ - -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 -} diff --git a/dev-ruby/classifier/metadata.xml b/dev-ruby/classifier/metadata.xml deleted file mode 100644 index 04461dc7b70..00000000000 --- a/dev-ruby/classifier/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - cardmagic/classifier - -