commit: d1c9022d7191a9121803bf4c00638c44e42b9848
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 11:37:56 2025 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 11:42:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c9022d
net-p2p/torrentinfo: drop 1.8.6-r3
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
net-p2p/torrentinfo/Manifest | 1 -
net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild | 26 -------------------------
2 files changed, 27 deletions(-)
diff --git a/net-p2p/torrentinfo/Manifest b/net-p2p/torrentinfo/Manifest
index a39cce912e62..21c14eb4fd51 100644
--- a/net-p2p/torrentinfo/Manifest
+++ b/net-p2p/torrentinfo/Manifest
@@ -1,2 +1 @@
-DIST torrentinfo-1.8.6.tar.gz 22232 BLAKE2B
04159e4e54fbe979a1a73e1dee39c9b7f9def389c44e3886fd28707646a2bc4c6a4dfadd5494ef9283427959da1c36260828693a0008e09993786d8639813bcf
SHA512
7f36f6c80876cbd70ea9e1331195c8a30a6546406f345402d4bec5c58afb9b03a3b60189b8d177a63a7047c3ede7fc18d8fc47ecb1bcbb726dd01b7cb2a6efb2
DIST torrentinfo-1.8.7.tar.gz 22325 BLAKE2B
07947a2b3b66b6bc25954f689bf8c070e75b6d0eca5f0f02900abfa9526f55aa9712b7c923fa4a5198050cbe83abb64ebc9154c4c32cb6b6cfb6b5b5bab104bd
SHA512
751d4ca9d666058e768fee5c4469f9a76f6d1f6eb503271cf45d2c850f92cf0467723d94e8c6e5a78801be83aa3f83a30eb615b8a3dd7baa5bcc67e9a4544547
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild
b/net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild
deleted file mode 100644
index 5f9b4e1a32d5..000000000000
--- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild
+++ /dev/null
@@ -1,26 +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=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A torrent file parser"
-HOMEPAGE="https://github.com/Fuuzetsu/torrentinfo"
-SRC_URI="https://github.com/Fuuzetsu/torrentinfo/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
- # https://github.com/Fuuzetsu/torrentinfo/pull/16
- "${FILESDIR}/${P}-fix-tests.patch"
- # https://github.com/Fuuzetsu/torrentinfo/pull/18
- "${FILESDIR}/${P}-remove-nose.patch"
-)
-
-distutils_enable_tests pytest