Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/dbhub/files/, net-p2p/dbhub/
Date: Mon, 28 May 2018 23:02:20
Message-Id: 1527548517.4270b232024ff6dc96ad21c609be5988253fc005.bman@gentoo
1 commit: 4270b232024ff6dc96ad21c609be5988253fc005
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 16:22:15 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 23:01:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270b232
7
8 net-p2p/dbhub: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-p2p/dbhub/dbhub-0.451-r1.ebuild | 20 ++++++++++----------
13 net-p2p/dbhub/files/dbhub-gentoo.patch | 4 ++--
14 net-p2p/dbhub/files/dbhub-no-dynaloader.patch | 4 ++--
15 3 files changed, 14 insertions(+), 14 deletions(-)
16
17 diff --git a/net-p2p/dbhub/dbhub-0.451-r1.ebuild b/net-p2p/dbhub/dbhub-0.451-r1.ebuild
18 index 7b53906e3d6..167df3c1edb 100644
19 --- a/net-p2p/dbhub/dbhub-0.451-r1.ebuild
20 +++ b/net-p2p/dbhub/dbhub-0.451-r1.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=2
27 -inherit autotools eutils
28 +EAPI=6
29 +inherit autotools
30
31 DESCRIPTION="Hub software for Direct Connect, fork of opendchub"
32 HOMEPAGE="http://www.dbhub.org"
33 @@ -18,10 +18,14 @@ DEPEND="perl? ( dev-lang/perl )
34
35 RDEPEND="${DEPEND}"
36
37 +PATCHES=(
38 + "${FILESDIR}/${PN}-gentoo.patch"
39 + "${FILESDIR}/${PN}-no-dynaloader.patch"
40 + "${FILESDIR}/${PN}-fix-buffer-overflows.patch"
41 +)
42 +
43 src_prepare() {
44 - epatch "${FILESDIR}"/${PN}-gentoo.patch \
45 - "${FILESDIR}"/${PN}-no-dynaloader.patch \
46 - "${FILESDIR}"/${PN}-fix-buffer-overflows.patch
47 + default
48 eautoreconf
49 }
50
51 @@ -32,7 +36,3 @@ src_configure() {
52 $(use_enable switch_user) \
53 $(use_enable debug)
54 }
55 -
56 -src_install() {
57 - emake DESTDIR="${D}" install || die
58 -}
59
60 diff --git a/net-p2p/dbhub/files/dbhub-gentoo.patch b/net-p2p/dbhub/files/dbhub-gentoo.patch
61 index 6e992cdb012..509db33e61a 100644
62 --- a/net-p2p/dbhub/files/dbhub-gentoo.patch
63 +++ b/net-p2p/dbhub/files/dbhub-gentoo.patch
64 @@ -1,5 +1,5 @@
65 ---- configure.ac
66 -+++ configure.ac
67 +--- a/configure.ac
68 ++++ b/configure.ac
69 @@ -115,7 +115,7 @@
70 AC_MSG_CHECKING([Perl LD Objs])
71 AC_MSG_RESULT([$perl_ldd])
72
73 diff --git a/net-p2p/dbhub/files/dbhub-no-dynaloader.patch b/net-p2p/dbhub/files/dbhub-no-dynaloader.patch
74 index 493b83a2943..f71bb19a0a6 100644
75 --- a/net-p2p/dbhub/files/dbhub-no-dynaloader.patch
76 +++ b/net-p2p/dbhub/files/dbhub-no-dynaloader.patch
77 @@ -1,7 +1,7 @@
78 http://bugs.gentoo.org/276928
79
80 ---- configure.ac
81 -+++ configure.ac
82 +--- a/configure.ac
83 ++++ b/configure.ac
84 @@ -122,7 +122,6 @@
85 #endif
86 ]])