From e9bb7ce65b31ced342940b8e6bd433f915a45aab Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 29 Sep 2021 17:49:28 +0200 Subject: dev-perl/Time-Out: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild | 20 -------------------- dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 20 deletions(-) delete mode 100644 dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild create mode 100644 dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild (limited to 'dev-perl/Time-Out') diff --git a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild deleted file mode 100644 index cf8e675074cd..000000000000 --- a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PATL -DIST_VERSION=0.11 -inherit perl-module - -DESCRIPTION="Easily timeout long running operations" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" -PERL_RM_FILES=( "t/pod.t" ) diff --git a/dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild new file mode 100644 index 000000000000..380070ffddca --- /dev/null +++ b/dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PATL +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Easily timeout long running operations" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PERL_RM_FILES=( "t/pod.t" ) -- cgit v1.2.3-65-gdbad