dev-perl/Sphinx-Search: Bump to version 0.310.0

- Cleanup author tests

Upstream:
- Fix excess warnings
- Fix connect retry implementation

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2018-01-10 08:32:35 +13:00
parent 333b1e3a90
commit 5a3370f447
3 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Sphinx-Search-0.29.tar.gz 30731 BLAKE2B 97c22f752d0d14131b85ae9200c0013b841d879ca595d2c46cae75bffc255dced9b568308debed046db8bf8709f4ddc227a078b3ff64e409c570a1b134686b41 SHA512 8ab9b99de110108046b566ea8fddae354fce64d61ffc2b194ed196259d98fcff66f95a19ff61dd099393cdc18befd83484b5b5526830b87840a17a3468a08182
DIST Sphinx-Search-0.31.tar.gz 30630 BLAKE2B f6b8d62ea6e1773d8ea8e661dbdbfd2ce33ea72f9453ecde9e4199000b7310734eebb61de563b370a25cd30cd699971ab9f8db0a25b591b97006c1a9088a42af SHA512 688dea30b0daa421defd097cff179321a5f8bbc7979b567accc4b387a28dd73b321486571b822d9394c456c71b9ceb07fbb242ea5e8eee525ceba81f258ef39d

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=JJSCHUTZ
DIST_VERSION=0.31
inherit perl-module
DESCRIPTION="Perl API client for Sphinx search engine"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
dev-perl/Class-Accessor
dev-perl/DBI
virtual/perl-Data-Dumper
virtual/perl-Encode
dev-perl/List-MoreUtils
dev-perl/File-SearchPath
virtual/perl-Scalar-List-Utils
virtual/perl-Math-BigInt
dev-perl/Path-Class
virtual/perl-Socket
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
PERL_RM_FILES=( "t/pod-coverage.t" "t/pod.t" "t/boilerplate.t" )

View File

@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="cpan">Sphinx-Search</remote-id>
<remote-id type="cpan-module">Sphinx::Search</remote-id>
</upstream>
</pkgmetadata>