commit:     69d500bb944940d33dc0b45498116530254f4924
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 09:00:21 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 09:01:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d500bb

dev-perl/DBIx-Migration: Cleanup old 0.70.0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../DBIx-Migration/DBIx-Migration-0.70.0.ebuild    | 32 ----------------------
 1 file changed, 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 9f075a2c396..00000000000
--- 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
-}

Reply via email to