Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/files/nut-2.7.2/, sys-power/nut/, sys-power/nut/files/
Date: Sat, 27 Oct 2018 19:02:54
Message-Id: 1540666958.16891f0aedd7b75eb7e172d805aa6c636243d93a.asturm@gentoo
1 commit: 16891f0aedd7b75eb7e172d805aa6c636243d93a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 18:09:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 19:02:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16891f0a
7
8 sys-power/nut: Drop superfluous FILESDIR subdir
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-power/nut/files/{nut-2.7.2 => }/nut-2.7.2-no-libdummy.patch | 0
14 sys-power/nut/nut-2.7.2-r2.ebuild | 4 ++--
15 sys-power/nut/nut-2.7.3.ebuild | 4 ++--
16 sys-power/nut/nut-2.7.4-r1.ebuild | 4 ++--
17 sys-power/nut/nut-2.7.4-r2.ebuild | 2 +-
18 sys-power/nut/nut-2.7.4.ebuild | 4 ++--
19 6 files changed, 9 insertions(+), 9 deletions(-)
20
21 diff --git a/sys-power/nut/files/nut-2.7.2/nut-2.7.2-no-libdummy.patch b/sys-power/nut/files/nut-2.7.2-no-libdummy.patch
22 similarity index 100%
23 rename from sys-power/nut/files/nut-2.7.2/nut-2.7.2-no-libdummy.patch
24 rename to sys-power/nut/files/nut-2.7.2-no-libdummy.patch
25
26 diff --git a/sys-power/nut/nut-2.7.2-r2.ebuild b/sys-power/nut/nut-2.7.2-r2.ebuild
27 index 8f9e94b92e4..f787827f293 100644
28 --- a/sys-power/nut/nut-2.7.2-r2.ebuild
29 +++ b/sys-power/nut/nut-2.7.2-r2.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -86,7 +86,7 @@ pkg_setup() {
37 src_prepare() {
38 #ht_fix_file configure.in
39
40 - epatch "${FILESDIR}/nut-2.7.2/nut-2.7.2-no-libdummy.patch"
41 + epatch "${FILESDIR}"/nut-2.7.2-no-libdummy.patch
42 epatch "${FILESDIR}"/${PN}-2.6.2-lowspeed-buffer-size.patch
43 #epatch "${FILESDIR}"/${PN}-2.6.3-CVE-2012-2944.patch
44 #epatch "${FILESDIR}"/${PN}-2.6.5-freeipmi_fru.patch
45
46 diff --git a/sys-power/nut/nut-2.7.3.ebuild b/sys-power/nut/nut-2.7.3.ebuild
47 index 55dd831f344..efe9d9f33f9 100644
48 --- a/sys-power/nut/nut-2.7.3.ebuild
49 +++ b/sys-power/nut/nut-2.7.3.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=5
56 @@ -87,7 +87,7 @@ pkg_setup() {
57 src_prepare() {
58 #ht_fix_file configure.in
59
60 - epatch "${FILESDIR}/nut-2.7.2/nut-2.7.2-no-libdummy.patch"
61 + epatch "${FILESDIR}"/nut-2.7.2-no-libdummy.patch
62 epatch "${FILESDIR}"/${PN}-2.6.2-lowspeed-buffer-size.patch
63 #epatch "${FILESDIR}"/${PN}-2.6.3-CVE-2012-2944.patch
64 #epatch "${FILESDIR}"/${PN}-2.6.5-freeipmi_fru.patch
65
66 diff --git a/sys-power/nut/nut-2.7.4-r1.ebuild b/sys-power/nut/nut-2.7.4-r1.ebuild
67 index ddbe49986a3..3d3d49eec6f 100644
68 --- a/sys-power/nut/nut-2.7.4-r1.ebuild
69 +++ b/sys-power/nut/nut-2.7.4-r1.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2018 Gentoo Foundation
72 +# Copyright 1999-2018 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=5
76 @@ -88,7 +88,7 @@ pkg_setup() {
77 src_prepare() {
78 #ht_fix_file configure.in
79
80 - epatch "${FILESDIR}/nut-2.7.2/nut-2.7.2-no-libdummy.patch"
81 + epatch "${FILESDIR}"/nut-2.7.2-no-libdummy.patch
82 epatch "${FILESDIR}"/${PN}-2.6.2-lowspeed-buffer-size.patch
83 #epatch "${FILESDIR}"/${PN}-2.6.3-CVE-2012-2944.patch
84 #epatch "${FILESDIR}"/${PN}-2.6.5-freeipmi_fru.patch
85
86 diff --git a/sys-power/nut/nut-2.7.4-r2.ebuild b/sys-power/nut/nut-2.7.4-r2.ebuild
87 index 2c212243bab..f33d974e494 100644
88 --- a/sys-power/nut/nut-2.7.4-r2.ebuild
89 +++ b/sys-power/nut/nut-2.7.4-r2.ebuild
90 @@ -78,7 +78,7 @@ NUT_PRIVATE_FILES="/etc/nut/{upsd.conf,upsd.users,upsmon.conf}"
91 NUT_CGI_FILES="/etc/nut/{{hosts,upsset}.conf,upsstats{,-single}.html}"
92
93 PATCHES=(
94 - "${FILESDIR}/nut-2.7.2/${PN}-2.7.2-no-libdummy.patch"
95 + "${FILESDIR}/${PN}-2.7.2-no-libdummy.patch"
96 "${FILESDIR}/${PN}-2.7.1-snmpusb-order.patch"
97 "${FILESDIR}/${PN}-2.6.2-lowspeed-buffer-size.patch"
98 )
99
100 diff --git a/sys-power/nut/nut-2.7.4.ebuild b/sys-power/nut/nut-2.7.4.ebuild
101 index a767415e64b..236c60cfcba 100644
102 --- a/sys-power/nut/nut-2.7.4.ebuild
103 +++ b/sys-power/nut/nut-2.7.4.ebuild
104 @@ -1,4 +1,4 @@
105 -# Copyright 1999-2016 Gentoo Foundation
106 +# Copyright 1999-2018 Gentoo Authors
107 # Distributed under the terms of the GNU General Public License v2
108
109 EAPI=5
110 @@ -87,7 +87,7 @@ pkg_setup() {
111 src_prepare() {
112 #ht_fix_file configure.in
113
114 - epatch "${FILESDIR}/nut-2.7.2/nut-2.7.2-no-libdummy.patch"
115 + epatch "${FILESDIR}"/nut-2.7.2-no-libdummy.patch
116 epatch "${FILESDIR}"/${PN}-2.6.2-lowspeed-buffer-size.patch
117 #epatch "${FILESDIR}"/${PN}-2.6.3-CVE-2012-2944.patch
118 #epatch "${FILESDIR}"/${PN}-2.6.5-freeipmi_fru.patch