From d95a935f4887c5a7d5f0285b8c8e58d00452d8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 5 Dec 2021 22:07:27 +0100 Subject: [PATCH] dev-perl/Search-Xapian: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...-1.2.25.4.ebuild => Search-Xapian-1.2.25.4-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename dev-perl/Search-Xapian/{Search-Xapian-1.2.25.4.ebuild => Search-Xapian-1.2.25.4-r1.ebuild} (76%) diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild similarity index 76% rename from dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild rename to dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild index a7dd5a44c26dc..3a61a1ff3b12b 100644 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=OLLY -inherit perl-module toolchain-funcs versionator +inherit perl-module toolchain-funcs -VERSION=$(get_version_component_range 1-3) +MY_VERSION=$(ver_cut 1-3) -SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz" +SRC_URI+=" http://oligarchy.co.uk/xapian/${MY_VERSION}/${P}.tar.gz" DESCRIPTION="Perl XS frontend to the Xapian C++ search library" -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="examples test"