diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/DBIx-Migration | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/DBIx-Migration')
-rw-r--r-- | dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/DBIx-Migration/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/DBIx-Migration/metadata.xml | 12 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild deleted file mode 100644 index be3fe153f178..000000000000 --- a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DANIEL -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION="Seamless DB schema up- and downgrades" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-perl/File-Slurp - virtual/perl-File-Spec - dev-perl/DBI - dev-perl/Class-Accessor" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - dev-perl/DBD-SQLite - )" - -SRC_TEST=do - -src_prepare() { - use test && perl_rm_files t/02pod.t t/03podcoverage.t - perl-module_src_prepare -} diff --git a/dev-perl/DBIx-Migration/Manifest b/dev-perl/DBIx-Migration/Manifest deleted file mode 100644 index c79c3ab87566..000000000000 --- a/dev-perl/DBIx-Migration/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST DBIx-Migration-0.07.tar.gz 5602 BLAKE2B e0119acd21c08374deaa73f8633b0b04e316779c82113ce53003e57ad3ffd7da4635b7e530bdec9772cab5bb97077d22ef08a1ae9f49cb4166dd8afe94917ad9 SHA512 8a63e7d5a7c6306920185792cb71513c823756f8c541d77a585551e9325eb3a4e6c7f8bbaf34a9091727dd32d1ff81fb69ec6317b644d7df555461ceba57d4f8 -EBUILD DBIx-Migration-0.70.0.ebuild 558 BLAKE2B f96f1907fa0671604f8a5e196fa351f22d16b1b829cb6d3ad90329d9429614e65b5b3712c3301eec799664f4808b7b8097729237e334b8ebcfb371d3dc4c3dc5 SHA512 7be58684fa352e52ad2e65c2101382dd3424acd417d6ffb4e1fa6f77eba6d1e7bb4baa2bfd997456120e4d0e14058f1a289e1b2be252ed89db8ff507d8060499 -MISC metadata.xml 400 BLAKE2B 919be0a48c628d84c947692144d67552fd70731b5d3a30209d8ebe8bc5e6ab5f43fdaf3058a02ee33480a375169b5f57f450263a3e1d7bba8c0637c7e43006c4 SHA512 e802fdfc7021fd0b0ddadb753fb8881754c267dc6f0c55e3b39a77ea02cbfa718fe37003c269d0cbe39bb7817f8ccf800fc722f63775ab5e3c82c4a67d3b1e40 diff --git a/dev-perl/DBIx-Migration/metadata.xml b/dev-perl/DBIx-Migration/metadata.xml deleted file mode 100644 index 6ffdfe0f7c20..000000000000 --- a/dev-perl/DBIx-Migration/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>perl@gentoo.org</email> - <name>Gentoo Perl Project</name> - </maintainer> - <upstream> - <remote-id type="cpan">DBIx-Migration</remote-id> - <remote-id type="cpan-module">DBIx::Migration</remote-id> - </upstream> -</pkgmetadata> |