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 1QDeBC-0002p1-Bs for garchives@archives.gentoo.org; Sat, 23 Apr 2011 14:51:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A5B1C02F; Sat, 23 Apr 2011 14:47:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3173C1C11C for ; Sat, 23 Apr 2011 14:47:29 +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 7BDDA1B4076 for ; Sat, 23 Apr 2011 14:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C4E588037B for ; Sat, 23 Apr 2011 14:47:27 +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:perl514 commit in: dev-perl/Config-JSON/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Config-JSON/ChangeLog dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild X-VCS-Directories: dev-perl/Config-JSON/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d872a7d7db504a6a29261cd76f7e6ab8f299a141 Date: Sat, 23 Apr 2011 14:47:27 +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: 2b2ba3620995589c876b5b009afdbefc Message-ID: <20110423144727._ADiCSq9V-Gl07PSnC5y2ibf5Vnd1JVYVhZfjH1uIVY@z> commit: d872a7d7db504a6a29261cd76f7e6ab8f299a141 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 23 14:25:17 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 23 14:25:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dd872a7d7 [cpanclean] -Config-JSON-1.4.0.e= build, + -Config-JSON-1.500.0.ebuild: + Gone on CPAN + *Config-JSON-1.510.0 (23 Apr 2011) *Config-JSON-1.500.0 (23 Apr 2011) =20 diff --git a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild b/dev-perl/Con= fig-JSON/Config-JSON-1.4.0.ebuild deleted file mode 100644 index fdc6c59..0000000 --- a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"2" - -MODULE_AUTHOR=3D"RIZEN" -inherit perl-module - -DESCRIPTION=3D"A JSON based config file system." - -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -RDEPEND=3D"virtual/perl-Scalar-List-Utils - dev-perl/JSON - dev-perl/Class-InsideOut - virtual/perl-version - virtual/perl-File-Temp" -DEPEND=3D"${RDEPEND} - test? ( dev-perl/Test-Deep )" - -SRC_TEST=3D"do" -S=3D"${WORKDIR}/${PN}" diff --git a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild b/dev-perl/C= onfig-JSON/Config-JSON-1.500.0.ebuild deleted file mode 100644 index 79c60f0..0000000 --- a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"2" - -MODULE_AUTHOR=3D"RIZEN" -MODULE_VERSION=3D"1.5000" -inherit perl-module - -DESCRIPTION=3D"A JSON based config file system." - -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -RDEPEND=3D" - >=3Dvirtual/perl-Scalar-List-Utils-1.19 - >=3Ddev-perl/JSON-2.16 - >=3Ddev-perl/Moose-0.93 - >=3Dvirtual/perl-File-Temp-0.18 -" -DEPEND=3D"${RDEPEND} - test? ( - >=3Dvirtual/perl-Test-Simple-0.6 - >=3Ddev-perl/Test-Deep-0.095 - ) -" - -SRC_TEST=3D"do" -#S=3D"${WORKDIR}/${PN}"