Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/
Date: Sun, 28 Jun 2020 17:40:47
Message-Id: 1593366032.21d8d5e9e0591ed22ee0e3e5fc95278c6cc11e79.kentnl@gentoo
1 commit: 21d8d5e9e0591ed22ee0e3e5fc95278c6cc11e79
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 17:38:53 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 17:40:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d8d5e9
7
8 dev-perl/Convert-Binary-C: Bump to version 0.790.0
9
10 - EAPI7
11 - Remove unused variable assignements
12 - Localise make -j1 hack to only compile stage
13 - Pass through CFLAGS as OPTIMIZE
14 - Unconditionally patch out bad tests
15
16 Upstream:
17 - Fix for '.' in @INC pushed upstream
18 - remove indirect object notation in tests
19 - make tests less noisy
20
21 Package-Manager: Portage-2.3.100, Repoman-2.3.22
22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
23
24 .../Convert-Binary-C-0.790.0.ebuild | 31 ++++++++++++++++++++++
25 dev-perl/Convert-Binary-C/Manifest | 1 +
26 2 files changed, 32 insertions(+)
27
28 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
29 new file mode 100644
30 index 00000000000..97d3d633f2f
31 --- /dev/null
32 +++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.790.0.ebuild
33 @@ -0,0 +1,31 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DIST_AUTHOR=MHX
40 +DIST_VERSION=0.79
41 +# NB: Examples are generated
42 +DIST_EXAMPLES=("examples/*")
43 +inherit perl-module
44 +
45 +DESCRIPTION="Binary Data Conversion using C Types"
46 +
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +# bison >= 1.31?
51 +BDEPEND="virtual/perl-ExtUtils-MakeMaker"
52 +
53 +PERL_RM_FILES=(
54 + tests/802_pod.t
55 + tests/803_pod_coverage.t
56 +)
57 +src_compile() {
58 + mymake=(
59 + "OPTIMIZE=${CFLAGS}"
60 + # Parallel CC breaks
61 + "-j1"
62 + )
63 + perl-module_src_compile
64 +}
65
66 diff --git a/dev-perl/Convert-Binary-C/Manifest b/dev-perl/Convert-Binary-C/Manifest
67 index 9130dc2350b..243f7550400 100644
68 --- a/dev-perl/Convert-Binary-C/Manifest
69 +++ b/dev-perl/Convert-Binary-C/Manifest
70 @@ -1 +1,2 @@
71 DIST Convert-Binary-C-0.78.tar.gz 1564698 BLAKE2B 220f6221769a9907d9dcadd6ba6ffcd04114cdc8d03d4a63a43f95a492b7fa45fa97451c4dbda64bb54e9053914f0ab75821f9d6b84ae6e8b266c9cf89c9be41 SHA512 d9b85ce2ae870c2de6c2fa0838a6b20000ec8d33f19a989f8ebe1b026f2796ae7e924391a0fe387310a3217c75dcd797ea819ff964a9c3e448d007c16d41040c
72 +DIST Convert-Binary-C-0.79.tar.gz 1559047 BLAKE2B 71e509742abc71a444082b524485d4116b92e827979033bae21d2fc8cc68e8f0e9e556d33bc3cdd6ca5f219fe665cd2a706c4a439cb11fe1f160d8c1af3afd31 SHA512 2771d54136ed433b33b729c71a2d1ed30a6601ce63c8f40b0b580db34557fd2cedf7262d7ee990bd8f5ce33800588fc3532d806335a21ac51738a8a222059b02