diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-debug/gdbgui | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-debug/gdbgui')
| -rw-r--r-- | dev-debug/gdbgui/Manifest | 3 | ||||
| -rw-r--r-- | dev-debug/gdbgui/gdbgui-0.15.2.0-r1.ebuild | 31 | ||||
| -rw-r--r-- | dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild | 26 | ||||
| -rw-r--r-- | dev-debug/gdbgui/gdbgui-0.15.3.0.ebuild | 26 | ||||
| -rw-r--r-- | dev-debug/gdbgui/metadata.xml | 12 |
5 files changed, 0 insertions, 98 deletions
diff --git a/dev-debug/gdbgui/Manifest b/dev-debug/gdbgui/Manifest deleted file mode 100644 index 8fdaa2185b33..000000000000 --- a/dev-debug/gdbgui/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gdbgui-0.15.2.0.gh.tar.gz 4950845 BLAKE2B ffdce1923aead7d5cf202aa6954bbedcfa55cb27351b7635dd9636a8b398e4d9d8baa1c59789ba47e80ae581fa6510cae2017d0639cc7f9137d8ce5e0324172b SHA512 b1aef477f87b04016f594fe38581b646a0179bf9fd2441c6af3a534a817fc0b43a89f22016e252dffca775ab2b6a4e9cd7962f6f347be9295aee0af798a033b3 -DIST gdbgui-0.15.2.0.tar.gz 1292007 BLAKE2B 32adaef906d0fa94de76d7009c3a0c37e9596403b8a10b3b75b798627141627d7d7196399d61b4252512c6707a2ac8ec71958bb22432155ef8d11b3681aa89c2 SHA512 e678494efe6ef3a1e65dc167b0620cffd219a9fa3c2dcf5c127229042bb9e0f3a7ccba0cbf5c70689bb4ec1ec3f3c36be75a2b6024ea615758928205e584ecb8 -DIST gdbgui-0.15.3.0.tar.gz 1292210 BLAKE2B 76b0ac41025955e4af96a4cd45ef66247085aa233102f997fbbb513c8123c5308d8df1eeb22eaf8b7661b1aa04496437a3a32f7146cc47c4ecee9020f41bf6fe SHA512 b07723db7d777982c91baebf8c9d382bbaca99cb779a4a1392cbcc8ec5ee4563a8679ee7c41baa4e698f902c463edc3c5f47a4c61aa045ed02ae99a122d59968 diff --git a/dev-debug/gdbgui/gdbgui-0.15.2.0-r1.ebuild b/dev-debug/gdbgui/gdbgui-0.15.2.0-r1.ebuild deleted file mode 100644 index d736efdd8373..000000000000 --- a/dev-debug/gdbgui/gdbgui-0.15.2.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Browser-based frontend to gdb" -HOMEPAGE="https://www.gdbgui.com/ https://github.com/cs01/gdbgui" -SRC_URI="https://github.com/cs01/gdbgui/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/bidict[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/flask-compress[${PYTHON_USEDEP}] - dev-python/flask-socketio[${PYTHON_USEDEP}] - dev-python/pygdbmi[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/python-engineio[${PYTHON_USEDEP}] -" - -RDEPEND="${DEPEND}" - -distutils_enable_tests pytest diff --git a/dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild b/dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild deleted file mode 100644 index ecdfbbb0ebb5..000000000000 --- a/dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Browser-based frontend to gdb" -HOMEPAGE="https://www.gdbgui.com/ https://github.com/cs01/gdbgui" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/bidict[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/flask-compress[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/python-engineio[${PYTHON_USEDEP}] -" - -RDEPEND="${DEPEND}" diff --git a/dev-debug/gdbgui/gdbgui-0.15.3.0.ebuild b/dev-debug/gdbgui/gdbgui-0.15.3.0.ebuild deleted file mode 100644 index ecdfbbb0ebb5..000000000000 --- a/dev-debug/gdbgui/gdbgui-0.15.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Browser-based frontend to gdb" -HOMEPAGE="https://www.gdbgui.com/ https://github.com/cs01/gdbgui" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/bidict[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/flask-compress[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/python-engineio[${PYTHON_USEDEP}] -" - -RDEPEND="${DEPEND}" diff --git a/dev-debug/gdbgui/metadata.xml b/dev-debug/gdbgui/metadata.xml deleted file mode 100644 index 76d9fbaea58c..000000000000 --- a/dev-debug/gdbgui/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>stkw0@disroot.org</email> - <name>David Roman</name> - </maintainer> - <upstream> - <remote-id type="github">cs01/gdbgui</remote-id> - <remote-id type="pypi">gdbgui</remote-id> - </upstream> -</pkgmetadata> |
