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/FormValidator-Simple/
Date: Sun, 26 Feb 2012 00:39:45 +0000 (UTC)	[thread overview]
Message-ID: <1330212929.9a1cd7365137234b7f100a9424f8a8bb617bab67.kent@gentoo> (raw)

commit:     9a1cd7365137234b7f100a9424f8a8bb617bab67
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 25 23:35:29 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 25 23:35:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a1cd736

[migrate] FormValidator-Simple to x.y.z

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/FormValidator-Simple/ChangeLog            |   14 +++++++++++++-
 ....ebuild => FormValidator-Simple-0.210.0.ebuild} |    3 ++-
 ....ebuild => FormValidator-Simple-0.220.0.ebuild} |    3 ++-
 ....ebuild => FormValidator-Simple-0.230.0.ebuild} |    3 ++-
 ....ebuild => FormValidator-Simple-0.280.0.ebuild} |    3 ++-
 5 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/dev-perl/FormValidator-Simple/ChangeLog b/dev-perl/FormValidator-Simple/ChangeLog
index 8880300..59c4c54 100644
--- a/dev-perl/FormValidator-Simple/ChangeLog
+++ b/dev-perl/FormValidator-Simple/ChangeLog
@@ -1,7 +1,19 @@
 # ChangeLog for dev-perl/FormValidator-Simple
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*FormValidator-Simple-0.280.0 (25 Feb 2012)
+*FormValidator-Simple-0.230.0 (25 Feb 2012)
+*FormValidator-Simple-0.220.0 (25 Feb 2012)
+*FormValidator-Simple-0.210.0 (25 Feb 2012)
+
+  25 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -FormValidator-Simple-0.21.ebuild, -FormValidator-Simple-0.22.ebuild,
+  -FormValidator-Simple-0.23.ebuild, -FormValidator-Simple-0.28.ebuild,
+  +FormValidator-Simple-0.210.0.ebuild, +FormValidator-Simple-0.220.0.ebuild,
+  +FormValidator-Simple-0.230.0.ebuild, +FormValidator-Simple-0.280.0.ebuild:
+  Migrate to x.y.z
+
   04 Mar 2011; Kent Fredric <kentfredric@gmail.com>
   FormValidator-Simple-0.21.ebuild, FormValidator-Simple-0.22.ebuild,
   FormValidator-Simple-0.23.ebuild, FormValidator-Simple-0.28.ebuild:

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild
similarity index 91%
rename from dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild
rename to dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild
index 3ad7f2a..78da95a 100644
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild
+++ b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=LYOKATO
+MODULE_VERSION="0.21"
 inherit perl-module
 
 DESCRIPTION="Validation with simple chains of constraints"

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.22.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild
similarity index 91%
rename from dev-perl/FormValidator-Simple/FormValidator-Simple-0.22.ebuild
rename to dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild
index 3ad7f2a..a0999f4 100644
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.22.ebuild
+++ b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=LYOKATO
+MODULE_VERSION="0.22"
 inherit perl-module
 
 DESCRIPTION="Validation with simple chains of constraints"

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.23.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild
similarity index 91%
rename from dev-perl/FormValidator-Simple/FormValidator-Simple-0.23.ebuild
rename to dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild
index 3ad7f2a..ab525e9 100644
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.23.ebuild
+++ b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=LYOKATO
+MODULE_VERSION="0.23"
 inherit perl-module
 
 DESCRIPTION="Validation with simple chains of constraints"

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.28.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild
similarity index 92%
rename from dev-perl/FormValidator-Simple/FormValidator-Simple-0.28.ebuild
rename to dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild
index ec73872..eb62efe 100644
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.28.ebuild
+++ b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=LYOKATO
+MODULE_VERSION="0.28"
 inherit perl-module
 
 DESCRIPTION="Validation with simple chains of constraints"



             reply	other threads:[~2012-02-26  0:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-26  0:39 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/FormValidator-Simple/ Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-04-28 22:52 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-02-26  0:39 Kent Fredric
2012-02-26  0:39 Kent Fredric
2011-03-06 23:25 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=1330212929.9a1cd7365137234b7f100a9424f8a8bb617bab67.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