commit: 8e77023180a9796204ecdc43da6854ea7388f769
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 6 01:31:42 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 6 01:31:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e770231
dev-debug/hotspot: add 1.6.0
This is basically the same as our snapshot. Keep the release logic
for now in the ebuild though the tarball is missing.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/hotspot/Manifest | 1 +
.../{hotspot-9999.ebuild => hotspot-1.6.0.ebuild} | 19 ++++++++++---------
dev-debug/hotspot/hotspot-9999.ebuild | 19 ++++++++++---------
3 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/dev-debug/hotspot/Manifest b/dev-debug/hotspot/Manifest
index f7871c71df62..fdd2f6fb1bc0 100644
--- a/dev-debug/hotspot/Manifest
+++ b/dev-debug/hotspot/Manifest
@@ -1,3 +1,4 @@
DIST PrefixTickLabels-7cd6d5a04cf3747cc9327efdbcbf43620efaa0c1.gh.tar.gz 21553
BLAKE2B
c804b6a573db0015fea032c4e1497d19e70a6d1fac85e980a8a9467bb773b583be0e4ffcc92802083760c56541fc17f3f5ed698f34913e49451a064768a4ad7f
SHA512
d0f9d5f1e4b597f55d612bdcb9c870f0a490a5c66cb72e10bb1e73278be3f33bfb0a9c4ba0f4dfd3973f030814b594f9225f9d49a190de176961aa7677287d6f
+DIST hotspot-1.6.0.gh.tar.gz 4108062 BLAKE2B
fa60d3cee1f2551b97ec7806d0f05de95ba50f533a8528488a3bb6ed026ae2702761d006139bdf300becd9f4846851f5bd2f5935d76054593e5f7a746896df73
SHA512
ddd252ae828dd5086f67b074078eecb3bdff44be9b614eec72b15dbfb0fdab574fadd8d0f32136f1f8f92ed3359ef5194236f3c9bbb3beb0eb93d509ca146a0f
DIST hotspot-b61451d827dd23e35c5f611e3626226a119dfa48.gh.tar.gz 4103942
BLAKE2B
0ccdc66f1bde032c981d49807a659589ac51023f747afc462a75c27594cc806e67b3ec9525e0236da568c1ecf8f1d4fefcbd539ed5577f9a23850b20a478671b
SHA512
e77111fe9213b24aca6070eb21ea1e608dd30472bf72d6433a5e72f2d8e17926bee169aa70820776dbcb966e610fef43f0091db98443e929a2fb1437956f7300
DIST perfparser-65472541f74da213583535c8bb4fea831e875109.gh.tar.gz 3312538
BLAKE2B
d2443e60c93047d7f5714d56ed24e5d3f94ace7cef152a6ea70539f8c0e0eb720297635da122715cd07f7efacbed9010951d368f1fc94142a5ebd130ea39377e
SHA512
7ee0ec21dfdc201618921d1878c19c32cafecb268ecf45b513048730d8c34202fd28b531ec938ef13666d7b5dd83b75b68f33a607a6e016fcd8759af980bb223
diff --git a/dev-debug/hotspot/hotspot-9999.ebuild
b/dev-debug/hotspot/hotspot-1.6.0.ebuild
similarity index 81%
copy from dev-debug/hotspot/hotspot-9999.ebuild
copy to dev-debug/hotspot/hotspot-1.6.0.ebuild
index b5ff51ae0faa..41d986efdb47 100644
--- a/dev-debug/hotspot/hotspot-9999.ebuild
+++ b/dev-debug/hotspot/hotspot-1.6.0.ebuild
@@ -28,14 +28,15 @@ elif [[ ${PV} == *_p* ]] ; then
"
S="${WORKDIR}"/${PN}-${HOTSPOT_COMMIT}
else
+ PERFPARSER_COMMIT="65472541f74da213583535c8bb4fea831e875109"
+ PREFIXTICKLABELS_COMMIT="7cd6d5a04cf3747cc9327efdbcbf43620efaa0c1"
SRC_URI="
-
https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-v${PV}.tar.gz
-
https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-perfparser-v${PV}.tar.gz
- -> ${PN}-v${PV}-perfparser.tar.gz
-
https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-PrefixTickLabels-v${PV}.tar.gz
- -> ${PN}-v${PV}-PrefixTickLabels.tar.gz
+ https://github.com/KDAB/hotspot/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz
+
https://github.com/KDAB/perfparser/archive/${PERFPARSER_COMMIT}.tar.gz
+ -> perfparser-${PERFPARSER_COMMIT}.gh.tar.gz
+
https://github.com/koenpoppe/PrefixTickLabels/archive/${PREFIXTICKLABELS_COMMIT}.tar.gz
+ -> PrefixTickLabels-${PREFIXTICKLABELS_COMMIT}.gh.tar.gz
"
- S="${WORKDIR}"/${PN}
fi
# hotspot itself is GPL-2 or GPL-3
@@ -92,10 +93,10 @@ src_unpack() {
tar -xf
"${DISTDIR}"/PrefixTickLabels-${PREFIXTICKLABELS_COMMIT}.gh.tar.gz
--strip-components=1 \
-C "${S}"/3rdparty/PrefixTickLabels || die
else
- unpack ${PN}-v${PV}.tar.gz
- tar -xf "${DISTDIR}"/${PN}-v${PV}-perfparser.tar.gz
--strip-components=1 \
+ unpack ${P}.gh.tar.gz
+ tar -xf "${DISTDIR}"/perfparser-${PERFPARSER_COMMIT}.gh.tar.gz
--strip-components=1 \
-C "${S}"/3rdparty/perfparser || die
- tar -xf "${DISTDIR}"/${PN}-v${PV}-PrefixTickLabels.tar.gz
--strip-components=1 \
+ tar -xf
"${DISTDIR}"/PrefixTickLabels-${PREFIXTICKLABELS_COMMIT}.gh.tar.gz
--strip-components=1 \
-C "${S}"/3rdparty/PrefixTickLabels || die
fi
}
diff --git a/dev-debug/hotspot/hotspot-9999.ebuild
b/dev-debug/hotspot/hotspot-9999.ebuild
index b5ff51ae0faa..41d986efdb47 100644
--- a/dev-debug/hotspot/hotspot-9999.ebuild
+++ b/dev-debug/hotspot/hotspot-9999.ebuild
@@ -28,14 +28,15 @@ elif [[ ${PV} == *_p* ]] ; then
"
S="${WORKDIR}"/${PN}-${HOTSPOT_COMMIT}
else
+ PERFPARSER_COMMIT="65472541f74da213583535c8bb4fea831e875109"
+ PREFIXTICKLABELS_COMMIT="7cd6d5a04cf3747cc9327efdbcbf43620efaa0c1"
SRC_URI="
-
https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-v${PV}.tar.gz
-
https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-perfparser-v${PV}.tar.gz
- -> ${PN}-v${PV}-perfparser.tar.gz
-
https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-PrefixTickLabels-v${PV}.tar.gz
- -> ${PN}-v${PV}-PrefixTickLabels.tar.gz
+ https://github.com/KDAB/hotspot/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz
+
https://github.com/KDAB/perfparser/archive/${PERFPARSER_COMMIT}.tar.gz
+ -> perfparser-${PERFPARSER_COMMIT}.gh.tar.gz
+
https://github.com/koenpoppe/PrefixTickLabels/archive/${PREFIXTICKLABELS_COMMIT}.tar.gz
+ -> PrefixTickLabels-${PREFIXTICKLABELS_COMMIT}.gh.tar.gz
"
- S="${WORKDIR}"/${PN}
fi
# hotspot itself is GPL-2 or GPL-3
@@ -92,10 +93,10 @@ src_unpack() {
tar -xf
"${DISTDIR}"/PrefixTickLabels-${PREFIXTICKLABELS_COMMIT}.gh.tar.gz
--strip-components=1 \
-C "${S}"/3rdparty/PrefixTickLabels || die
else
- unpack ${PN}-v${PV}.tar.gz
- tar -xf "${DISTDIR}"/${PN}-v${PV}-perfparser.tar.gz
--strip-components=1 \
+ unpack ${P}.gh.tar.gz
+ tar -xf "${DISTDIR}"/perfparser-${PERFPARSER_COMMIT}.gh.tar.gz
--strip-components=1 \
-C "${S}"/3rdparty/perfparser || die
- tar -xf "${DISTDIR}"/${PN}-v${PV}-PrefixTickLabels.tar.gz
--strip-components=1 \
+ tar -xf
"${DISTDIR}"/PrefixTickLabels-${PREFIXTICKLABELS_COMMIT}.gh.tar.gz
--strip-components=1 \
-C "${S}"/3rdparty/PrefixTickLabels || die
fi
}