Diff DBIx-SearchBuilder-1.690.0 with a DBIx-SearchBuilder-1.710.0
/usr/portage/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.710.0.ebuild 2023-10-09 14:52:29.840368359 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
DIST_AUTHOR=BPS |
7 |
DIST_VERSION=1.69 |
|
7 |
DIST_VERSION=1.71 |
|
8 | 8 |
DIST_EXAMPLES=("ex/*") |
9 | 9 |
inherit perl-module |
10 | 10 | |
11 | 11 |
DESCRIPTION="Encapsulate SQL queries and rows in simple Perl objects" |
12 | 12 | |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~hppa ~ppc x86" |
|
15 |
IUSE="test" |
|
16 |
RESTRICT="!test? ( test )" |
|
14 |
KEYWORDS="amd64 ~hppa ~ppc ~riscv x86" |
|
17 | 15 | |
18 | 16 |
RDEPEND=" |
19 | 17 |
>=dev-perl/Cache-Simple-TimedExpiry-0.210.0 |
... | ... | |
36 | 34 |
) |
37 | 35 |
" |
38 | 36 | |
39 |
PATCHES=( |
|
40 |
"${FILESDIR}/${PN}-1.68-no-dot-inc.patch" |
|
41 |
) |
|
42 | ||
43 | 37 |
PERL_RM_FILES=( |
44 | 38 |
t/pod.t |
45 | 39 |
) |