Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gvrpcd/files/, net-misc/gvrpcd/
Date: Mon, 17 Jul 2017 11:51:30
Message-Id: 1500292279.f597d47d78213b9554e5375a8d815409d4abc654.pinkbyte@gentoo
1 commit: f597d47d78213b9554e5375a8d815409d4abc654
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 11:49:28 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 11:51:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f597d47d
7
8 net-misc/gvrpcd: bump EAPI to 6, add support for user patches
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-misc/gvrpcd/files/gvrpcd-respect-ldflags.patch | 4 ++--
13 net-misc/gvrpcd/gvrpcd-1.3.ebuild | 8 ++++----
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/net-misc/gvrpcd/files/gvrpcd-respect-ldflags.patch b/net-misc/gvrpcd/files/gvrpcd-respect-ldflags.patch
17 index 0dc9ca6999a..22dde710b04 100644
18 --- a/net-misc/gvrpcd/files/gvrpcd-respect-ldflags.patch
19 +++ b/net-misc/gvrpcd/files/gvrpcd-respect-ldflags.patch
20 @@ -1,5 +1,5 @@
21 ---- Makefile.orig 2012-09-23 16:31:55.761755338 +0400
22 -+++ Makefile 2012-09-23 16:32:46.159759345 +0400
23 +--- a/Makefile 2012-09-23 16:31:55.761755338 +0400
24 ++++ b/Makefile 2012-09-23 16:32:46.159759345 +0400
25 @@ -1,4 +1,4 @@
26 -LDFLAGS = -lnet
27 +LIBS = -lnet
28
29 diff --git a/net-misc/gvrpcd/gvrpcd-1.3.ebuild b/net-misc/gvrpcd/gvrpcd-1.3.ebuild
30 index 06b1f28bc85..f3f5ec85459 100644
31 --- a/net-misc/gvrpcd/gvrpcd-1.3.ebuild
32 +++ b/net-misc/gvrpcd/gvrpcd-1.3.ebuild
33 @@ -1,7 +1,7 @@
34 -# Copyright 1999-2012 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=4
39 +EAPI=6
40
41 inherit eutils linux-info toolchain-funcs
42
43 @@ -12,7 +12,6 @@ SRC_URI="http://sokrates.mimuw.edu.pl/~sebek/${PN}/${P}.tar.gz"
44 LICENSE="GPL-2"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48
49 DEPEND="net-libs/libnet:1.1"
50 RDEPEND="${DEPEND}"
51 @@ -20,7 +19,8 @@ RDEPEND="${DEPEND}"
52 CONFIG_CHECK="~VLAN_8021Q ~VLAN_8021Q_GVRP"
53
54 src_prepare() {
55 - epatch "${FILESDIR}"/${PN}-respect-ldflags.patch
56 + eapply "${FILESDIR}/${PN}-respect-ldflags.patch"
57 + eapply_user
58 }
59
60 src_compile() {