public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Body/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     73366f58e9eebd476f7224596b94a3e985798de9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 00:13:02 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 00:13:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=73366f58

[qa] HTTP-Body

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

---
 dev-perl/HTTP-Body/ChangeLog               |    4 ++++
 dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild |    4 +++-
 dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild |    4 +++-
 dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild |    4 +++-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/dev-perl/HTTP-Body/ChangeLog b/dev-perl/HTTP-Body/ChangeLog
index f3b6174..2e166d0 100644
--- a/dev-perl/HTTP-Body/ChangeLog
+++ b/dev-perl/HTTP-Body/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com> HTTP-Body-1.30.0.ebuild,
+  HTTP-Body-1.40.0.ebuild, HTTP-Body-1.50.0.ebuild:
+  QA Fixup
+
 *HTTP-Body-1.110.0 (22 Mar 2011)
 *HTTP-Body-1.90.0 (22 Mar 2011)
 *HTTP-Body-1.70.0 (22 Mar 2011)

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild
index 2b39193..c50b491 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild
@@ -13,4 +13,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="dev-perl/yaml"
+RDEPEND="dev-perl/yaml"
+DEPEND="${RDEPEND}"
+SRC_TEST="do"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild
index 2a5b5d2..a67721e 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild
@@ -13,6 +13,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="
+RDEPEND="
 	>=dev-perl/yaml-0.39
 "
+DEPEND="${RDEPEND}"
+SRC_TEST="do"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild
index c41e1ec..5e32e0f 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild
@@ -13,6 +13,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="
+RDEPEND="
 	>=dev-perl/yaml-0.39
 "
+DEPEND="${RDEPEND}"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Body/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     fb4885891dafca1f115ef6622f8598233ee5e109
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 00:09:00 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 00:09:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb488589

[migrate] HTTP-Body

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

---
 dev-perl/HTTP-Body/ChangeLog                       |   18 +++++++++++++++++-
 ...P-Body-1.11.ebuild => HTTP-Body-1.110.0.ebuild} |    3 ++-
 ...TP-Body-1.03.ebuild => HTTP-Body-1.30.0.ebuild} |    3 ++-
 ...TP-Body-1.04.ebuild => HTTP-Body-1.40.0.ebuild} |    3 ++-
 ...TP-Body-1.05.ebuild => HTTP-Body-1.50.0.ebuild} |    3 ++-
 ...TP-Body-1.06.ebuild => HTTP-Body-1.60.0.ebuild} |    3 ++-
 ...TP-Body-1.07.ebuild => HTTP-Body-1.70.0.ebuild} |    3 ++-
 ...TP-Body-1.09.ebuild => HTTP-Body-1.90.0.ebuild} |    3 ++-
 8 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/dev-perl/HTTP-Body/ChangeLog b/dev-perl/HTTP-Body/ChangeLog
index 3b1d111..f3b6174 100644
--- a/dev-perl/HTTP-Body/ChangeLog
+++ b/dev-perl/HTTP-Body/ChangeLog
@@ -1,7 +1,23 @@
 # ChangeLog for dev-perl/HTTP-Body
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Body-1.110.0 (22 Mar 2011)
+*HTTP-Body-1.90.0 (22 Mar 2011)
+*HTTP-Body-1.70.0 (22 Mar 2011)
+*HTTP-Body-1.60.0 (22 Mar 2011)
+*HTTP-Body-1.50.0 (22 Mar 2011)
+*HTTP-Body-1.40.0 (22 Mar 2011)
+*HTTP-Body-1.30.0 (22 Mar 2011)
+
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com> -HTTP-Body-1.03.ebuild,
+  -HTTP-Body-1.04.ebuild, -HTTP-Body-1.05.ebuild, -HTTP-Body-1.06.ebuild,
+  -HTTP-Body-1.07.ebuild, -HTTP-Body-1.09.ebuild, -HTTP-Body-1.11.ebuild,
+  +HTTP-Body-1.30.0.ebuild, +HTTP-Body-1.40.0.ebuild, +HTTP-Body-1.50.0.ebuild,
+  +HTTP-Body-1.60.0.ebuild, +HTTP-Body-1.70.0.ebuild, +HTTP-Body-1.90.0.ebuild,
+  +HTTP-Body-1.110.0.ebuild:
+  Migrate
+
 *HTTP-Body-1.11 (04 Nov 2010)
 
   04 Nov 2010; Torsten Veller <tove@gentoo.org> +HTTP-Body-1.11.ebuild:

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.11.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.110.0.ebuild
similarity index 87%
rename from dev-perl/HTTP-Body/HTTP-Body-1.11.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.110.0.ebuild
index ef884a3..8b48bde 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.11.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.110.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=3
 
 MODULE_AUTHOR=GETTY
