diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-03-25 17:41:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-03-25 17:41:23 +0000 |
| commit | cd2aff2dcbe979cceb742930f1065ed234b72bd2 (patch) | |
| tree | 88261ebf9e926bc6fc4939c7b221a1b6bb6829a7 /dev-python/sphinx_lv2_theme | |
| parent | a7036dee5712b70214aa34144a9f3b101f856d35 (diff) | |
| download | baldeagleos-repo-cd2aff2dcbe979cceb742930f1065ed234b72bd2.tar.gz baldeagleos-repo-cd2aff2dcbe979cceb742930f1065ed234b72bd2.tar.xz baldeagleos-repo-cd2aff2dcbe979cceb742930f1065ed234b72bd2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx_lv2_theme')
| -rw-r--r-- | dev-python/sphinx_lv2_theme/Manifest | 2 | ||||
| -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, 3 insertions, 5 deletions
diff --git a/dev-python/sphinx_lv2_theme/Manifest b/dev-python/sphinx_lv2_theme/Manifest index bbcdb1fab2b1..f3a48e4d35f4 100644 --- a/dev-python/sphinx_lv2_theme/Manifest +++ b/dev-python/sphinx_lv2_theme/Manifest @@ -1 +1 @@ -DIST {PN}-v1.0.0.tar.gz 9793 BLAKE2B 07b99851b264dc913e4774217e43692fa72d4f654cb8e3159f919952a25125de99a6118e422b36ae3661024adee2b34f94e45d9a1b801ea80936f23cc65bb861 SHA512 d50eddcf76bd5dd6f35b5891c96c0df2c7646c06603be6c526035ea2ed886b62dd8919749cef9b29ece0584e8a5e24a02d6f5e711dc20c2eadd76c020029292b +DIST sphinx_lv2_theme-v1.0.0.tar.gz 9795 BLAKE2B 7406d03b53c06a4e814490df65c5dad3bb8299be2808fe89da842c4285ac8798141d7e59713e6bf3b3ea72a7af8650c2b7ead586fdf48004df78350ef789a649 SHA512 e10331f4a979055929b7146b89a4c19b05698e32d0acb2eb3d7734f6e9298d1dbe24dbe5f56697505f9f7488845643011fa1df4ed112b4f016ba21d41a4f91c8 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 4a5a55150031..97f7ba0f35d1 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_{6,7,8,9,10} ) 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}" |
