diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/DBICx-TestDatabase | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/DBICx-TestDatabase')
-rw-r--r-- | dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/DBICx-TestDatabase/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/DBICx-TestDatabase/metadata.xml | 10 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild new file mode 100644 index 000000000000..05e9f73719c1 --- /dev/null +++ b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=JROCKWAY +MODULE_VERSION=0.04 +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.29 + dev-perl/SQL-Translator +" +DEPEND="${RDEPEND} + test? ( + dev-perl/DBIx-Class + virtual/perl-Test-Simple + || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) + ) +" + +SRC_TEST="do" diff --git a/dev-perl/DBICx-TestDatabase/Manifest b/dev-perl/DBICx-TestDatabase/Manifest new file mode 100644 index 000000000000..adb8f197e0fe --- /dev/null +++ b/dev-perl/DBICx-TestDatabase/Manifest @@ -0,0 +1 @@ +DIST DBICx-TestDatabase-0.04.tar.gz 20120 SHA256 5c67cbe777fd0de8f37c546d2d558398f7b64d049728015fad3a8dc73a58e97b SHA512 1f4ec9154bda073f08bd8191919ed32901a39a647d5df4e2bd2572fc2b6adbc72b25abbe5db28fe01e6da17cc81fce74ac40f4cc6f619cbe4f40ad5d74c93f1b WHIRLPOOL 417dc40ba5b4c409d64513c74ff491d5f666a8f8ae27811d1c61c34028772f63a1799850bbce68434fed7bb049d8193f43f1684858eab269c68bf323a8abd18a diff --git a/dev-perl/DBICx-TestDatabase/metadata.xml b/dev-perl/DBICx-TestDatabase/metadata.xml new file mode 100644 index 000000000000..f2ec6f341456 --- /dev/null +++ b/dev-perl/DBICx-TestDatabase/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">DBICx-TestDatabase</remote-id> + <remote-id type="cpan-module">DBICx::TestDatabase</remote-id> + <remote-id type="cpan-module">DBICx::TestDatabase::Subclass</remote-id> + </upstream> +</pkgmetadata> |