forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/DBICx-TestDatabase: Bump to 0.50.0
- EAPI6 - Parallel Testing turned on Upstream: - Adds support for an option to disable automatic deployment Package-Manager: portage-2.3.2
- Loading branch information
1 parent
9a80617
commit 4c05d02
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.50.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=JROCKWAY | ||
DIST_VERSION=0.05 | ||
inherit perl-module | ||
|
||
DESCRIPTION="create a temporary database from a DBIx::Class::Schema" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND="virtual/perl-File-Temp | ||
>=dev-perl/DBD-SQLite-1.290.0 | ||
dev-perl/SQL-Translator | ||
" | ||
DEPEND="${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.360.0 | ||
test? ( | ||
dev-perl/DBIx-Class | ||
>=virtual/perl-Test-Simple-1.1.10 | ||
) | ||
" | ||
PERL_RM_FILES=("MYMETA.json" "MYMETA.yml") # https://rt.cpan.org/Ticket/Display.html?id=108141 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST DBICx-TestDatabase-0.04.tar.gz 20120 SHA256 5c67cbe777fd0de8f37c546d2d558398f7b64d049728015fad3a8dc73a58e97b SHA512 1f4ec9154bda073f08bd8191919ed32901a39a647d5df4e2bd2572fc2b6adbc72b25abbe5db28fe01e6da17cc81fce74ac40f4cc6f619cbe4f40ad5d74c93f1b WHIRLPOOL 417dc40ba5b4c409d64513c74ff491d5f666a8f8ae27811d1c61c34028772f63a1799850bbce68434fed7bb049d8193f43f1684858eab269c68bf323a8abd18a | ||
DIST DBICx-TestDatabase-0.05.tar.gz 21574 SHA256 8e3bc2530b01216188c3aa65acdbd2f59c4e631f3ae085dfc439abd89f8f0acf SHA512 df17c75594998e4a17b284d5c20809019f31e5ab20dd354e2d7e159d1d76554e3c08bd1797277b9909efe8ecd10aa82b606b325e1759258521c7e3cd5995c2c1 WHIRLPOOL 4a2b81e096d2afaf50f87ba8f4f1d7f77053c788e55cfd4c08a4f0b54c1d63d96164d6b1b5fc52c0806fd81f82bfd00961ffd31c0a687507fe668bfc0e0abf90 |