mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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>
This commit is contained in:
23
dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
Normal file
23
dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user