public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Daemonize/
Date: Sat, 16 Jul 2011 07:12:48 +0000 (UTC)	[thread overview]
Message-ID: <5816c548b55d0102888514b4485427cf3cde2171.kent@gentoo> (raw)

commit:     5816c548b55d0102888514b4485427cf3cde2171
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 06:44:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 06:44:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5816c548

[migrate] MooseX-Daemonize

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/MooseX-Daemonize/ChangeLog                |   12 +++++++++++-
 ...0.10.ebuild => MooseX-Daemonize-0.100.0.ebuild} |    3 ++-
 ...0.12.ebuild => MooseX-Daemonize-0.120.0.ebuild} |    3 ++-
 ...-0.09.ebuild => MooseX-Daemonize-0.90.0.ebuild} |    3 ++-
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/dev-perl/MooseX-Daemonize/ChangeLog b/dev-perl/MooseX-Daemonize/ChangeLog
index 5b8843c..d96b26c 100644
--- a/dev-perl/MooseX-Daemonize/ChangeLog
+++ b/dev-perl/MooseX-Daemonize/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/MooseX-Daemonize
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Daemonize-0.120.0 (16 Jul 2011)
+*MooseX-Daemonize-0.100.0 (16 Jul 2011)
+*MooseX-Daemonize-0.90.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  -MooseX-Daemonize-0.09.ebuild, -MooseX-Daemonize-0.10.ebuild,
+  -MooseX-Daemonize-0.12.ebuild, +MooseX-Daemonize-0.90.0.ebuild,
+  +MooseX-Daemonize-0.100.0.ebuild, +MooseX-Daemonize-0.120.0.ebuild:
+  Migrate to new version scheme
+
 *MooseX-Daemonize-0.12 (23 Jul 2010)
 
   23 Jul 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.10.ebuild b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.100.0.ebuild
similarity index 89%
rename from dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.10.ebuild
rename to dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.100.0.ebuild
index f3247c8..20ea3ed 100644
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.10.ebuild
+++ b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.100.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=STEVAN
+MODULE_VERSION="0.10"
 inherit perl-module
 
 DESCRIPTION="Role for daemonizing your Moose based application"

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.12.ebuild b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.120.0.ebuild
similarity index 87%
rename from dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.12.ebuild
rename to dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.120.0.ebuild
index 3d9f4ba..f16a198 100644
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.12.ebuild
+++ b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.120.0.ebuild
@@ -1,10 +1,11 @@
-# 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=STEVAN
+MODULE_VERSION="0.12"
 inherit perl-module
 
 DESCRIPTION="Role for daemonizing your Moose based application"

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.09.ebuild b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.90.0.ebuild
similarity index 89%
rename from dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.09.ebuild
rename to dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.90.0.ebuild
index c95ce64..1cd905d 100644
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.09.ebuild
+++ b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.90.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=PERIGRIN
+MODULE_VERSION="0.09"
 inherit perl-module
 
 DESCRIPTION="Role for daemonizing your Moose based application"



             reply	other threads:[~2011-07-16  7:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-16  7:12 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 18:40 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Daemonize/ Kent Fredric
2013-05-15 22:23 Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-02-07 13:55 Kent Fredric
2012-06-09 14:33 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-07-16  7:12 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=5816c548b55d0102888514b4485427cf3cde2171.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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