commit: 987e6e59a7329c5f6d14d990fdb995b5af97517a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 04:27:52 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 04:29:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987e6e59
ctorrent: EAPI: update to 5
net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
index a3ae152..8749c4c 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI="5"
inherit eutils
@@ -19,15 +19,10 @@ IUSE=""
S=${WORKDIR}/${MY_P}
-DEPEND="dev-libs/openssl"
+DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
epatch "${FILESDIR}"/${P}-negative-ints.patch
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS
-}