commit: 55980dcf829e3e9f5ddabfa67d57710bdbe7e6cb Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Apr 25 06:36:20 2016 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 20:02:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55980dcf
dev-perl/text-template: Removed, gone to dev-perl/Text-Template dev-perl/text-template/Manifest | 1 - dev-perl/text-template/metadata.xml | 13 ------------- .../text-template/text-template-1.460.0-r1.ebuild | 19 ------------------- 3 files changed, 33 deletions(-) diff --git a/dev-perl/text-template/Manifest b/dev-perl/text-template/Manifest deleted file mode 100644 index f80ecd7..0000000 --- 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 2265cbf..0000000 --- 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>[email protected]</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 fafc6b3..0000000 --- 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
