commit: 7b4b0136e3e779d9b197cbb87966a5f44fa37552
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 15:53:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 15:53:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4b0136
dev-python/openstackdocstheme: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openstackdocstheme/Manifest | 1 -
.../openstackdocstheme-2.3.1.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/openstackdocstheme/Manifest
b/dev-python/openstackdocstheme/Manifest
index 43933e3ddd7c..9eac53cc3433 100644
--- a/dev-python/openstackdocstheme/Manifest
+++ b/dev-python/openstackdocstheme/Manifest
@@ -1,2 +1 @@
-DIST openstackdocstheme-2.3.1.tar.gz 1255622 BLAKE2B
cbb03cbbdd2d22c019879b03be87d97fe52e4396cd45e7acf4e138bb50a99444a80a43c3c76f777ea74bd24ec92ca1e4a562dbc91159d1ddf3cf20c3ad86a957
SHA512
d3e190543e83d83b00d247fe79598f302684e2baece50a01c196231625fce9d7bdfe9716a7eea8cf0a9b59319f02b3c0d3cf35086e58c71cb0d958410fd560cb
DIST openstackdocstheme-2.4.0.tar.gz 1255985 BLAKE2B
6066ef5b4fc50093dd7a55d4e7824be9495f8cc9af5f20e1ee7ee5bacea1deb5d1e1a08e408470ba5923de9ece2658dc187bef9c6d5cb767d4c492543bbdc3c1
SHA512
34bc69fc3455c013ba05e6662ea362f0b9ac4070a9e70b34987846eec84197069622fbddd295251d2a363f08303c5a2e9b998b01207bdf6891ca68aa33682c78
diff --git a/dev-python/openstackdocstheme/openstackdocstheme-2.3.1.ebuild
b/dev-python/openstackdocstheme/openstackdocstheme-2.3.1.ebuild
deleted file mode 100644
index d17ef153d108..000000000000
--- a/dev-python/openstackdocstheme/openstackdocstheme-2.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Theme and extension support for Sphinx documentation"
-HOMEPAGE="https://docs.openstack.org/openstackdocstheme/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
-
-BDEPEND=">dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}
- >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"