* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2018-06-25 12:02 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2018-06-25 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 5d6f476bc91ef4dd8d8d9561ab41ab8a55744398
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 12:02:08 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 12:02:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6f476b
app-admin/ps_mem: new package
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/ps_mem/Manifest | 1 +
app-admin/ps_mem/metadata.xml | 8 ++++++++
app-admin/ps_mem/ps_mem-3.12.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
new file mode 100644
index 00000000000..dc7acbdeb15
--- /dev/null
+++ b/app-admin/ps_mem/Manifest
@@ -0,0 +1 @@
+DIST v3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
diff --git a/app-admin/ps_mem/metadata.xml b/app-admin/ps_mem/metadata.xml
new file mode 100644
index 00000000000..43523418890
--- /dev/null
+++ b/app-admin/ps_mem/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+</maintainer>
+</pkgmetadata>
diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild
new file mode 100644
index 00000000000..42ed5888590
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/${PN}"
+SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${PYTHON_DEPS}"
+
+python_install() {
+ distutils-r1_python_install --install-scripts="/usr/sbin"
+}
+
+src_install() {
+ distutils-r1_src_install
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2018-06-25 13:55 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2018-06-25 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 9a4c28f0f91c42a06e7e4db3f529492aa05ed4fb
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 13:54:46 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 13:55:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4c28f0
app-admin/ps_mem: add SRC_URI arrow
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/ps_mem/Manifest | 2 +-
app-admin/ps_mem/ps_mem-3.12.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index dc7acbdeb15..f25c8019bba 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1 +1 @@
-DIST v3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
+DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild
index 42ed5888590..a60e22bad8f 100644
--- a/app-admin/ps_mem/ps_mem-3.12.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.12.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="A utility to report core memory usage per program"
HOMEPAGE="https://github.com/pixelb/${PN}"
-SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2018-06-29 23:17 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2018-06-29 23:17 UTC (permalink / raw
To: gentoo-commits
commit: e6f094a16ed97dd5c316d4bd1085d3076245d9fe
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 29 23:17:11 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:17:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f094a1
app-admin/ps_mem: revbump for python-single-r1 & minor tweaks
Package-Manager: Portage-2.3.41, Repoman-2.3.9
app-admin/ps_mem/ps_mem-3.12-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
new file mode 100644
index 00000000000..82174961a3b
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/${PN}"
+SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install() {
+ distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2018-09-19 15:38 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2018-09-19 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 55cfbc2fd5f1a8d93cf0c4f352ec48c794f87ee2
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 15:37:21 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 15:37:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cfbc2f
app-admin/ps_mem: fix license on older versions
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-admin/ps_mem/ps_mem-3.12-r1.ebuild | 2 +-
app-admin/ps_mem/ps_mem-3.12.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
index 82174961a3b..1a46a4d9b58 100644
--- a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A utility to report core memory usage per program"
HOMEPAGE="https://github.com/pixelb/${PN}"
SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild
index a60e22bad8f..56d2145f42b 100644
--- a/app-admin/ps_mem/ps_mem-3.12.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.12.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A utility to report core memory usage per program"
HOMEPAGE="https://github.com/pixelb/${PN}"
SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2018-09-19 15:38 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2018-09-19 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 948479c9430207150db5b8fc0618416f067860bf
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 15:36:01 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 15:37:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948479c9
app-admin/ps_mem: bump to 3.13 & fix license
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-admin/ps_mem/Manifest | 1 +
app-admin/ps_mem/ps_mem-3.13.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index f25c8019bba..5bf18609caa 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1 +1,2 @@
DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
+DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc
diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild
new file mode 100644
index 00000000000..cedefddc1a2
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1 vcs-snapshot
+
+COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/${PN}"
+SRC_URI="https://github.com/pixelb/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install() {
+ distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2019-02-05 19:15 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2019-02-05 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 6a8f7629f2724aea0a13b8abd10283ce135d365b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 19:15:08 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 19:15:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8f7629
app-admin/ps_mem: 3.13 stable
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild
index cedefddc1a2..b977cc31a56 100644
--- a/app-admin/ps_mem/ps_mem-3.13.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/pixelb/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 sparc x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2019-09-18 17:27 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2019-09-18 17:27 UTC (permalink / raw
To: gentoo-commits
commit: 79b028188f1d5e6ed5150b129218b5fde402c2c3
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 15:07:27 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 17:27:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b02818
app-admin/ps_mem: slightly adjust SRC_URI, drop old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 -
app-admin/ps_mem/ps_mem-3.12-r1.ebuild | 28 ----------------------------
app-admin/ps_mem/ps_mem-3.12.ebuild | 29 -----------------------------
app-admin/ps_mem/ps_mem-3.13.ebuild | 2 +-
4 files changed, 1 insertion(+), 59 deletions(-)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 5bf18609caa..f61c651d0a7 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1,2 +1 @@
-DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc
diff --git a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
deleted file mode 100644
index 1a46a4d9b58..00000000000
--- a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/${PN}"
-SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install() {
- distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- doman ${PN}.1
-}
diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild
deleted file mode 100644
index 56d2145f42b..00000000000
--- a/app-admin/ps_mem/ps_mem-3.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/${PN}"
-SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${PYTHON_DEPS}"
-
-python_install() {
- distutils-r1_python_install --install-scripts="/usr/sbin"
-}
-
-src_install() {
- distutils-r1_src_install
- doman ${PN}.1
-}
diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild
index b977cc31a56..b70d81dedb8 100644
--- a/app-admin/ps_mem/ps_mem-3.13.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
@@ -11,7 +11,7 @@ COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
DESCRIPTION="A utility to report core memory usage per program"
HOMEPAGE="https://github.com/pixelb/${PN}"
-SRC_URI="https://github.com/pixelb/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
+SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-01-07 13:50 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-01-07 13:50 UTC (permalink / raw
To: gentoo-commits
commit: a786cb819db76c7b477ad625edb83ccc8750731e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 19:43:27 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 13:49:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a786cb81
app-admin/ps_mem: update PYTHON_COMPAT & fix homepage
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild
index c6a249e3ba3..2152bc741c1 100644
--- a/app-admin/ps_mem/ps_mem-3.13.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
@@ -3,14 +3,14 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 vcs-snapshot
COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/${PN}"
+HOMEPAGE="https://github.com/pixelb/ps_mem"
SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-04-22 12:13 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-04-22 12:13 UTC (permalink / raw
To: gentoo-commits
commit: b37f122f5179f723ee208ef492de91f1d18e4723
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 12:12:39 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 12:13:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37f122f
app-admin/ps_mem: new snapshot for a few upstream fixes
* fix error message without linprocfs
* fix shared memory with Linux kernel >= 5.3
* fix missing processes whose commandline isn't executable and parent
is inaccessible
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 +
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 30 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index f61c651d0a7..8ba529e9e0a 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1 +1,2 @@
DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc
+DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
new file mode 100644
index 00000000000..738db1ad89c
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 vcs-snapshot
+
+COMMIT="fc75a8cc3cda05c53a4ae4fe296deeb9fc43908d"
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/ps_mem"
+SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+python_install() {
+ distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-05-27 14:46 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-05-27 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 2b70294863f108ebca43730d155ac593919888e7
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 14:46:21 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed May 27 14:46:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b702948
app-admin/ps_mem: add python3_9 support
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
index 738db1ad89c..8a557b071fa 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-05-27 15:48 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-05-27 15:48 UTC (permalink / raw
To: gentoo-commits
commit: e6e61b6d58e5df9cdbc646b8efc1ecbab3674a8a
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 15:47:37 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed May 27 15:47:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e61b6d
Revert "app-admin/ps_mem: add python3_9 support"
This reverts commit 2b70294863f108ebca43730d155ac593919888e7.
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
index 8a557b071fa..738db1ad89c 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-09-30 12:34 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-09-30 12:34 UTC (permalink / raw
To: gentoo-commits
commit: f3b3e5be57992cb11c617eb5c103fbf8e68d9c25
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 12:33:47 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 12:34:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b3e5be
app-admin/ps_mem: newer snapshot stable everywhere
Tested on all 3 arches myself
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
index 738db1ad89c..91108a61195 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-12-07 13:00 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-12-07 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 51c7181b3d5970320edb3ce30d75a005347995db
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 13:00:08 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 13:00:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c7181b
app-admin/ps_mem: add python3_9 support
Closes: https://bugs.gentoo.org/758863
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
index 91108a61195..30703b47880 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2020-12-28 17:56 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2020-12-28 17:56 UTC (permalink / raw
To: gentoo-commits
commit: a2a42854de028f9f55729f76bf929e7d1a8878f0
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 17:56:30 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 17:56:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a42854
app-admin/ps_mem: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 -
app-admin/ps_mem/ps_mem-3.13-r1.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 8ba529e9e0a..11bf64c967a 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1,2 +1 @@
-DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc
DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852
diff --git a/app-admin/ps_mem/ps_mem-3.13-r1.ebuild b/app-admin/ps_mem/ps_mem-3.13-r1.ebuild
deleted file mode 100644
index 8a3aea889f1..00000000000
--- a/app-admin/ps_mem/ps_mem-3.13-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 vcs-snapshot
-
-COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/ps_mem"
-SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 sparc x86"
-IUSE=""
-
-python_install() {
- distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-04-01 0:52 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2021-04-01 0:52 UTC (permalink / raw
To: gentoo-commits
commit: 0f63eb1dfc4c4d6ec34da1ce7d788c4e83867d05
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 1 00:51:55 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Apr 1 00:52:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f63eb1d
app-admin/ps_mem: add ~ppc64
Closes: https://bugs.gentoo.org/779115
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
index 30703b47880..4133b6830ef 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 sparc x86"
+KEYWORDS="amd64 ~ppc64 sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-05-18 14:38 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2021-05-18 14:38 UTC (permalink / raw
To: gentoo-commits
commit: f17e79e566f4260e56c78b6609b2641da9f03399
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 14:23:58 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 18 14:23:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17e79e5
app-admin/ps_mem: snapshot bump & add python3_10 support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 +
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 30 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 11bf64c967a..77077acc5c2 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1 +1,2 @@
DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852
+DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7 SHA512 7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
new file mode 100644
index 00000000000..28e3108ad2d
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 vcs-snapshot
+
+COMMIT="f26d3f416430d1e25659fa6dd5e7412029d8fa9c"
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/ps_mem"
+SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+python_install() {
+ distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-06-25 19:32 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-06-25 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 08e0eac024616344d1d02df2fb6562ee995044b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 19:32:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 19:32:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e0eac0
app-admin/ps_mem: Stabilize 3.13_p20201212 x86, #798726
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
index 28e3108ad2d..5233cdaea2a 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-06-25 19:33 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-06-25 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 4f3422f8fef4126a10a26f7f5924599a28e06610
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 19:33:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 19:33:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3422f8
app-admin/ps_mem: Stabilize 3.13_p20201212 amd64, #798726
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
index 5233cdaea2a..885663bac4e 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc64 ~sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-06-25 19:36 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-06-25 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 76a24781e563d069436cc56f729b21ca9e7f8a19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 19:35:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 19:35:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a24781
app-admin/ps_mem: Stabilize 3.13_p20201212 sparc, #798726
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
index 885663bac4e..32448460e08 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc64 sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-07-13 13:44 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2021-07-13 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 90129ae38ef67e4e9831601a2d5816f03e4c0c07
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 13:16:36 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 13:29:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90129ae3
app-admin/ps_mem: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 -
app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 30 ---------------------------
2 files changed, 31 deletions(-)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 77077acc5c2..ad90d18a1f2 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1,2 +1 @@
-DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852
DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7 SHA512 7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
deleted file mode 100644
index 4133b6830ef..00000000000
--- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 vcs-snapshot
-
-COMMIT="fc75a8cc3cda05c53a4ae4fe296deeb9fc43908d"
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/ps_mem"
-SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 sparc x86"
-IUSE=""
-
-python_install() {
- distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2021-09-17 13:33 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2021-09-17 13:33 UTC (permalink / raw
To: gentoo-commits
commit: ac18edad423d715de8578679086dbd5dfb0b3138
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 17 13:32:35 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 13:32:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac18edad
app-admin/ps_mem: adjust setuptools dep
Closes: https://bugs.gentoo.org/813294
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
index 32448460e08..daed2c4134c 100644
--- a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
@@ -5,7 +5,6 @@ EAPI=7
PYTHON_COMPAT=( python3_{8,9,10} )
DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 vcs-snapshot
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2022-05-31 16:34 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2022-05-31 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 743c5acff06f47bbd076bf493d9b184624bcd081
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 12:10:34 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 31 16:34:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743c5acf
app-admin/ps_mem: add 3.14
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 +
app-admin/ps_mem/ps_mem-3.14.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index ad90d18a1f2a..299b1ced0165 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1 +1,2 @@
DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7 SHA512 7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6
+DIST ps_mem-3.14.tar.gz 18539 BLAKE2B 29046d2bcef7eafea72921440664ec40b235ddb45d068e1b2edbb40e8318b0245ec320dd6d3b96e3aad9dc2666dd8bdf88686e4bab5ccff832a4de30e4644a15 SHA512 53d9e87e6a35f48b013c7280a954fb95373668e30f41fe3e5a9d2af9b7fb9060f113a80ac5ee3af6e23370058ff3afc8b2c88c99e1666d8422e3c73dc848ee81
diff --git a/app-admin/ps_mem/ps_mem-3.14.ebuild b/app-admin/ps_mem/ps_mem-3.14.ebuild
new file mode 100644
index 000000000000..33c8ca96a668
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/ps_mem"
+SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+python_install() {
+ distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2022-07-19 14:18 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2022-07-19 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 31ba45df0ed4747aa6f988f9b220f04366a0b786
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 14:07:24 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 14:18:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ba45df
app-admin/ps_mem: stabilize 3.14 for amd64, ppc64, sparc, x86
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.14.ebuild b/app-admin/ps_mem/ps_mem-3.14.ebuild
index 33c8ca96a668..c9b5f6f3f9ad 100644
--- a/app-admin/ps_mem/ps_mem-3.14.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.14.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc64 sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2022-07-25 14:26 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2022-07-25 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 406194bae231bf715c2b11decbf3e0100c743e70
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 16:08:59 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:26:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406194ba
app-admin/ps_mem: enable py3.11
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.14.ebuild b/app-admin/ps_mem/ps_mem-3.14.ebuild
index c9b5f6f3f9ad..fdf31c1e1295 100644
--- a/app-admin/ps_mem/ps_mem-3.14.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.14.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2022-07-25 14:26 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2022-07-25 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 9f167a8b4d09e0748f22448cbc9fbd3a74c4bad5
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 16:09:32 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:26:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f167a8b
app-admin/ps_mem: drop 3.13_p20201212
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 -
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 29 ---------------------------
2 files changed, 30 deletions(-)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 299b1ced0165..96ad0f59707f 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1,2 +1 @@
-DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7 SHA512 7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6
DIST ps_mem-3.14.tar.gz 18539 BLAKE2B 29046d2bcef7eafea72921440664ec40b235ddb45d068e1b2edbb40e8318b0245ec320dd6d3b96e3aad9dc2666dd8bdf88686e4bab5ccff832a4de30e4644a15 SHA512 53d9e87e6a35f48b013c7280a954fb95373668e30f41fe3e5a9d2af9b7fb9060f113a80ac5ee3af6e23370058ff3afc8b2c88c99e1666d8422e3c73dc848ee81
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
deleted file mode 100644
index daed2c4134c2..000000000000
--- a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 vcs-snapshot
-
-COMMIT="f26d3f416430d1e25659fa6dd5e7412029d8fa9c"
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/ps_mem"
-SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 sparc x86"
-IUSE=""
-
-python_install() {
- distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2023-01-10 16:11 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2023-01-10 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 1c59e2f136dfafc1bff3821514144a8bb90d4478
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 15:51:47 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 15:51:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c59e2f1
app-admin/ps_mem: add github upstream metadata
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-admin/ps_mem/metadata.xml b/app-admin/ps_mem/metadata.xml
index da20bb112a7c..c6a9a6a96a6c 100644
--- a/app-admin/ps_mem/metadata.xml
+++ b/app-admin/ps_mem/metadata.xml
@@ -5,4 +5,7 @@
<email>bkohler@gentoo.org</email>
<name>Ben Kohler</name>
</maintainer>
+<upstream>
+ <remote-id type="github">pixelb/ps_mem</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2023-05-10 18:02 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2023-05-10 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 01d9b43c3b3868b18af6dbef1a0ed3ff9fcad0a5
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 17:27:16 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed May 10 18:02:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d9b43c
app-admin/ps_mem: update EAPI 7 -> 8
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
new file mode 100644
index 000000000000..118fbba1a322
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="A utility to report core memory usage per program"
+HOMEPAGE="https://github.com/pixelb/ps_mem"
+SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+python_install() {
+ distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2023-07-14 13:00 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2023-07-14 13:00 UTC (permalink / raw
To: gentoo-commits
commit: e943013f4669f6e9515f1a386031d48503685eaf
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 13:51:56 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 13:00:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e943013f
app-admin/ps_mem: stabilize 3.14-r1 for amd64, ppc64, sparc, x86
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
index 118fbba1a322..ff05b4f720e5 100644
--- a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc64 sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2023-07-14 13:00 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2023-07-14 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 35a49b9310afe0153f20e686dfc5c93386156a74
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 13:52:09 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 13:00:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a49b93
app-admin/ps_mem: drop 3.14
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/app-admin/ps_mem/ps_mem-3.14.ebuild b/app-admin/ps_mem/ps_mem-3.14.ebuild
deleted file mode 100644
index cb5d9972bcbf..000000000000
--- a/app-admin/ps_mem/ps_mem-3.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/ps_mem"
-SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc64 sparc x86"
-IUSE=""
-
-python_install() {
- distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2023-10-03 7:09 Mart Raudsepp
0 siblings, 0 replies; 31+ messages in thread
From: Mart Raudsepp @ 2023-10-03 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 35f2765a3d323c65e2ff360b2dd49f4de6686de1
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 07:02:01 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 07:03:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f2765a
app-admin/ps_mem: keyword 3.14-r1 for ~arm64
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
index ff05b4f720e5..59f3c0578f52 100644
--- a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ppc64 sparc x86"
+KEYWORDS="amd64 ~arm64 ppc64 sparc x86"
IUSE=""
python_install() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
@ 2024-03-29 15:38 Ben Kohler
0 siblings, 0 replies; 31+ messages in thread
From: Ben Kohler @ 2024-03-29 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 60d47e2dab1eacc72edb7fa25a18141d3719ecaa
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 15:20:54 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 15:37:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d47e2d
app-admin/ps_mem: enable py3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/ps_mem-3.14-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
index 59f3c0578f52..b5474c4c3e05 100644
--- a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
@@ -16,7 +16,6 @@ SRC_URI="https://github.com/pixelb/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc64 sparc x86"
-IUSE=""
python_install() {
distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2024-03-29 15:38 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 12:02 [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/ Ben Kohler
-- strict thread matches above, loose matches on Subject: below --
2018-06-25 13:55 Ben Kohler
2018-06-29 23:17 Ben Kohler
2018-09-19 15:38 Ben Kohler
2018-09-19 15:38 Ben Kohler
2019-02-05 19:15 Ben Kohler
2019-09-18 17:27 Ben Kohler
2020-01-07 13:50 Ben Kohler
2020-04-22 12:13 Ben Kohler
2020-05-27 14:46 Ben Kohler
2020-05-27 15:48 Ben Kohler
2020-09-30 12:34 Ben Kohler
2020-12-07 13:00 Ben Kohler
2020-12-28 17:56 Ben Kohler
2021-04-01 0:52 Ben Kohler
2021-05-18 14:38 Ben Kohler
2021-06-25 19:32 Sam James
2021-06-25 19:33 Sam James
2021-06-25 19:36 Sam James
2021-07-13 13:44 Ben Kohler
2021-09-17 13:33 Ben Kohler
2022-05-31 16:34 Ben Kohler
2022-07-19 14:18 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-07-25 14:26 Ben Kohler
2023-01-10 16:11 Ben Kohler
2023-05-10 18:02 Ben Kohler
2023-07-14 13:00 Ben Kohler
2023-07-14 13:00 Ben Kohler
2023-10-03 7:09 Mart Raudsepp
2024-03-29 15:38 Ben Kohler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox