From d6b36282216bb78f177b8b5fc9c8c3a570160101 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 18 Dec 2021 17:09:28 +0100 Subject: dev-perl/Mail-AuthenticationResults: Add missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/823248 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...l-AuthenticationResults-2.202.109.150-r1.ebuild | 24 ++++++++++++++++++++++ ...Mail-AuthenticationResults-2.202.109.150.ebuild | 23 --------------------- 2 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150-r1.ebuild delete mode 100644 dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150.ebuild (limited to 'dev-perl/Mail-AuthenticationResults') diff --git a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150-r1.ebuild b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150-r1.ebuild new file mode 100644 index 000000000000..0bc3951bc9ff --- /dev/null +++ b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MBRADSHAW +DIST_VERSION=2.20210915 +inherit perl-module + +DESCRIPTION="Object Oriented Authentication-Results Headers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Clone + dev-perl/JSON + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( dev-perl/Test-Exception ) +" diff --git a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150.ebuild b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150.ebuild deleted file mode 100644 index 93ed77ea0869..000000000000 --- a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.109.150.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=MBRADSHAW -DIST_VERSION=2.20210915 -inherit perl-module - -DESCRIPTION="Object Oriented Authentication-Results Headers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" - -RDEPEND=" - virtual/perl-Carp - dev-perl/JSON - virtual/perl-Scalar-List-Utils -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( dev-perl/Test-Exception ) -" -- cgit v1.2.3-65-gdbad