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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF630158086 for ; Sun, 5 Dec 2021 22:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81C42BC013; Sun, 5 Dec 2021 22:15:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B07F2BC001 for ; Sun, 5 Dec 2021 22:15:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52D123431C2 for ; Sun, 5 Dec 2021 22:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6531FE for ; Sun, 5 Dec 2021 22:15:23 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1638742490.d95a935f4887c5a7d5f0285b8c8e58d00452d8e0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild X-VCS-Directories: dev-perl/Search-Xapian/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d95a935f4887c5a7d5f0285b8c8e58d00452d8e0 X-VCS-Branch: master Date: Sun, 5 Dec 2021 22:15:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62fb1981-44e8-4f35-a36f-6d0b8ce19688 X-Archives-Hash: 8fd533eb9f0b1a960e640c2464bc5b69 commit: d95a935f4887c5a7d5f0285b8c8e58d00452d8e0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Dec 5 21:07:27 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Dec 5 22:14:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95a935f dev-perl/Search-Xapian: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...h-Xapian-1.2.25.4.ebuild => Search-Xapian-1.2.25.4-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 a7dd5a44c26d..3a61a1ff3b12 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"