summaryrefslogtreecommitdiff
path: root/dev-debug/gdbgui
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-25 18:53:14 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-25 18:53:14 +0000
commitb77d22afc76b0450bdb9a15c65eae4a4e954cb36 (patch)
tree621dc3d3f4a1c71bfbaf25bf2ba2ea3f016ce13c /dev-debug/gdbgui
parent18336a373df542f72268fe92d76d1c820bd7ec47 (diff)
downloadbaldeagleos-repo-b77d22afc76b0450bdb9a15c65eae4a4e954cb36.tar.gz
baldeagleos-repo-b77d22afc76b0450bdb9a15c65eae4a4e954cb36.tar.xz
baldeagleos-repo-b77d22afc76b0450bdb9a15c65eae4a4e954cb36.zip
Adding metadata
Diffstat (limited to 'dev-debug/gdbgui')
-rw-r--r--dev-debug/gdbgui/Manifest1
-rw-r--r--dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild26
-rw-r--r--dev-debug/gdbgui/metadata.xml10
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-debug/gdbgui/Manifest b/dev-debug/gdbgui/Manifest
new file mode 100644
index 000000000000..13fedafb1ad9
--- /dev/null
+++ b/dev-debug/gdbgui/Manifest
@@ -0,0 +1 @@
+DIST gdbgui-0.15.2.0.tar.gz 1292007 BLAKE2B 32adaef906d0fa94de76d7009c3a0c37e9596403b8a10b3b75b798627141627d7d7196399d61b4252512c6707a2ac8ec71958bb22432155ef8d11b3681aa89c2 SHA512 e678494efe6ef3a1e65dc167b0620cffd219a9fa3c2dcf5c127229042bb9e0f3a7ccba0cbf5c70689bb4ec1ec3f3c36be75a2b6024ea615758928205e584ecb8
diff --git a/dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild b/dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild
new file mode 100644
index 000000000000..b38faf2c323f
--- /dev/null
+++ b/dev-debug/gdbgui/gdbgui-0.15.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+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
new file mode 100644
index 000000000000..56988650ec34
--- /dev/null
+++ b/dev-debug/gdbgui/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file