public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/
@ 2024-08-31  4:48 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-08-31  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8dc7eeba7901edd5320d6be986e7ed1ed6bb93cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 04:47:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 04:47:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc7eeba

dev-debug/gprofng-gui: fixup binutils dep

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

 dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
index 001024f364e3..b5c37437424f 100644
--- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
+++ b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND="
-	sys-devel/binutils:*[gprofng]
+	sys-devel/binutils:*[gprofng(-)]
 	>=virtual/jre-1.8:*
 "
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/
@ 2024-08-31  5:15 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-08-31  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     73da100b2ea30be1a9dbfd06b19a857e8f1cdc72
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 05:12:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 05:12:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73da100b

dev-debug/gprofng-gui: update maintainers, add remote-id

The java@ bit was inherited from before when it called java directly.

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

 dev-debug/gprofng-gui/metadata.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-debug/gprofng-gui/metadata.xml b/dev-debug/gprofng-gui/metadata.xml
index 75321cfb5598..56ab0052cdce 100644
--- a/dev-debug/gprofng-gui/metadata.xml
+++ b/dev-debug/gprofng-gui/metadata.xml
@@ -2,6 +2,10 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
-		<email>java@gentoo.org</email>
+		<email>toolchain@gentoo.org</email>
+		<name>Gentoo Toolchain Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="savannah">gprofng-gui</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/
@ 2024-08-31  5:15 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-08-31  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     684533e811618ad2eef5531d856ae3a0f155f9ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 05:13:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 05:13:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684533e8

dev-debug/gprofng-gui: use mirror://gnu

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

 dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
index b5c37437424f..6867793af8b3 100644
--- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
+++ b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
@@ -7,7 +7,7 @@ inherit java-pkg-2
 
 DESCRIPTION="Full-fledged graphical interface to operate gprofng"
 HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
-SRC_URI="https://ftp.gnu.org/gnu/gprofng-gui/${P}.tar.gz"
+SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
 S="${WORKDIR}/${P}"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/
@ 2024-08-31  5:15 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-08-31  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0dabfdff5b5fd2a745d9e2864aa901c248048c3f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 05:14:29 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 05:14:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dabfdff

dev-debug/gprofng-gui: update LICENSE

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

 dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
index 6867793af8b3..494aab5c7e6f 100644
--- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
+++ b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
 SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
 S="${WORKDIR}/${P}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/
@ 2024-08-31  7:46 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-08-31  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6be883cbe08421ca5ceb23a11f1f818631aea71c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 07:35:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 07:46:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be883cb

dev-debug/gprofng-gui: add 9999

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

 dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild              | 15 ++++++++++++---
 .../{gprofng-gui-1.1.ebuild => gprofng-gui-9999.ebuild}   | 15 ++++++++++++---
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
index 494aab5c7e6f..a97566fb7708 100644
--- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
+++ b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
@@ -7,12 +7,18 @@ inherit java-pkg-2
 
 DESCRIPTION="Full-fledged graphical interface to operate gprofng"
 HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
-SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
-S="${WORKDIR}/${P}"
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://git.savannah.gnu.org/git/gprofng-gui.git"
+	inherit autotools git-r3
+else
+	SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
+	S="${WORKDIR}/${P}"
+
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND="
@@ -22,5 +28,8 @@ RDEPEND="
 
 src_prepare() {
 	default
+
+	[[ ${PV} == 9999 ]] && eautoreconf
+
 	java-pkg-2_src_prepare
 }

diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild
similarity index 62%
copy from dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
copy to dev-debug/gprofng-gui/gprofng-gui-9999.ebuild
index 494aab5c7e6f..a97566fb7708 100644
--- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild
+++ b/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild
@@ -7,12 +7,18 @@ inherit java-pkg-2
 
 DESCRIPTION="Full-fledged graphical interface to operate gprofng"
 HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
-SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
-S="${WORKDIR}/${P}"
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://git.savannah.gnu.org/git/gprofng-gui.git"
+	inherit autotools git-r3
+else
+	SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
+	S="${WORKDIR}/${P}"
+
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND="
@@ -22,5 +28,8 @@ RDEPEND="
 
 src_prepare() {
 	default
+
+	[[ ${PV} == 9999 ]] && eautoreconf
+
 	java-pkg-2_src_prepare
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/
@ 2025-02-09  7:09 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-02-09  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a5b5c71e4ca46298985a225afe63271888877209
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 06:59:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 07:09:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b5c71e

dev-debug/gprofng-gui: add 2.0

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

 dev-debug/gprofng-gui/Manifest               |  1 +
 dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild | 35 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-debug/gprofng-gui/Manifest b/dev-debug/gprofng-gui/Manifest
index 8feedb95e0ac..d39a0e23177f 100644
--- a/dev-debug/gprofng-gui/Manifest
+++ b/dev-debug/gprofng-gui/Manifest
@@ -1 +1,2 @@
 DIST gprofng-gui-1.1.tar.gz 1576556 BLAKE2B 3b757ffe2785cfcee8d5f154f140685dddc8644ff04770be96fbb8bc2a6020e6d10b6daf60962454775c995806c1c7b669d867af88f1928e63f41996f3f85cb9 SHA512 5fad2f32be19bae829f92b3d1f307858c4cd26574dfc2be3ce47728b4c361f090b26cb2a541c63902f65395182cece49c82d39987644eeebe1bc11eb9a58fc48
+DIST gprofng-gui-2.0.tar.gz 1297153 BLAKE2B 0a0c921a2ba1e81cdec3cba5fbe66ae8079fcce3f3fcad2ad792e2758ca218bd667dd9722d32e25027d9eb1b6ddb3897c94098db07f24915928347c4ff804b19 SHA512 2e27eb3632de6a81c9301bea740a1bda288d0c74a788a59cc44cd3c3a172a45e7be8bacb7ffe454924f707728b38bfb539998a41a8ef0b363039d7d6fcc6ac0a

diff --git a/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild b/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild
new file mode 100644
index 000000000000..e3357af2f53c
--- /dev/null
+++ b/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2
+
+DESCRIPTION="Full-fledged graphical interface to operate gprofng"
+HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://git.savannah.gnu.org/git/gprofng-gui.git"
+	inherit autotools git-r3
+else
+	SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
+	S="${WORKDIR}/${P}"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND="
+	sys-devel/binutils:*[gprofng(-)]
+	>=virtual/jre-1.8:*
+"
+
+src_prepare() {
+	default
+
+	[[ ${PV} == 9999 ]] && eautoreconf
+
+	java-pkg-2_src_prepare
+}


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

end of thread, other threads:[~2025-02-09  7:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31  7:46 [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09  7:09 Sam James
2024-08-31  5:15 Sam James
2024-08-31  5:15 Sam James
2024-08-31  5:15 Sam James
2024-08-31  4:48 Sam James

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