From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QDe7S-0001Bf-0z for garchives@archives.gentoo.org; Sat, 23 Apr 2011 14:47:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F91E1C0D0; Sat, 23 Apr 2011 14:45:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA5BD1C0D0 for ; Sat, 23 Apr 2011 14:45:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F34A61B407E for ; Sat, 23 Apr 2011 14:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C0B828038A for ; Sat, 23 Apr 2011 14:45:35 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Dispatchouli/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Log-Dispatchouli/ChangeLog dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.220.ebuild dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.350.ebuild X-VCS-Directories: dev-perl/Log-Dispatchouli/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f1c301c97cdf3df76d49f07bf9636424fc28336a Date: Sat, 23 Apr 2011 14:45:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e42430ec4b6fca3aed5d4f2ff2fc5a64 Message-ID: <20110423144535.s6y9l36s2OOMmLPyB906uP-H--GdoLWbajK_up3m55o@z> commit: f1c301c97cdf3df76d49f07bf9636424fc28336a Author: Kent Fredric gmail com> AuthorDate: Sat Apr 23 14:32:38 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 23 14:32:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Df1c301c9 [cpanclean] + -Log-Dispatchouli-1.102.220.ebuild, -Log-Dispatchouli-1.102.350.ebuild= : + Gone on CPAN + *Log-Dispatchouli-2.5.0 (09 Apr 2011) =20 09 Apr 2011; Torsten Veller +Log-Dispatchouli-2.5.0.= ebuild: diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.220.ebuild = b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.220.ebuild deleted file mode 100644 index 58db0da..0000000 --- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.220.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D2 - -inherit versionator -MY_P=3D${PN}-$(delete_version_separator 2 ) -S=3D${WORKDIR}/${MY_P} -MODULE_AUTHOR=3DRJBS - -inherit perl-module - -DESCRIPTION=3D"Simple wrapper around Log::Dispatch" - -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -RDEPEND=3D" - >=3Ddev-perl/Try-Tiny-0.04 - >=3Dvirtual/perl-Sys-Syslog-0.16 - dev-perl/Log-Dispatch-Array - dev-perl/Params-Util - dev-perl/String-Flogger - dev-perl/log-dispatch - virtual/perl-Scalar-List-Utils -" -DEPEND=3D"${RDEPEND} - test? ( - >=3Dvirtual/perl-Test-Simple-0.88 - dev-perl/Test-Deep - ) -" - -SRC_TEST=3Ddo diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.350.ebuild = b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.350.ebuild deleted file mode 100644 index 613d7b3..0000000 --- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-1.102.350.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -inherit versionator -MY_P=3D${PN}-$(delete_version_separator 2 ) -S=3D${WORKDIR}/${MY_P} -MODULE_AUTHOR=3DRJBS - -inherit perl-module - -DESCRIPTION=3D"Simple wrapper around Log::Dispatch" - -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -RDEPEND=3D" - >=3Ddev-perl/Try-Tiny-0.04 - >=3Dvirtual/perl-Sys-Syslog-0.16 - dev-perl/Log-Dispatch-Array - dev-perl/Params-Util - dev-perl/String-Flogger - dev-perl/log-dispatch - virtual/perl-Scalar-List-Utils -" -DEPEND=3D"${RDEPEND} - test? ( - >=3Dvirtual/perl-Test-Simple-0.88 - dev-perl/Test-Deep - ) -" - -SRC_TEST=3Ddo