diff options
-rw-r--r-- | dev-python/sphinx_lv2_theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx_lv2_theme/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild | 19 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/sphinx_lv2_theme/Manifest b/dev-python/sphinx_lv2_theme/Manifest new file mode 100644 index 000000000000..bbcdb1fab2b1 --- /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 000000000000..418c978c006d --- /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>proaudio@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 000000000000..904cc43951f7 --- /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}" |