Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-bootstrap/
Date: Sat, 25 Jun 2022 11:18:50
Message-Id: 1656155912.b477c3b7a922fec40f9552756c3367bec1c85825.mgorny@gentoo
1 commit: b477c3b7a922fec40f9552756c3367bec1c85825
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:35:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:18:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b477c3b7
7
8 dev-python/mkdocs-bootstrap: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild
16 deleted file mode 100644
17 index 417d22e6ad23..000000000000
18 --- a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -DOCS_BUILDER="mkdocs"
29 -
30 -inherit distutils-r1 docs
31 -
32 -DESCRIPTION="Bootstrap theme for MkDocs"
33 -HOMEPAGE="https://www.mkdocs.org https://github.com/mkdocs/mkdocs-bootstrap"
34 -SRC_URI="https://github.com/mkdocs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="amd64 x86"
39 -
40 -RDEPEND="dev-python/mkdocs"