From d4bd6695641f6d2ec7ff8681913d304e995902f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 29 May 2018 03:22:09 +0100 Subject: gentoo resync : 29.05.2018 --- net-p2p/dbhub/dbhub-0.451-r1.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'net-p2p/dbhub/dbhub-0.451-r1.ebuild') diff --git a/net-p2p/dbhub/dbhub-0.451-r1.ebuild b/net-p2p/dbhub/dbhub-0.451-r1.ebuild index 7b53906e3d64..167df3c1edba 100644 --- a/net-p2p/dbhub/dbhub-0.451-r1.ebuild +++ b/net-p2p/dbhub/dbhub-0.451-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit autotools eutils +EAPI=6 +inherit autotools DESCRIPTION="Hub software for Direct Connect, fork of opendchub" HOMEPAGE="http://www.dbhub.org" @@ -18,10 +18,14 @@ DEPEND="perl? ( dev-lang/perl ) RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${PN}-gentoo.patch" + "${FILESDIR}/${PN}-no-dynaloader.patch" + "${FILESDIR}/${PN}-fix-buffer-overflows.patch" +) + src_prepare() { - epatch "${FILESDIR}"/${PN}-gentoo.patch \ - "${FILESDIR}"/${PN}-no-dynaloader.patch \ - "${FILESDIR}"/${PN}-fix-buffer-overflows.patch + default eautoreconf } @@ -32,7 +36,3 @@ src_configure() { $(use_enable switch_user) \ $(use_enable debug) } - -src_install() { - emake DESTDIR="${D}" install || die -} -- cgit v1.2.3