diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-03 08:25:02 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-03 08:25:16 +1200 |
commit | 7905091bf3444937ddff9a0b768467c2f08add6b (patch) | |
tree | a11c6442158bb9d48f9339abcc795f57b5c4638a /dev-perl/common-sense | |
parent | sys-block/fio: version bump (diff) | |
download | gentoo-7905091bf3444937ddff9a0b768467c2f08add6b.tar.gz gentoo-7905091bf3444937ddff9a0b768467c2f08add6b.tar.bz2 gentoo-7905091bf3444937ddff9a0b768467c2f08add6b.zip |
dev-perl/common-sense: Bump to version 3.750.0
- EAPI7
- Remove empty/unused variable assignments
Upstream:
- Ensure feature detection/handling done sorted to make build more
reproducable
- Omit "portable" warning due to inconsitencies in operator
handling with 64bit values.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/common-sense')
-rw-r--r-- | dev-perl/common-sense/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-3.750.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/common-sense/Manifest b/dev-perl/common-sense/Manifest index 00d76813b94d..293200ee488d 100644 --- a/dev-perl/common-sense/Manifest +++ b/dev-perl/common-sense/Manifest @@ -1 +1,2 @@ DIST common-sense-3.74.tar.gz 13002 BLAKE2B 234f86e1d51d650c43be0e79f1e87f24f07c529fc7724084fdb75048e3a7295961131dc108bc573e8d3ca757e6b51c657426adcfb800afdf8ded3d8bf86a352c SHA512 658ad70a2d1bbd0b26f91c4ea5d69b4cc0b632ede9532b88282987002a5e280f0475d63ee846b7bd2d38ef82f2680e20c2093803e4b62a984750ed447f318d60 +DIST common-sense-3.75.tar.gz 13516 BLAKE2B 0b790ff1d9295f2bd0c70ab172f99ede8686012745d12142775c22df8d5c13b62a32f2d947effb87a214398bae816092e73a390118020ccc18e124465d893791 SHA512 cb6034d9ff721a4122e0215db8ad5279ec4b189c3364593d427d70a1e84a1583a0e1447e276aa9a4fcaeb2f9d47a465a5bc4c0f842c803d3ddf91755311f4af4 diff --git a/dev-perl/common-sense/common-sense-3.750.0.ebuild b/dev-perl/common-sense/common-sense-3.750.0.ebuild new file mode 100644 index 000000000000..c1cd8ef8ae82 --- /dev/null +++ b/dev-perl/common-sense/common-sense-3.750.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=3.75 +inherit perl-module + +DESCRIPTION="Save a tree AND a kitten, use common::sense!" + +SLOT="0" +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" + +BDEPEND="virtual/perl-ExtUtils-MakeMaker" |