Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/, app-emacs/semi/, app-emacs/mu-cite/
Date: Mon, 24 Jun 2019 11:06:15
Message-Id: 1561374306.30e4a9c1cfc80f55f795939940851bab9a22145f.ulm@gentoo
1 commit: 30e4a9c1cfc80f55f795939940851bab9a22145f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 24 11:05:06 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 11:05:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e4a9c1
7
8 app-emacs/{semi,wanderlust,mu-cite}: Depend on app-emacs/flim directly.
9
10 Instead of virtual/emacs-flim, because the virtual's second provider
11 app-emacs/limit fails to compile with recent Emacs versions.
12
13 Bug: https://bugs.gentoo.org/688596
14 Package-Manager: Portage-2.3.67, Repoman-2.3.14
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild | 5 +++--
18 app-emacs/semi/semi-1.14.6-r2.ebuild | 4 ++--
19 app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild | 4 ++--
20 app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild | 4 ++--
21 4 files changed, 9 insertions(+), 8 deletions(-)
22
23 diff --git a/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild b/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild
24 index 63f2fdaec66..0bf16aaea00 100644
25 --- a/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild
26 +++ b/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2019 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=5
33 @@ -15,7 +15,8 @@ SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 RDEPEND="app-emacs/apel
37 - virtual/emacs-flim"
38 + app-emacs/flim"
39 +DEPEND="${RDEPEND}"
40
41 SITEFILE="50${PN}-gentoo.el"
42 DOCS="ChangeLog NEWS README.en"
43
44 diff --git a/app-emacs/semi/semi-1.14.6-r2.ebuild b/app-emacs/semi/semi-1.14.6-r2.ebuild
45 index 5555c415b5d..7d4fcf4b0e6 100644
46 --- a/app-emacs/semi/semi-1.14.6-r2.ebuild
47 +++ b/app-emacs/semi/semi-1.14.6-r2.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2016 Gentoo Foundation
50 +# Copyright 1999-2019 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=5
54 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-maco
55 IUSE="l10n_ja"
56
57 DEPEND=">=app-emacs/apel-10.6
58 - virtual/emacs-flim"
59 + app-emacs/flim"
60 RDEPEND="${DEPEND}"
61
62 ELISP_PATCHES="${PN}-info.patch"
63
64 diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
65 index 51d5a4750a4..d655a9b9079 100644
66 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
67 +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2018 Gentoo Foundation
70 +# Copyright 1999-2019 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=6
74 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
75 IUSE="bbdb ssl l10n_ja"
76
77 DEPEND=">=app-emacs/apel-10.6
78 - virtual/emacs-flim
79 + app-emacs/flim
80 app-emacs/semi
81 bbdb? ( app-emacs/bbdb )"
82 RDEPEND="${DEPEND}"
83
84 diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
85 index 6885a08624d..b425c3ba6b4 100644
86 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
87 +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
88 @@ -1,4 +1,4 @@
89 -# Copyright 1999-2018 Gentoo Foundation
90 +# Copyright 1999-2019 Gentoo Authors
91 # Distributed under the terms of the GNU General Public License v2
92
93 EAPI=6
94 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
95 IUSE="bbdb ssl l10n_ja"
96
97 DEPEND=">=app-emacs/apel-10.6
98 - virtual/emacs-flim
99 + app-emacs/flim
100 app-emacs/semi
101 bbdb? ( app-emacs/bbdb )"
102 RDEPEND="${DEPEND}"