From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BC3D15814C for ; Sat, 14 Oct 2023 18:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64E3C2BC035; Sat, 14 Oct 2023 18:32:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 482E72BC035 for ; Sat, 14 Oct 2023 18:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3434A335CA6 for ; Sat, 14 Oct 2023 18:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A38CB118B for ; Sat, 14 Oct 2023 18:32:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1697308321.e0c4838f1abea8c8b1f5bf6e56be35fe1842380e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-bootstrap/Manifest dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild X-VCS-Directories: dev-python/mkdocs-bootstrap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e0c4838f1abea8c8b1f5bf6e56be35fe1842380e X-VCS-Branch: master Date: Sat, 14 Oct 2023 18:32:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7dd9a5c-589d-4c8b-9a1f-f6ee8efdc0fb X-Archives-Hash: 8ba68c8da1d109a96eeb80736368c10f commit: e0c4838f1abea8c8b1f5bf6e56be35fe1842380e Author: Michał Górny gentoo org> AuthorDate: Sat Oct 14 18:30:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 14 18:32:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c4838f dev-python/mkdocs-bootstrap: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/mkdocs-bootstrap/Manifest | 1 - .../mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/mkdocs-bootstrap/Manifest b/dev-python/mkdocs-bootstrap/Manifest index 52b4034ddfd5..1bc34d044815 100644 --- a/dev-python/mkdocs-bootstrap/Manifest +++ b/dev-python/mkdocs-bootstrap/Manifest @@ -1,2 +1 @@ DIST mkdocs-bootstrap-1.1.1.gh.tar.gz 233329 BLAKE2B 58292946d0985ae60d8d9784bcdc3e9f71640d23fd81efae06b99ce644aefc63d53d21bb65a0b4c4d6bb0b077cbac82bcd93da3f5d05f244bdcfa54750478fb7 SHA512 9be5c29961c09436332f902fffd49aee38f99fe8b7337e2add7d6190b1ed487b16a0d2dc3ebd486691719bffd1009207885b3880238a64bc6d2baafa43b0fbd9 -DIST mkdocs-bootstrap-1.1.tar.gz 233231 BLAKE2B 64470a4e5ca6d44976944c16244daaefa99702fa68d68fb14e31201fcfd5f927dc2b962fd0b1967a6fd7eec8719389a78dd13cbfcdc387fa6de5f21c9c1a4960 SHA512 a494afa614f96771fbc640862b5cb5674d4eb5c978a56e86e2f523137fed315808067f20cfadca463cbeb5384de062c91001b6eaf5f3ebdce329f167b461d2b5 diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild deleted file mode 100644 index a9361bd1c9f9..000000000000 --- a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -DOCS_BUILDER="mkdocs" - -inherit distutils-r1 docs - -DESCRIPTION="Bootstrap theme for MkDocs" -HOMEPAGE="https://www.mkdocs.org https://github.com/mkdocs/mkdocs-bootstrap" -SRC_URI="https://github.com/mkdocs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/mkdocs"