Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
Date: Mon, 18 Feb 2019 07:38:24
Message-Id: 1550475472.0dfc495ed2d5bfc1677c5b01340285c0d9677839.zlogene@gentoo
1 commit: 0dfc495ed2d5bfc1677c5b01340285c0d9677839
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 07:37:52 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 07:37:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc495e
7
8 net-p2p/ctorrent: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild | 27 ---------------------------
14 net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild | 28 ----------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
18 deleted file mode 100644
19 index a93b57767ba..00000000000
20 --- a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="5"
27 -
28 -inherit eutils
29 -
30 -MY_P="${PN}-dnh${PV}"
31 -
32 -DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++"
33 -HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
34 -SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="amd64 arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
39 -IUSE=""
40 -
41 -S=${WORKDIR}/${MY_P}
42 -
43 -DEPEND="dev-libs/openssl:="
44 -RDEPEND="${DEPEND}"
45 -
46 -src_prepare() {
47 - epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
48 - epatch "${FILESDIR}"/${P}-negative-ints.patch
49 -}
50
51 diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild
52 deleted file mode 100644
53 index ba96a9a0cf3..00000000000
54 --- a/net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild
55 +++ /dev/null
56 @@ -1,28 +0,0 @@
57 -# Copyright 1999-2015 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI="5"
61 -
62 -inherit eutils
63 -
64 -MY_P="${PN}-dnh${PV}"
65 -
66 -DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++"
67 -HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
68 -SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
69 -
70 -LICENSE="GPL-2"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
73 -IUSE=""
74 -
75 -S=${WORKDIR}/${MY_P}
76 -
77 -DEPEND="dev-libs/openssl:="
78 -RDEPEND="${DEPEND}"
79 -
80 -src_prepare() {
81 - epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
82 - epatch "${FILESDIR}"/${P}-negative-ints.patch
83 - epatch "${FILESDIR}"/${P}-empty-path-components.patch
84 -}