summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-25 18:19:54 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-26 22:02:54 +0200
commit0ffc3425377181859211c9aa1ea94216a09a11bc (patch)
treeffa5686fe85b3c1b689f6bf9c6a44e063c1dfd28
parentdev-perl/Try-Tiny: Bump to version 0.240.0 (diff)
downloadgentoo-0ffc3425.tar.gz
gentoo-0ffc3425.tar.bz2
gentoo-0ffc3425.zip
dev-perl/Text-Template: Copy from dev-perl/text-template
Beginning migration to have PN match UPSTREAM Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
-rw-r--r--dev-perl/Text-Template/Manifest1
-rw-r--r--dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild18
-rw-r--r--dev-perl/Text-Template/metadata.xml13
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Text-Template/Manifest b/dev-perl/Text-Template/Manifest
new file mode 100644
index 000000000000..f80ecd749a4f
--- /dev/null
+++ b/dev-perl/Text-Template/Manifest
@@ -0,0 +1 @@
+DIST Text-Template-1.46.tar.gz 43952 SHA256 77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 SHA512 406c218d5d59dc74419749fb5151d011fb4d629e6de79378be1290db23a602a9f7897f04ac80080b8ec2661d997f9e05bed7861e480130750471166da0a94592 WHIRLPOOL 9515d1fdc4e2cc44198d7ea0b278f5fa0fb34b5bd267eda91d8ef9da7bbed38415bbc3b723a2293d94b756482b247e839a9748d668e31b7ba0c7913e68474f34
diff --git a/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild b/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild
new file mode 100644
index 000000000000..6b63502f185a
--- /dev/null
+++ b/dev-perl/Text-Template/Text-Template-1.460.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MJD
+MODULE_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="Expand template text with embedded Perl"
+
+LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ppc x86 ~ppc-macos"
+IUSE=""
+
+SRC_TEST=do
diff --git a/dev-perl/Text-Template/metadata.xml b/dev-perl/Text-Template/metadata.xml
new file mode 100644
index 000000000000..2265cbf91b90
--- /dev/null
+++ b/dev-perl/Text-Template/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">Text-Template</remote-id>
+ <remote-id type="cpan-module">Text::Template</remote-id>
+ <remote-id type="cpan-module">Text::Template::Preprocess</remote-id>
+ </upstream>
+</pkgmetadata>