public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/
@ 2011-05-24  5:06 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-24  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     648cfbf31cca057c21812b539bead24a9e317408
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 04:40:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 04:40:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=648cfbf3

[migrate] Module-Runtime

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Module-Runtime/ChangeLog                  |    8 +++++++-
 ...me-0.007.ebuild => Module-Runtime-0.7.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/ChangeLog
index 7d4f2c4..275edc1 100644
--- a/dev-perl/Module-Runtime/ChangeLog
+++ b/dev-perl/Module-Runtime/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Module-Runtime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*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

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.007.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild
similarity index 87%
rename from dev-perl/Module-Runtime/Module-Runtime-0.007.ebuild
rename to dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild
index 232155d..76dfd8c 100644
--- a/dev-perl/Module-Runtime/Module-Runtime-0.007.ebuild
+++ b/dev-perl/Module-Runtime/Module-Runtime-0.7.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/
@ 2011-05-24  5:06 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-24  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cc147409f2b6970139a52f2b800abe949e1993f5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 04:49:34 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 04:49:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cc147409

[newversion] Module-Runtime-0.8.0

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Module-Runtime/ChangeLog                  |    6 ++++
 .../Module-Runtime/Module-Runtime-0.8.0.ebuild     |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/ChangeLog
index 275edc1..7427848 100644
--- a/dev-perl/Module-Runtime/ChangeLog
+++ b/dev-perl/Module-Runtime/ChangeLog
@@ -2,6 +2,12 @@
 # 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>

diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild
new file mode 100644
index 0000000..d7a7088
--- /dev/null
+++ b/dev-perl/Module-Runtime/Module-Runtime-0.8.0.ebuild
@@ -0,0 +1,30 @@
+# 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"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/
@ 2011-10-30 17:34 Torsten Veller
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller @ 2011-10-30 17:34 UTC (permalink / raw
  To: gentoo-commits

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>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-30 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24  5:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Runtime/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-10-30 17:34 Torsten Veller
2011-05-24  5:06 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox