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 CE961158041 for ; Mon, 26 Feb 2024 14:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C369E2BC022; Mon, 26 Feb 2024 14:25:38 +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 925DC2BC025 for ; Mon, 26 Feb 2024 14:25:38 +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 A21C533C84E for ; Mon, 26 Feb 2024 14:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 388E714EE for ; Mon, 26 Feb 2024 14:25: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: <1708956776.263dcc5a757a8333dba8ca9ffb220fc55bd98310.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/types-gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/types-gdb/Manifest dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild X-VCS-Directories: dev-python/types-gdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 263dcc5a757a8333dba8ca9ffb220fc55bd98310 X-VCS-Branch: master Date: Mon, 26 Feb 2024 14:25: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: 85e45677-37da-4570-8143-0d00a5575fe4 X-Archives-Hash: 8680beb1637f5a3666199951b02f9d87 commit: 263dcc5a757a8333dba8ca9ffb220fc55bd98310 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 26 14:12:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 26 14:12:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263dcc5a dev-python/types-gdb: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/types-gdb/Manifest | 1 - dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/types-gdb/Manifest b/dev-python/types-gdb/Manifest index 2acf10a963cc..1a611de8bf17 100644 --- a/dev-python/types-gdb/Manifest +++ b/dev-python/types-gdb/Manifest @@ -1,2 +1 @@ DIST types-gdb-12.1.4.20240113.tar.gz 10765 BLAKE2B 836952c76cdb970b39877552da78adfb8f288a18bdb4c55d27c815e63178597e08a107350a618888cf8f8b0d8a88fa3c26767ea064b2a4dcb2d0afc3d10a4f6a SHA512 2f0802f8e95106dcb03ec734aa0b5200bd8c64f6628072394a120eb1b3a34b727525d944e023cb23baef8caabf61f6ed383a3e1da8c9d47fe76a281a67cb49aa -DIST types-gdb-12.1.4.5.tar.gz 10480 BLAKE2B 6f46156970d2ba75dc31101a5ede370a34ca87dd10e13cf13eea1afb4777bfeb651c98e7b01f3c7334525c27971941bae260b7fea3b3752280703e2849ca0618 SHA512 0fd8010d699558566faad5747dd5c868500882eb8c890f67c55f7341fa143aa85e3128749866c40268b77890705c5e1f2605e02906cd9b16a568944b95fb4966 diff --git a/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild deleted file mode 100644 index bb9b717448e5..000000000000 --- a/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022-2024 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_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Typing stubs for gdb" -HOMEPAGE="https://pypi.org/project/types-gdb/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86"