summaryrefslogtreecommitdiff
path: root/dev-python/linuxdoc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/linuxdoc
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/linuxdoc')
-rw-r--r--dev-python/linuxdoc/Manifest1
-rw-r--r--dev-python/linuxdoc/linuxdoc-20240924.ebuild19
-rw-r--r--dev-python/linuxdoc/linuxdoc-99999999.ebuild27
-rw-r--r--dev-python/linuxdoc/metadata.xml13
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-python/linuxdoc/Manifest b/dev-python/linuxdoc/Manifest
new file mode 100644
index 000000000000..42653ce12476
--- /dev/null
+++ b/dev-python/linuxdoc/Manifest
@@ -0,0 +1 @@
+DIST linuxdoc-20240924.tar.gz 65042 BLAKE2B eff84175d42da81f1e67f13468415dca113cdf453a2dd68f2d44884f549a92f1aca5a7b9927e91f9d7f94d571f4fa69fafb4ef01c10f8d454b2becd1aee7936a SHA512 83789ee91ae1cf6e5d9ec48c1949fc25537bc7604cf67f2d70f09d1323d64958887b04f62a75ab75fe3c90ed5e74385495ee060973865eeeb7551561f5f75e9b
diff --git a/dev-python/linuxdoc/linuxdoc-20240924.ebuild b/dev-python/linuxdoc/linuxdoc-20240924.ebuild
new file mode 100644
index 000000000000..840b4fadc7ca
--- /dev/null
+++ b/dev-python/linuxdoc/linuxdoc-20240924.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2025 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="Sphinx-doc extensions for sophisticated C developer"
+HOMEPAGE="
+ https://pypi.org/project/linuxdoc/
+ https://github.com/return42/linuxdoc
+"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
diff --git a/dev-python/linuxdoc/linuxdoc-99999999.ebuild b/dev-python/linuxdoc/linuxdoc-99999999.ebuild
new file mode 100644
index 000000000000..c1f4b3330b6f
--- /dev/null
+++ b/dev-python/linuxdoc/linuxdoc-99999999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1
+
+if [[ ${PV} == *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/return42/${PN}.git"
+ EGIT_SUBMODULES=()
+ inherit git-r3
+else
+ inherit pypi
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Sphinx-doc extensions for sophisticated C developer"
+HOMEPAGE="
+ https://pypi.org/project/linuxdoc/
+ https://github.com/return42/linuxdoc
+"
+
+LICENSE="AGPL-3+"
+SLOT="0"
diff --git a/dev-python/linuxdoc/metadata.xml b/dev-python/linuxdoc/metadata.xml
new file mode 100644
index 000000000000..42f81fa5481c
--- /dev/null
+++ b/dev-python/linuxdoc/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">linuxdoc</remote-id>
+ <remote-id type="github">return42/linuxdoc</remote-id>
+ </upstream>
+</pkgmetadata>