commit:     21d8d5e9e0591ed22ee0e3e5fc95278c6cc11e79
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 17:38:53 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 17:40:32 2020 +0000
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 <kentnl <AT> 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 00000000000..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 
d9b85ce2ae870c2de6c2fa0838a6b20000ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
+DIST Convert-Binary-C-0.79.tar.gz 1559047 BLAKE2B 
71e509742abc71a444082b524485d4116b92e827979033bae21d2fc8cc68e8f0e9e556d33bc3cdd6ca5f219fe665cd2a706c4a439cb11fe1f160d8c1af3afd31
 SHA512 
2771d54136ed433b33b729c71a2d1ed30a6601ce63c8f40b0b580db34557fd2cedf7262d7ee990bd8f5ce33800588fc3532d806335a21ac51738a8a222059b02

Reply via email to