public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/memprof/
@ 2024-11-01  2:55 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-11-01  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5063f925c6d9b299d63e125a8bb9f46ebedaef11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 02:54:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 02:54:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5063f925

dev-util/memprof: Stabilize 0.6.2-r2 amd64, #942627

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

 dev-util/memprof/memprof-0.6.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/memprof/memprof-0.6.2-r2.ebuild b/dev-util/memprof/memprof-0.6.2-r2.ebuild
index cd832965100c..86aecfb96213 100644
--- a/dev-util/memprof/memprof-0.6.2-r2.ebuild
+++ b/dev-util/memprof/memprof-0.6.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.secretlabs.de/projects/memprof/releases/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/memprof/
@ 2024-11-02 11:23 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-11-02 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     22fa963ee78f762a4e15559284c524cc9d08653d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 11:23:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 11:23:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fa963e

dev-util/memprof: Stabilize 0.6.2-r2 x86, #942627

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/memprof/memprof-0.6.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/memprof/memprof-0.6.2-r2.ebuild b/dev-util/memprof/memprof-0.6.2-r2.ebuild
index 86aecfb96213..a2f53190f4d8 100644
--- a/dev-util/memprof/memprof-0.6.2-r2.ebuild
+++ b/dev-util/memprof/memprof-0.6.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.secretlabs.de/projects/memprof/releases/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/memprof/
@ 2024-12-20 14:28 Petr Vaněk
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vaněk @ 2024-12-20 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     41dd0edcc419dcb017fcda0863e27e0b211b2558
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 14:27:23 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 14:27:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dd0edc

dev-util/memprof: drop 0.6.2-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-util/memprof/memprof-0.6.2-r1.ebuild | 44 --------------------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-util/memprof/memprof-0.6.2-r1.ebuild b/dev-util/memprof/memprof-0.6.2-r1.ebuild
deleted file mode 100644
index b2216864763e..000000000000
--- a/dev-util/memprof/memprof-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Profiling and leak detection tool"
-HOMEPAGE="https://www.secretlabs.de/projects/memprof/"
-SRC_URI="https://www.secretlabs.de/projects/memprof/releases/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="
-	dev-libs/glib:2
-	>=gnome-base/libglade-2
-	>=x11-libs/gtk+-2.6:2
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	nls? (
-		dev-util/intltool
-		sys-devel/gettext
-	)"
-
-DOCS=( AUTHORS ChangeLog README NEWS )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-binutils.patch
-	"${FILESDIR}"/${P}-desktop.patch
-)
-
-src_configure() {
-	econf \
-		--disable-static \
-		$(use_enable nls)
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete || die
-}


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

end of thread, other threads:[~2024-12-20 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-02 11:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/memprof/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 14:28 Petr Vaněk
2024-11-01  2:55 Sam James

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