Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/badvpn/
Date: Sat, 26 May 2018 22:36:36
Message-Id: 1527374151.f3480096f38cc0c74e549855794a80faa0997a5b.soap@gentoo
1 commit: f3480096f38cc0c74e549855794a80faa0997a5b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 22:28:20 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 22:35:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3480096
7
8 net-vpn/badvpn: [QA] Add call to cmake-utils_src_prepare
9
10 Closes: https://bugs.gentoo.org/651002
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 net-vpn/badvpn/badvpn-1.999.126.ebuild | 7 +------
14 net-vpn/badvpn/badvpn-1.999.127.ebuild | 7 +------
15 net-vpn/badvpn/badvpn-1.999.128.ebuild | 7 +------
16 net-vpn/badvpn/badvpn-1.999.129.ebuild | 7 +------
17 4 files changed, 4 insertions(+), 24 deletions(-)
18
19 diff --git a/net-vpn/badvpn/badvpn-1.999.126.ebuild b/net-vpn/badvpn/badvpn-1.999.126.ebuild
20 index 56e19578c56..b13baaaebb5 100644
21 --- a/net-vpn/badvpn/badvpn-1.999.126.ebuild
22 +++ b/net-vpn/badvpn/badvpn-1.999.126.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -47,11 +47,6 @@ pkg_setup() {
30 enewuser ${PN}
31 }
32
33 -src_prepare() {
34 - # allow user to easily apply patches
35 - epatch_user
36 -}
37 -
38 src_configure() {
39 local mycmakeargs=(
40 -DBUILD_NOTHING_BY_DEFAULT=1
41
42 diff --git a/net-vpn/badvpn/badvpn-1.999.127.ebuild b/net-vpn/badvpn/badvpn-1.999.127.ebuild
43 index f8b68ce7210..62d76e2a296 100644
44 --- a/net-vpn/badvpn/badvpn-1.999.127.ebuild
45 +++ b/net-vpn/badvpn/badvpn-1.999.127.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2013 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52 @@ -47,11 +47,6 @@ pkg_setup() {
53 enewuser ${PN}
54 }
55
56 -src_prepare() {
57 - # allow user to easily apply patches
58 - epatch_user
59 -}
60 -
61 src_configure() {
62 local mycmakeargs=(
63 -DBUILD_NOTHING_BY_DEFAULT=1
64
65 diff --git a/net-vpn/badvpn/badvpn-1.999.128.ebuild b/net-vpn/badvpn/badvpn-1.999.128.ebuild
66 index 879722ef31b..7f18a1c6cad 100644
67 --- a/net-vpn/badvpn/badvpn-1.999.128.ebuild
68 +++ b/net-vpn/badvpn/badvpn-1.999.128.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2013 Gentoo Foundation
71 +# Copyright 1999-2018 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=5
75 @@ -47,11 +47,6 @@ pkg_setup() {
76 enewuser ${PN}
77 }
78
79 -src_prepare() {
80 - # allow user to easily apply patches
81 - epatch_user
82 -}
83 -
84 src_configure() {
85 local mycmakeargs=(
86 -DBUILD_NOTHING_BY_DEFAULT=1
87
88 diff --git a/net-vpn/badvpn/badvpn-1.999.129.ebuild b/net-vpn/badvpn/badvpn-1.999.129.ebuild
89 index 6183228f2ab..07ce92beede 100644
90 --- a/net-vpn/badvpn/badvpn-1.999.129.ebuild
91 +++ b/net-vpn/badvpn/badvpn-1.999.129.ebuild
92 @@ -1,4 +1,4 @@
93 -# Copyright 1999-2014 Gentoo Foundation
94 +# Copyright 1999-2018 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96
97 EAPI=5
98 @@ -47,11 +47,6 @@ pkg_setup() {
99 enewuser ${PN}
100 }
101
102 -src_prepare() {
103 - # allow user to easily apply patches
104 - epatch_user
105 -}
106 -
107 src_configure() {
108 local mycmakeargs=(
109 -DBUILD_NOTHING_BY_DEFAULT=1