+MODULE_VERSION="1.11"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.03.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild
similarity index 80%
rename from dev-perl/HTTP-Body/HTTP-Body-1.03.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild
index 3192f27..2b39193 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.03.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.30.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 MODULE_AUTHOR=AGRUNDMA
+MODULE_VERSION="1.03"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.04.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild
similarity index 80%
rename from dev-perl/HTTP-Body/HTTP-Body-1.04.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild
index a3cb1d2..2a5b5d2 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.04.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 MODULE_AUTHOR=AGRUNDMA
+MODULE_VERSION="1.04"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.05.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild
similarity index 80%
rename from dev-perl/HTTP-Body/HTTP-Body-1.05.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild
index a3cb1d2..c41e1ec 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.05.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.50.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 MODULE_AUTHOR=AGRUNDMA
+MODULE_VERSION="1.05"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.06.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.60.0.ebuild
similarity index 83%
rename from dev-perl/HTTP-Body/HTTP-Body-1.06.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.60.0.ebuild
index 0c2b54c..ee2938d 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.06.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.60.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=MRAMBERG
+MODULE_VERSION="1.06"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.07.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.70.0.ebuild
similarity index 86%
rename from dev-perl/HTTP-Body/HTTP-Body-1.07.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.70.0.ebuild
index e1ce8fe..39cdf8a 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.07.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.70.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=MRAMBERG
+MODULE_VERSION="1.07"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.09.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.90.0.ebuild
similarity index 87%
rename from dev-perl/HTTP-Body/HTTP-Body-1.09.ebuild
rename to dev-perl/HTTP-Body/HTTP-Body-1.90.0.ebuild
index bad5b62..5679332 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.09.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.90.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=3
 
 MODULE_AUTHOR=ELLIOTT
+MODULE_VERSION="1.09"
 inherit perl-module
 
 DESCRIPTION="HTTP Body Parser"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Body/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ddf0e6d8708ab310cca15e7f96939230c7aed5ac
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 00:24:45 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 00:24:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ddf0e6d8

[newversion] HTTP-Body-1.120.0

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

---
 dev-perl/HTTP-Body/ChangeLog                |    5 ++++
 dev-perl/HTTP-Body/HTTP-Body-1.120.0.ebuild |   28 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTTP-Body/ChangeLog b/dev-perl/HTTP-Body/ChangeLog
index 2e166d0..135f84b 100644
--- a/dev-perl/HTTP-Body/ChangeLog
+++ b/dev-perl/HTTP-Body/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Body-1.120.0 (22 Mar 2011)
+
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com> +HTTP-Body-1.120.0.ebuild:
+  Bump
+
   22 Mar 2011; Kent Fredric <kentfredric@gmail.com> HTTP-Body-1.30.0.ebuild,
   HTTP-Body-1.40.0.ebuild, HTTP-Body-1.50.0.ebuild:
   QA Fixup

diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.120.0.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.120.0.ebuild
new file mode 100644
index 0000000..6026ec6
--- /dev/null
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.120.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=GETTY
+MODULE_VERSION="1.12"
+inherit perl-module
+
+DESCRIPTION="HTTP Body Parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+	>=virtual/perl-File-Temp-0.14
+	dev-perl/libwww-perl
+	>=virtual/perl-IO-1.14
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-perl/Test-Deep
+		>=virtual/perl-Test-Simple-0.86
+	)
+"
+
+SRC_TEST=do



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

end of thread, other threads:[~2011-03-22  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22  1:34 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Body/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22  1:34 Kent Fredric
2011-03-22  1:34 Kent Fredric

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