public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/files/, dev-perl/Authen-SASL/
@ 2020-04-30 11:02 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2020-04-30 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8e3e4e56927008d384e152333e2a0c54f7247a42
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 11:00:00 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 11:02:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3e4e56

dev-perl/Authen-SASL: -r bump for EAPI7

- EAPI7
- Parallel Tests
- Move to "patch" instead of "sed"
- Improve dependencies

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

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild | 30 ++++++++++++++++++++++
 .../files/Authen-SASL-2.16-no-dot-inc.patch        | 24 +++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
new file mode 100644
index 00000000000..317928a4f96
--- /dev/null
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GBARR
+DIST_VERSION=2.16
+inherit perl-module
+
+DESCRIPTION="A Perl SASL interface"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="kerberos test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/Digest-HMAC
+	virtual/perl-Digest-MD5
+	kerberos? ( dev-perl/GSSAPI )
+"
+BDEPEND="${DEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.42
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+PATCHES=(
+	"${FILESDIR}/${PN}-2.16-no-dot-inc.patch"
+)

diff --git a/dev-perl/Authen-SASL/files/Authen-SASL-2.16-no-dot-inc.patch b/dev-perl/Authen-SASL/files/Authen-SASL-2.16-no-dot-inc.patch
new file mode 100644
index 00000000000..570457d7e2e
--- /dev/null
+++ b/dev-perl/Authen-SASL/files/Authen-SASL-2.16-no-dot-inc.patch
@@ -0,0 +1,24 @@
+From 3ee765fb6a909e8c22cb1853a9c22c8e4822c67b Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Thu, 30 Apr 2020 11:18:48 +1200
+Subject: Include '.' in @INC on Perl 5.28+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 4db553e..eebd90f 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -3,6 +3,7 @@
+ use strict;
+ use warnings;
+ use 5.005;
++use lib '.';
+ use inc::Module::Install;
+ 
+ name		'Authen-SASL';
+-- 
+2.26.2
+


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-30 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30 11:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/files/, dev-perl/Authen-SASL/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox