commit:     53313d7ae4ee902ab5abc4d09c981da8d2802a6b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 08:13:33 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 08:14:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53313d7a

dev-python/sphinx_lv2_theme: new ebuild

Bug: https://bugs.gentoo.org/764455
Bug: https://bugs.gentoo.org/764458
Bug: https://bugs.gentoo.org/765412
Bug: https://bugs.gentoo.org/765418
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-python/sphinx_lv2_theme/Manifest                  |  1 +
 dev-python/sphinx_lv2_theme/metadata.xml              | 12 ++++++++++++
 .../sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild    | 19 +++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/sphinx_lv2_theme/Manifest 
b/dev-python/sphinx_lv2_theme/Manifest
new file mode 100644
index 00000000000..bbcdb1fab2b
--- /dev/null
+++ b/dev-python/sphinx_lv2_theme/Manifest
@@ -0,0 +1 @@
+DIST {PN}-v1.0.0.tar.gz 9793 BLAKE2B 
07b99851b264dc913e4774217e43692fa72d4f654cb8e3159f919952a25125de99a6118e422b36ae3661024adee2b34f94e45d9a1b801ea80936f23cc65bb861
 SHA512 
d50eddcf76bd5dd6f35b5891c96c0df2c7646c06603be6c526035ea2ed886b62dd8919749cef9b29ece0584e8a5e24a02d6f5e711dc20c2eadd76c020029292b

diff --git a/dev-python/sphinx_lv2_theme/metadata.xml 
b/dev-python/sphinx_lv2_theme/metadata.xml
new file mode 100644
index 00000000000..418c978c006
--- /dev/null
+++ b/dev-python/sphinx_lv2_theme/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>proau...@gentoo.org</email>
+    <name>ProAudio Project</name>
+  </maintainer>
+  <stabilize-allarches/>
+  <upstream>
+    <remote-id type="gitlab">lv2/sphinx_lv2_theme</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild 
b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
new file mode 100644
index 00000000000..904cc43951f
--- /dev/null
+++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+COMMIT="33313b0dca26a71555d4e90ecb283fad1dafc84f"
+
+DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation 
style"
+HOMEPAGE="https://gitlab.com/lv2/sphinx_lv2_theme";
+SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"

Reply via email to