* [gentoo-commits] repo/gentoo:master commit in: sys-process/psinfo/
@ 2020-06-21 7:31 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2020-06-21 7:31 UTC (permalink / raw
To: gentoo-commits
commit: cfb0ba1af7f225d766a0afa4bf0e1c08cdae3f8b
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 07:30:35 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 07:30:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb0ba1a
sys-process/psinfo: EAPI 7 bump.
Closes: https://bugs.gentoo.org/724218
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
sys-process/psinfo/psinfo-0.12-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r1.ebuild
new file mode 100644
index 00000000000..a6114821b49
--- /dev/null
+++ b/sys-process/psinfo/psinfo-0.12-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Process information and statistics using the kernel /proc interface"
+HOMEPAGE="http://www.ward.nu/computer/psinfo/"
+SRC_URI="http://www.ward.nu/computer/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-2"
+
+PATCHES=(
+ "${FILESDIR}/${P}-asneeded.patch"
+)
+
+src_prepare() {
+ default
+ tc-export CC
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/psinfo/
@ 2020-06-21 7:31 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2020-06-21 7:31 UTC (permalink / raw
To: gentoo-commits
commit: a9d94cc6c8d9dc7c09f639394702fad1d0f3b089
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 07:30:58 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 07:30:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d94cc6
sys-process/psinfo: clean up old.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
sys-process/psinfo/psinfo-0.12.ebuild | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/sys-process/psinfo/psinfo-0.12.ebuild b/sys-process/psinfo/psinfo-0.12.ebuild
deleted file mode 100644
index 14f925b2832..00000000000
--- a/sys-process/psinfo/psinfo-0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Process information and statistics using the kernel /proc interface"
-HOMEPAGE="http://www.ward.nu/computer/psinfo/"
-SRC_URI="http://www.ward.nu/computer/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- tc-export CC
-}
-
-#src_compile() {
-# emake \
-# CFLAGS="${CFLAGS}" \
-# CC=$(tc-getCC)
-#}
-
-#src_install() {
-# dobin ${PN}
-# dodoc README
-#}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/psinfo/
@ 2022-09-26 12:27 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-09-26 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 2e82ad643d809c8ac1cb5b92e46c10344e3c6be5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 12:26:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 12:26:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e82ad64
sys-process/psinfo: revbump for unsigned char fix
it's only keyworded on amd64/x86, but it affects runtime and it'll
avoid confusion if any say, arm users have been using it (or trying to).
Closes: https://bugs.gentoo.org/872821
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/psinfo/psinfo-0.12-r1.ebuild | 1 -
sys-process/psinfo/{psinfo-0.12-r1.ebuild => psinfo-0.12-r2.ebuild} | 0
2 files changed, 1 deletion(-)
diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r1.ebuild
index fdf62188a826..033fcddb450b 100644
--- a/sys-process/psinfo/psinfo-0.12-r1.ebuild
+++ b/sys-process/psinfo/psinfo-0.12-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="GPL-2"
PATCHES=(
"${FILESDIR}/${P}-asneeded.patch"
- "${FILESDIR}/${P}-char.patch"
)
src_prepare() {
diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r2.ebuild
similarity index 100%
copy from sys-process/psinfo/psinfo-0.12-r1.ebuild
copy to sys-process/psinfo/psinfo-0.12-r2.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/psinfo/
@ 2022-09-27 4:13 Yixun Lan
0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2022-09-27 4:13 UTC (permalink / raw
To: gentoo-commits
commit: 2338f59c42c98ae0b655429bca7b4b06ce92cb2d
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 01:53:00 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 04:13:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2338f59c
sys-process/psinfo: keyword 0.12-r2 for ~riscv
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sys-process/psinfo/psinfo-0.12-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/psinfo/psinfo-0.12-r2.ebuild b/sys-process/psinfo/psinfo-0.12-r2.ebuild
index fdf62188a826..84c516c8dbf8 100644
--- a/sys-process/psinfo/psinfo-0.12-r2.ebuild
+++ b/sys-process/psinfo/psinfo-0.12-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.ward.nu/computer/psinfo/"
SRC_URI="http://www.ward.nu/computer/${PN}/${P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
PATCHES=(
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-09-27 4:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-21 7:31 [gentoo-commits] repo/gentoo:master commit in: sys-process/psinfo/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2020-06-21 7:31 Patrice Clement
2022-09-26 12:27 Sam James
2022-09-27 4:13 Yixun Lan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox