Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-perl][PATCH v2 00/10]
@ 2014-02-03  6:51 Tim Orling
  2014-02-03  6:51 ` [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019 Tim Orling
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Tim Orling @ 2014-02-03  6:51 UTC (permalink / raw)
  To: openembedded-devel

This series of recipes is the first step towards the ultimate
goal of getting Slic3r to build in OE.

Original submission was missing Algorithm::Diff which Text::Diff depends on.

Resubmitted to follow Debian Perl Policy.
See 4.2 Module Package Names [http://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html]

Tim Orling (10):
  libmodule-metadata-perl: add 1.000019
  libtext-diff-perl: add 1.41
  libcapture-tiny-perl: add 0.23
  libmodule-runtime-perl: add 0.013
  libextutils-config-perl: add 0.007
  libextutils-helpers-perl: add 0.021
  libextutils-installpaths-perl: add 0.010
  libmodule-build-tiny-perl: add 0.030
  libextutils-cppguess-perl: add 0.07
  libalgorithm-diff-perl: add 1.15

 .../libalgorithm/libalgorithm-diff-perl_1.15.bb    |   23 +++++++++
 .../libcapture/libcapture-tiny-perl_0.23.bb        |   36 +++++++++++++
 .../libextutils/libextutils-config-perl_0.007.bb   |   24 +++++++++
 .../libextutils/libextutils-cppguess-perl_0.07.bb  |   38 ++++++++++++++
 .../libextutils/libextutils-helpers-perl_0.021.bb  |   29 +++++++++++
 .../libextutils-installpaths-perl_0.010.bb         |   25 +++++++++
 .../libmodule/libmodule-build-tiny-perl_0.030.bb   |   54 ++++++++++++++++++++
 .../libmodule/libmodule-metadata-perl_1.000019.bb  |   33 ++++++++++++
 .../libmodule/libmodule-runtime-perl_0.013.bb      |   35 +++++++++++++
 .../recipes-perl/libtext/libtext-diff-perl_1.41.bb |   27 ++++++++++
 10 files changed, 324 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb
 create mode 100644 meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.23.bb
 create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.007.bb
 create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.07.bb
 create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.021.bb
 create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb
 create mode 100644 meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.030.bb
 create mode 100644 meta-perl/recipes-perl/libmodule/libmodule-metadata-perl_1.000019.bb
 create mode 100644 meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.013.bb
 create mode 100644 meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb

-- 
1.7.9.5



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

end of thread, other threads:[~2014-05-06 13:52 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03  6:51 [meta-perl][PATCH v2 00/10] Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 01/10] libmodule-metadata-perl: add 1.000019 Tim Orling
2014-03-29  6:44   ` Hongxu Jia
2014-03-31  3:30   ` Tim Orling
2014-03-31  8:54     ` Paul Eggleton
2014-04-20 20:19       ` Tim Orling
2014-04-21  2:17         ` Hongxu Jia
2014-04-21  3:01           ` Tim Orling
2014-04-21  3:05             ` Hongxu Jia
2014-04-21  3:13               ` Hongxu Jia
2014-04-23 16:10                 ` Tim Orling
2014-05-06 13:52                   ` Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 02/10] libtext-diff-perl: add 1.41 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 03/10] libcapture-tiny-perl: add 0.23 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 04/10] libmodule-runtime-perl: add 0.013 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 05/10] libextutils-config-perl: add 0.007 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 06/10] libextutils-helpers-perl: add 0.021 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 07/10] libextutils-installpaths-perl: add 0.010 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 08/10] libmodule-build-tiny-perl: add 0.030 Tim Orling
2014-03-29  6:24   ` Hongxu Jia
     [not found]     ` <CANx9H-Bc+6QxLGkr5Kv68_ag161n9gc-0bBQ0PrjTheSCZUZ1w@mail.gmail.com>
2014-03-31  5:39       ` Hongxu Jia
2014-02-03  6:51 ` [meta-perl][PATCH v2 09/10] libextutils-cppguess-perl: add 0.07 Tim Orling
2014-02-03  6:51 ` [meta-perl][PATCH v2 10/10] libalgorithm-diff-perl: add 1.15 Tim Orling
2014-02-26 10:03 ` [meta-perl][PATCH v2 00/10] Paul Eggleton
2014-03-09 11:49   ` Paul Eggleton
2014-03-17 11:06     ` Paul Eggleton

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