[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/files/

2021-08-26 Thread Sam James
commit: 1c575442c1f356fe09bff788c12d20d2d63ef7ed
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug 25 14:37:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:32:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c575442

dev-perl/Convert-Binary-C: remove unused patch(es)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Sam James  gentoo.org>

 .../files/Convert-Binary-C-0.780.0-perl-526.patch  | 181 -
 1 file changed, 181 deletions(-)

diff --git 
a/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch 
b/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
deleted file mode 100644
index 2c61d6178bc..000
--- a/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
+++ /dev/null
@@ -1,181 +0,0 @@
-From 26c2c60f11cf649f348a5af2c15f83525f02bf30 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Wed, 20 Sep 2017 08:00:50 +1200
-Subject: Fix tests for Perl 5.26
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121039
-Bug: https://bugs.gentoo.org/615106
-Bug: https://github.com/mhx/Convert-Binary-C/pull/6

- bin/perltypes.PL| 3 ++-
- tests/206_parse.t   | 4 ++--
- tests/209_sourcify.t| 2 +-
- tests/210_depend.t  | 2 +-
- tests/211_clone.t   | 2 +-
- tests/215_local.t   | 2 +-
- tests/218_member.t  | 2 +-
- tests/223_initializer.t | 2 +-
- tests/230_compiler.t| 2 +-
- tests/601_speed.t   | 2 +-
- tests/602_threads.t | 2 +-
- 11 files changed, 13 insertions(+), 12 deletions(-)
-
-diff --git a/bin/perltypes.PL b/bin/perltypes.PL
-index 09ca5d2..be63ffd 100755
 a/bin/perltypes.PL
-+++ b/bin/perltypes.PL
-@@ -21,10 +21,11 @@ print OUT <<'!NO!SUBS!';
- 
- use Convert::Binary::C;
- use Data::Dumper;
-+use File::Spec::Functions qw(rel2abs);
- use strict;
- 
- my $base;
---d "$_/include" and $base = "$_/include" and last for qw( tests ../tests );
-+-d "$_/include" and $base = rel2abs("$_/include") and last for qw( tests 
../tests );
- defined $base or die < 116 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- #===
- # create object (1 tests)
-@@ -140,7 +140,7 @@ ok($s1,329,"incorrect number of typedef identifiers");
- # check if all sizes are correct (1 big test)
- #===
- 
--do 'tests/include/sizeof.pl';
-+do './tests/include/sizeof.pl';
- $max_size = 0;
- @fail = ();
- @success = ();
-diff --git a/tests/209_sourcify.t b/tests/209_sourcify.t
-index 3fbdae6..0f34e83 100644
 a/tests/209_sourcify.t
-+++ b/tests/209_sourcify.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 98 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $orig  = new Convert::Binary::C %$CCCFG;
-diff --git a/tests/210_depend.t b/tests/210_depend.t
-index b46fdf7..e2705fd 100644
 a/tests/210_depend.t
-+++ b/tests/210_depend.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 483 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $c1 = new Convert::Binary::C Include => ['tests/include/files'];
-diff --git a/tests/211_clone.t b/tests/211_clone.t
-index 252554f..144de70 100644
 a/tests/211_clone.t
-+++ b/tests/211_clone.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 35 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $orig = new Convert::Binary::C %$CCCFG;
-diff --git a/tests/215_local.t b/tests/215_local.t
-index dabf7fc..2f2dffe 100644
 a/tests/215_local.t
-+++ b/tests/215_local.t
-@@ -15,7 +15,7 @@ BEGIN {
-   plan tests => 10;
- }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $c = new Convert::Binary::C;
-diff --git a/tests/218_member.t b/tests/218_member.t
-index e212160..7966e44 100644
 a/tests/218_member.t
-+++ b/tests/218_member.t
-@@ -15,7 +15,7 @@ BEGIN {
-   plan tests => 1907;
- }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- %basic = ( char => 1, short => 1, int => 1,
-long => 1, signed => 1, unsigned => 1,
-diff --git a/tests/223_initializer.t b/tests/223_initializer.t
-index a80d741..f1d6b26 100644
 a/tests/223_initializer.t
-+++ b/tests/223_initializer.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 27 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- $c = eval { new Convert::Binary::C %$CCCFG };
- ok($@,'',"failed to create Convert::Binary::C objects");
-diff --git a/tests/230_compiler.t b/tests/230_comp

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2021-04-30 Thread Andreas K. Hüttel
commit: 1f04809ced1d62788179b0ac5887e83694348295
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Apr 30 21:46:19 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Apr 30 21:46:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f04809c

dev-perl/Convert-Binary-C: Version bump 0.84

Closes: https://bugs.gentoo.org/730084
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Convert-Binary-C-0.840.0.ebuild| 32 ++
 dev-perl/Convert-Binary-C/Manifest |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.840.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.840.0.ebuild
new file mode 100644
index 000..ee8cb2a2a81
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.840.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MHX
+DIST_VERSION=0.84
+# NB: Examples are generated
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Binary Data Conversion using C Types"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="|| ( GPL-1+ Artistic ) BSD"
+
+# bison >= 1.31?
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+PERL_RM_FILES=(
+   tests/802_pod.t
+   tests/803_pod_coverage.t
+)
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   # Parallel CC breaks
+   "-j1"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index 243f7550400..09e2c3568e8 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1,2 +1,3 @@
 DIST Convert-Binary-C-0.78.tar.gz 1564698 BLAKE2B 
220f6221769a9907d9dcadd6ba6ffcd04114cdc8d03d4a63a43f95a492b7fa45fa97451c4dbda64bb54e9053914f0ab75821f9d6b84ae6e8b266c9cf89c9be41
 SHA512 
d9b85ce2ae870c2de6c2fa0838a6b2ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
 DIST Convert-Binary-C-0.79.tar.gz 1559047 BLAKE2B 
71e509742abc71a444082b524485d4116b92e827979033bae21d2fc8cc68e8f0e9e556d33bc3cdd6ca5f219fe665cd2a706c4a439cb11fe1f160d8c1af3afd31
 SHA512 
2771d54136ed433b33b729c71a2d1ed30a6601ce63c8f40b0b580db34557fd2cedf7262d7ee990bd8f5ce33800588fc3532d806335a21ac51738a8a222059b02
+DIST Convert-Binary-C-0.84.tar.gz 1348549 BLAKE2B 
7271f68d26cd387aa75c2eb966bd8497081e690ed7bd1339c98864fe9349398c723dab26120ecdaf534f28a969e85df95aa9ff7bbde8e4f1146a4a9b79818f1e
 SHA512 
1c5160b39e5b64dc61c5e6bfeb163728352721ebfdc8c5096557e19293136e0aea613bf166e9b539a3980c39bc98466c99691be7d4f7325dac0c05fdd324440d



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2020-06-28 Thread Kent Fredric
commit: 21d8d5e9e0591ed22ee0e3e5fc95278c6cc11e79
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun 28 17:38:53 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun 28 17:40:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d8d5e9

dev-perl/Convert-Binary-C: Bump to version 0.790.0

- EAPI7
- Remove unused variable assignements
- Localise make -j1 hack to only compile stage
- Pass through CFLAGS as OPTIMIZE
- Unconditionally patch out bad tests

Upstream:
- Fix for '.' in @INC pushed upstream
- remove indirect object notation in tests
- make tests less noisy

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Convert-Binary-C-0.790.0.ebuild| 31 ++
 dev-perl/Convert-Binary-C/Manifest |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild
new file mode 100644
index 000..97d3d633f2f
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MHX
+DIST_VERSION=0.79
+# NB: Examples are generated
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Binary Data Conversion using C Types"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# bison >= 1.31?
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+PERL_RM_FILES=(
+   tests/802_pod.t
+   tests/803_pod_coverage.t
+)
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   # Parallel CC breaks
+   "-j1"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index 9130dc2350b..243f7550400 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1 +1,2 @@
 DIST Convert-Binary-C-0.78.tar.gz 1564698 BLAKE2B 
220f6221769a9907d9dcadd6ba6ffcd04114cdc8d03d4a63a43f95a492b7fa45fa97451c4dbda64bb54e9053914f0ab75821f9d6b84ae6e8b266c9cf89c9be41
 SHA512 
d9b85ce2ae870c2de6c2fa0838a6b2ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
+DIST Convert-Binary-C-0.79.tar.gz 1559047 BLAKE2B 
71e509742abc71a444082b524485d4116b92e827979033bae21d2fc8cc68e8f0e9e556d33bc3cdd6ca5f219fe665cd2a706c4a439cb11fe1f160d8c1af3afd31
 SHA512 
2771d54136ed433b33b729c71a2d1ed30a6601ce63c8f40b0b580db34557fd2cedf7262d7ee990bd8f5ce33800588fc3532d806335a21ac51738a8a222059b02



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2018-01-29 Thread Kent Fredric
commit: 60b33fc46bbdaf28e2fb94918349c15049dc5111
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jan 30 01:55:10 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jan 30 02:18:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b33fc4

dev-perl/Convert-Binary-C: Cleanup old re bug #615106

Closes: https://bugs.gentoo.org/615106
Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild  | 19 ---
 dev-perl/Convert-Binary-C/Manifest|  1 -
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
deleted file mode 100644
index 718fe174a5f..000
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MHX
-MODULE_VERSION=0.77
-inherit perl-module
-
-DESCRIPTION="Binary Data Conversion using C Types"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-MAKEOPTS+=" -j1"
-SRC_TEST="do"

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index 7dfeefdff18..9130dc2350b 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1,2 +1 @@
-DIST Convert-Binary-C-0.77.tar.gz 1562435 BLAKE2B 
ffd81711194028c57d5426416ab8d44e2523dac8d2829093f75bd8a5a20d0685d5826b31000badc873cc246a253b2d26088354de5a99fc27b56634a8efed75a5
 SHA512 
662f1dc2080f3e432727553067826f09d20f30f0dbe09154eea4cbbdd5020d32f6839806365741e4aa54e8cb85eb948787904204cb2e029b9ec7eae605599d45
 DIST Convert-Binary-C-0.78.tar.gz 1564698 BLAKE2B 
220f6221769a9907d9dcadd6ba6ffcd04114cdc8d03d4a63a43f95a492b7fa45fa97451c4dbda64bb54e9053914f0ab75821f9d6b84ae6e8b266c9cf89c9be41
 SHA512 
d9b85ce2ae870c2de6c2fa0838a6b2ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2018-01-08 Thread Mikle Kolyada
commit: 032776bf3aadafadf055f71c8bd6cbe7095547d1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan  8 23:53:15 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan  8 23:53:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032776bf

dev-perl/Convert-Binary-C: amd64 stable wrt bug #643230

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
index 691fbd1e45a..13dd86b5369 100644
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Binary Data Conversion using C Types"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # bison >= 1.31?



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/files/, dev-perl/Convert-Binary-C/

2017-09-19 Thread Kent Fredric
commit: d3a6d72bcaa0fb965fc486731ed167f48886b986
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep 19 20:26:21 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 19 20:26:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a6d72b

dev-perl/Convert-Binary-C: Fix '.' in @INC breakages bug  #615106

Bug: https://bugs.gentoo.org/615106
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...0.ebuild => Convert-Binary-C-0.780.0-r1.ebuild} |   4 +-
 .../files/Convert-Binary-C-0.780.0-perl-526.patch  | 181 +
 2 files changed, 183 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
similarity index 83%
rename from dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild
rename to dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
index 6e33c1e3996..5e0870a99a5 100644
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ IUSE=""
 DEPEND="virtual/perl-ExtUtils-MakeMaker"
 
 MAKEOPTS+=" -j1"
-
+PATCHES=( "${FILESDIR}/${P}-perl-526.patch" )
 src_test() {
perl_rm_files tests/802_pod.t tests/803_pod_coverage.t
perl-module_src_test

diff --git 
a/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch 
b/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
new file mode 100644
index 000..2c61d6178bc
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
@@ -0,0 +1,181 @@
+From 26c2c60f11cf649f348a5af2c15f83525f02bf30 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 20 Sep 2017 08:00:50 +1200
+Subject: Fix tests for Perl 5.26
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121039
+Bug: https://bugs.gentoo.org/615106
+Bug: https://github.com/mhx/Convert-Binary-C/pull/6
+---
+ bin/perltypes.PL| 3 ++-
+ tests/206_parse.t   | 4 ++--
+ tests/209_sourcify.t| 2 +-
+ tests/210_depend.t  | 2 +-
+ tests/211_clone.t   | 2 +-
+ tests/215_local.t   | 2 +-
+ tests/218_member.t  | 2 +-
+ tests/223_initializer.t | 2 +-
+ tests/230_compiler.t| 2 +-
+ tests/601_speed.t   | 2 +-
+ tests/602_threads.t | 2 +-
+ 11 files changed, 13 insertions(+), 12 deletions(-)
+
+diff --git a/bin/perltypes.PL b/bin/perltypes.PL
+index 09ca5d2..be63ffd 100755
+--- a/bin/perltypes.PL
 b/bin/perltypes.PL
+@@ -21,10 +21,11 @@ print OUT <<'!NO!SUBS!';
+ 
+ use Convert::Binary::C;
+ use Data::Dumper;
++use File::Spec::Functions qw(rel2abs);
+ use strict;
+ 
+ my $base;
+--d "$_/include" and $base = "$_/include" and last for qw( tests ../tests );
++-d "$_/include" and $base = rel2abs("$_/include") and last for qw( tests 
../tests );
+ defined $base or die < 116 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ #===
+ # create object (1 tests)
+@@ -140,7 +140,7 @@ ok($s1,329,"incorrect number of typedef identifiers");
+ # check if all sizes are correct (1 big test)
+ #===
+ 
+-do 'tests/include/sizeof.pl';
++do './tests/include/sizeof.pl';
+ $max_size = 0;
+ @fail = ();
+ @success = ();
+diff --git a/tests/209_sourcify.t b/tests/209_sourcify.t
+index 3fbdae6..0f34e83 100644
+--- a/tests/209_sourcify.t
 b/tests/209_sourcify.t
+@@ -13,7 +13,7 @@ $^W = 1;
+ 
+ BEGIN { plan tests => 98 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+   $orig  = new Convert::Binary::C %$CCCFG;
+diff --git a/tests/210_depend.t b/tests/210_depend.t
+index b46fdf7..e2705fd 100644
+--- a/tests/210_depend.t
 b/tests/210_depend.t
+@@ -13,7 +13,7 @@ $^W = 1;
+ 
+ BEGIN { plan tests => 483 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+   $c1 = new Convert::Binary::C Include => ['tests/include/files'];
+diff --git a/tests/211_clone.t b/tests/211_clone.t
+index 252554f..144de70 100644
+--- a/tests/211_clone.t
 b/tests/211_clone.t
+@@ -13,7 +13,7 @@ $^W = 1;
+ 
+ BEGIN { plan tests => 35 }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+   $orig = new Convert::Binary::C %$CCCFG;
+diff --git a/tests/215_local.t b/tests/215_local.t
+index dabf7fc..2f2dffe 100644
+--- a/tests/215_local.t
 b/tests/215_local.t
+@@ -15,7 +15,7 @@ BEGIN {
+   plan tests => 10;
+ }
+ 
+-my $CCCFG = require 'tests/include/config.pl';
++my $CCCFG = require './tests/include/config.pl';
+ 
+ eval {
+

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2017-04-09 Thread Kent Fredric
commit: 7be2138fad321858679eff8fffa92122e3fb82d0
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Apr 10 00:08:28 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Apr 10 00:09:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be2138f

dev-perl/Convert-Binary-C: Remove old version

This removes the last version still affected by the dreaded
"unscaped left { " deprecation failure, which becomes fatal on
Perl 5.26

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild | 17 -
 dev-perl/Convert-Binary-C/Manifest  |  1 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild
deleted file mode 100644
index aca861fd737..000
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.760.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MHX
-MODULE_VERSION=0.76
-inherit perl-module
-
-DESCRIPTION="Binary Data Conversion using C Types"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-MAKEOPTS+=" -j1"
-SRC_TEST="do"

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index d6824ccc379..d6ff61eb3ae 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1,3 +1,2 @@
-DIST Convert-Binary-C-0.76.tar.gz 1562755 SHA256 
4f0ce8dcee618f9a2309161994545b1d019742387627bf647459033ae94952e5 SHA512 
d86b436866ce4ab3d346807dad8db7e453119334593cc203e96dc6c07214bf13717ad2a0ad0cc164d0a41429a161c17c82f711232572a4ab71eabba11649ae10
 WHIRLPOOL 
95fadda022c3147d274abd90156a536e401f45dce4f4767c4f372d4551273b119705f86e7198ca3c0d23dc1fcb2782307f21c3953b39871be1a67367a43b7a87
 DIST Convert-Binary-C-0.77.tar.gz 1562435 SHA256 
fe33824fbdd20920658b36e0cd50bcb0d2924c83ab3240b861340d558dd7fc91 SHA512 
662f1dc2080f3e432727553067826f09d20f30f0dbe09154eea4cbbdd5020d32f6839806365741e4aa54e8cb85eb948787904204cb2e029b9ec7eae605599d45
 WHIRLPOOL 
35227fcf1d1833c92ad9ea6a9e28a122307868285f0a7709c7392c6d626477b6e1a9c35a399590303c18f08dc48f35a7e17b6384a5ddb84d39b566dda148c9b8
 DIST Convert-Binary-C-0.78.tar.gz 1564698 SHA256 
24008c3f89117005d308bb2fd2317db6d086a265be6e98855109bbc12a52f2ea SHA512 
d9b85ce2ae870c2de6c2fa0838a6b2ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
 WHIRLPOOL 
b8511643c2bdc5912a68db90136678d6854a47d4f2061e1835cf1da9d6324dfe9f2650dc032f6ba159ad295ec9bb2e652a9485c7e3357abc8b5f0f853f68395e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2016-07-24 Thread Kent Fredric
commit: 1c28bd2b4767c8cd6b94b0fb199be6dacbb31539
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 25 04:10:39 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 25 04:11:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c28bd2b

dev-perl/Convert-Binary-C: Bump to version 0.780.0

- EAPI6
- Add USE="examples"
- Strip annoying POD tests

Upstream:
- Added Clang support
- Add support for #warn and #warning directives

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Convert-Binary-C-0.780.0.ebuild| 27 ++
 dev-perl/Convert-Binary-C/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild
new file mode 100644
index 000..884baae
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.780.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MHX
+DIST_VERSION=0.78
+# NB: Examples are generated
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Binary Data Conversion using C Types"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# bison >= 1.31?
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+MAKEOPTS+=" -j1"
+
+src_test() {
+   perl_rm_files tests/802_pod.t tests/803_pod_coverage.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index eed080a..d6824cc 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1,2 +1,3 @@
 DIST Convert-Binary-C-0.76.tar.gz 1562755 SHA256 
4f0ce8dcee618f9a2309161994545b1d019742387627bf647459033ae94952e5 SHA512 
d86b436866ce4ab3d346807dad8db7e453119334593cc203e96dc6c07214bf13717ad2a0ad0cc164d0a41429a161c17c82f711232572a4ab71eabba11649ae10
 WHIRLPOOL 
95fadda022c3147d274abd90156a536e401f45dce4f4767c4f372d4551273b119705f86e7198ca3c0d23dc1fcb2782307f21c3953b39871be1a67367a43b7a87
 DIST Convert-Binary-C-0.77.tar.gz 1562435 SHA256 
fe33824fbdd20920658b36e0cd50bcb0d2924c83ab3240b861340d558dd7fc91 SHA512 
662f1dc2080f3e432727553067826f09d20f30f0dbe09154eea4cbbdd5020d32f6839806365741e4aa54e8cb85eb948787904204cb2e029b9ec7eae605599d45
 WHIRLPOOL 
35227fcf1d1833c92ad9ea6a9e28a122307868285f0a7709c7392c6d626477b6e1a9c35a399590303c18f08dc48f35a7e17b6384a5ddb84d39b566dda148c9b8
+DIST Convert-Binary-C-0.78.tar.gz 1564698 SHA256 
24008c3f89117005d308bb2fd2317db6d086a265be6e98855109bbc12a52f2ea SHA512 
d9b85ce2ae870c2de6c2fa0838a6b2ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
 WHIRLPOOL 
b8511643c2bdc5912a68db90136678d6854a47d4f2061e1835cf1da9d6324dfe9f2650dc032f6ba159ad295ec9bb2e652a9485c7e3357abc8b5f0f853f68395e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2016-01-02 Thread Agostino Sarubbo
commit: 66f19cffd1f21b30dae8da94e6f132b4c73fe4b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan  2 18:52:53 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan  2 18:52:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f19cff

dev-perl/Convert-Binary-C: amd64 stable wrt bug #570274

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
index 6be991e..b88191a 100644
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Binary Data Conversion using C Types"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2015-09-06 Thread Andreas Hüttel
commit: bdd7babeaa39f1b7e43fc5b6b5ea7f8cabe54857
Author: Andreas K. Huettel (dilfridge)  gentoo  org>
AuthorDate: Sun Sep  6 21:08:01 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep  6 21:08:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd7babe

dev-perl/Convert-Binary-C: Version bump

Package-Manager: portage-2.2.20.1

 .../Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild | 20 
 dev-perl/Convert-Binary-C/Manifest   |  1 +
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
new file mode 100644
index 000..11f52da
--- /dev/null
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MHX
+MODULE_VERSION=0.77
+inherit perl-module
+
+DESCRIPTION="Binary Data Conversion using C Types"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+MAKEOPTS+=" -j1"
+SRC_TEST="do"

diff --git a/dev-perl/Convert-Binary-C/Manifest 
b/dev-perl/Convert-Binary-C/Manifest
index a4be452..eed080a 100644
--- a/dev-perl/Convert-Binary-C/Manifest
+++ b/dev-perl/Convert-Binary-C/Manifest
@@ -1 +1,2 @@
 DIST Convert-Binary-C-0.76.tar.gz 1562755 SHA256 
4f0ce8dcee618f9a2309161994545b1d019742387627bf647459033ae94952e5 SHA512 
d86b436866ce4ab3d346807dad8db7e453119334593cc203e96dc6c07214bf13717ad2a0ad0cc164d0a41429a161c17c82f711232572a4ab71eabba11649ae10
 WHIRLPOOL 
95fadda022c3147d274abd90156a536e401f45dce4f4767c4f372d4551273b119705f86e7198ca3c0d23dc1fcb2782307f21c3953b39871be1a67367a43b7a87
+DIST Convert-Binary-C-0.77.tar.gz 1562435 SHA256 
fe33824fbdd20920658b36e0cd50bcb0d2924c83ab3240b861340d558dd7fc91 SHA512 
662f1dc2080f3e432727553067826f09d20f30f0dbe09154eea4cbbdd5020d32f6839806365741e4aa54e8cb85eb948787904204cb2e029b9ec7eae605599d45
 WHIRLPOOL 
35227fcf1d1833c92ad9ea6a9e28a122307868285f0a7709c7392c6d626477b6e1a9c35a399590303c18f08dc48f35a7e17b6384a5ddb84d39b566dda148c9b8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/

2015-09-06 Thread Andreas Hüttel
commit: e21ceee0d737d0e351d9ed9b2a064f5f21a18569
Author: Andreas K. Huettel (dilfridge)  gentoo  org>
AuthorDate: Sun Sep  6 21:08:37 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep  6 21:09:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21ceee0

dev-perl/Convert-Binary-C: Fix copyright header

Package-Manager: portage-2.2.20.1

 dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild 
b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
index 11f52da..6be991e 100644
--- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
+++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.770.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$