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 0EAE21389E2 for ; Thu, 11 Dec 2014 01:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93509E07FE; Thu, 11 Dec 2014 01:21:15 +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 02645E0AA2 for ; Thu, 11 Dec 2014 01:20:34 +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 38332340635 for ; Tue, 9 Dec 2014 22:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D97F8C067 for ; Tue, 9 Dec 2014 22:58:16 +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: <1418165880.6d181701ad0348645fbf6fe14ac00d85655639b4.dilfridge@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild dev-perl/Config-JSON/metadata.xml X-VCS-Directories: dev-perl/Config-JSON/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 6d181701ad0348645fbf6fe14ac00d85655639b4 X-VCS-Branch: master Date: Tue, 9 Dec 2014 22:58:16 +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: 274f06d7-efd5-4b32-b832-a46316f3e66f X-Archives-Hash: 34efebc312172ba62bde37e60129c40a commit: 6d181701ad0348645fbf6fe14ac00d85655639b4 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Tue Dec 9 22:58:00 2014 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Dec 9 22:58:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d181701 [cleanup] dev-perl/Config-JSON moved to main tree --- dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild | 30 ------------------------- dev-perl/Config-JSON/metadata.xml | 9 -------- 2 files changed, 39 deletions(-) diff --git a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild deleted file mode 100644 index 9321c2e..0000000 --- a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -MODULE_AUTHOR="RIZEN" -MODULE_VERSION="1.5100" -inherit perl-module - -DESCRIPTION="A JSON based config file system." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.19 - >=dev-perl/JSON-2.160.0 - >=dev-perl/Any-Moose-0.13 - >=virtual/perl-File-Temp-0.18 - >=virtual/perl-Test-Simple-0.7 - >=dev-perl/Test-Deep-0.95.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.56 -" - -SRC_TEST="do" -#S="${WORKDIR}/${PN}" diff --git a/dev-perl/Config-JSON/metadata.xml b/dev-perl/Config-JSON/metadata.xml deleted file mode 100644 index 147900e..0000000 --- a/dev-perl/Config-JSON/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - perl - - Config-JSON - Config::JSON - -