Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/
Date: Wed, 08 Sep 2021 03:11:47
Message-Id: 1631070666.b3a38c0374113d846558ced55d9bf60c8f512960.sam@gentoo
1 commit: b3a38c0374113d846558ced55d9bf60c8f512960
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sun Sep 5 09:15:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 03:11:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a38c03
7
8 net-mail/mu: Drop old
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-mail/mu/Manifest | 2 -
15 net-mail/mu/mu-1.4.15-r1.ebuild | 62 -----------------------------
16 net-mail/mu/mu-1.4.15-r2.ebuild | 72 ----------------------------------
17 net-mail/mu/mu-1.4.15.ebuild | 87 -----------------------------------------
18 4 files changed, 223 deletions(-)
19
20 diff --git a/net-mail/mu/Manifest b/net-mail/mu/Manifest
21 index deca0d5bb4e..a5be2e0a8a9 100644
22 --- a/net-mail/mu/Manifest
23 +++ b/net-mail/mu/Manifest
24 @@ -1,5 +1,3 @@
25 -DIST mu-1.4.15.tar.gz 2309695 BLAKE2B 9808e59b758525937ec97e0ca6515108c1fb4287f3134d0c6038a74ef57b4992fede6b8957ba4e7e1681d8d307aec32fa6b2931e588004849e6c1dfb7da2f7f5 SHA512 dd0426c1fb7fe2430b47fc1232e067d1c017b3c428bbd8012c542f6e1ffa7741bb145c6851f40cbc945403534dabb4aa99faf369166167d187f083dde1d30546
26 -DIST mu-1.4.15.tar.xz 846052 BLAKE2B 933d04696c4ac145f20ca6c84f6fbe62f70fa3e45e50dfdf2e48a7007acecc56d8650f965dc6810fc7f8bbdae6595b7b7349f2675b08cd9fb619ee9eb24eb251 SHA512 e7741b77bce5c7c1c818549e803fb386f0b8727b995a7ac9b961b74e89cc7dbeed52b45d70895995a1640cfd36a49b052eeeed9be6c48999f2182a68bf5c205e
27 DIST mu-1.6.1.tar.xz 866044 BLAKE2B ed6464e2ef63d37c42783235a0537cd20c7442333d4a6b59af0d257db8e3e6d85db7106ae2f89aa5f1536e50afadd40c89a8215a288080130d14e3ceb79b1638 SHA512 d894f302cabef86ff6b1d85eb945b2aca27729eaa6558598076c8f065d584592d5e601fe6a6045cea9b8a1466320c838f995ffdfd564447683538a5e48f8d7b0
28 DIST mu-1.6.3.tar.xz 867224 BLAKE2B dffe67df4731028fa5e77d62d32fb787639b25d43a48aaac0c0e446c14cd3c5f79ad5559968446603782f1a7df9c129b2c3e1c3576e01d162a59693a2abd960e SHA512 73bfc85561cbc31d8c8ba6043ad79b7c17ac33edbbfcb3f09d460b291454c7696b282ee98c7738e05a9842963169c3f87eff56c3f6729cb22cdb6136ae8b95e3
29 DIST mu-1.6.5.tar.xz 867240 BLAKE2B d3e8ad88b38f1329e4a5716f981c97e62c2042835e81910dab02b1219abfc670fe84a68f992fd08dce282a3288aaa91a465ce881f79e7ece917ba089c2ad0348 SHA512 b25203d281fa43b22abacb442caa56d797489d32bfc1dde874d23035510cbc8fb331b45574ea74d4a01e4af0a706c1a84656d8b8d6e60f518b2ea75fa27361ea
30
31 diff --git a/net-mail/mu/mu-1.4.15-r1.ebuild b/net-mail/mu/mu-1.4.15-r1.ebuild
32 deleted file mode 100644
33 index b8cc4a02fef..00000000000
34 --- a/net-mail/mu/mu-1.4.15-r1.ebuild
35 +++ /dev/null
36 @@ -1,62 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -inherit elisp-common
43 -
44 -DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
45 -HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
46 -SRC_URI="https://github.com/djcb/mu/releases/download/${PV}/mu-${PV}.tar.xz"
47 -
48 -LICENSE="GPL-3+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
51 -IUSE="emacs guile mug"
52 -
53 -DEPEND="
54 - dev-libs/glib:2=
55 - dev-libs/gmime:3.0=
56 - >=dev-libs/xapian-1.4:=
57 - emacs? ( >=app-editors/emacs-24.4:* )
58 - guile? ( >=dev-scheme/guile-2.2:* )
59 - mug? (
60 - net-libs/webkit-gtk:4=
61 - x11-libs/gtk+:3=
62 - )"
63 -RDEPEND="${DEPEND}"
64 -BDEPEND="virtual/pkgconfig"
65 -
66 -SITEFILE="70mu-gentoo-autoload.el"
67 -
68 -src_configure() {
69 - local myeconfargs=(
70 - $(use_enable emacs mu4e)
71 - $(use_enable mug gtk)
72 - $(use_enable mug webkit)
73 - $(use_enable guile)
74 - )
75 -
76 - econf "${myeconfargs[@]}"
77 -}
78 -
79 -pkg_preinst() {
80 - if [[ -n ${REPLACING_VERSIONS} ]]; then
81 - elog "After upgrading from an old major version, you should"
82 - elog "rebuild your mail index."
83 - fi
84 -}
85 -
86 -pkg_postinst() {
87 - if use emacs; then
88 - einfo "To use mu4e you need to configure it in your .emacs file"
89 - einfo "See the manual for more information:"
90 - einfo "https://www.djcbsoftware.nl/code/mu/mu4e/"
91 -
92 - elisp-site-regen
93 - fi
94 -}
95 -
96 -pkg_postrm() {
97 - use emacs && elisp-site-regen
98 -}
99
100 diff --git a/net-mail/mu/mu-1.4.15-r2.ebuild b/net-mail/mu/mu-1.4.15-r2.ebuild
101 deleted file mode 100644
102 index fa8dc2e3014..00000000000
103 --- a/net-mail/mu/mu-1.4.15-r2.ebuild
104 +++ /dev/null
105 @@ -1,72 +0,0 @@
106 -# Copyright 1999-2021 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=8
110 -
111 -inherit autotools elisp-common
112 -
113 -DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
114 -HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
115 -SRC_URI="https://github.com/djcb/mu/archives/refs/tags/${PV}.tar.gz -> mu-${PV}.tar.gz"
116 -
117 -LICENSE="GPL-3+"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
120 -IUSE="emacs guile mug"
121 -
122 -DEPEND="
123 - dev-libs/glib:2=
124 - dev-libs/gmime:3.0=
125 - >=dev-libs/xapian-1.4:=
126 - emacs? ( >=app-editors/emacs-24.4:* )
127 - guile? ( >=dev-scheme/guile-2.2:* )
128 - mug? (
129 - net-libs/webkit-gtk:4=
130 - x11-libs/gtk+:3=
131 - )"
132 -RDEPEND="${DEPEND}"
133 -BDEPEND="virtual/pkgconfig"
134 -
135 -PATCHES=(
136 - "${FILESDIR}"/${PN}-1.4.15-guile3-1.patch
137 - "${FILESDIR}"/${PN}-1.4.15-guile3-2.patch
138 -)
139 -
140 -SITEFILE="70mu-gentoo-autoload.el"
141 -
142 -src_prepare() {
143 - default
144 - eautoreconf
145 -}
146 -
147 -src_configure() {
148 - local myeconfargs=(
149 - $(use_enable emacs mu4e)
150 - $(use_enable mug gtk)
151 - $(use_enable mug webkit)
152 - $(use_enable guile)
153 - )
154 -
155 - econf "${myeconfargs[@]}"
156 -}
157 -
158 -pkg_preinst() {
159 - if [[ -n ${REPLACING_VERSIONS} ]]; then
160 - elog "After upgrading from an old major version, you should"
161 - elog "rebuild your mail index."
162 - fi
163 -}
164 -
165 -pkg_postinst() {
166 - if use emacs; then
167 - einfo "To use mu4e you need to configure it in your .emacs file"
168 - einfo "See the manual for more information:"
169 - einfo "https://www.djcbsoftware.nl/code/mu/mu4e/"
170 -
171 - elisp-site-regen
172 - fi
173 -}
174 -
175 -pkg_postrm() {
176 - use emacs && elisp-site-regen
177 -}
178
179 diff --git a/net-mail/mu/mu-1.4.15.ebuild b/net-mail/mu/mu-1.4.15.ebuild
180 deleted file mode 100644
181 index dd311566d5b..00000000000
182 --- a/net-mail/mu/mu-1.4.15.ebuild
183 +++ /dev/null
184 @@ -1,87 +0,0 @@
185 -# Copyright 1999-2021 Gentoo Authors
186 -# Distributed under the terms of the GNU General Public License v2
187 -
188 -EAPI=7
189 -
190 -inherit autotools elisp-common
191 -
192 -DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
193 -HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
194 -SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz"
195 -
196 -LICENSE="GPL-3+"
197 -SLOT="0"
198 -KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
199 -IUSE="emacs guile mug"
200 -
201 -DEPEND="
202 - dev-libs/glib:2=
203 - dev-libs/gmime:3.0=
204 - >=dev-libs/xapian-1.4:=
205 - emacs? ( >=app-editors/emacs-24.4:* )
206 - guile? ( >=dev-scheme/guile-2.2:* )
207 - mug? (
208 - net-libs/webkit-gtk:4=
209 - x11-libs/gtk+:3=
210 - )"
211 -RDEPEND="${DEPEND}"
212 -BDEPEND="virtual/pkgconfig"
213 -
214 -SITEFILE="70mu-gentoo-autoload.el"
215 -
216 -src_prepare() {
217 - default
218 - eautoreconf
219 -}
220 -
221 -src_configure() {
222 - local myeconfargs=(
223 - $(use_enable emacs mu4e)
224 - $(use_enable mug gtk)
225 - $(use_enable mug webkit)
226 - $(use_enable guile)
227 - )
228 -
229 - econf "${myeconfargs[@]}"
230 -}
231 -
232 -src_install() {
233 - dobin mu/mu
234 - dodoc AUTHORS HACKING NEWS NEWS.org TODO README ChangeLog
235 - if use emacs; then
236 - elisp-install ${PN} mu4e/*.el mu4e/*.elc
237 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
238 - doinfo mu4e/mu4e.info
239 - fi
240 -
241 - doman man/mu-*.*
242 -
243 - if use guile; then
244 - doinfo guile/mu-guile.info
245 - fi
246 -
247 - if use mug; then
248 - dobin toys/mug/mug
249 - fi
250 -}
251 -
252 -pkg_preinst() {
253 - if [[ -n ${REPLACING_VERSIONS} ]]; then
254 - elog "After upgrading from an old major version, you should"
255 - elog "rebuild your mail index."
256 - fi
257 -}
258 -
259 -pkg_postinst() {
260 - if use emacs; then
261 - einfo "To use mu4e you need to configure it in your .emacs file"
262 - einfo "See the manual for more information:"
263 - einfo "https://www.djcbsoftware.nl/code/mu/mu4e/"
264 -
265 - elisp-site-regen
266 - fi
267 -}
268 -
269 -pkg_postrm() {
270 - use emacs && elisp-site-regen
271 -}