mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Class-Accessor-Lite: -r bump for EAPI7 and minor fixes
- EAPI7 - Add license note - Migrate "sed" to "patch" - Remove empty/unused variable assignments Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=KAZUHO
|
||||
DIST_VERSION=0.08
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A minimalistic variant of Class::Accessor"
|
||||
# License note: perl X.y or later perl X
|
||||
# https://bugs.gentoo.org/718946#c5
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
BDEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.360.0"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.08-no-dot-inc.patch"
|
||||
)
|
||||
@@ -0,0 +1,22 @@
|
||||
From 8623694ee180732cbcc1e8dcc9225da850d91b24 Mon Sep 17 00:00:00 2001
|
||||
From: Kent Fredric <kentnl@gentoo.org>
|
||||
Date: Sat, 23 May 2020 21:19:49 +1200
|
||||
Subject: Include '.' in @INC on perl 5.26+
|
||||
|
||||
---
|
||||
Makefile.PL | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Makefile.PL b/Makefile.PL
|
||||
index cdc11bb..08b392f 100644
|
||||
--- a/Makefile.PL
|
||||
+++ b/Makefile.PL
|
||||
@@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
+use lib '.';
|
||||
use inc::Module::Install;
|
||||
|
||||
name('Class-Accessor-Lite');
|
||||
--
|
||||
2.26.2
|
||||
|
||||
Reference in New Issue
Block a user