diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/gdb-pt-dump | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/gdb-pt-dump')
| -rw-r--r-- | dev-python/gdb-pt-dump/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20250105.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/gdb-pt-dump/metadata.xml | 13 |
5 files changed, 108 insertions, 0 deletions
diff --git a/dev-python/gdb-pt-dump/Manifest b/dev-python/gdb-pt-dump/Manifest new file mode 100644 index 000000000000..1f670b6d565b --- /dev/null +++ b/dev-python/gdb-pt-dump/Manifest @@ -0,0 +1,2 @@ +DIST gdb-pt-dump-0.0.0_p20240401.gh.tar.gz 406426 BLAKE2B 9b50d600df72eec81b2d146dc972a2096ce6d8a085b79360dfefc3d45a733e29008ca3986496811532e541deec46d71410191869cd9643c603a3955d683e6ff7 SHA512 bb521868ccfbae8a411bc57e067cdda227b113cb20bc97eefad77a693f66d00d20debbce51f69c8daf86128bbf938cd3304ea97992aa817a608ce65f80173e10 +DIST gdb-pt-dump-0.0.0_p20250105.gh.tar.gz 407989 BLAKE2B a9f1a95894e8ac3db754fbc91dc4454ae475001f0a0e867e788b1958ed5734571456d720567b4ac12101d1b6e303376b42e88fa86dc265661b3be8554bc55ab7 SHA512 b054fde9e75fa5e7fe417c13ff7bb25ced7b1838ba0592cbedf1c086fc9fe461afea3df0643a164bf488bc4871d78517ef94def389efcdf291b452ce758b7397 diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild new file mode 100644 index 000000000000..9e76c283e815 --- /dev/null +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023-2024 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_{13..14} ) + +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="50227bda0b6332e94027f811a15879588de6d5cb" + +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 ~arm64 x86" + S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] +" diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20250105.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20250105.ebuild new file mode 100644 index 000000000000..30472c17ba38 --- /dev/null +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20250105.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023-2026 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_{13..14} ) + +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="7ccdd8bb35762d24386990ba91e43da234fe7437" + +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 ~arm64 x86" + S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + dev-debug/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..749a3eb7b753 --- /dev/null +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023-2026 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_{13..14} ) + +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="7ccdd8bb35762d24386990ba91e43da234fe7437" + +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 ~arm64 ~x86" + S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + dev-debug/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..5984318cfe25 --- /dev/null +++ b/dev-python/gdb-pt-dump/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
