Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/torrentinfo/
Date: Fri, 04 Sep 2020 23:46:41
Message-Id: 1599263195.67893194b1f1b7de3e027d6b369dc337721634dd.sbraz@gentoo
1 commit: 67893194b1f1b7de3e027d6b369dc337721634dd
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 23:45:05 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 23:46:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67893194
7
8 net-p2p/torrentinfo: remove old
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild | 28 -------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
17 deleted file mode 100644
18 index 21dd1324842..00000000000
19 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python3_6 pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="A torrent file parser"
31 -HOMEPAGE="https://github.com/Fuuzetsu/torrentinfo"
32 -SRC_URI="https://github.com/Fuuzetsu/torrentinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -
40 -DEPEND="
41 - dev-python/setuptools[${PYTHON_USEDEP}]
42 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
43 -"
44 -
45 -PATCHES=( "${FILESDIR}/${P}-fix-tests.patch" )
46 -
47 -python_test() {
48 - nosetests test/tests.py || die "tests failed with ${EPYTHON}"
49 -}