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 1RKZGu-0000Im-HV for garchives@archives.gentoo.org; Sun, 30 Oct 2011 17:34:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BACBE051C; Sun, 30 Oct 2011 17:34:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4815EE051C for ; Sun, 30 Oct 2011 17:34:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95C841B401F for ; Sun, 30 Oct 2011 17:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 09B6C8004A for ; Sun, 30 Oct 2011 17:34:04 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <7ac851e58ac431ee905a3b21f325268169d4aeb2.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Module-Runtime/ChangeLog dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild dev-perl/Module-Runtime/metadata.xml X-VCS-Directories: dev-perl/Module-Runtime/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: 7ac851e58ac431ee905a3b21f325268169d4aeb2 Date: Sun, 30 Oct 2011 17:34:04 +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: 087134cd4138af5f7c5b57bdf24eefff commit: 7ac851e58ac431ee905a3b21f325268169d4aeb2 Author: Torsten Veller gentoo org> AuthorDate: Sun Oct 30 17:33:40 2011 +0000 Commit: Torsten Veller gentoo org> CommitDate: Sun Oct 30 17:33:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D7ac851e5 [move] dev-perl/Module-Runtime to ::gentoo --- dev-perl/Module-Runtime/ChangeLog | 36 --------------= ------ .../Module-Runtime/Module-Runtime-0.7.0.ebuild | 28 --------------= - .../Module-Runtime/Module-Runtime-0.8.0.ebuild | 30 --------------= -- dev-perl/Module-Runtime/metadata.xml | 9 ----- 4 files changed, 0 insertions(+), 103 deletions(-) diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/= ChangeLog deleted file mode 100644 index 7427848..0000000 --- a/dev-perl/Module-Runtime/ChangeLog +++ /dev/null @@ -1,36 +0,0 @@ -# ChangeLog for dev-perl/Module-Runtime -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*Module-Runtime-0.8.0 (24 May 2011) - - 24 May 2011; Kent Fredric - +Module-Runtime-0.8.0.ebuild: - Bump - -*Module-Runtime-0.7.0 (24 May 2011) - - 24 May 2011; Kent Fredric - -Module-Runtime-0.007.ebuild, +Module-Runtime-0.7.0.ebuild: - Migrate to x.y.z - - 03 Jun 2010; Torsten Veller - -Module-Runtime-0.006.ebuild: - Removed from CPAN - - 29 Apr 2010; Michele Beltrame - +Module-Runtime-0.007.ebuild: - Bump - -*Module-Runtime-0.007 (29 Apr 2010) - - 29 Apr 2010; Michele Beltrame - +Module-Runtime-0.007.ebuild: - Bump - -*Module-Runtime-0.006 (14 Aug 2009) - - 14 Aug 2009; Kent Fredric - +Module-Runtime-0.006.ebuild, +metadata.xml: - Added - diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild b/dev-pe= rl/Module-Runtime/Module-Runtime-0.7.0.ebuild deleted file mode 100644 index 76dfd8c..0000000 --- a/dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3D2 -MODULE_AUTHOR=3DZEFRAM -MODULE_VERSION=3D"0.007" -inherit perl-module - -DESCRIPTION=3D"runtime module handling" -LICENSE=3D"|| ( Artistic GPL-2 )" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" -COMMON_DEPEND=3D" - virtual/perl-parent - dev-perl/Params-Classify -" -DEPEND=3D" - ${COMMON_DEPEND} - virtual/perl-Module-Build - test? ( - virtual/perl-Test-Simple - ) -" -RDEPEND=3D" - ${COMMON_DEPEND} -" -SRC_TEST=3D"do" diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild b/dev-pe= rl/Module-Runtime/Module-Runtime-0.8.0.ebuild deleted file mode 100644 index d7a7088..0000000 --- a/dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3D4 -MODULE_AUTHOR=3DZEFRAM -MODULE_VERSION=3D0.008 -inherit perl-module - -DESCRIPTION=3D"runtime module handling" -LICENSE=3D"|| ( Artistic GPL-2 )" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" -comment() { echo ''; } -COMMON_DEPEND=3D" - $(comment virutal/perl-Exporter) - dev-perl/Params-Classify - virtual/perl-parent -" -DEPEND=3D" - ${COMMON_DEPEND} - virtual/perl-Module-Build - test? ( - virtual/perl-Test-Simple - ) -" -RDEPEND=3D" - ${COMMON_DEPEND} -" -SRC_TEST=3D"do" diff --git a/dev-perl/Module-Runtime/metadata.xml b/dev-perl/Module-Runti= me/metadata.xml deleted file mode 100644 index ccc7e0f..0000000 --- a/dev-perl/Module-Runtime/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - perl - - kentfredric@gmail.com - Kent Fredric - -