Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
Date: Fri, 31 Jan 2020 08:08:10
Message-Id: 1580458081.751a6abcae3933f32aa8650964a4c9330192c2a9.mgorny@gentoo
1 commit: 751a6abcae3933f32aa8650964a4c9330192c2a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 08:01:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 08:08:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751a6abc
7
8 mail-client/mutt: Fix AbsoluteSymlink
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 mail-client/mutt/mutt-1.10.1.ebuild | 4 ++--
13 mail-client/mutt/mutt-1.11.4.ebuild | 4 ++--
14 mail-client/mutt/mutt-1.12.1.ebuild | 4 ++--
15 mail-client/mutt/mutt-1.12.2-r1.ebuild | 4 ++--
16 mail-client/mutt/mutt-1.12.2-r2.ebuild | 4 ++--
17 mail-client/mutt/mutt-1.13.1.ebuild | 4 ++--
18 6 files changed, 12 insertions(+), 12 deletions(-)
19
20 diff --git a/mail-client/mutt/mutt-1.10.1.ebuild b/mail-client/mutt/mutt-1.10.1.ebuild
21 index 44ce4713c44..b61d695b111 100644
22 --- a/mail-client/mutt/mutt-1.10.1.ebuild
23 +++ b/mail-client/mutt/mutt-1.10.1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="6"
30 @@ -223,7 +223,7 @@ src_install() {
31
32 # A newer file is provided by app-misc/mime-types. So we link it.
33 rm "${ED}"/etc/${PN}/mime.types
34 - dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
35 + dosym ../mime.types /etc/${PN}/mime.types
36
37 # A man-page is always handy, so fake one
38 if use !doc; then
39
40 diff --git a/mail-client/mutt/mutt-1.11.4.ebuild b/mail-client/mutt/mutt-1.11.4.ebuild
41 index 9a75061ed7c..0b9a1ff5ceb 100644
42 --- a/mail-client/mutt/mutt-1.11.4.ebuild
43 +++ b/mail-client/mutt/mutt-1.11.4.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="6"
50 @@ -225,7 +225,7 @@ src_install() {
51
52 # A newer file is provided by app-misc/mime-types. So we link it.
53 rm "${ED}"/etc/${PN}/mime.types
54 - dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
55 + dosym ../mime.types /etc/${PN}/mime.types
56
57 # A man-page is always handy, so fake one
58 if use !doc; then
59
60 diff --git a/mail-client/mutt/mutt-1.12.1.ebuild b/mail-client/mutt/mutt-1.12.1.ebuild
61 index c6dbb769306..9520c1c482d 100644
62 --- a/mail-client/mutt/mutt-1.12.1.ebuild
63 +++ b/mail-client/mutt/mutt-1.12.1.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 +# Copyright 1999-2020 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="6"
70 @@ -226,7 +226,7 @@ src_install() {
71
72 # A newer file is provided by app-misc/mime-types. So we link it.
73 rm "${ED}"/etc/${PN}/mime.types
74 - dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
75 + dosym ../mime.types /etc/${PN}/mime.types
76
77 # A man-page is always handy, so fake one
78 if use !doc; then
79
80 diff --git a/mail-client/mutt/mutt-1.12.2-r1.ebuild b/mail-client/mutt/mutt-1.12.2-r1.ebuild
81 index b246b32c07b..cfee64ff6e1 100644
82 --- a/mail-client/mutt/mutt-1.12.2-r1.ebuild
83 +++ b/mail-client/mutt/mutt-1.12.2-r1.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2019 Gentoo Authors
86 +# Copyright 1999-2020 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI="6"
90 @@ -226,7 +226,7 @@ src_install() {
91
92 # A newer file is provided by app-misc/mime-types. So we link it.
93 rm "${ED}"/etc/${PN}/mime.types
94 - dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
95 + dosym ../mime.types /etc/${PN}/mime.types
96
97 # A man-page is always handy, so fake one
98 if use !doc; then
99
100 diff --git a/mail-client/mutt/mutt-1.12.2-r2.ebuild b/mail-client/mutt/mutt-1.12.2-r2.ebuild
101 index 77e56912372..71fedef1a7f 100644
102 --- a/mail-client/mutt/mutt-1.12.2-r2.ebuild
103 +++ b/mail-client/mutt/mutt-1.12.2-r2.ebuild
104 @@ -1,4 +1,4 @@
105 -# Copyright 1999-2019 Gentoo Authors
106 +# Copyright 1999-2020 Gentoo Authors
107 # Distributed under the terms of the GNU General Public License v2
108
109 EAPI="6"
110 @@ -220,7 +220,7 @@ src_install() {
111
112 # A newer file is provided by app-misc/mime-types. So we link it.
113 rm "${ED}"/etc/${PN}/mime.types
114 - dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
115 + dosym ../mime.types /etc/${PN}/mime.types
116
117 # A man-page is always handy, so fake one
118 if use !doc; then
119
120 diff --git a/mail-client/mutt/mutt-1.13.1.ebuild b/mail-client/mutt/mutt-1.13.1.ebuild
121 index cede0e80d77..c22bedfc03d 100644
122 --- a/mail-client/mutt/mutt-1.13.1.ebuild
123 +++ b/mail-client/mutt/mutt-1.13.1.ebuild
124 @@ -1,4 +1,4 @@
125 -# Copyright 1999-2019 Gentoo Authors
126 +# Copyright 1999-2020 Gentoo Authors
127 # Distributed under the terms of the GNU General Public License v2
128
129 EAPI="6"
130 @@ -208,7 +208,7 @@ src_install() {
131
132 # A newer file is provided by app-misc/mime-types. So we link it.
133 rm "${ED}"/etc/${PN}/mime.types
134 - dosym "${EPREFIX}"/etc/mime.types /etc/${PN}/mime.types
135 + dosym ../mime.types /etc/${PN}/mime.types
136
137 # nuke manpages that should be provided by an MTA, bug #177605
138 rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \