public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/latencytop/
@ 2019-10-07  8:42 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2019-10-07  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9b2404c217b19040454628551b48f0e3fefb3209
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:41:04 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:41:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2404c2

sys-process/latencytop: amd64 stable wrt bug #696372

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-process/latencytop/latencytop-0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/latencytop/latencytop-0.5-r1.ebuild b/sys-process/latencytop/latencytop-0.5-r1.ebuild
index 003ad366214..171724bf7ba 100644
--- a/sys-process/latencytop/latencytop-0.5-r1.ebuild
+++ b/sys-process/latencytop/latencytop-0.5-r1.ebuild
@@ -15,7 +15,7 @@ CONFIG_CHECK="~LATENCYTOP"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="gtk"
 
 RDEPEND="dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/latencytop/
@ 2019-10-07  8:49 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-10-07  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fe35f15084fd987095a886bcdc4fb3030a0b40fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:49:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:49:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe35f150

sys-process/latencytop: Drop old (EAPI=0)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/latencytop/latencytop-0.5.ebuild | 39 ----------------------------
 1 file changed, 39 deletions(-)

diff --git a/sys-process/latencytop/latencytop-0.5.ebuild b/sys-process/latencytop/latencytop-0.5.ebuild
deleted file mode 100644
index cf61c0b00e9..00000000000
--- a/sys-process/latencytop/latencytop-0.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="tool for identifying where in the system latency is happening"
-HOMEPAGE="http://www.latencytop.org/"
-SRC_URI="http://www.latencytop.org/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk unicode"
-
-RDEPEND="=dev-libs/glib-2*
-	gtk? ( =x11-libs/gtk+-2* )
-	sys-libs/ncurses"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-*.patch
-	sed -i \
-		-e "/^HAS_GTK_GUI/s:=.*:=$(use gtk && echo 1):" \
-		Makefile || die
-}
-
-src_compile() {
-	tc-export CC PKG_CONFIG
-	emake || die
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-process/latencytop/
@ 2021-11-05 14:55 Jakov Smolić
  0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2021-11-05 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d19ac7b9be0901d37786ea2be918d1ad94cf645b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 14:54:54 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 14:54:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19ac7b9

sys-process/latencytop: Port to EAPI 7

Closes: https://bugs.gentoo.org/819177
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../{latencytop-0.5-r1.ebuild => latencytop-0.5-r2.ebuild}  | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sys-process/latencytop/latencytop-0.5-r1.ebuild b/sys-process/latencytop/latencytop-0.5-r2.ebuild
similarity index 90%
rename from sys-process/latencytop/latencytop-0.5-r1.ebuild
rename to sys-process/latencytop/latencytop-0.5-r2.ebuild
index b11c17b59a0..fa540325458 100644
--- a/sys-process/latencytop/latencytop-0.5-r1.ebuild
+++ b/sys-process/latencytop/latencytop-0.5-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit epatch linux-info
+inherit linux-info
 
 DESCRIPTION="tool for identifying where in the system latency is happening"
 HOMEPAGE="http://git.infradead.org/latencytop.git"
@@ -19,10 +19,11 @@ KEYWORDS="amd64 ~arm x86"
 IUSE="gtk"
 
 RDEPEND="dev-libs/glib:2
+	sys-libs/ncurses:0=
 	gtk? ( x11-libs/gtk+:2 )
-	sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 # Upstream is dead, so there are no bugs to track for any
 # of these patches.
@@ -41,7 +42,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-	epatch "${PATCHES[@]}"
+	default
 
 	# Without a configure script, we toggle bools manually
 	# This also needs to be done after patches are applied


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

end of thread, other threads:[~2021-11-05 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  8:42 [gentoo-commits] repo/gentoo:master commit in: sys-process/latencytop/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2019-10-07  8:49 Michał Górny
2021-11-05 14:55 Jakov Smolić

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