From 7405100d98d0f08888f65a3a11759845e11a4315 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 29 Sep 2021 17:52:18 +0200 Subject: dev-perl/Time-Piece-MySQL: 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 --- .../Time-Piece-MySQL-0.60.0-r1.ebuild | 19 ------------------- .../Time-Piece-MySQL-0.60.0-r2.ebuild | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r1.ebuild create mode 100644 dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r2.ebuild (limited to 'dev-perl/Time-Piece-MySQL') diff --git a/dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r1.ebuild b/dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r1.ebuild deleted file mode 100644 index 50bb0e513b32..000000000000 --- a/dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=KASEI -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION="MySQL-specific functions for Time::Piece" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" -IUSE="" - -RDEPEND=">=virtual/perl-Time-Piece-1.15" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r2.ebuild b/dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r2.ebuild new file mode 100644 index 000000000000..eeb639879139 --- /dev/null +++ b/dev-perl/Time-Piece-MySQL/Time-Piece-MySQL-0.60.0-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=KASEI +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="MySQL-specific functions for Time::Piece" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" + +RDEPEND=" + >=virtual/perl-Time-Piece-1.15 +" +BDEPEND="${RDEPEND} +" -- cgit v1.2.3-65-gdbad