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/HTTP-Parser-XS/
Date: Tue,  6 Nov 2012 19:41:38 +0000 (UTC)	[thread overview]
Message-ID: <1352227306.9068c3d7f68e4071cd722a416e2c1dec2d60c618.kent@gentoo> (raw)

commit:     9068c3d7f68e4071cd722a416e2c1dec2d60c618
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov  6 18:41:46 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov  6 18:41:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9068c3d7

[migrate] HTTP-Parser-XS to x.y.z

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/HTTP-Parser-XS/ChangeLog                  |   12 +++++++++++-
 ...S-0.11.ebuild => HTTP-Parser-XS-0.110.0.ebuild} |    3 ++-
 ...S-0.12.ebuild => HTTP-Parser-XS-0.120.0.ebuild} |    3 ++-
 ...XS-0.07.ebuild => HTTP-Parser-XS-0.70.0.ebuild} |    3 ++-
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/dev-perl/HTTP-Parser-XS/ChangeLog b/dev-perl/HTTP-Parser-XS/ChangeLog
index aa80307..e891e74 100644
--- a/dev-perl/HTTP-Parser-XS/ChangeLog
+++ b/dev-perl/HTTP-Parser-XS/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/HTTP-Parser-XS
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Parser-XS-0.120.0 (06 Nov 2012)
+*HTTP-Parser-XS-0.110.0 (06 Nov 2012)
+*HTTP-Parser-XS-0.70.0 (06 Nov 2012)
+
+  06 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  -HTTP-Parser-XS-0.07.ebuild, -HTTP-Parser-XS-0.11.ebuild,
+  -HTTP-Parser-XS-0.12.ebuild, +HTTP-Parser-XS-0.70.0.ebuild,
+  +HTTP-Parser-XS-0.110.0.ebuild, +HTTP-Parser-XS-0.120.0.ebuild:
+  Migrate to x.y.z
+
 *HTTP-Parser-XS-0.140.0 (28 May 2011)
 
   28 May 2011; Torsten Veller <tove@gentoo.org> +HTTP-Parser-XS-0.140.0.ebuild:

diff --git a/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.11.ebuild b/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.110.0.ebuild
similarity index 85%
rename from dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.11.ebuild
rename to dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.110.0.ebuild
index 772c3c3..b91ee51 100644
--- a/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.11.ebuild
+++ b/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.110.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 
 MODULE_AUTHOR=KAZUHO
+MODULE_VERSION="0.11"
 inherit perl-module
 
 DESCRIPTION="a fast, primitive HTTP request parser"

diff --git a/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.12.ebuild b/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.120.0.ebuild
similarity index 85%
rename from dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.12.ebuild
rename to dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.120.0.ebuild
index 772c3c3..06d0752 100644
--- a/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.12.ebuild
+++ b/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.120.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 
 MODULE_AUTHOR=KAZUHO
+MODULE_VERSION="0.12"
 inherit perl-module
 
 DESCRIPTION="a fast, primitive HTTP request parser"

diff --git a/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.07.ebuild b/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.70.0.ebuild
similarity index 85%
rename from dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.07.ebuild
rename to dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.70.0.ebuild
index 0e067f1..491b286 100644
--- a/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.07.ebuild
+++ b/dev-perl/HTTP-Parser-XS/HTTP-Parser-XS-0.70.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
 MODULE_AUTHOR=KAZUHO
+MODULE_VERSION="0.07"
 inherit perl-module
 
 DESCRIPTION="a fast, primitive HTTP request parser"


             reply	other threads:[~2012-11-06 19:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-06 19:41 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 14:00 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Parser-XS/ Kent Fredric
2013-04-28  9:25 Kent Fredric
2012-11-06 19:41 Kent Fredric
2011-05-28  6:12 Torsten Veller

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=1352227306.9068c3d7f68e4071cd722a416e2c1dec2d60c618.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