From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9EF3158013 for ; Mon, 4 Dec 2023 08:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E03432BC018; Mon, 4 Dec 2023 08:33:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5ABE2BC018 for ; Mon, 4 Dec 2023 08:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBBF833BDC5 for ; Mon, 4 Dec 2023 08:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45937D80 for ; Mon, 4 Dec 2023 08:33:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701678781.8c8a8faed92bf948f8b95a1b60f40c0591fb6107.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gdb-pt-dump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gdb-pt-dump/Manifest dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild dev-python/gdb-pt-dump/metadata.xml X-VCS-Directories: dev-python/gdb-pt-dump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c8a8faed92bf948f8b95a1b60f40c0591fb6107 X-VCS-Branch: master Date: Mon, 4 Dec 2023 08:33:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70772378-4669-40fe-adb6-2ecaa16d669d X-Archives-Hash: d4079db5296f67339e9354efd4b071aa commit: 8c8a8faed92bf948f8b95a1b60f40c0591fb6107 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Fri Dec 1 22:39:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 4 08:33:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8a8fae dev-python/gdb-pt-dump: new package, add 0.0.0_p20231111, 9999 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> dev-python/gdb-pt-dump/Manifest | 1 + .../gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild | 31 ++++++++++++++++++++++ dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild | 31 ++++++++++++++++++++++ dev-python/gdb-pt-dump/metadata.xml | 15 +++++++++++ 4 files changed, 78 insertions(+) diff --git a/dev-python/gdb-pt-dump/Manifest b/dev-python/gdb-pt-dump/Manifest new file mode 100644 index 000000000000..b69b7da870f8 --- /dev/null +++ b/dev-python/gdb-pt-dump/Manifest @@ -0,0 +1 @@ +DIST gdb-pt-dump-0.0.0_p20231111.gh.tar.gz 386894 BLAKE2B 31c15a7574ac37e859831e6b17d27ce47bc6aed4d3bb81a01c8492b803cd71ba28379777bd9c221c9f81585811bba4952fb8e5349104ff36e88efe3996715937 SHA512 c94cce47754b634a2fda267f715cdd7957ec0714c4ac96d6b9e20fa4cfdf6c026a3e0b351bf0e041ea0c2dbf253f547ede3d2b13b83c6316ef6222bac0e4b61b diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild new file mode 100644 index 000000000000..3290d5cd1377 --- /dev/null +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Examine the address space of a QEMU-based virtual machine" +HOMEPAGE="https://github.com/martinradev/gdb-pt-dump" + +GDB_PT_DUMP_COMMIT="89ea252f6efc5d75eacca16fc17ff8966a389690" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/martinradev/gdb-pt-dump.git" +else + SRC_URI="https://github.com/martinradev/gdb-pt-dump/archive/${GDB_PT_DUMP_COMMIT}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] +" diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild new file mode 100644 index 000000000000..3290d5cd1377 --- /dev/null +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Examine the address space of a QEMU-based virtual machine" +HOMEPAGE="https://github.com/martinradev/gdb-pt-dump" + +GDB_PT_DUMP_COMMIT="89ea252f6efc5d75eacca16fc17ff8966a389690" + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/martinradev/gdb-pt-dump.git" +else + SRC_URI="https://github.com/martinradev/gdb-pt-dump/archive/${GDB_PT_DUMP_COMMIT}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] +" diff --git a/dev-python/gdb-pt-dump/metadata.xml b/dev-python/gdb-pt-dump/metadata.xml new file mode 100644 index 000000000000..9d5cd75cb299 --- /dev/null +++ b/dev-python/gdb-pt-dump/metadata.xml @@ -0,0 +1,15 @@ + + + + + mario.haustein@hrz.tu-chemnitz.de + Mario Haustein + + + proxy-maint@gentoo.org + Proxy Maintainers + + + martinradev/gdb-pt-dump + +