diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Plucene | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Plucene')
-rw-r--r-- | dev-perl/Plucene/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Plucene/Plucene-1.250.0-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-perl/Plucene/Plucene-1.250.0-r2.ebuild | 42 | ||||
-rw-r--r-- | dev-perl/Plucene/metadata.xml | 87 |
4 files changed, 163 insertions, 0 deletions
diff --git a/dev-perl/Plucene/Manifest b/dev-perl/Plucene/Manifest new file mode 100644 index 000000000000..cca75e4da4ce --- /dev/null +++ b/dev-perl/Plucene/Manifest @@ -0,0 +1 @@ +DIST Plucene-1.25.tar.gz 335300 SHA256 6fa99c030d7aabfe2941f572b7775df4c59de0ff87f0263a0946ca7c19a4f89e SHA512 3e3dad8dd6ac6f7ab6b19c381d4fb2a850a87492d3b991b3622788c00a5af66c87a08b343641ef082d323ef52ede784db6f5bca276baa227673772599a8bf750 WHIRLPOOL 2482cefe4b48f6d539c0527c01917b226fa4652db053d5c1fca1f7fa703cf9a209aafd26f42503a2f7962673cbd27bedd93f2779d251ba490b0ff9890f0968c4 diff --git a/dev-perl/Plucene/Plucene-1.250.0-r1.ebuild b/dev-perl/Plucene/Plucene-1.250.0-r1.ebuild new file mode 100644 index 000000000000..09e84b28c565 --- /dev/null +++ b/dev-perl/Plucene/Plucene-1.250.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TMTM +MODULE_VERSION=1.25 +inherit perl-module + +DESCRIPTION="Plucene - the Perl lucene port" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +RDEPEND="virtual/perl-Memoize + dev-perl/Tie-Array-Sorted + dev-perl/Encode-compat + dev-perl/File-Slurp + dev-perl/Class-Virtual + dev-perl/Class-Accessor + virtual/perl-Time-Piece + virtual/perl-File-Spec + >=virtual/perl-Scalar-List-Utils-1.13 + dev-perl/Lingua-Stem + dev-perl/Bit-Vector-Minimal + dev-perl/IO-stringy" +DEPEND="${RDEPEND} + >=virtual/perl-Test-Harness-2.30 + >=dev-perl/Module-Build-0.28" + +SRC_TEST="do" diff --git a/dev-perl/Plucene/Plucene-1.250.0-r2.ebuild b/dev-perl/Plucene/Plucene-1.250.0-r2.ebuild new file mode 100644 index 000000000000..f406b14b3043 --- /dev/null +++ b/dev-perl/Plucene/Plucene-1.250.0-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TMTM +MODULE_VERSION=1.25 +inherit perl-module + +DESCRIPTION="Plucene - the Perl lucene port" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="virtual/perl-Memoize + dev-perl/Tie-Array-Sorted + dev-perl/Encode-compat + dev-perl/File-Slurp + dev-perl/Class-Virtual + dev-perl/Class-Accessor + virtual/perl-Time-Piece + virtual/perl-File-Spec + >=virtual/perl-Scalar-List-Utils-1.13 + dev-perl/Lingua-Stem + dev-perl/Bit-Vector-Minimal + dev-perl/IO-stringy" +DEPEND="${RDEPEND} + >=virtual/perl-Test-Harness-2.30 + >=dev-perl/Module-Build-0.28" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + rm -rf "${ED}"/usr/bin + rm -rf "${ED}"/usr/share/man + insinto /usr/share/doc/${PF}/examples + doins bin/* + docompress -x /usr/share/doc/${PF}/examples +} diff --git a/dev-perl/Plucene/metadata.xml b/dev-perl/Plucene/metadata.xml new file mode 100644 index 000000000000..ac5208544539 --- /dev/null +++ b/dev-perl/Plucene/metadata.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Plucene</remote-id> + <remote-id type="cpan-module">Plucene</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::Analyzer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::CharTokenizer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::LetterTokenizer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::LowerCaseFilter</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::LowerCaseTokenizer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::PorterStemFilter</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::SimpleAnalyzer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::Standard::StandardAnalyzer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::Standard::StandardTokenizer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::StopAnalyzer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::StopFilter</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::Token</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::TokenFilter</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::Tokenizer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::WhitespaceAnalyzer</remote-id> + <remote-id type="cpan-module">Plucene::Analysis::WhitespaceTokenizer</remote-id> + <remote-id type="cpan-module">Plucene::Bitvector</remote-id> + <remote-id type="cpan-module">Plucene::Document</remote-id> + <remote-id type="cpan-module">Plucene::Document::DateSerializer</remote-id> + <remote-id type="cpan-module">Plucene::Document::Field</remote-id> + <remote-id type="cpan-module">Plucene::Index::DocumentWriter</remote-id> + <remote-id type="cpan-module">Plucene::Index::FieldInfos</remote-id> + <remote-id type="cpan-module">Plucene::Index::FieldsReader</remote-id> + <remote-id type="cpan-module">Plucene::Index::FieldsWriter</remote-id> + <remote-id type="cpan-module">Plucene::Index::Norm</remote-id> + <remote-id type="cpan-module">Plucene::Index::Posting</remote-id> + <remote-id type="cpan-module">Plucene::Index::Reader</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentInfo</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentInfos</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentMergeInfo</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentMerger</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentReader</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentTermDocs</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentTermEnum</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentTermPositions</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentsReader</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentsTermDocs</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentsTermEnum</remote-id> + <remote-id type="cpan-module">Plucene::Index::SegmentsTermPositions</remote-id> + <remote-id type="cpan-module">Plucene::Index::Term</remote-id> + <remote-id type="cpan-module">Plucene::Index::TermInfo</remote-id> + <remote-id type="cpan-module">Plucene::Index::TermInfosReader</remote-id> + <remote-id type="cpan-module">Plucene::Index::TermInfosWriter</remote-id> + <remote-id type="cpan-module">Plucene::Index::Writer</remote-id> + <remote-id type="cpan-module">Plucene::QueryParser</remote-id> + <remote-id type="cpan-module">Plucene::QueryParser::Phrase</remote-id> + <remote-id type="cpan-module">Plucene::QueryParser::Prefix</remote-id> + <remote-id type="cpan-module">Plucene::QueryParser::Subquery</remote-id> + <remote-id type="cpan-module">Plucene::QueryParser::Term</remote-id> + <remote-id type="cpan-module">Plucene::QueryParser::TopLevel</remote-id> + <remote-id type="cpan-module">Plucene::Search::BooleanClause</remote-id> + <remote-id type="cpan-module">Plucene::Search::BooleanQuery</remote-id> + <remote-id type="cpan-module">Plucene::Search::BooleanScorer</remote-id> + <remote-id type="cpan-module">Plucene::Search::BucketCollector</remote-id> + <remote-id type="cpan-module">Plucene::Search::BucketTable</remote-id> + <remote-id type="cpan-module">Plucene::Search::DateFilter</remote-id> + <remote-id type="cpan-module">Plucene::Search::Filter</remote-id> + <remote-id type="cpan-module">Plucene::Search::HitCollector</remote-id> + <remote-id type="cpan-module">Plucene::Search::HitDoc</remote-id> + <remote-id type="cpan-module">Plucene::Search::Hits</remote-id> + <remote-id type="cpan-module">Plucene::Search::IndexSearcher</remote-id> + <remote-id type="cpan-module">Plucene::Search::PhrasePositions</remote-id> + <remote-id type="cpan-module">Plucene::Search::PhraseQuery</remote-id> + <remote-id type="cpan-module">Plucene::Search::PhraseScorer</remote-id> + <remote-id type="cpan-module">Plucene::Search::PhraseScorer::Exact</remote-id> + <remote-id type="cpan-module">Plucene::Search::PhraseScorer::Sloppy</remote-id> + <remote-id type="cpan-module">Plucene::Search::PrefixQuery</remote-id> + <remote-id type="cpan-module">Plucene::Search::Query</remote-id> + <remote-id type="cpan-module">Plucene::Search::Scorer</remote-id> + <remote-id type="cpan-module">Plucene::Search::Searcher</remote-id> + <remote-id type="cpan-module">Plucene::Search::Similarity</remote-id> + <remote-id type="cpan-module">Plucene::Search::TermQuery</remote-id> + <remote-id type="cpan-module">Plucene::Search::TermScorer</remote-id> + <remote-id type="cpan-module">Plucene::Search::TopDocs</remote-id> + <remote-id type="cpan-module">Plucene::Store::InputStream</remote-id> + <remote-id type="cpan-module">Plucene::Store::OutputStream</remote-id> + <remote-id type="cpan-module">Plucene::TestCase</remote-id> + <remote-id type="cpan-module">Plucene::Utils</remote-id> + </upstream> +</pkgmetadata> |