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 D7276158099 for ; Wed, 22 Nov 2023 11:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3BB12BC05E; Wed, 22 Nov 2023 11:59:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D9AF02BC05E for ; Wed, 22 Nov 2023 11:59:37 +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 2B86933BDC5 for ; Wed, 22 Nov 2023 11:59:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE3F13B8 for ; Wed, 22 Nov 2023 11:59:34 +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: <1700654370.7bb4996ed177dfb8491a9468347f0f9ed24a096f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-lv2-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-lv2-theme/Manifest dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild X-VCS-Directories: dev-python/sphinx-lv2-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7bb4996ed177dfb8491a9468347f0f9ed24a096f X-VCS-Branch: master Date: Wed, 22 Nov 2023 11:59:34 +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: c731d600-3bc2-4ebf-a9c5-2c461cabfbea X-Archives-Hash: f923e703eb2b6d9dd7901e0f9f8019e1 commit: 7bb4996ed177dfb8491a9468347f0f9ed24a096f Author: Michał Górny gentoo org> AuthorDate: Wed Nov 22 11:58:56 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 22 11:59:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb4996e dev-python/sphinx-lv2-theme: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx-lv2-theme/Manifest | 1 - .../sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/sphinx-lv2-theme/Manifest b/dev-python/sphinx-lv2-theme/Manifest index 1327a83bbadc..a6df4c3a9234 100644 --- a/dev-python/sphinx-lv2-theme/Manifest +++ b/dev-python/sphinx-lv2-theme/Manifest @@ -1,2 +1 @@ DIST sphinx_lv2_theme-1.4.2.tar.gz 14331 BLAKE2B 3d0e40af9a48c0595b1b99b87ca6fc35a557d0f7543609ab71deb277563c9c460ac6310179f0384510143fa4056bce1c1338e481f812393ffa82e063c14bc067 SHA512 51c9cca9cd28878496706a4716ec722b695257392ab09adfbfe70e3dadeb72c7620cdbb56562411e8b99d3af942cec63a346781512ead188c6b2d6eae3623336 -DIST sphinx_lv2_theme-v1.4.0.tar.bz2 10368 BLAKE2B c4ef7bb51965ebecb193d13b6d3866db6234bec8387c9e532550cafb14bf404711715f60831912770998e4cd9feb21a7d3ea1d8e987e276ec644ce51f63e6be6 SHA512 fba7af83bbc7e47a3a87e7b819cd83009b4b2e04e6280efe56b0f7bc348f784a85f004b7124a5c3704329be95a0432ca690f9675e6b9330ecf493994258ddc8c diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild deleted file mode 100644 index 786fa8d85e64..000000000000 --- a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 - -MY_P=${PN//-/_}-v${PV} -DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style" -HOMEPAGE=" - https://gitlab.com/lv2/sphinx_lv2_theme/ - https://pypi.org/project/sphinx-lv2-theme/ -" -SRC_URI="https://gitlab.com/lv2/sphinx_lv2_theme/-/archive/v${PV}/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"