Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/tremc/
Date: Sun, 17 Oct 2021 16:08:45
Message-Id: 1634486882.6f2413724f536acbeb60125d1d59e12f14c9274b.ajak@gentoo
1 commit: 6f2413724f536acbeb60125d1d59e12f14c9274b
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 14:22:40 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 16:08:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f241372
7
8 net-p2p/tremc: drop 0.9.2-r1
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 net-p2p/tremc/Manifest | 1 -
13 net-p2p/tremc/tremc-0.9.2-r1.ebuild | 39 -------------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest
17 index fefad98dd61..bf328bea173 100644
18 --- a/net-p2p/tremc/Manifest
19 +++ b/net-p2p/tremc/Manifest
20 @@ -1,2 +1 @@
21 -DIST tremc-0.9.2.tar.gz 315631 BLAKE2B f5ed154fbfcbdb3e77b678a5827d3f68a6be4033530d6d4e451d57808d43cd5737fff32cf62445d246bfce4d8f02e4cac0c1156603e220e228e61b725d6deaf8 SHA512 d6d6d155ddac918d329226d5c3b53c63fd4fa0b98e30f1eb2cd2226ea598bd7dd81d72f747dc11f4a508bcc0453d90d774c1d8db6dac05ae1ecbc217290b7db3
22 DIST tremc-0.9.2_p20201101.tar.gz 334602 BLAKE2B 916274775cb51948b3322f0d037d3130e2032ef31acdbbd2b7c42b17c639a82b9dccfe413db4936e9bd580caa7c1ec140091ad09b06058138e8fc0e4882b6c21 SHA512 acae099b2fd24362c02f24b5a6aca85e5b6b0608080a79e0a9a6950a3f61135e271415d0db60d04e39195272ea6e2e494ee85345db454811d6de430c75b5bece
23
24 diff --git a/net-p2p/tremc/tremc-0.9.2-r1.ebuild b/net-p2p/tremc/tremc-0.9.2-r1.ebuild
25 deleted file mode 100644
26 index 1609aa817fe..00000000000
27 --- a/net-p2p/tremc/tremc-0.9.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -PYTHON_REQ_USE="ncurses"
37 -inherit bash-completion-r1 optfeature python-single-r1
38 -
39 -DESCRIPTION="Ncurses interface for the Transmission BitTorrent client"
40 -HOMEPAGE="https://github.com/tremc/tremc"
41 -SRC_URI="https://github.com/tremc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 -
48 -RDEPEND="${PYTHON_DEPS}"
49 -
50 -# Specify a no-op src_compile so upstream's broken Makefile doesn't get used
51 -src_compile() {
52 - :
53 -}
54 -
55 -src_install() {
56 - python_doscript tremc
57 - newbashcomp completion/bash/tremc.sh tremc
58 - insinto /usr/share/zsh/site-functions
59 - doins completion/zsh/_tremc
60 - doman tremc.1
61 - dodoc NEWS README.md
62 -}
63 -
64 -pkg_postinst() {
65 - optfeature "GeoIP support" dev-python/geoip-python
66 - optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy
67 - optfeature "Clipboard support" dev-python/pyperclip
68 -}