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 D6DE4138200 for ; Sun, 28 Oct 2012 14:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B0F0E056C; Sun, 28 Oct 2012 14:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B32F1E056C for ; Sun, 28 Oct 2012 14:02:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9C5433D93B for ; Sun, 28 Oct 2012 14:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F3F0EE544C for ; Sun, 28 Oct 2012 14:02:28 +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: <1351409904.fae9f0747bfdcc72c339806ab39e2200bc04662a.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/ChangeLog 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: fae9f0747bfdcc72c339806ab39e2200bc04662a X-VCS-Branch: master Date: Sun, 28 Oct 2012 14:02:28 +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: 75833019-f9ef-4115-b5e0-c6df20debb55 X-Archives-Hash: 68e37cffea1aa29e3bf195c1c92aa729 commit: fae9f0747bfdcc72c339806ab39e2200bc04662a Author: Kent Fredric gmail com> AuthorDate: Sun Oct 28 07:38:24 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Oct 28 07:38:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fae9f074 [fixdep] String-ToIdentifier-EN -> namespace-clean ( normalize ) Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/String-ToIdentifier-EN/ChangeLog | 4 ++++ .../String-ToIdentifier-EN-0.50.0.ebuild | 4 ++-- .../String-ToIdentifier-EN-0.70.0.ebuild | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-perl/String-ToIdentifier-EN/ChangeLog b/dev-perl/String-ToIdentifier-EN/ChangeLog index 30eaeb5..c0a938c 100644 --- a/dev-perl/String-ToIdentifier-EN/ChangeLog +++ b/dev-perl/String-ToIdentifier-EN/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Oct 2012; Kent Fredric + String-ToIdentifier-EN-0.50.0.ebuild, String-ToIdentifier-EN-0.70.0.ebuild: + Fix dependency on namespace-clean ( normalize ) + *String-ToIdentifier-EN-0.80.0 (28 Oct 2012) 28 Oct 2012; Kent Fredric 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 index f375679..acfd655 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 @@ -29,7 +29,7 @@ perl_meta_runtime() { # 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 + echo \>=dev-perl/namespace-clean-0.200.0 # perl v5.8.1 ( 5.8.1 ) echo \>=dev-lang/perl-5.8.1 } 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 index 377fec6..571a2b0 100644 --- 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 @@ -29,7 +29,7 @@ perl_meta_runtime() { # 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 + echo \>=dev-perl/namespace-clean-0.200.0 # perl v5.8.1 ( 5.8.1 ) echo \>=dev-lang/perl-5.8.1 }