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 EF3A715806E for ; Mon, 29 May 2023 04:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64A9DE084F; Mon, 29 May 2023 04:37:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44E3EE084F for ; Mon, 29 May 2023 04:37:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A6FE340F56 for ; Mon, 29 May 2023 04:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6A9A83 for ; Mon, 29 May 2023 04:37:17 +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: <1685334941.8dee6ce77dcf492958deff8f2f2f29cfa1d076ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-i18n/Manifest dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild X-VCS-Directories: dev-python/mkdocs-i18n/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8dee6ce77dcf492958deff8f2f2f29cfa1d076ac X-VCS-Branch: master Date: Mon, 29 May 2023 04:37:17 +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: 18dfe8ca-4ece-4164-97d5-a0995977ea51 X-Archives-Hash: 04347ac74cbf27e26cfe43dba8288190 commit: 8dee6ce77dcf492958deff8f2f2f29cfa1d076ac Author: Michał Górny gentoo org> AuthorDate: Mon May 29 04:35:41 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 29 04:35:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dee6ce7 dev-python/mkdocs-i18n: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/mkdocs-i18n/Manifest | 1 - dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/mkdocs-i18n/Manifest b/dev-python/mkdocs-i18n/Manifest index 71a49db06635..a7068f584f93 100644 --- a/dev-python/mkdocs-i18n/Manifest +++ b/dev-python/mkdocs-i18n/Manifest @@ -1,2 +1 @@ -DIST mkdocs-i18n-0.4.4.tar.gz 17191 BLAKE2B 4ab926befac2c90b6b9ff55fd6887c8b78e88f801c820749df125ea97418fbfb0a8531b2168b508737e7dffbf426826433211ee80f25b80a42ae160f78a93670 SHA512 f9f27c0f274aa7ee5c64cee46d4165d51022cac0171f95a238b62c911e1be16b6a4ff227fea3b78de2ffa0095b9c95280e8919e207e6947db300a136fe16e659 DIST mkdocs-i18n-0.4.5.tar.gz 17228 BLAKE2B 19d6af2d96cd67d4b39e210f20113e75a6c47a413639f2d6c218cbf11709f91197d79df2c0ecfffe8a2e0912613178564e73eccdf15cece82d71b0639641940e SHA512 18c28704d1d0e294dfcfef402959e502c96b0e8fe346ba3f0c2ff49d70a67f3fe1254fcd1bcbf4217182e946b9f86f61d8d5b9c9475334c6f464feb696d0134e diff --git a/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild b/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild deleted file mode 100644 index 6afd004add19..000000000000 --- a/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517="setuptools" -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="MkDocs i18n plugin" -HOMEPAGE=" - https://gitlab.com/mkdocs-i18n/mkdocs-i18n/-/tree/main - https://pypi.org/project/mkdocs-i18n/ -" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" - -RDEPEND=" - >=dev-python/mkdocs-1.1[${PYTHON_USEDEP}] - dev-python/mkdocs-material[${PYTHON_USEDEP}] -"