Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
Date: Wed, 18 Sep 2019 17:27:37
Message-Id: 1568827640.79b028188f1d5e6ed5150b129218b5fde402c2c3.bkohler@gentoo
1 commit: 79b028188f1d5e6ed5150b129218b5fde402c2c3
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 15:07:27 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 17:27:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b02818
7
8 app-admin/ps_mem: slightly adjust SRC_URI, drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-admin/ps_mem/Manifest | 1 -
14 app-admin/ps_mem/ps_mem-3.12-r1.ebuild | 28 ----------------------------
15 app-admin/ps_mem/ps_mem-3.12.ebuild | 29 -----------------------------
16 app-admin/ps_mem/ps_mem-3.13.ebuild | 2 +-
17 4 files changed, 1 insertion(+), 59 deletions(-)
18
19 diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
20 index 5bf18609caa..f61c651d0a7 100644
21 --- a/app-admin/ps_mem/Manifest
22 +++ b/app-admin/ps_mem/Manifest
23 @@ -1,2 +1 @@
24 -DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
25 DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc
26
27 diff --git a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
28 deleted file mode 100644
29 index 1a46a4d9b58..00000000000
30 --- a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
39 -DISTUTILS_SINGLE_IMPL=1
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A utility to report core memory usage per program"
43 -HOMEPAGE="https://github.com/pixelb/${PN}"
44 -SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~sparc ~x86"
49 -IUSE=""
50 -
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -
53 -python_install() {
54 - distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
55 -}
56 -
57 -python_install_all() {
58 - distutils-r1_python_install_all
59 - doman ${PN}.1
60 -}
61
62 diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild
63 deleted file mode 100644
64 index 56d2145f42b..00000000000
65 --- a/app-admin/ps_mem/ps_mem-3.12.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="A utility to report core memory usage per program"
77 -HOMEPAGE="https://github.com/pixelb/${PN}"
78 -SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -LICENSE="LGPL-2.1"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~sparc ~x86"
83 -IUSE=""
84 -
85 -DEPEND="${PYTHON_DEPS}
86 - dev-python/setuptools[${PYTHON_USEDEP}]"
87 -RDEPEND="${PYTHON_DEPS}"
88 -
89 -python_install() {
90 - distutils-r1_python_install --install-scripts="/usr/sbin"
91 -}
92 -
93 -src_install() {
94 - distutils-r1_src_install
95 - doman ${PN}.1
96 -}
97
98 diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild
99 index b977cc31a56..b70d81dedb8 100644
100 --- a/app-admin/ps_mem/ps_mem-3.13.ebuild
101 +++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
102 @@ -11,7 +11,7 @@ COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
103
104 DESCRIPTION="A utility to report core memory usage per program"
105 HOMEPAGE="https://github.com/pixelb/${PN}"
106 -SRC_URI="https://github.com/pixelb/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
107 +SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
108
109 LICENSE="LGPL-2.1"
110 SLOT="0"