From 67e5603b2844a6657dd0438fa26626b013e5567f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 24 Jun 2024 00:11:52 +0100 Subject: gentoo auto-resync : 24:06:2024 - 00:11:52 --- sys-process/Manifest.gz | Bin 10141 -> 10143 bytes sys-process/unixtop/Manifest | 2 +- sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild | 49 ----------------------- sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild | 51 ++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 50 deletions(-) delete mode 100644 sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild create mode 100644 sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild (limited to 'sys-process') diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz index 19c56a1b8b4c..19443ca54f0d 100644 Binary files a/sys-process/Manifest.gz and b/sys-process/Manifest.gz differ diff --git a/sys-process/unixtop/Manifest b/sys-process/unixtop/Manifest index b1b5a4239978..045b64073c7f 100644 --- a/sys-process/unixtop/Manifest +++ b/sys-process/unixtop/Manifest @@ -7,5 +7,5 @@ AUX unixtop-3.8_beta1-recent-linux.patch 344 BLAKE2B cbf426d5f97704a5a24f87ed33a AUX unixtop-3.8_beta1-renice-segfault.patch 518 BLAKE2B fb81d2053fd5de006b9a229f0cc6bb6be6107fa26d22488e20ba76ca021a98298f035af3daee5d5cecb1d68100d5dd3062399578c60e83fe2b4f90052f0c838f SHA512 2d74ee0e67136a59d6745522ea7671404a9d0a026311f6dfa47dc78d12ecb12da63aab915b969cdecbdf9f3ba9dd86babeebc5c1b61713adbb7c98f70adf56f6 AUX unixtop-3.8_beta1-winch-segfault.patch 813 BLAKE2B 3d9143cafe1f72ba5dc4847d3bfdcfcb9f7ad0b905242d58d27251cfbaeb5d529211fd533b8305a2df1a1291af02399dc6b1c7c0976d29c094d1bfb1cec280e4 SHA512 0d79c47dc83a66339bcdc988511186d7ba0bfb4e8353221a0f16f55dfc8d8898bb8a5ebbabcc8ac7deb34de60b9de0c8debc0ba0c3a916206658f89743883e77 DIST top-3.8beta1.tar.bz2 233880 BLAKE2B 126ed2ef1e89bcd00e989350d0bdd2b78308400eadf0208d7c1bb1abac6b46cecfb0db514576cf6a272038329b1bc0fce4ada37bed42a2e2a662778bcdaf465b SHA512 c66d786e34070afd00dc2225ce4cddcf0fdaee0e2a6c6e2dfadadcd97bbe84c6668041ff5b075137630b99240c711fbfda8b85fb09c6a39e3067798cbe612671 -EBUILD unixtop-3.8_beta1-r3.ebuild 1207 BLAKE2B bfe62373dfa0ec61cdcdf1e6c1c22d7f29613df62380db37e842594c21adf5e41f279d3916e65a1b072e08edbb5d6b04748b5e935aea903554734d149212426c SHA512 6e31198e65b2b720b5ef0d73d8942bcb018cba5b546c7865838c04b7830ecb90c481b1332b008b9833c9726bd8cd05c18c0e0c76c76f28c372d2cddecbe41b0a +EBUILD unixtop-3.8_beta1-r4.ebuild 1212 BLAKE2B 9fc99ce3a6f97b1eaf096bc5d656d440b93f803227b82356753eb80e92da399f11f011cdeb62964944169c52eb8a939829698b2b9e4feed721b5519d8aabfd9a SHA512 8507b0489b429479ec3a0fe0f30ecea4e5e76ede4073fe5c8827676d6c350e634f45bc7d15f4bc82829a32e9a5a2f53a21c1787bfcc30dc6fe8620161946fd3a MISC metadata.xml 325 BLAKE2B eac0387e1e69828a9f90e51b755604f83467c6059f16d802513b9cb18f44c58a0ef5af7be75110a237ab46f9dafc22df9840af01fcde6ae9189401a6072d28d7 SHA512 a060f89739cd7787f90283dd50a9d41fe935df70bea38feef315935b8dcc990f3e50ffe53f7950828406c24ecd68c641a3257bd2b1906133b172ceca3f0b8291 diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild deleted file mode 100644 index 53abe59a5b51..000000000000 --- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="top for UNIX systems" -HOMEPAGE="https://unixtop.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/unixtop/top-${PV/_/}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64-linux ~x64-solaris" -IUSE="" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - !sys-process/procps" - -S=${WORKDIR}/top-${PV/_/} - -PATCHES=( - "${FILESDIR}"/${PN}-3.8_beta1-ncurses.patch - "${FILESDIR}"/${PN}-3.8_beta1-no-AX-macros.patch - "${FILESDIR}"/${PN}-3.8_beta1-renice-segfault.patch - "${FILESDIR}"/${PN}-3.8_beta1-memleak-fix-v2.patch - "${FILESDIR}"/${PN}-3.8_beta1-high-threadid-crash.patch - "${FILESDIR}"/${PN}-3.8_beta1-percent-cpu.patch - "${FILESDIR}"/${PN}-3.8_beta1-winch-segfault.patch - "${FILESDIR}"/${PN}-3.8_beta1-recent-linux.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf= - - # don't do bi-arch cruft on hosts that support that, such as Solaris - export enable_dualarch=no - - # configure demands an override because on OSX this is "experimental" - [[ ${CHOST} == *-darwin* ]] && myconf="${myconf} --with-module=macosx" - - econf ${myconf} -} diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild new file mode 100644 index 000000000000..22abf047614d --- /dev/null +++ b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="top for UNIX systems" +HOMEPAGE="https://unixtop.sourceforge.net/" +SRC_URI="https://downloads.sourceforge.net/unixtop/top-${PV/_/}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64-linux ~x64-solaris" +IUSE="" + +DEPEND="sys-libs/ncurses:=" +RDEPEND=" + ${RDEPEND} + !sys-process/procps +" + +S=${WORKDIR}/top-${PV/_/} + +PATCHES=( + "${FILESDIR}"/${PN}-3.8_beta1-ncurses.patch + "${FILESDIR}"/${PN}-3.8_beta1-no-AX-macros.patch + "${FILESDIR}"/${PN}-3.8_beta1-renice-segfault.patch + "${FILESDIR}"/${PN}-3.8_beta1-memleak-fix-v2.patch + "${FILESDIR}"/${PN}-3.8_beta1-high-threadid-crash.patch + "${FILESDIR}"/${PN}-3.8_beta1-percent-cpu.patch + "${FILESDIR}"/${PN}-3.8_beta1-winch-segfault.patch + "${FILESDIR}"/${PN}-3.8_beta1-recent-linux.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + local myconf= + + # don't do bi-arch cruft on hosts that support that, such as Solaris + export enable_dualarch=no + + # configure demands an override because on OSX this is "experimental" + [[ ${CHOST} == *-darwin* ]] && myconf="${myconf} --with-module=macosx" + + econf ${myconf} +} -- cgit v1.2.3