diff mbox series

[07/17] perl-dist-checkconflicts: new package

Message ID 20180811182749.20924-8-chrismcc@gmail.com
State Superseded
Headers show
Series even more perl modules | expand

Commit Message

Christopher McCrory Aug. 11, 2018, 6:27 p.m. UTC
Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
 DEVELOPERS                                               |  1 +
 package/Config.in                                        |  1 +
 package/perl-dist-checkconflicts/Config.in               |  7 +++++++
 .../perl-dist-checkconflicts.hash                        |  6 ++++++
 .../perl-dist-checkconflicts/perl-dist-checkconflicts.mk | 16 ++++++++++++++++
 5 files changed, 31 insertions(+)
 create mode 100644 package/perl-dist-checkconflicts/Config.in
 create mode 100644 package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash
 create mode 100644 package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk

Comments

Francois Perrad Aug. 14, 2018, 3:59 a.m. UTC | #1
2018-08-11 20:27 GMT+02:00 Christopher McCrory <chrismcc@gmail.com>:

> Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
> ---
>  DEVELOPERS                                               |  1 +
>  package/Config.in                                        |  1 +
>  package/perl-dist-checkconflicts/Config.in               |  7 +++++++
>  .../perl-dist-checkconflicts.hash                        |  6 ++++++
>  .../perl-dist-checkconflicts/perl-dist-checkconflicts.mk | 16
> ++++++++++++++++
>  5 files changed, 31 insertions(+)
>  create mode 100644 package/perl-dist-checkconflicts/Config.in
>  create mode 100644 package/perl-dist-checkconflicts/perl-dist-
> checkconflicts.hash
>  create mode 100644 package/perl-dist-checkconflicts/perl-dist-
> checkconflicts.mk
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 2ecfddf9b0..78934320c6 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -490,6 +490,7 @@ F:  package/perl-data-uuid
>  F:     package/perl-date-manip
>  F:     package/perl-dbi
>  F:     package/perl-device-serialport
> +F:     package/perl-dist-checkconflicts
>  F:     package/perl-file-slurp
>  F:     package/perl-io-interface
>  F:     package/perl-json-maybexs
> diff --git a/package/Config.in b/package/Config.in
> index 91aff2953b..1eac9b3726 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -680,6 +680,7 @@ menu "Perl libraries/modules"
>         source "package/perl-date-manip/Config.in"
>         source "package/perl-datetime-tiny/Config.in"
>         source "package/perl-dbi/Config.in"
> +       source "package/perl-dist-checkconflicts/Config.in"
>         source "package/perl-device-serialport/Config.in"
>         source "package/perl-digest-hmac/Config.in"
>         source "package/perl-digest-md5/Config.in"
> diff --git a/package/perl-dist-checkconflicts/Config.in
> b/package/perl-dist-checkconflicts/Config.in
> new file mode 100644
> index 0000000000..10f0944aa8
> --- /dev/null
> +++ b/package/perl-dist-checkconflicts/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS
> +       bool "perl-dist-checkconflicts"
> +       select BR2_PACKAGE_PERL_MODULE_RUNTIME
> +       help
> +         declare version conflicts for your dist
> +
> +         http://metacpan.org/release/Dist-CheckConflicts
> diff --git a/package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash
> b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash
> new file mode 100644
> index 0000000000..5605fed4ae
> --- /dev/null
> +++ b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash
> @@ -0,0 +1,6 @@
> +# retrieved by scancpan from http://cpan.metacpan.org/
> +md5    c8725a92b9169708b0f63036812070f2 Dist-CheckConflicts-0.11.tar.gz
> +sha256 ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4
> Dist-CheckConflicts-0.11.tar.gz
> +
> +# computed by scancpan
> +sha256 b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e
> LICENSE
> diff --git a/package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk
> b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk
> new file mode 100644
> index 0000000000..cbde23c2f1
> --- /dev/null
> +++ b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk
> @@ -0,0 +1,16 @@
> +###########################################################
> #####################
> +#
> +# perl-dist-checkconflicts
> +#
> +###########################################################
> #####################
> +
> +PERL_DIST_CHECKCONFLICTS_VERSION = 0.11
> +PERL_DIST_CHECKCONFLICTS_SOURCE = Dist-CheckConflicts-$(PERL_
> DIST_CHECKCONFLICTS_VERSION).tar.gz
> +PERL_DIST_CHECKCONFLICTS_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DO/DOY
> +PERL_DIST_CHECKCONFLICTS_DEPENDENCIES = perl-module-runtime
> +HOST_PERL_DIST_CHECKCONFLICTS_DEPENDENCIES = host-perl-module-runtime
> +PERL_DIST_CHECKCONFLICTS_LICENSE = Artistic or GPL-1.0+
> +PERL_DIST_CHECKCONFLICTS_LICENSE_FILES = LICENSE
> +
> +$(eval $(perl-package))
> +$(eval $(host-perl-package))
>

This package is a dependency of perl-package-stash : target and host
version.
I think only one version is really needed.

François



> --
> 2.14.4
>
>
<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-08-11 20:27 GMT+02:00 Christopher McCrory <span dir="ltr">&lt;<a href="mailto:chrismcc@gmail.com" target="_blank">chrismcc@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Signed-off-by: Christopher McCrory &lt;<a href="mailto:chrismcc@gmail.com">chrismcc@gmail.com</a>&gt;<br>
---<br>
 DEVELOPERS                                               |  1 +<br>
 package/Config.in                                        |  1 +<br>
 package/perl-dist-<wbr>checkconflicts/Config.in               |  7 +++++++<br>
 .../perl-dist-checkconflicts.<wbr>hash                        |  6 ++++++<br>
 .../perl-dist-checkconflicts/<a href="http://perl-dist-checkconflicts.mk" rel="noreferrer" target="_blank">p<wbr>erl-dist-checkconflicts.mk</a> | 16 ++++++++++++++++<br>
 5 files changed, 31 insertions(+)<br>
 create mode 100644 package/perl-dist-<wbr>checkconflicts/Config.in<br>
 create mode 100644 package/perl-dist-<wbr>checkconflicts/perl-dist-<wbr>checkconflicts.hash<br>
 create mode 100644 package/perl-dist-<wbr>checkconflicts/<a href="http://perl-dist-checkconflicts.mk" rel="noreferrer" target="_blank">perl-dist-<wbr>checkconflicts.mk</a><br>
<br>
diff --git a/DEVELOPERS b/DEVELOPERS<br>
index 2ecfddf9b0..78934320c6 100644<br>
--- a/DEVELOPERS<br>
+++ b/DEVELOPERS<br>
@@ -490,6 +490,7 @@ F:  package/perl-data-uuid<br>
 F:     package/perl-date-manip<br>
 F:     package/perl-dbi<br>
 F:     package/perl-device-serialport<br>
+F:     package/perl-dist-<wbr>checkconflicts<br>
 F:     package/perl-file-slurp<br>
 F:     package/perl-io-interface<br>
 F:     package/perl-json-maybexs<br>
diff --git a/package/Config.in b/package/Config.in<br>
index 91aff2953b..1eac9b3726 100644<br>
--- a/package/Config.in<br>
+++ b/package/Config.in<br>
@@ -680,6 +680,7 @@ menu &quot;Perl libraries/modules&quot;<br>
        source &quot;package/perl-date-manip/<wbr>Config.in&quot;<br>
        source &quot;package/perl-datetime-tiny/<wbr>Config.in&quot;<br>
        source &quot;package/perl-dbi/Config.in&quot;<br>
+       source &quot;package/perl-dist-<wbr>checkconflicts/Config.in&quot;<br>
        source &quot;package/perl-device-<wbr>serialport/Config.in&quot;<br>
        source &quot;package/perl-digest-hmac/<wbr>Config.in&quot;<br>
        source &quot;package/perl-digest-md5/<wbr>Config.in&quot;<br>
diff --git a/package/perl-dist-<wbr>checkconflicts/Config.in b/package/perl-dist-<wbr>checkconflicts/Config.in<br>
new file mode 100644<br>
index 0000000000..10f0944aa8<br>
--- /dev/null<br>
+++ b/package/perl-dist-<wbr>checkconflicts/Config.in<br>
@@ -0,0 +1,7 @@<br>
+config BR2_PACKAGE_PERL_DIST_<wbr>CHECKCONFLICTS<br>
+       bool &quot;perl-dist-checkconflicts&quot;<br>
+       select BR2_PACKAGE_PERL_MODULE_<wbr>RUNTIME<br>
+       help<br>
+         declare version conflicts for your dist<br>
+<br>
+         <a href="http://metacpan.org/release/Dist-CheckConflicts" rel="noreferrer" target="_blank">http://metacpan.org/release/<wbr>Dist-CheckConflicts</a><br>
diff --git a/package/perl-dist-<wbr>checkconflicts/perl-dist-<wbr>checkconflicts.hash b/package/perl-dist-<wbr>checkconflicts/perl-dist-<wbr>checkconflicts.hash<br>
new file mode 100644<br>
index 0000000000..5605fed4ae<br>
--- /dev/null<br>
+++ b/package/perl-dist-<wbr>checkconflicts/perl-dist-<wbr>checkconflicts.hash<br>
@@ -0,0 +1,6 @@<br>
+# retrieved by scancpan from <a href="http://cpan.metacpan.org/" rel="noreferrer" target="_blank">http://cpan.metacpan.org/</a><br>
+md5    c8725a92b9169708b0f63036812070<wbr>f2 Dist-CheckConflicts-0.11.tar.<wbr>gz<br>
+sha256 ea844b9686c94d666d9d444321d764<wbr>490b2cde2f985c4165b4c2c77665ca<wbr>edc4 Dist-CheckConflicts-0.11.tar.<wbr>gz<br>
+<br>
+# computed by scancpan<br>
+sha256 b4e0637ed96008ddcbf7e0ddeb7396<wbr>7df3d0b4dc62a6b7fdb86eac37018c<wbr>b12e LICENSE<br>
diff --git a/package/perl-dist-<wbr>checkconflicts/<a href="http://perl-dist-checkconflicts.mk" rel="noreferrer" target="_blank">perl-dist-<wbr>checkconflicts.mk</a> b/package/perl-dist-<wbr>checkconflicts/<a href="http://perl-dist-checkconflicts.mk" rel="noreferrer" target="_blank">perl-dist-<wbr>checkconflicts.mk</a><br>
new file mode 100644<br>
index 0000000000..cbde23c2f1<br>
--- /dev/null<br>
+++ b/package/perl-dist-<wbr>checkconflicts/<a href="http://perl-dist-checkconflicts.mk" rel="noreferrer" target="_blank">perl-dist-<wbr>checkconflicts.mk</a><br>
@@ -0,0 +1,16 @@<br>
+#############################<wbr>##############################<wbr>#####################<br>
+#<br>
+# perl-dist-checkconflicts<br>
+#<br>
+#############################<wbr>##############################<wbr>#####################<br>
+<br>
+PERL_DIST_CHECKCONFLICTS_<wbr>VERSION = 0.11<br>
+PERL_DIST_CHECKCONFLICTS_<wbr>SOURCE = Dist-CheckConflicts-$(PERL_<wbr>DIST_CHECKCONFLICTS_VERSION).<wbr>tar.gz<br>
+PERL_DIST_CHECKCONFLICTS_SITE = $(BR2_CPAN_MIRROR)/authors/id/<wbr>D/DO/DOY<br>
+PERL_DIST_CHECKCONFLICTS_<wbr>DEPENDENCIES = perl-module-runtime<br>
+HOST_PERL_DIST_<wbr>CHECKCONFLICTS_DEPENDENCIES = host-perl-module-runtime<br>
+PERL_DIST_CHECKCONFLICTS_<wbr>LICENSE = Artistic or GPL-1.0+<br>
+PERL_DIST_CHECKCONFLICTS_<wbr>LICENSE_FILES = LICENSE<br>
+<br>
+$(eval $(perl-package))<br>
+$(eval $(host-perl-package))<br></blockquote><div><br></div><div>This package is a dependency of perl-package-stash : target and host version.</div><div>I think only one version is really needed.<br></div><div><br></div><div>François<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888">-- <br>
2.14.4<br>
<br>
</font></span></blockquote></div><br></div></div>
diff mbox series

