public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/unixtop/
@ 2017-04-14  7:36 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2017-04-14  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     898508cae55771dd611ff9e883611a905c27f301
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 07:35:57 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 07:35:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898508ca

sys-process/unixtop: bump from EAPI=0 to EAPI=6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
index 38bfa90fe46..d32e3863a6f 100644
--- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
+++ b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit eutils autotools
 
 DESCRIPTION="top for UNIX systems"
@@ -17,19 +19,18 @@ DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/top-${PV/_/}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-ncurses.patch
 	epatch "${FILESDIR}"/${P}-no-AX-macros.patch
 	epatch "${FILESDIR}"/${P}-renice-segfault.patch
 	epatch "${FILESDIR}"/${P}-memleak-fix-v2.patch
 	epatch "${FILESDIR}"/${P}-high-threadid-crash.patch
 	epatch "${FILESDIR}"/${P}-percent-cpu.patch
+	eapply_user
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	local myconf=
 
 	# don't do bi-arch cruft on hosts that support that, such as Solaris
@@ -38,11 +39,5 @@ src_compile() {
 	# configure demands an override because on OSX this is "experimental"
 	[[ ${CHOST} == *-darwin* ]] && myconf="${myconf} --with-module=macosx"
 
-	econf ${myconf} || die
-	emake || die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc README FAQ Y2K
+	econf ${myconf}
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/unixtop/
@ 2023-07-04 22:19 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-07-04 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c593876424cdbb13cb5596804a0e5dc6513ce02b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun 19 12:24:20 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 22:18:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5938764

sys-process/unixtop: use https

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
index cbdbb531ceac..0f1fe94dea03 100644
--- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
+++ b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="top for UNIX systems"
-HOMEPAGE="http://unixtop.sourceforge.net/"
+HOMEPAGE="https://unixtop.sourceforge.net/"
 SRC_URI="mirror://sourceforge/unixtop/top-${PV/_/}.tar.bz2"
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/unixtop/
@ 2024-06-23  2:29 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-06-23  2:29 UTC (permalink / raw
  To: gentoo-commits

commit:     12b0bde2e18d53ec88da248ef24d03db13ae6afc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 02:28:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 02:28:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b0bde2

sys-process/unixtop: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...unixtop-3.8_beta1-r3.ebuild => unixtop-3.8_beta1-r4.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild
similarity index 93%
rename from sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
rename to sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild
index 53abe59a5b51..22abf047614d 100644
--- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
+++ b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
@@ -14,9 +14,11 @@ SLOT="0"
 KEYWORDS="~amd64-linux ~x64-solaris"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}
-	!sys-process/procps"
+DEPEND="sys-libs/ncurses:="
+RDEPEND="
+	${RDEPEND}
+	!sys-process/procps
+"
 
 S=${WORKDIR}/top-${PV/_/}
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/unixtop/
@ 2024-08-05  7:18 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2024-08-05  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7d4298f1c4d21421faadd4e27983debab4535d30
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 11:32:17 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 07:05:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4298f1

sys-process/unixtop: remove empty IUSE

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild
index 22abf047614d..76c63663fbb9 100644
--- a/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild
+++ b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild
@@ -8,11 +8,11 @@ inherit autotools
 DESCRIPTION="top for UNIX systems"
 HOMEPAGE="https://unixtop.sourceforge.net/"
 SRC_URI="https://downloads.sourceforge.net/unixtop/top-${PV/_/}.tar.bz2"
+S="${WORKDIR}/top-${PV/_/}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64-linux ~x64-solaris"
-IUSE=""
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="
@@ -20,8 +20,6 @@ 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-05  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23  2:29 [gentoo-commits] repo/gentoo:master commit in: sys-process/unixtop/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-05  7:18 Joonas Niilola
2023-07-04 22:19 Conrad Kostecki
2017-04-14  7:36 Fabian Groffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox