32 lines
759 B
Bash
32 lines
759 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ORLite-Migrate/ORLite-Migrate-1.100.0.ebuild,v 1.1 2012/02/02 14:46:16 tove Exp $
|
|
|
|
EAPI=4
|
|
|
|
MODULE_AUTHOR=ADAMK
|
|
MODULE_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}
|
|
"
|
|
|
|
SRC_TEST=do
|