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/Handel/
Date: Thu, 10 Mar 2011 22:20:41 +0000 (UTC)	[thread overview]
Message-ID: <99e00e2c1a91f062b071457caf502c2bb6f5b651.kent@gentoo> (raw)

commit:     99e00e2c1a91f062b071457caf502c2bb6f5b651
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 19:35:27 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 19:35:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=99e00e2c

[qa] EAPI3 + QA fix for Handel. No src test because everything either fails epically or goes into deep recursion and OOMs

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

---
 dev-perl/Handel/ChangeLog                |    4 ++++
 dev-perl/Handel/Handel-1.00011-r1.ebuild |    5 +++--
 dev-perl/Handel/Handel-1.00011-r2.ebuild |    5 +++--
 dev-perl/Handel/Handel-1.00011.ebuild    |    5 +++--
 dev-perl/Handel/Handel-1.00013.ebuild    |    4 +++-
 5 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Handel/ChangeLog b/dev-perl/Handel/ChangeLog
index 13cbbc4..ceff508 100644
--- a/dev-perl/Handel/ChangeLog
+++ b/dev-perl/Handel/ChangeLog
@@ -4,6 +4,10 @@
 
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> Handel-1.00011.ebuild,
   Handel-1.00011-r1.ebuild, Handel-1.00011-r2.ebuild, Handel-1.00013.ebuild:
+  QA Fixes, EAPI3
+
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com> Handel-1.00011.ebuild,
+  Handel-1.00011-r1.ebuild, Handel-1.00011-r2.ebuild, Handel-1.00013.ebuild:
   Fixdep Locale-Codes
 
 *Handel-1.00013 (09 Aug 2010)

diff --git a/dev-perl/Handel/Handel-1.00011-r1.ebuild b/dev-perl/Handel/Handel-1.00011-r1.ebuild
index f0ca72f..a799f2f 100644
--- a/dev-perl/Handel/Handel-1.00011-r1.ebuild
+++ b/dev-perl/Handel/Handel-1.00011-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=3
 MODULE_AUTHOR=CLACO
 inherit perl-module
 
@@ -43,6 +43,7 @@ DEPEND="
 		dev-perl/HTML-FillInForm
 	)
 "
-
+RDEPEND="${DEPEND}"
+#SRC_TEST="do" # DEEP RECURSION
 	#>=dev-perl/Clone-0.28
 		#>=dev-perl/yaml-0.65

diff --git a/dev-perl/Handel/Handel-1.00011-r2.ebuild b/dev-perl/Handel/Handel-1.00011-r2.ebuild
index f0ca72f..39a1743 100644
--- a/dev-perl/Handel/Handel-1.00011-r2.ebuild
+++ b/dev-perl/Handel/Handel-1.00011-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=3
 MODULE_AUTHOR=CLACO
 inherit perl-module
 
@@ -43,6 +43,7 @@ DEPEND="
 		dev-perl/HTML-FillInForm
 	)
 "
-
+RDEPEND="${DEPEND}"
+# SRC_TEST="do" # deep recursion
 	#>=dev-perl/Clone-0.28
 		#>=dev-perl/yaml-0.65

diff --git a/dev-perl/Handel/Handel-1.00011.ebuild b/dev-perl/Handel/Handel-1.00011.ebuild
index ffbb9c7..97f85c4 100644
--- a/dev-perl/Handel/Handel-1.00011.ebuild
+++ b/dev-perl/Handel/Handel-1.00011.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=3
 MODULE_AUTHOR=CLACO
 inherit perl-module
 
@@ -44,6 +44,7 @@ DEPEND="
 		dev-perl/HTML-FillInForm
 	)
 "
-
+RDEPEND="${DEPEND}"
+#SRC_TEST="do" # DEEP RECURSION
 	#>=dev-perl/Clone-0.28
 		#>=dev-perl/yaml-0.65

diff --git a/dev-perl/Handel/Handel-1.00013.ebuild b/dev-perl/Handel/Handel-1.00013.ebuild
index e772abf..db851f9 100644
--- a/dev-perl/Handel/Handel-1.00013.ebuild
+++ b/dev-perl/Handel/Handel-1.00013.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=3
 MODULE_AUTHOR=CLACO
 inherit perl-module
 
@@ -44,3 +44,5 @@ DEPEND="
 		>=dev-perl/HTML-FillInForm-2.00
 	)
 "
+RDEPEND="${DEPEND}"
+#SRC_TEST="do"



             reply	other threads:[~2011-03-10 22:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10 22:20 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-17  3:48 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Handel/ Kent Fredric
2015-03-26 22:05 Kent Fredric
2014-10-10 12:28 Kent Fredric
2014-07-24  2:12 Kent Fredric
2014-07-22  2:49 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-10-27  8:36 Kent Fredric
2012-09-15 23:19 Kent Fredric
2012-02-27 16:54 Kent Fredric
2012-02-27 16:54 Kent Fredric
2012-02-26  0:39 Kent Fredric
2012-02-22 22:30 Kent Fredric
2012-02-15 10:58 Kent Fredric
2012-02-12  7:23 Kent Fredric
2011-07-16  5:40 Kent Fredric
2011-05-29 17:46 Torsten Veller
2011-03-22 17:56 Kent Fredric
2011-03-10 22:20 Kent Fredric
2011-02-27 18:40 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=99e00e2c1a91f062b071457caf502c2bb6f5b651.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