summaryrefslogtreecommitdiff
blob: e3f8e6b4d524b06e828d52689318d90d55343fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=ADAMK
DIST_VERSION=1.10
inherit perl-module

DESCRIPTION="Extremely light weight SQLite-specific schema migration"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	>=dev-perl/Params-Util-0.370.0
	>=dev-perl/IPC-Run3-0.42.0
	>=virtual/perl-File-Path-2.04
	>=dev-perl/DBD-SQLite-1.210.0
	>=dev-perl/ORLite-1.280.0
	>=dev-perl/File-pushd-1.0.0
	>=dev-perl/Probe-Perl-0.10.0
	>=virtual/perl-File-Spec-3.270.100
	>=dev-perl/File-Which-1.70.0
	>=dev-perl/DBI-1.580.0
"
DEPEND="${RDEPEND}
"
PATCHES=("${FILESDIR}/${PN}-1.10-dot-in-inc.patch")
DIST_TEST="do" # Parallel tests broken, concurrent DB access