Patch

diff --git a/DEVELOPERS b/DEVELOPERS
index 2ecfddf9b0..78934320c6 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -490,6 +490,7 @@  F:	package/perl-data-uuid
 F:	package/perl-date-manip
 F:	package/perl-dbi
 F:	package/perl-device-serialport
+F:	package/perl-dist-checkconflicts
 F:	package/perl-file-slurp
 F:	package/perl-io-interface
 F:	package/perl-json-maybexs
diff --git a/package/Config.in b/package/Config.in
index 91aff2953b..1eac9b3726 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -680,6 +680,7 @@  menu "Perl libraries/modules"
 	source "package/perl-date-manip/Config.in"
 	source "package/perl-datetime-tiny/Config.in"
 	source "package/perl-dbi/Config.in"
+	source "package/perl-dist-checkconflicts/Config.in"
 	source "package/perl-device-serialport/Config.in"
 	source "package/perl-digest-hmac/Config.in"
 	source "package/perl-digest-md5/Config.in"
diff --git a/package/perl-dist-checkconflicts/Config.in b/package/perl-dist-checkconflicts/Config.in
new file mode 100644
index 0000000000..10f0944aa8
--- /dev/null
+++ b/package/perl-dist-checkconflicts/Config.in
@@ -0,0 +1,7 @@ 
+config BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS
+	bool "perl-dist-checkconflicts"
+	select BR2_PACKAGE_PERL_MODULE_RUNTIME
+	help
+	  declare version conflicts for your dist
+
+	  http://metacpan.org/release/Dist-CheckConflicts
diff --git a/package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash
new file mode 100644
index 0000000000..5605fed4ae
--- /dev/null
+++ b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.hash
@@ -0,0 +1,6 @@ 
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    c8725a92b9169708b0f63036812070f2 Dist-CheckConflicts-0.11.tar.gz
+sha256 ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4 Dist-CheckConflicts-0.11.tar.gz
+
+# computed by scancpan
+sha256 b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e LICENSE
diff --git a/package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk
new file mode 100644
index 0000000000..cbde23c2f1
--- /dev/null
+++ b/package/perl-dist-checkconflicts/perl-dist-checkconflicts.mk
@@ -0,0 +1,16 @@ 
+################################################################################
+#
+# perl-dist-checkconflicts
+#
+################################################################################
+
+PERL_DIST_CHECKCONFLICTS_VERSION = 0.11
+PERL_DIST_CHECKCONFLICTS_SOURCE = Dist-CheckConflicts-$(PERL_DIST_CHECKCONFLICTS_VERSION).tar.gz
+PERL_DIST_CHECKCONFLICTS_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DO/DOY
+PERL_DIST_CHECKCONFLICTS_DEPENDENCIES = perl-module-runtime
+HOST_PERL_DIST_CHECKCONFLICTS_DEPENDENCIES = host-perl-module-runtime
+PERL_DIST_CHECKCONFLICTS_LICENSE = Artistic or GPL-1.0+
+PERL_DIST_CHECKCONFLICTS_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))
+$(eval $(host-perl-package))