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 2312315800F for ; Mon, 13 Feb 2023 11:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC24AE086C; Mon, 13 Feb 2023 11:28:05 +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 7C543E0867 for ; Mon, 13 Feb 2023 11:28:05 +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 A1145340DCD for ; Mon, 13 Feb 2023 11:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 350E38C6 for ; Mon, 13 Feb 2023 11:28:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1676287054.cb30c72d14c8854e9c198df9005d0467831df326.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-jquery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-jquery/Manifest dev-python/sphinxcontrib-jquery/metadata.xml dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild X-VCS-Directories: dev-python/sphinxcontrib-jquery/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cb30c72d14c8854e9c198df9005d0467831df326 X-VCS-Branch: master Date: Mon, 13 Feb 2023 11:28:01 +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: 5d3f80dd-4ccf-4f6d-9b03-1c53cbda0d45 X-Archives-Hash: bf8997750edc05d2c5455d85d0134fee commit: cb30c72d14c8854e9c198df9005d0467831df326 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Feb 13 11:17:06 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Feb 13 11:17:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb30c72d dev-python/sphinxcontrib-jquery: treeclean, remove duplicate Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/sphinxcontrib-jquery/Manifest | 1 - dev-python/sphinxcontrib-jquery/metadata.xml | 12 -------- .../sphinxcontrib-jquery-3.0.0.ebuild | 35 ---------------------- 3 files changed, 48 deletions(-) diff --git a/dev-python/sphinxcontrib-jquery/Manifest b/dev-python/sphinxcontrib-jquery/Manifest deleted file mode 100644 index 128c4662f..000000000 --- a/dev-python/sphinxcontrib-jquery/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-jquery-3.0.0.gh.tar.gz 121750 BLAKE2B 5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83 SHA512 a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a diff --git a/dev-python/sphinxcontrib-jquery/metadata.xml b/dev-python/sphinxcontrib-jquery/metadata.xml deleted file mode 100644 index fed772b31..000000000 --- a/dev-python/sphinxcontrib-jquery/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - cyber+gentoo@sysrq.in - Anna - - - sphinxcontrib.jquery - sphinx-contrib/jquery - - diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild deleted file mode 100644 index e4f4cfc38..000000000 --- a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=flit -inherit distutils-r1 - -MY_PN=${PN#sphinxcontrib-} -DESCRIPTION="Extension to include jQuery on newer Sphinx releases" -HOMEPAGE=" - https://pypi.org/project/sphinxcontrib-jquery/ - https://github.com/sphinx-contrib/jquery -" -SRC_URI="https://github.com/sphinx-contrib/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="0BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/sphinx-testing[${PYTHON_USEDEP}] - ) -" - -DOCS=( AUTHORS {CHANGES,README}.rst ) - -distutils_enable_tests pytest 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 9595215800F for ; Mon, 13 Feb 2023 11:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6405EE07C5; Mon, 13 Feb 2023 11:19:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D9CBE07C5 for ; Mon, 13 Feb 2023 11:19:33 +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 02CDC340D77 for ; Mon, 13 Feb 2023 11:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3178B89C for ; Mon, 13 Feb 2023 11:19:30 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1676287054.cb30c72d14c8854e9c198df9005d0467831df326.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-jquery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-jquery/Manifest dev-python/sphinxcontrib-jquery/metadata.xml dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild X-VCS-Directories: dev-python/sphinxcontrib-jquery/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cb30c72d14c8854e9c198df9005d0467831df326 X-VCS-Branch: dev Date: Mon, 13 Feb 2023 11:19:30 +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: 4b72631d-f47e-47c7-8486-a51ce9400b8d X-Archives-Hash: 588ec0e71253d84c9718c6d9363fe063 Message-ID: <20230213111930.Ifqis0udHt_mk_T2c2txWqqt_VntVWd39Spp3NAWIfY@z> commit: cb30c72d14c8854e9c198df9005d0467831df326 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Feb 13 11:17:06 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Feb 13 11:17:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb30c72d dev-python/sphinxcontrib-jquery: treeclean, remove duplicate Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/sphinxcontrib-jquery/Manifest | 1 - dev-python/sphinxcontrib-jquery/metadata.xml | 12 -------- .../sphinxcontrib-jquery-3.0.0.ebuild | 35 ---------------------- 3 files changed, 48 deletions(-) diff --git a/dev-python/sphinxcontrib-jquery/Manifest b/dev-python/sphinxcontrib-jquery/Manifest deleted file mode 100644 index 128c4662f..000000000 --- a/dev-python/sphinxcontrib-jquery/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-jquery-3.0.0.gh.tar.gz 121750 BLAKE2B 5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83 SHA512 a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a diff --git a/dev-python/sphinxcontrib-jquery/metadata.xml b/dev-python/sphinxcontrib-jquery/metadata.xml deleted file mode 100644 index fed772b31..000000000 --- a/dev-python/sphinxcontrib-jquery/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - cyber+gentoo@sysrq.in - Anna - - - sphinxcontrib.jquery - sphinx-contrib/jquery - - diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild deleted file mode 100644 index e4f4cfc38..000000000 --- a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=flit -inherit distutils-r1 - -MY_PN=${PN#sphinxcontrib-} -DESCRIPTION="Extension to include jQuery on newer Sphinx releases" -HOMEPAGE=" - https://pypi.org/project/sphinxcontrib-jquery/ - https://github.com/sphinx-contrib/jquery -" -SRC_URI="https://github.com/sphinx-contrib/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="0BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/sphinx-testing[${PYTHON_USEDEP}] - ) -" - -DOCS=( AUTHORS {CHANGES,README}.rst ) - -distutils_enable_tests pytest