Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/
Date: Sun, 05 Dec 2021 22:15:29
Message-Id: 1638742490.d95a935f4887c5a7d5f0285b8c8e58d00452d8e0.dilfridge@gentoo
1 commit: d95a935f4887c5a7d5f0285b8c8e58d00452d8e0
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 21:07:27 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 22:14:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95a935f
7
8 dev-perl/Search-Xapian: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...h-Xapian-1.2.25.4.ebuild => Search-Xapian-1.2.25.4-r1.ebuild} | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 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
17 similarity index 76%
18 rename from dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild
19 rename to dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
20 index a7dd5a44c26d..3a61a1ff3b12 100644
21 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4.ebuild
22 +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
23 @@ -1,17 +1,16 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=OLLY
31 -inherit perl-module toolchain-funcs versionator
32 +inherit perl-module toolchain-funcs
33
34 -VERSION=$(get_version_component_range 1-3)
35 +MY_VERSION=$(ver_cut 1-3)
36
37 -SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
38 +SRC_URI+=" http://oligarchy.co.uk/xapian/${MY_VERSION}/${P}.tar.gz"
39 DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
40
41 -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
42 SLOT="0"
43 KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
44 IUSE="examples test"