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 3B3F7138CD3 for ; Tue, 9 Jun 2015 08:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C487E0896; Tue, 9 Jun 2015 08:15:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46092E0888 for ; Tue, 9 Jun 2015 08:14:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 615B0340A69 for ; Tue, 9 Jun 2015 08:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3683A37 for ; Tue, 9 Jun 2015 08:14:55 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1433830349.b54ad9ad55c9faf9d2450793048a16d3ee0fc790.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild X-VCS-Directories: dev-perl/String-ToIdentifier-EN/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b54ad9ad55c9faf9d2450793048a16d3ee0fc790 X-VCS-Branch: master Date: Tue, 9 Jun 2015 08:14:55 +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: e31caed5-24f5-485c-b389-d136e1c113e6 X-Archives-Hash: 08b35ad2ba395e49839973b0d751eea9 commit: b54ad9ad55c9faf9d2450793048a16d3ee0fc790 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:12:29 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:12:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b54ad9ad [cleanup] String-ToIdentifier-EN: Remove old versions Package-Manager: portage-2.2.17 .../String-ToIdentifier-EN-0.50.0.ebuild | 44 ---------------------- .../String-ToIdentifier-EN-0.70.0.ebuild | 44 ---------------------- 2 files changed, 88 deletions(-) diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild deleted file mode 100644 index acfd655..0000000 --- a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=RKITOVER -MODULE_VERSION=0.05 -inherit perl-module - -DESCRIPTION='Convert Strings to English Program Identifiers' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 - # Test::More 0.92 ( 0.920.0 ) - echo \>=virtual/perl-Test-Simple-0.92 -} -perl_meta_runtime() { - # Exporter 5.57 ( 5.570.0 ) - echo \>=virtual/perl-Exporter-5.570.0 - # Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 ) - echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0 - # Text::Unidecode 0.04 ( 0.40.0 ) - echo \>=dev-perl/Text-Unidecode-0.40.0 - # namespace::clean 0.20 ( 0.200.0 ) - echo \>=dev-perl/namespace-clean-0.200.0 - # perl v5.8.1 ( 5.8.1 ) - echo \>=dev-lang/perl-5.8.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild deleted file mode 100644 index 571a2b0..0000000 --- a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=RKITOVER -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION='Convert Strings to English Program Identifiers' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.62 ( 6.620.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.62 ( 6.620.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0 - # Test::More 0.92 ( 0.920.0 ) - echo \>=virtual/perl-Test-Simple-0.92 -} -perl_meta_runtime() { - # Exporter 5.57 ( 5.570.0 ) - echo \>=virtual/perl-Exporter-5.570.0 - # Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 ) - echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0 - # Text::Unidecode 0.04 ( 0.40.0 ) - echo \>=dev-perl/Text-Unidecode-0.40.0 - # namespace::clean 0.20 ( 0.200.0 ) - echo \>=dev-perl/namespace-clean-0.200.0 - # perl v5.8.1 ( 5.8.1 ) - echo \>=dev-lang/perl-5.8.1 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"