summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild32
1 files changed, 0 insertions, 32 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 9f075a2c396f..000000000000
--- a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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"
-RESTRICT="!test? ( 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
-}