summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-03 08:25:02 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-03 08:25:16 +1200
commit7905091bf3444937ddff9a0b768467c2f08add6b (patch)
treea11c6442158bb9d48f9339abcc795f57b5c4638a /dev-perl/common-sense/common-sense-3.750.0.ebuild
parentsys-block/fio: version bump (diff)
downloadgentoo-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/common-sense-3.750.0.ebuild')
-rw-r--r--dev-perl/common-sense/common-sense-3.750.0.ebuild15
1 files changed, 15 insertions, 0 deletions
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"