* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2017-02-25 0:04 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-02-25 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 9866017b219d8661c5b08340a7a041be66bed8f8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 23:52:29 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 00:04:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9866017b
app-admin/pprocm: EAPI 6 bump.
Package-Manager: portage-2.3.3
app-admin/pprocm/pprocm-1.0-r2.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-admin/pprocm/pprocm-1.0-r2.ebuild b/app-admin/pprocm/pprocm-1.0-r2.ebuild
new file mode 100644
index 0000000000..67b967db70
--- /dev/null
+++ b/app-admin/pprocm/pprocm-1.0-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="PProcM"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage"
+HOMEPAGE="http://www.fusedcreations.com/PProcM/"
+SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-perl/POE
+ dev-perl/Sys-Statistics-Linux
+ dev-perl/IO-Pipely
+ dev-lang/perl"
+
+RDEPEND="
+ ${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( AUTHORS README )
+
+src_install() {
+ newbin "${MY_PN}" "${PN}"
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2017-03-10 21:13 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-03-10 21:13 UTC (permalink / raw
To: gentoo-commits
commit: d3d41f80364ee6527a7f9c6ac3440c7e2d7056da
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 20:56:24 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:13:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d41f80
app-admin/pprocm: stable for amd64+x86.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/pprocm/pprocm-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r2.ebuild b/app-admin/pprocm/pprocm-1.0-r2.ebuild
index f8ba57d9b29..a91f192678c 100644
--- a/app-admin/pprocm/pprocm-1.0-r2.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="
dev-perl/POE
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2017-03-10 21:13 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-03-10 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 20:56:47 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:13:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab5d63e
app-admin/pprocm: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/pprocm/pprocm-1.0-r1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r1.ebuild b/app-admin/pprocm/pprocm-1.0-r1.ebuild
deleted file mode 100644
index cfa629a0605..00000000000
--- a/app-admin/pprocm/pprocm-1.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MY_P="PProcM-"${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="a ncurses which monitors the CPU, disk, network and memory usage"
-HOMEPAGE="http://www.fusedcreations.com/PProcM/"
-SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-perl/POE
- dev-perl/Sys-Statistics-Linux
- dev-lang/perl"
-
-RDEPEND="dev-perl/IO-Pipely"
-
-src_install() {
- dobin PProcM || die "dobin failed"
- dodoc AUTHORS README || die "dodoc failed"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-09-15 6:42 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-09-15 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 972b86e6670632d819a8c8de8a843c48e5a40445
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Thu Sep 14 03:16:47 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 06:37:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972b86e6
app-admin/pprocm: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/pprocm/pprocm-1.0-r3.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-admin/pprocm/pprocm-1.0-r3.ebuild b/app-admin/pprocm/pprocm-1.0-r3.ebuild
new file mode 100644
index 000000000000..89f614ee5a50
--- /dev/null
+++ b/app-admin/pprocm/pprocm-1.0-r3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="PProcM"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage"
+HOMEPAGE="http://www.fusedcreations.com/PProcM/"
+SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-lang/perl
+ dev-perl/IO-Pipely
+ dev-perl/POE
+ dev-perl/Sys-Statistics-Linux
+"
+
+src_install() {
+ newbin "${MY_PN}" "${PN}"
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-09-28 5:16 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2023-09-28 5:16 UTC (permalink / raw
To: gentoo-commits
commit: b26db8db00e3fda5473ccd7e11ba754fcb5b63db
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:16:05 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:16:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26db8db
app-admin/pprocm: Stabilize 1.0-r3 amd64, #914845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/pprocm/pprocm-1.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r3.ebuild b/app-admin/pprocm/pprocm-1.0-r3.ebuild
index 89f614ee5a50..50ff8e46a32f 100644
--- a/app-admin/pprocm/pprocm-1.0-r3.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-lang/perl
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-09-28 5:22 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2023-09-28 5:22 UTC (permalink / raw
To: gentoo-commits
commit: 15aea217338699c8206f100be9c0f69ef58fbf06
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:21:21 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:21:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15aea217
app-admin/pprocm: Stabilize 1.0-r3 x86, #914845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/pprocm/pprocm-1.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r3.ebuild b/app-admin/pprocm/pprocm-1.0-r3.ebuild
index 50ff8e46a32f..5b2f44127628 100644
--- a/app-admin/pprocm/pprocm-1.0-r3.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-lang/perl
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-09-30 10:00 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2023-09-30 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 3f4691452668c6215d75f014b17c196f5a218f3a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 17:42:54 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 09:57:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f469145
app-admin/pprocm: drop 1.0-r2
Bug: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-admin/pprocm/pprocm-1.0-r2.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r2.ebuild b/app-admin/pprocm/pprocm-1.0-r2.ebuild
deleted file mode 100644
index a91f192678ca..000000000000
--- a/app-admin/pprocm/pprocm-1.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="PProcM"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage"
-HOMEPAGE="http://www.fusedcreations.com/PProcM/"
-SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
- dev-perl/POE
- dev-perl/Sys-Statistics-Linux
- dev-perl/IO-Pipely
- dev-lang/perl"
-
-RDEPEND="
- ${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( AUTHORS README )
-
-src_install() {
- newbin "${MY_PN}" "${PN}"
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-11-21 17:53 Ulrich Müller
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2023-11-21 17:53 UTC (permalink / raw
To: gentoo-commits
commit: c62f38ad3a6beb047826cc1808bb3c48f6ac9760
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 11:11:38 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 17:52:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62f38ad
app-admin/pprocm: revision bump which uses sources from github
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-admin/pprocm/Manifest | 1 +
app-admin/pprocm/pprocm-1.0-r4.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-admin/pprocm/Manifest b/app-admin/pprocm/Manifest
index 53596a95ad5d..74e5dccbdc34 100644
--- a/app-admin/pprocm/Manifest
+++ b/app-admin/pprocm/Manifest
@@ -1 +1,2 @@
DIST PProcM-1.0.tar.gz 29007 BLAKE2B 511934eedb0f2269d505affbe15d9ba151ba4e6647885787caf045bdb52080ca26072f5a8986e8fdbd12fc8a0516d9c35f0d0dfd1d42ec268777c1288c55b00f SHA512 d592455719babb9dd55c0d63ea097fb110747eb481e81b237779543f7bc90c8fcc0a4e7ecb94e3287afe9ac9f707e1e90c28ab634dd8d0e2bd7708aee8e79277
+DIST pprocm-1.0.tar.gz 13388 BLAKE2B 9ef3ce2965108397ad8de25d0f3f447edb32584a7767841ee14782904f124a69e492543f36ee809f19795ef3a3393ce02ac8491267a0e3d32729b9d8161a5f34 SHA512 72d816e2bf210b8724da12e360cd637cb7ed130ae36e0435900b3561bfdcad7a1b0656e2fb55c6778141193e0717308c726d1099dfbe677d93f1bbf8d1f4723f
diff --git a/app-admin/pprocm/pprocm-1.0-r4.ebuild b/app-admin/pprocm/pprocm-1.0-r4.ebuild
new file mode 100644
index 000000000000..09f5fb8a385b
--- /dev/null
+++ b/app-admin/pprocm/pprocm-1.0-r4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="PProcM"
+GIT_COMMIT="98ca63f43afb9ec8491cceb81f62850ff00379e0"
+
+DESCRIPTION="Ncurses-based program to monitor CPU, disk, network and memory usage"
+HOMEPAGE="https://github.com/ZachGoldberg/Perl-Proc-Monitor-PProcM/"
+SRC_URI="https://github.com/ZachGoldberg/Perl-Proc-Monitor-PProcM/archive/${GIT_COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}/Perl-Proc-Monitor-PProcM-${GIT_COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-lang/perl
+ dev-perl/IO-Pipely
+ dev-perl/POE
+ dev-perl/Sys-Statistics-Linux
+"
+
+src_install() {
+ newbin "${MY_PN}" "${PN}"
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-11-21 17:53 Ulrich Müller
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2023-11-21 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 9a0724a71052292dced192ce154fc87db11764c3
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 11:10:47 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 17:52:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0724a7
app-admin/pprocm: update HOMEPAGE, add github remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-admin/pprocm/metadata.xml | 3 +++
app-admin/pprocm/pprocm-1.0-r3.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-admin/pprocm/metadata.xml b/app-admin/pprocm/metadata.xml
index 85e4ed814fa2..f62d36ead7f1 100644
--- a/app-admin/pprocm/metadata.xml
+++ b/app-admin/pprocm/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">ZachGoldberg/Perl-Proc-Monitor-PProcM</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-admin/pprocm/pprocm-1.0-r3.ebuild b/app-admin/pprocm/pprocm-1.0-r3.ebuild
index 5b2f44127628..ce36cdee03d4 100644
--- a/app-admin/pprocm/pprocm-1.0-r3.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r3.ebuild
@@ -7,7 +7,7 @@ MY_PN="PProcM"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage"
-HOMEPAGE="http://www.fusedcreations.com/PProcM/"
+HOMEPAGE="https://github.com/ZachGoldberg/Perl-Proc-Monitor-PProcM"
SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-12-29 21:41 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-12-29 21:41 UTC (permalink / raw
To: gentoo-commits
commit: cf2a352df6b8539cc97228a70bea16dd9391f037
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 21:40:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 21:40:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2a352d
app-admin/pprocm: Stabilize 1.0-r4 amd64, #920945
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/pprocm/pprocm-1.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r4.ebuild b/app-admin/pprocm/pprocm-1.0-r4.ebuild
index 09f5fb8a385b..b00621cb7c53 100644
--- a/app-admin/pprocm/pprocm-1.0-r4.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/Perl-Proc-Monitor-PProcM-${GIT_COMMIT}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-lang/perl
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2023-12-30 6:38 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-12-30 6:38 UTC (permalink / raw
To: gentoo-commits
commit: c5b7409cff16b087ffa7c4a26bca73ac9c0c5291
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 06:37:42 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 06:37:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b7409c
app-admin/pprocm: Stabilize 1.0-r4 x86, #920945
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/pprocm/pprocm-1.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pprocm/pprocm-1.0-r4.ebuild b/app-admin/pprocm/pprocm-1.0-r4.ebuild
index b00621cb7c53..126c1a0902a8 100644
--- a/app-admin/pprocm/pprocm-1.0-r4.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/Perl-Proc-Monitor-PProcM-${GIT_COMMIT}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-lang/perl
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/
@ 2024-08-31 14:49 Petr Vaněk
0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-08-31 14:49 UTC (permalink / raw
To: gentoo-commits
commit: 39e1265f3033a4e9451dbabc9f00a4e42abb01cc
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 14:42:05 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 14:42:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e1265f
app-admin/pprocm: drop 1.0-r3
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-admin/pprocm/Manifest | 1 -
app-admin/pprocm/pprocm-1.0-r3.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-admin/pprocm/Manifest b/app-admin/pprocm/Manifest
index 74e5dccbdc34..adf0ed5e648c 100644
--- a/app-admin/pprocm/Manifest
+++ b/app-admin/pprocm/Manifest
@@ -1,2 +1 @@
-DIST PProcM-1.0.tar.gz 29007 BLAKE2B 511934eedb0f2269d505affbe15d9ba151ba4e6647885787caf045bdb52080ca26072f5a8986e8fdbd12fc8a0516d9c35f0d0dfd1d42ec268777c1288c55b00f SHA512 d592455719babb9dd55c0d63ea097fb110747eb481e81b237779543f7bc90c8fcc0a4e7ecb94e3287afe9ac9f707e1e90c28ab634dd8d0e2bd7708aee8e79277
DIST pprocm-1.0.tar.gz 13388 BLAKE2B 9ef3ce2965108397ad8de25d0f3f447edb32584a7767841ee14782904f124a69e492543f36ee809f19795ef3a3393ce02ac8491267a0e3d32729b9d8161a5f34 SHA512 72d816e2bf210b8724da12e360cd637cb7ed130ae36e0435900b3561bfdcad7a1b0656e2fb55c6778141193e0717308c726d1099dfbe677d93f1bbf8d1f4723f
diff --git a/app-admin/pprocm/pprocm-1.0-r3.ebuild b/app-admin/pprocm/pprocm-1.0-r3.ebuild
deleted file mode 100644
index ce36cdee03d4..000000000000
--- a/app-admin/pprocm/pprocm-1.0-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="PProcM"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage"
-HOMEPAGE="https://github.com/ZachGoldberg/Perl-Proc-Monitor-PProcM"
-SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-lang/perl
- dev-perl/IO-Pipely
- dev-perl/POE
- dev-perl/Sys-Statistics-Linux
-"
-
-src_install() {
- newbin "${MY_PN}" "${PN}"
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-08-31 14:49 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29 21:41 [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 14:49 Petr Vaněk
2023-12-30 6:38 Arthur Zamarin
2023-11-21 17:53 Ulrich Müller
2023-11-21 17:53 Ulrich Müller
2023-09-30 10:00 Andreas Sturmlechner
2023-09-28 5:22 Joonas Niilola
2023-09-28 5:16 Joonas Niilola
2023-09-15 6:42 Arthur Zamarin
2017-03-10 21:13 Patrice Clement
2017-03-10 21:13 Patrice Clement
2017-02-25 0:04 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox