summaryrefslogtreecommitdiff
path: root/dev-perl/Sphinx-Config
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Sphinx-Config
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Sphinx-Config')
-rw-r--r--dev-perl/Sphinx-Config/Manifest3
-rw-r--r--dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild29
-rw-r--r--dev-perl/Sphinx-Config/metadata.xml12
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-perl/Sphinx-Config/Manifest b/dev-perl/Sphinx-Config/Manifest
new file mode 100644
index 000000000000..5cc4c98cbfc1
--- /dev/null
+++ b/dev-perl/Sphinx-Config/Manifest
@@ -0,0 +1,3 @@
+DIST Sphinx-Config-0.10.tar.gz 18400 BLAKE2B 710c068b2b33521fd67bb6380dcd1086431148611683c8be2b3794d3db23c2b0c12f43e675de59cf716cdc4e4f602e7b8fa09f133e99f8eaf2bf0cb293e4d6eb SHA512 1dd9454c3dc9098f17b3792f4a8f4f7fc477dedb334afc2c5059e8331521b3fd4f5819493f14bbebe119db2db4f03179f3ba9d423fcdca6c4502453b0b7d2139
+EBUILD Sphinx-Config-0.100.0.ebuild 575 BLAKE2B 9ef0b2fdccaa219bd1d064b7a802e6350d55c0e9fc68ef139c4cdc585674f3183093dbea5e89ffc6355ccaadfb728f8be9f13e852322edbdd6c3676080b81181 SHA512 7c67d14a827a960265a34f88a422208e8c82a5af6ad58969a92a16e481badea472a4c15129fa7f85ca7433efdef2c3dbcab8e2d543707735abc68d2472369eaf
+MISC metadata.xml 398 BLAKE2B c13a613b711f3ac1e44893bff08e0b1d46466e063258ced982bb0008cf56cee161bdcdc48e18ce63d51052a49f12a7021eb3c0e874742a86d7e20f1c7c29fffe SHA512 773ef9f892f5b4c8a0532bcce3afab48dc854866b88c9e6e0fe313bd02f1637ddfe4216cd8304066779982e5e27355b85ab8d5f952560df40160a2f7012018cb
diff --git a/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild
new file mode 100644
index 000000000000..032390c168a9
--- /dev/null
+++ b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JJSCHUTZ
+DIST_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Sphinx search engine configuration file read/modify/write"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/List-MoreUtils
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+ perl_rm_files "t/pod-coverage.t" "t/boilerplate.t" "t/pod.t"
+ perl-module_src_test
+}
diff --git a/dev-perl/Sphinx-Config/metadata.xml b/dev-perl/Sphinx-Config/metadata.xml
new file mode 100644
index 000000000000..726fcdae0a8e
--- /dev/null
+++ b/dev-perl/Sphinx-Config/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Sphinx-Config</remote-id>
+ <remote-id type="cpan-module">Sphinx::Config</remote-id>
+ </upstream>
+</pkgmetadata>