Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-perl][PATCH v5 10/10] libtest-harness-perl: add 3.30
Date: Wed, 21 May 2014 20:23:22 -0700	[thread overview]
Message-ID: <1400729002-27635-1-git-send-email-ticotimo@gmail.com> (raw)
In-Reply-To: <537D5AFA.6000800@windriver.com>

From: Tim Orling <TicoTimo@gmail.com>

Test::Harness - Run Perl standard test scripts with statistics

* Uses ${CPAN_MIRROR} option
* RPROVIDES based on v3.28 recipe:
        Paul Eggleton <paul.eggleton@linux.intel.com>
        http://github.com/bluelightning/public_bb_recipes
* which is forked from
        Emil Petersen <erp@movis.dk> repo
        http://github.com/EmilRP/public_bb_recipes/
* run through oe-stylize and clean bad white space
* correct email address to oe-dev

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
 .../libtest/libtest-harness-perl_3.30.bb           | 80 ++++++++++++++++++++++
 1 file changed, 80 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb

diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb
new file mode 100644
index 0000000..c3d9674
--- /dev/null
+++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb
@@ -0,0 +1,80 @@
+SUMMARY = "Test::Harness - Run Perl standard test scripts with statistics"
+DESCRIPTION = "Although, for historical reasons, the Test::Harness \
+distribution takes its name from this module it now exists only to provide \
+TAP::Harness with an interface that is somewhat backwards compatible \
+with Test::Harness 2.xx. If you're writing new code consider using \
+TAP::Harness directly instead. \
+\ 
+Emulation is provided for runtests and execute_tests but the \
+pluggable 'Straps' interface that previous versions of Test::Harness \
+supported is not reproduced here. Straps is now available as a stand \
+alone module: Test::Harness::Straps. \
+\
+See TAP::Parser, TAP::Harness for the main documentation for this \
+distribution."
+
+SECTION = "libs"
+
+HOMEPAGE = "http://testanything.org"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=b08db4360eec119e875dddd7cb8a5ddd"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz"
+SRC_URI[md5sum] = "c1ff25da5dfdf77adea13dc3465638dd"
+SRC_URI[sha256sum] = "ff1900f3b3e61321d3c4b3283298f3106d43d55446605e9cfcf1dcec036acec1"
+
+S = "${WORKDIR}/Test-Harness-${PV}"
+
+inherit cpan
+
+RPROVIDES_${PN} += "libapp-prove-perl \
+                    libapp-prove-state-perl \
+                    libapp-prove-state-result-perl \
+                    libapp-prove-state-result-test-perl \
+                    libtap-base-perl \
+                    libtap-formatter-base-perl \
+                    libtap-formatter-color-perl \
+                    libtap-formatter-console-perl \
+                    libtap-formatter-console-parallelsession-perl \
+                    libtap-formatter-console-session-perl \
+                    libtap-formatter-file-perl \
+                    libtap-formatter-file-session-perl \
+                    libtap-formatter-session-perl \
+                    libtap-harness-perl \
+                    libtap-harness-env-perl \
+                    libtap-object-perl \
+                    libtap-parser-perl \
+                    libtap-parser-aggregator-perl \
+                    libtap-parser-grammar-perl \
+                    libtap-parser-iterator-perl \
+                    libtap-parser-iterator-array-perl \
+                    libtap-parser-iterator-process-perl \
+                    libtap-parser-iterator-stream-perl \
+                    libtap-parser-iteratorfactory-perl \
+                    libtap-parser-multiplexer-perl \
+                    libtap-parser-result-perl \
+                    libtap-parsser-result-bailout-perl \
+                    libtap-parser-result-comment-perl \
+                    libtap-parser-result-plan-perl \
+                    libtap-parser-result-pragma-perl \
+                    libtap-parser-result-test-perl \
+                    libtap-parser-result-unknown-perl \
+                    libtap-parser-result-version-perl \
+                    libtap-parser-result-yaml-perl \
+                    libtap-parser-resultfactory-perl \
+                    libtap-parser-scheduler-perl \
+                    libtap-parser-scheduler-job-perl \
+                    libtap-parser-scheduler-spinner-perl \
+                    libtap-parser-source-perl \
+                    libtap-parser-sourcehandler-perl \
+                    libtap-parser-sourcehandler-executable-perl \
+                    libtap-parser-sourcehandler-file-perl \
+                    libtap-parser-sourcehandler-handle-perl \
+                    libtap-parser-sourcehandler-perl-perl \
+                    libtap-parser-sourcehandler-rawtap-perl \
+                    libtap-parser-yamlish-reader-perl \
+                    libtap-parser-yamlish-writer-perl \
+                    "
+
+BBCLASSEXTEND = "native"
-- 
1.8.3.2



  reply	other threads:[~2014-05-22  3:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-21  7:43 [meta-perl][PATCH v4 00/10] add perl modules Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 01/10] libtext-diff-perl: add 1.41 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 02/10] libcapture-tiny-perl: add 0.24 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 03/10] libmodule-runtime-perl: add 0.014 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 04/10] libextutils-config-perl: add 0.007 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 05/10] libextutils-helper-perl: add 0.022 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 06/10] libextutils-installpaths-perl: add 0.010 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 07/10] libmodule-build-tiny-perl: add 0.036 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 08/10] libextutils-cppguess-perl: add 0.07 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 09/10] libalgorithm-diff-perl: add 1.15 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 10/10] libtest-harness-perl: add 3.30 Tim Orling
2014-05-22  2:03   ` Hongxu Jia
2014-05-22  3:23     ` Tim Orling [this message]
2014-05-22  5:28       ` [meta-perl][PATCH v5 " Hongxu Jia
2014-05-22  2:02 ` [meta-perl][PATCH v4 00/10] add perl modules Hongxu Jia
2014-05-30 16:19   ` Paul Eggleton
2014-06-04  1:24     ` Hongxu Jia
2014-06-04 10:03       ` Paul Eggleton

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=1400729002-27635-1-git-send-email-ticotimo@gmail.com \
    --to=ticotimo@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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