summaryrefslogtreecommitdiff
path: root/dev-perl/Template-Plugin-Cycle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Template-Plugin-Cycle
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Template-Plugin-Cycle')
-rw-r--r--dev-perl/Template-Plugin-Cycle/Manifest3
-rw-r--r--dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild27
-rw-r--r--dev-perl/Template-Plugin-Cycle/metadata.xml12
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Template-Plugin-Cycle/Manifest b/dev-perl/Template-Plugin-Cycle/Manifest
new file mode 100644
index 000000000000..28ab1c682297
--- /dev/null
+++ b/dev-perl/Template-Plugin-Cycle/Manifest
@@ -0,0 +1,3 @@
+DIST Template-Plugin-Cycle-1.06.tar.gz 23480 BLAKE2B a26a3133ed2b8d160b17a69eeeb0ffc932fadf20ecc1ba310dd9c7c792179fe8955f28d65251c336f834372498419d29e26a5e37c924e6e8c5030e062e32476a SHA512 2d4d09ebf0476c89ad3026c4c268ade85e760495f5857774764b3988746f8ac33eb0e64d66685237459a270ea618ae2eb24b3b4a114f387e646015c616095938
+EBUILD Template-Plugin-Cycle-1.60.0.ebuild 580 BLAKE2B 14a3412970298ce1a6b1a35c41ffb1accac4d2fdb897562a89f08ed8efbb882fcac10beb7a28e26fa0b20c390f321eeadae25a8739e9cd8377d2c6d449be847d SHA512 075372a643fe8485eb22f4acc11fe7e51674c1886ab0589f292d6407e1b6ab0907904902b5a3a13a58a3ae6f7fe32799e8ff2a5b46154269bb707d9974ff2b72
+MISC metadata.xml 415 BLAKE2B a5e9fc5c811fee6b4eacaa0a3697bb597bd40c6bef4427b64b3101bc6c06f1405e21c19acd113fec9d7cda44f9eee9a7bbef53695fc4003dd5335d841ab71977 SHA512 d8cab40b4435ea8084d240d9db0574a728f1dd4e0a12d992aab719b30f169980e53db00694ebfa548afd719a3f1510b0f5405fc285516cc2ebc1469a279d6ff9
diff --git a/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild b/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild
new file mode 100644
index 000000000000..3252874f10fa
--- /dev/null
+++ b/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR="ADAMK"
+DIST_VERSION="1.06"
+
+inherit perl-module
+
+DESCRIPTION="Cyclically insert into a Template from a sequence of values"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Params-Util-1.60.0
+ >=dev-perl/Template-Toolkit-2.240.0
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
diff --git a/dev-perl/Template-Plugin-Cycle/metadata.xml b/dev-perl/Template-Plugin-Cycle/metadata.xml
new file mode 100644
index 000000000000..94d121cf2b7d
--- /dev/null
+++ b/dev-perl/Template-Plugin-Cycle/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Template-Plugin-Cycle</remote-id>
+ <remote-id type="cpan-module">Template::Plugin::Cycle</remote-id>
+ </upstream>
+</pkgmetadata>