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/common-sense/
Date: Thu, 02 Jul 2020 20:29:44
Message-Id: 1593721516.7905091bf3444937ddff9a0b768467c2f08add6b.kentnl@gentoo
1 commit: 7905091bf3444937ddff9a0b768467c2f08add6b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 20:25:02 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 20:25:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7905091b
7
8 dev-perl/common-sense: Bump to version 3.750.0
9
10 - EAPI7
11 - Remove empty/unused variable assignments
12
13 Upstream:
14 - Ensure feature detection/handling done sorted to make build more
15 reproducable
16 - Omit "portable" warning due to inconsitencies in operator
17 handling with 64bit values.
18
19 Package-Manager: Portage-2.3.100, Repoman-2.3.22
20 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
21
22 dev-perl/common-sense/Manifest | 1 +
23 dev-perl/common-sense/common-sense-3.750.0.ebuild | 15 +++++++++++++++
24 2 files changed, 16 insertions(+)
25
26 diff --git a/dev-perl/common-sense/Manifest b/dev-perl/common-sense/Manifest
27 index 00d76813b94..293200ee488 100644
28 --- a/dev-perl/common-sense/Manifest
29 +++ b/dev-perl/common-sense/Manifest
30 @@ -1 +1,2 @@
31 DIST common-sense-3.74.tar.gz 13002 BLAKE2B 234f86e1d51d650c43be0e79f1e87f24f07c529fc7724084fdb75048e3a7295961131dc108bc573e8d3ca757e6b51c657426adcfb800afdf8ded3d8bf86a352c SHA512 658ad70a2d1bbd0b26f91c4ea5d69b4cc0b632ede9532b88282987002a5e280f0475d63ee846b7bd2d38ef82f2680e20c2093803e4b62a984750ed447f318d60
32 +DIST common-sense-3.75.tar.gz 13516 BLAKE2B 0b790ff1d9295f2bd0c70ab172f99ede8686012745d12142775c22df8d5c13b62a32f2d947effb87a214398bae816092e73a390118020ccc18e124465d893791 SHA512 cb6034d9ff721a4122e0215db8ad5279ec4b189c3364593d427d70a1e84a1583a0e1447e276aa9a4fcaeb2f9d47a465a5bc4c0f842c803d3ddf91755311f4af4
33
34 diff --git a/dev-perl/common-sense/common-sense-3.750.0.ebuild b/dev-perl/common-sense/common-sense-3.750.0.ebuild
35 new file mode 100644
36 index 00000000000..c1cd8ef8ae8
37 --- /dev/null
38 +++ b/dev-perl/common-sense/common-sense-3.750.0.ebuild
39 @@ -0,0 +1,15 @@
40 +# Copyright 1999-2020 Gentoo Authors
41 +# Distributed under the terms of the GNU General Public License v2
42 +
43 +EAPI=7
44 +
45 +DIST_AUTHOR=MLEHMANN
46 +DIST_VERSION=3.75
47 +inherit perl-module
48 +
49 +DESCRIPTION="Save a tree AND a kitten, use common::sense!"
50 +
51 +SLOT="0"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 +
54 +BDEPEND="virtual/perl-ExtUtils-MakeMaker"