summaryrefslogtreecommitdiff
path: root/dev-python/sphinx_lv2_theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /dev-python/sphinx_lv2_theme
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'dev-python/sphinx_lv2_theme')
-rw-r--r--dev-python/sphinx_lv2_theme/Manifest4
-rw-r--r--dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild (renamed from dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild)6
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/sphinx_lv2_theme/Manifest b/dev-python/sphinx_lv2_theme/Manifest
index c134b1a6f00a..042ae0928a8f 100644
--- a/dev-python/sphinx_lv2_theme/Manifest
+++ b/dev-python/sphinx_lv2_theme/Manifest
@@ -1,3 +1,3 @@
-DIST {PN}-v1.0.0.tar.gz 9793 BLAKE2B 07b99851b264dc913e4774217e43692fa72d4f654cb8e3159f919952a25125de99a6118e422b36ae3661024adee2b34f94e45d9a1b801ea80936f23cc65bb861 SHA512 d50eddcf76bd5dd6f35b5891c96c0df2c7646c06603be6c526035ea2ed886b62dd8919749cef9b29ece0584e8a5e24a02d6f5e711dc20c2eadd76c020029292b
-EBUILD sphinx_lv2_theme-1.0.0.ebuild 554 BLAKE2B d6ad7c493292737f33cae07e58a6c4108d2f6585c7dd861c240a21c05c4e3fddac600386194baad342f97583d2112ed003a472f46afa736191237c65e784a0df SHA512 ee4d14ad1fb46ec4f95cbacc549ec9465998a01ae4877de5181e370145be3efdb562513f0a2b5f70ccd7d32e0d4c1fcde3b9e1b3cc2046e10602d72ec33cddc6
+DIST sphinx_lv2_theme-v1.0.0.tar.gz 9795 BLAKE2B 7406d03b53c06a4e814490df65c5dad3bb8299be2808fe89da842c4285ac8798141d7e59713e6bf3b3ea72a7af8650c2b7ead586fdf48004df78350ef789a649 SHA512 e10331f4a979055929b7146b89a4c19b05698e32d0acb2eb3d7734f6e9298d1dbe24dbe5f56697505f9f7488845643011fa1df4ed112b4f016ba21d41a4f91c8
+EBUILD sphinx_lv2_theme-1.0.0-r1.ebuild 494 BLAKE2B e8b3f8f60991204d017c8968e8424ca3a413c3a22ed5ab7dffc7ab8c18e3a185e80524983820bd92b279872f935a085613a2a7d4d43abc733b8ee07b6ab2351f SHA512 7144ba9cf28ca2edfc86efba8de36956f1293d67a8386392d385fc58c78c269e59c4e172f15c90384f1f7c5aecbce719a323276486809b719ae0310fe3ac67f3
MISC metadata.xml 428 BLAKE2B 44682c327177ec1dd09978a294329e8a23e25dbc5b382d802e5cec4a281b4345d147b6348ee6d2008d9e8b9463b35c0c3feff62f3c5d4c6083618fda5a7f8629 SHA512 df698193da79c7d54795ffc35f22c043b7144b62f833d50dc3f1403cc878954fdf294ec2668d2e6750ff4baf0043ab81bef28e927abbfd61bfc252625b8e8e3e
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-r1.ebuild
index 3a5a72a53681..c2df679f9a37 100644
--- 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-r1.ebuild
@@ -6,14 +6,12 @@ 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"
+SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"
+S="${WORKDIR}/${PN}-v${PV}"