public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/, profiles/
@ 2015-08-08  4:49 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2015-08-08  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     43229463ba9dc7dc636f0d3be71a41f3f8a11228
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug  8 04:43:44 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug  8 04:43:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=43229463

dev-perl/Kinosearch: Treeclean as advised

 dev-perl/KinoSearch/KinoSearch-0.315.0-r1.ebuild | 57 ------------------------
 dev-perl/KinoSearch/metadata.xml                 | 26 -----------
 profiles/package.mask                            |  7 ---
 3 files changed, 90 deletions(-)

diff --git a/dev-perl/KinoSearch/KinoSearch-0.315.0-r1.ebuild b/dev-perl/KinoSearch/KinoSearch-0.315.0-r1.ebuild
deleted file mode 100644
index d8743ec..0000000
--- a/dev-perl/KinoSearch/KinoSearch-0.315.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=CREAMYG
-MODULE_VERSION=0.315
-inherit perl-module
-
-DESCRIPTION='Search engine library.'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.36 ( 0.360.0 )
-	echo \>=dev-perl/Module-Build-0.36
-}
-perl_meta_build() {
-	# Devel::PPPort 3.13 ( 3.130.0 )
-	echo \>=virtual/perl-Devel-PPPort-3.130.0
-	# ExtUtils::CBuilder 0.18 ( 0.180.0 )
-	echo \>=virtual/perl-ExtUtils-CBuilder-0.18
-	# ExtUtils::ParseXS 2.16 ( 2.160.0 )
-	echo \>=virtual/perl-ExtUtils-ParseXS-2.16
-}
-perl_meta_runtime() {
-	# JSON::XS 1.53 ( 1.530.0 )
-	echo \>=dev-perl/JSON-XS-1.530.0
-	# Lingua::Stem::Snowball 0.952 ( 0.952.0 )
-	echo \>=dev-perl/Lingua-Stem-Snowball-0.952.0
-	# Lingua::StopWords 0.09 ( 0.90.0 )
-	echo \>=dev-perl/Lingua-StopWords-0.09
-	# Parse::RecDescent
-	echo dev-perl/Parse-RecDescent
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-
-kino_api_changed() {
-	elog "This package ( $P ) includes a new API incompatible with <= 0.20."
-	elog "If you need the old interface, see dev-perl/KinoSearch1"
-}
-
-pkg_postinst() {
-	kino_api_changed;
-}
-
-pkg_pretend() {
-	kino_api_changed;
-	default
-}

diff --git a/dev-perl/KinoSearch/metadata.xml b/dev-perl/KinoSearch/metadata.xml
deleted file mode 100644
index c95fd42..0000000
--- a/dev-perl/KinoSearch/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <herd>perl</herd>
-    <maintainer>
-        <email>mb@italpro.net</email>
-        <name>Michele Beltrame</name>
-    </maintainer>
-    <upstream>
-        <remote-id type="cpan">KinoSearch</remote-id>
-        <remote-id type="cpan-module">KSx::Index::ByteBufDocReader</remote-id>
-        <remote-id type="cpan-module">KSx::Index::ByteBufDocWriter</remote-id>
-        <remote-id type="cpan-module">KSx::Index::LongFieldSim</remote-id>
-        <remote-id type="cpan-module">KSx::Index::ZlibDocReader</remote-id>
-        <remote-id type="cpan-module">KSx::Index::ZlibDocWriter</remote-id>
-        <remote-id type="cpan-module">KSx::Remote::SearchClient</remote-id>
-        <remote-id type="cpan-module">KSx::Remote::SearchServer</remote-id>
-        <remote-id type="cpan-module">KSx::Search::Filter</remote-id>
-        <remote-id type="cpan-module">KSx::Search::FilterCompiler</remote-id>
-        <remote-id type="cpan-module">KSx::Search::FilterScorer</remote-id>
-        <remote-id type="cpan-module">KSx::Search::MockScorer</remote-id>
-        <remote-id type="cpan-module">KSx::Simple</remote-id>
-        <remote-id type="cpan-module">KinoSearch::Analysis::Token</remote-id>
-        <remote-id type="cpan-module">KinoSearch::Analysis::TokenBatch</remote-id>
-    </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index e085067..e291bb4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -3,13 +3,6 @@
 <=dev-perl/Catalyst-Engine-PSGI-0.130.0-r999
 
 # Kent Fredric <kentfredric@gmail.com> (19 Jun 2015)
-# Deprecated by upstream due to being superceded by Lucy
-# Will be broken under perl 5.22
-# https://rt.cpan.org/Ticket/Display.html?id=96759#txn-1380254
-# Tree clean on 19 Jul 2015
-<=dev-perl/KinoSearch-0.315.0-r999
-
-# Kent Fredric <kentfredric@gmail.com> (19 Jun 2015)
 # Requires a newer PadWalker than available
 # See bug #552530
 =dev-perl/Devel-StackTrace-WithLexicals-2.10.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-08  4:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-08  4:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KinoSearch/, profiles/ Kent Fredric

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