Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/
Date: Mon, 24 Feb 2020 05:55:49
Message-Id: 1582523616.3ba4e463b1b5bcd5278d73ce23526dfbbb0af11d.juippis@gentoo
1 commit: 3ba4e463b1b5bcd5278d73ce23526dfbbb0af11d
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 05:53:36 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 05:53:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba4e463
7
8 net-mail/mu: revbump all due to changed RDEPENDs
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 .../{mu-0.9.18-r2.ebuild => mu-0.9.18-r3.ebuild} | 0
13 net-mail/mu/{mu-1.0.ebuild => mu-1.0-r1.ebuild} | 0
14 .../mu/{mu-1.3.5.ebuild => mu-1.3.5-r1.ebuild} | 0
15 net-mail/mu/mu-1.3.6-r1.ebuild | 4 +-
16 .../mu/{mu-1.3.6-r1.ebuild => mu-1.3.6-r2.ebuild} | 0
17 net-mail/mu/mu-1.3.6.ebuild | 95 ----------------------
18 6 files changed, 2 insertions(+), 97 deletions(-)
19
20 diff --git a/net-mail/mu/mu-0.9.18-r2.ebuild b/net-mail/mu/mu-0.9.18-r3.ebuild
21 similarity index 100%
22 rename from net-mail/mu/mu-0.9.18-r2.ebuild
23 rename to net-mail/mu/mu-0.9.18-r3.ebuild
24
25 diff --git a/net-mail/mu/mu-1.0.ebuild b/net-mail/mu/mu-1.0-r1.ebuild
26 similarity index 100%
27 rename from net-mail/mu/mu-1.0.ebuild
28 rename to net-mail/mu/mu-1.0-r1.ebuild
29
30 diff --git a/net-mail/mu/mu-1.3.5.ebuild b/net-mail/mu/mu-1.3.5-r1.ebuild
31 similarity index 100%
32 rename from net-mail/mu/mu-1.3.5.ebuild
33 rename to net-mail/mu/mu-1.3.5-r1.ebuild
34
35 diff --git a/net-mail/mu/mu-1.3.6-r1.ebuild b/net-mail/mu/mu-1.3.6-r1.ebuild
36 index 27f87d5b69a..fdbb2fb3c2b 100644
37 --- a/net-mail/mu/mu-1.3.6-r1.ebuild
38 +++ b/net-mail/mu/mu-1.3.6-r1.ebuild
39 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="GPL-3+"
42 SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 +KEYWORDS="amd64 x86"
45 IUSE="emacs guile mug"
46
47 DEPEND="
48 @@ -27,7 +27,7 @@ DEPEND="
49 RDEPEND="${DEPEND}"
50 BDEPEND="virtual/pkgconfig"
51
52 -SITEFILE="70mu-gentoo-autoload.el"
53 +SITEFILE="70mu-gentoo.el"
54
55 src_prepare() {
56 default
57
58 diff --git a/net-mail/mu/mu-1.3.6-r1.ebuild b/net-mail/mu/mu-1.3.6-r2.ebuild
59 similarity index 100%
60 copy from net-mail/mu/mu-1.3.6-r1.ebuild
61 copy to net-mail/mu/mu-1.3.6-r2.ebuild
62
63 diff --git a/net-mail/mu/mu-1.3.6.ebuild b/net-mail/mu/mu-1.3.6.ebuild
64 deleted file mode 100644
65 index fdbb2fb3c2b..00000000000
66 --- a/net-mail/mu/mu-1.3.6.ebuild
67 +++ /dev/null
68 @@ -1,95 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -
74 -inherit autotools elisp-common
75 -
76 -DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
77 -HOMEPAGE="http://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
78 -SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -LICENSE="GPL-3+"
81 -SLOT="0"
82 -KEYWORDS="amd64 x86"
83 -IUSE="emacs guile mug"
84 -
85 -DEPEND="
86 - dev-libs/glib:2
87 - dev-libs/gmime:3.0
88 - >=dev-libs/xapian-1.4
89 - emacs? ( >=app-editors/emacs-24.4:* )
90 - guile? ( >=dev-scheme/guile-2.0 )
91 - mug? (
92 - net-libs/webkit-gtk:4
93 - x11-libs/gtk+:3
94 - )"
95 -RDEPEND="${DEPEND}"
96 -BDEPEND="virtual/pkgconfig"
97 -
98 -SITEFILE="70mu-gentoo.el"
99 -
100 -src_prepare() {
101 - default
102 - eautoreconf
103 -}
104 -
105 -src_configure() {
106 - local myeconfargs=(
107 - $(use_enable emacs mu4e)
108 - $(use_enable mug gtk)
109 - $(use_enable mug webkit)
110 - $(use_enable guile)
111 - )
112 -
113 - econf "${myeconfargs[@]}"
114 -}
115 -
116 -src_install() {
117 - dobin mu/mu
118 - dodoc AUTHORS HACKING NEWS NEWS.org TODO README README.org ChangeLog
119 - if use emacs; then
120 - elisp-install ${PN} mu4e/*.el mu4e/*.elc
121 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
122 - doinfo mu4e/mu4e.info
123 - fi
124 -
125 - doman man/mu-add.1 man/mu-bookmarks.5 man/mu-cfind.1 man/mu-easy.1 \
126 - man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \
127 - man/mu-mkdir.1 man/mu-query.7 man/mu-remove.1 \
128 - man/mu-script.1 man/mu-server.1 man/mu-verify.1 \
129 - man/mu-view.1 man/mu.1
130 -
131 - if use guile; then
132 - doinfo guile/mu-guile.info
133 - fi
134 -
135 - if use mug; then
136 - dobin toys/mug/mug
137 - fi
138 -}
139 -
140 -src_test() {
141 - emake check
142 -}
143 -
144 -pkg_preinst() {
145 - if [[ -n ${REPLACING_VERSIONS} ]]; then
146 - elog "After upgrading from an old major version, you should"
147 - elog "rebuild your mail index."
148 - fi
149 -}
150 -
151 -pkg_postinst() {
152 - if use emacs; then
153 - einfo "To use mu4e you need to configure it in your .emacs file"
154 - einfo "See the manual for more information:"
155 - einfo "http://www.djcbsoftware.nl/code/mu/mu4e/"
156 - fi
157 -
158 - use emacs && elisp-site-regen
159 -}
160 -
161 -pkg_postrm() {
162 - use emacs && elisp-site-regen
163 -}