commit:     5521739ffe56968f8a8a6f7e3c1b1352c42ef051
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:06:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5521739f

dev-perl/DBIx-Safe: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild | 29 ----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild 
b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
deleted file mode 100644
index 76381a06bcd..00000000000
--- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TURNSTEP
-DIST_VERSION=1.2.5
-inherit perl-module
-
-DESCRIPTION="Safer access to your database through a DBI database handle"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-LICENSE="BSD-2"
-
-RDEPEND="dev-perl/DBI
-       dev-perl/DBD-Pg"
-DEPEND="${RDEPEND}"
-
-src_test() {
-       perl_rm_files t/02perlcritic.t
-       if [[ -z "${DBI_DSN}" ]]; then
-               ewarn "Comprehensive testing of this package requires some 
manual configuration."
-               ewarn "For details, see:"
-               ewarn 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBIx-Safe";
-       fi
-       perl-module_src_test
-}

Reply via email to