summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-25 18:36:20 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-26 22:02:54 +0200
commit55980dcf829e3e9f5ddabfa67d57710bdbe7e6cb (patch)
treed31cafcc049c21f8d3eb6ad243e843e89c7502d6
parentprofiles: pkgmove dev-perl/text-template dev-perl/Text-Template (diff)
downloadgentoo-55980dcf.tar.gz
gentoo-55980dcf.tar.bz2
gentoo-55980dcf.zip
dev-perl/text-template: Removed, gone to dev-perl/Text-Template
-rw-r--r--dev-perl/text-template/Manifest1
-rw-r--r--dev-perl/text-template/metadata.xml13
-rw-r--r--dev-perl/text-template/text-template-1.460.0-r1.ebuild19
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/text-template/Manifest b/dev-perl/text-template/Manifest
deleted file mode 100644
index f80ecd749a4f..000000000000
--- a/dev-perl/text-template/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Text-Template-1.46.tar.gz 43952 SHA256 77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 SHA512 406c218d5d59dc74419749fb5151d011fb4d629e6de79378be1290db23a602a9f7897f04ac80080b8ec2661d997f9e05bed7861e480130750471166da0a94592 WHIRLPOOL 9515d1fdc4e2cc44198d7ea0b278f5fa0fb34b5bd267eda91d8ef9da7bbed38415bbc3b723a2293d94b756482b247e839a9748d668e31b7ba0c7913e68474f34
diff --git a/dev-perl/text-template/metadata.xml b/dev-perl/text-template/metadata.xml
deleted file mode 100644
index 2265cbf91b90..000000000000
--- a/dev-perl/text-template/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>
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
deleted file mode 100644
index fafc6b388241..000000000000
--- a/dev-perl/text-template/text-template-1.460.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Text-Template
-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