From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2E3E9138206 for ; Tue, 26 Apr 2016 20:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57E3821C06B; Tue, 26 Apr 2016 20:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4137621C04A for ; Tue, 26 Apr 2016 20:03:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58D75340C58 for ; Tue, 26 Apr 2016 20:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19EBB96F for ; Tue, 26 Apr 2016 20:03:10 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1461700974.55980dcf829e3e9f5ddabfa67d57710bdbe7e6cb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/text-template/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/text-template/Manifest dev-perl/text-template/metadata.xml dev-perl/text-template/text-template-1.460.0-r1.ebuild X-VCS-Directories: dev-perl/text-template/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 55980dcf829e3e9f5ddabfa67d57710bdbe7e6cb X-VCS-Branch: master Date: Tue, 26 Apr 2016 20:03:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d64a6a5b-f56b-40f1-bb66-d919feadfa0b X-Archives-Hash: 6ac8a96aea89b76df821444ee5a402fe commit: 55980dcf829e3e9f5ddabfa67d57710bdbe7e6cb Author: Kent Fredric gmail com> AuthorDate: Mon Apr 25 06:36:20 2016 +0000 Commit: Andreas Hüttel gentoo 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 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Text-Template - Text::Template - Text::Template::Preprocess - - 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