summaryrefslogtreecommitdiff
path: root/dev-perl/Chart-Math-Axis
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-perl/Chart-Math-Axis
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r--dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild27
-rw-r--r--dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild30
-rw-r--r--dev-perl/Chart-Math-Axis/Manifest1
-rw-r--r--dev-perl/Chart-Math-Axis/files/Chart-Math-Axis-1.06-no-dot-inc.patch21
-rw-r--r--dev-perl/Chart-Math-Axis/metadata.xml13
5 files changed, 92 insertions, 0 deletions
diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
new file mode 100644
index 000000000000..318e59d6ff4e
--- /dev/null
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Implements an algorithm to find good values for chart axis"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ~mips ~ppc x86"
+IUSE=""
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.70
+ >=virtual/perl-Storable-2.12
+ >=dev-perl/Params-Util-0.15"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild
new file mode 100644
index 000000000000..ddb74910ab11
--- /dev/null
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.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=ADAMK
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Implements an algorithm to find good values for chart axis"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.700.0
+ >=dev-perl/Params-Util-0.150.0
+ >=virtual/perl-Storable-2.120.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? (
+ >=virtual/perl-Test-Simple-0.420.0
+ )
+"
+PATCHES=(
+ "${FILESDIR}/${PN}-1.06-no-dot-inc.patch"
+)
diff --git a/dev-perl/Chart-Math-Axis/Manifest b/dev-perl/Chart-Math-Axis/Manifest
new file mode 100644
index 000000000000..d4ce6e05777f
--- /dev/null
+++ b/dev-perl/Chart-Math-Axis/Manifest
@@ -0,0 +1 @@
+DIST Chart-Math-Axis-1.06.tar.gz 34217 BLAKE2B e61763606af967128434b7e5d429e060ec743d9ded1d11d1845ace9bd485dba056ab1bccb5ec232e60ddc832b5c38ecfb61e2b93acfd10d3f1e5f48cc49acb7f SHA512 7e8d8264177bdfa96629fe01ccc883b1dccaef81ccb2529c56aec9ca20e6fcda747fc6f8703e997c7a3ce4b7ee4bd77e21a7d6953e735eba785ffccf2278bca5
diff --git a/dev-perl/Chart-Math-Axis/files/Chart-Math-Axis-1.06-no-dot-inc.patch b/dev-perl/Chart-Math-Axis/files/Chart-Math-Axis-1.06-no-dot-inc.patch
new file mode 100644
index 000000000000..2c52938ce7f5
--- /dev/null
+++ b/dev-perl/Chart-Math-Axis/files/Chart-Math-Axis-1.06-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 64874d89806ec13e6ae58a1b0720cf97dff92654 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Sat, 23 May 2020 07:48:07 +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 54daf04..d6d71f3 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install::DSL 1.00;
+
+ all_from lib/Chart/Math/Axis.pm
+--
+2.26.2
+
diff --git a/dev-perl/Chart-Math-Axis/metadata.xml b/dev-perl/Chart-Math-Axis/metadata.xml
new file mode 100644
index 000000000000..2668ed105216
--- /dev/null
+++ b/dev-perl/Chart-Math-Axis/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Chart-Math-Axis</remote-id>
+ <remote-id type="cpan-module">Chart::Math::Axis</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>