public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Torsten Veller" <tove@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/
Date: Sun, 30 Oct 2011 17:34:04 +0000 (UTC)	[thread overview]
Message-ID: <7ac851e58ac431ee905a3b21f325268169d4aeb2.tove@gentoo> (raw)

commit:     7ac851e58ac431ee905a3b21f325268169d4aeb2
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 17:33:40 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 17:33:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7ac851e5

[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 <kentfredric@gmail.com>
-  +Module-Runtime-0.8.0.ebuild:
-  Bump
-
-*Module-Runtime-0.7.0 (24 May 2011)
-
-  24 May 2011; Kent Fredric <kentfredric@gmail.com>
-  -Module-Runtime-0.007.ebuild, +Module-Runtime-0.7.0.ebuild:
-  Migrate to x.y.z
-
-  03 Jun 2010; Torsten Veller <tove@gentoo.org>
-  -Module-Runtime-0.006.ebuild:
-  Removed from CPAN
-
-  29 Apr 2010; Michele Beltrame <m@cattlegrid.info>
-  +Module-Runtime-0.007.ebuild:
-  Bump
-
-*Module-Runtime-0.007 (29 Apr 2010)
-
-  29 Apr 2010; Michele Beltrame <m@cattlegrid.info>
-  +Module-Runtime-0.007.ebuild:
-  Bump
-
-*Module-Runtime-0.006 (14 Aug 2009)
-
-  14 Aug 2009; Kent Fredric <kentfredric@gmail.com>
-  +Module-Runtime-0.006.ebuild, +metadata.xml:
-  Added
-

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild b/dev-perl/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=2
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION="0.007"
-inherit perl-module
-
-DESCRIPTION="runtime module handling"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
-	virtual/perl-parent
-	dev-perl/Params-Classify
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-Module-Build
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild b/dev-perl/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=4
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.008
-inherit perl-module
-
-DESCRIPTION="runtime module handling"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	$(comment virutal/perl-Exporter)
-	dev-perl/Params-Classify
-	virtual/perl-parent
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-Module-Build
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Module-Runtime/metadata.xml b/dev-perl/Module-Runtime/metadata.xml
deleted file mode 100644
index ccc7e0f..0000000
--- a/dev-perl/Module-Runtime/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <herd>perl</herd>
-    <maintainer>
-        <email>kentfredric@gmail.com</email>
-        <name>Kent Fredric</name>
-    </maintainer>
-</pkgmetadata>



             reply	other threads:[~2011-10-30 17:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-30 17:34 Torsten Veller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24  5:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/ Kent Fredric
2011-05-24  5:06 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ac851e58ac431ee905a3b21f325268169d4aeb2.tove@gentoo \
    --to=tove@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox