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 E2B72139694 for ; Fri, 30 Jun 2017 02:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3517B21400C; Fri, 30 Jun 2017 02:28:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D1B21400C for ; Fri, 30 Jun 2017 02:28:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC692341870 for ; Fri, 30 Jun 2017 02:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 120F27487 for ; Fri, 30 Jun 2017 02:28:11 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1498789651.206548ab8ab82bda1d89e0f3efe54fb9c2ee7338.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sphinx-Search/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sphinx-Search/Sphinx-Search-0.290.0-r1.ebuild dev-perl/Sphinx-Search/Sphinx-Search-0.290.0.ebuild X-VCS-Directories: dev-perl/Sphinx-Search/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 206548ab8ab82bda1d89e0f3efe54fb9c2ee7338 X-VCS-Branch: master Date: Fri, 30 Jun 2017 02:28:11 +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-Archives-Salt: 32a3a388-2498-44e9-9040-c120fcb37ca5 X-Archives-Hash: 1acd7ab8de6f2fde642cf7985e377cff commit: 206548ab8ab82bda1d89e0f3efe54fb9c2ee7338 Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 30 02:27:31 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jun 30 02:27:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206548ab dev-perl/Sphinx-Search: Fix missing List-MoreUtils dep, EAPI6ify Package-Manager: Portage-2.3.6, Repoman-2.3.2 ...-Search-0.290.0.ebuild => Sphinx-Search-0.290.0-r1.ebuild} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-perl/Sphinx-Search/Sphinx-Search-0.290.0.ebuild b/dev-perl/Sphinx-Search/Sphinx-Search-0.290.0-r1.ebuild similarity index 82% rename from dev-perl/Sphinx-Search/Sphinx-Search-0.290.0.ebuild rename to dev-perl/Sphinx-Search/Sphinx-Search-0.290.0-r1.ebuild index ab5803aa372..059eb7e4168 100644 --- a/dev-perl/Sphinx-Search/Sphinx-Search-0.290.0.ebuild +++ b/dev-perl/Sphinx-Search/Sphinx-Search-0.290.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -MODULE_AUTHOR=JJSCHUTZ -MODULE_VERSION=0.29 +DIST_AUTHOR=JJSCHUTZ +DIST_VERSION=0.29 inherit perl-module DESCRIPTION="Perl API client for Sphinx search engine" @@ -19,6 +19,7 @@ RDEPEND=" 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 @@ -29,5 +30,3 @@ DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " - -SRC_TEST="do parallel"