diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-06 10:24:07 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-06 10:24:52 +1300 |
commit | 0770a5094a9906f30beb054f94aaa319384ef44d (patch) | |
tree | e7c3898a9b4a58e8570cb70598d8c70c83c628ed /dev-perl/Linux-Smaps | |
parent | app-misc/yq-1.11.1: Version bump (diff) | |
download | gentoo-0770a5094a9906f30beb054f94aaa319384ef44d.tar.gz gentoo-0770a5094a9906f30beb054f94aaa319384ef44d.tar.bz2 gentoo-0770a5094a9906f30beb054f94aaa319384ef44d.zip |
dev-perl/Linux-Smaps: Bump to version 0.140.0
- EAPI7
- Minor code restructure for clarity
- Remove unused/empty variable assignments
Upstream:
- Handle non-memory related keys like ProtectionKey: and
THPeligible: generically to support newer kernels
- Rework test suite for reliability and clarity
Bug: https://bugs.gentoo.org/700346
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Linux-Smaps')
-rw-r--r-- | dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Linux-Smaps/Manifest | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild new file mode 100644 index 000000000000..088a9f9580a1 --- /dev/null +++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=AERUDER +DIST_VERSION=0.14 +inherit perl-module linux-info + +DESCRIPTION="Perl interface to /proc/PID/smaps" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker +" +# This is only explict due to not seeing where +# this variable gets used otherwise +pkg_setup() { + CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR" + linux-info_pkg_setup +} diff --git a/dev-perl/Linux-Smaps/Manifest b/dev-perl/Linux-Smaps/Manifest index e6328325c0d5..d32790de5349 100644 --- a/dev-perl/Linux-Smaps/Manifest +++ b/dev-perl/Linux-Smaps/Manifest @@ -1 +1,2 @@ DIST Linux-Smaps-0.13.tar.gz 32274 BLAKE2B b7d617cde8d1b2401b08be486faca700f8f2cf198877ee6f4b139476ed3e4e39571c1ed9ba1b8704821d3b1917daef876b823380bf0c9d149452cde09be54e04 SHA512 255665672cd675abf39d363acd1ebda47d4c5125de7463e1ccb4276ff4233a7369a610b3863f508e7231c7537e058d13b9c33072d562b173d5833b315c564a64 +DIST Linux-Smaps-0.14.tar.gz 20760 BLAKE2B 68bb60ff063cd147292028ba28b0e057358bbaf1d0c734bafffde878e4d8e37b8e9b40303a3dc6824d8521aaafa2e5b95142f46a8526bfc96ce6bf54252b7419 SHA512 0a9e7ea770820bc99436e0eb7410ab2b77e201a8980210d69a85c8b6cc5c4be4bef8ef7ce9da56c9d1478e7dd763fb287ea8fff4d6945c09de0a0fd304181eab |