From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/
Date: Wed, 20 Oct 2021 01:14:31 +0000 (UTC) [thread overview]
Message-ID: <1634692269.a4e8735e004310cc91cd6b0123c67413ac00f4c3.sam@gentoo> (raw)
commit: a4e8735e004310cc91cd6b0123c67413ac00f4c3
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sun Oct 17 10:23:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 01:11:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e8735e
net-mail/mu: Drop old
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/mu/Manifest | 3 ---
net-mail/mu/metadata.xml | 1 -
net-mail/mu/mu-1.6.1.ebuild | 63 ---------------------------------------------
net-mail/mu/mu-1.6.3.ebuild | 60 ------------------------------------------
net-mail/mu/mu-1.6.5.ebuild | 60 ------------------------------------------
5 files changed, 187 deletions(-)
diff --git a/net-mail/mu/Manifest b/net-mail/mu/Manifest
index 9ca96b3dace..db4d5436557 100644
--- a/net-mail/mu/Manifest
+++ b/net-mail/mu/Manifest
@@ -1,4 +1 @@
-DIST mu-1.6.1.tar.xz 866044 BLAKE2B ed6464e2ef63d37c42783235a0537cd20c7442333d4a6b59af0d257db8e3e6d85db7106ae2f89aa5f1536e50afadd40c89a8215a288080130d14e3ceb79b1638 SHA512 d894f302cabef86ff6b1d85eb945b2aca27729eaa6558598076c8f065d584592d5e601fe6a6045cea9b8a1466320c838f995ffdfd564447683538a5e48f8d7b0
-DIST mu-1.6.3.tar.xz 867224 BLAKE2B dffe67df4731028fa5e77d62d32fb787639b25d43a48aaac0c0e446c14cd3c5f79ad5559968446603782f1a7df9c129b2c3e1c3576e01d162a59693a2abd960e SHA512 73bfc85561cbc31d8c8ba6043ad79b7c17ac33edbbfcb3f09d460b291454c7696b282ee98c7738e05a9842963169c3f87eff56c3f6729cb22cdb6136ae8b95e3
-DIST mu-1.6.5.tar.xz 867240 BLAKE2B d3e8ad88b38f1329e4a5716f981c97e62c2042835e81910dab02b1219abfc670fe84a68f992fd08dce282a3288aaa91a465ce881f79e7ece917ba089c2ad0348 SHA512 b25203d281fa43b22abacb442caa56d797489d32bfc1dde874d23035510cbc8fb331b45574ea74d4a01e4af0a706c1a84656d8b8d6e60f518b2ea75fa27361ea
DIST mu-1.6.6.tar.xz 866724 BLAKE2B 3417d4b3e5bfae943558fbc936ca0207be912f9548621b1599437484e94f3b49271aa1e97e7cc2b5b6027b8e0cf97d3b96d2052772f7783d897b4fa0dcf03184 SHA512 07daf9864bfd1ff4278aee98a0ae9c4fc3be94468e3b2022ae801f048f339b5becdb9ad8ebb2e12b9131e0e6dfcfb541bdca8288657dc19d47b0e510831f54eb
diff --git a/net-mail/mu/metadata.xml b/net-mail/mu/metadata.xml
index 9bbd2af1517..a47ba60ed55 100644
--- a/net-mail/mu/metadata.xml
+++ b/net-mail/mu/metadata.xml
@@ -15,7 +15,6 @@
</longdescription>
<use>
<flag name="emacs">Install the mu4e mail client</flag>
- <flag name="mug">Install the mug toy client, not for normal use</flag>
</use>
<upstream>
<remote-id type="google-code">mu0</remote-id>
diff --git a/net-mail/mu/mu-1.6.1.ebuild b/net-mail/mu/mu-1.6.1.ebuild
deleted file mode 100644
index 6724af7d501..00000000000
--- a/net-mail/mu/mu-1.6.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp-common
-
-DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
-HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
-SRC_URI="https://github.com/djcb/mu/releases/download/${PV}/mu-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
-IUSE="emacs guile mug"
-
-DEPEND="
- dev-libs/glib:2=
- dev-libs/gmime:3.0=
- >=dev-libs/xapian-1.4:=
- sys-libs/readline
- emacs? ( >=app-editors/emacs-25.3:* )
- guile? ( >=dev-scheme/guile-2.2:* )
- mug? (
- net-libs/webkit-gtk:4=
- x11-libs/gtk+:3=
- )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-SITEFILE="70mu-gentoo-autoload.el"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable emacs mu4e)
- $(use_enable mug gtk)
- $(use_enable mug webkit)
- $(use_enable guile)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-pkg_preinst() {
- if [[ -n ${REPLACING_VERSIONS} ]]; then
- elog "After upgrading from an old major version, you should"
- elog "rebuild your mail index."
- fi
-}
-
-pkg_postinst() {
- if use emacs; then
- einfo "To use mu4e you need to configure it in your .emacs file"
- einfo "See the manual for more information:"
- einfo "https://www.djcbsoftware.nl/code/mu/mu4e/"
-
- elisp-site-regen
- fi
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/net-mail/mu/mu-1.6.3.ebuild b/net-mail/mu/mu-1.6.3.ebuild
deleted file mode 100644
index 94eaeb52fa2..00000000000
--- a/net-mail/mu/mu-1.6.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp-common
-
-DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
-HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
-SRC_URI="https://github.com/djcb/mu/releases/download/${PV}/mu-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
-IUSE="emacs guile readline"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/gmime:3.0
- >=dev-libs/xapian-1.4:=
- emacs? ( >=app-editors/emacs-25.3:* )
- guile? ( >=dev-scheme/guile-2.2:* )
- readline? ( sys-libs/readline:= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-SITEFILE="70mu-gentoo-autoload.el"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable emacs mu4e)
- $(use_enable guile)
- $(use_enable readline)
- --disable-gtk
- --disable-webkit
- )
-
- econf "${myeconfargs[@]}"
-}
-
-pkg_preinst() {
- if [[ -n ${REPLACING_VERSIONS} ]]; then
- elog "After upgrading from an old major version, you should"
- elog "rebuild your mail index."
- fi
-}
-
-pkg_postinst() {
- if use emacs; then
- einfo "To use mu4e you need to configure it in your .emacs file"
- einfo "See the manual for more information:"
- einfo "https://www.djcbsoftware.nl/code/mu/mu4e/"
-
- elisp-site-regen
- fi
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/net-mail/mu/mu-1.6.5.ebuild b/net-mail/mu/mu-1.6.5.ebuild
deleted file mode 100644
index 94eaeb52fa2..00000000000
--- a/net-mail/mu/mu-1.6.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp-common
-
-DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
-HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu"
-SRC_URI="https://github.com/djcb/mu/releases/download/${PV}/mu-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
-IUSE="emacs guile readline"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/gmime:3.0
- >=dev-libs/xapian-1.4:=
- emacs? ( >=app-editors/emacs-25.3:* )
- guile? ( >=dev-scheme/guile-2.2:* )
- readline? ( sys-libs/readline:= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-SITEFILE="70mu-gentoo-autoload.el"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable emacs mu4e)
- $(use_enable guile)
- $(use_enable readline)
- --disable-gtk
- --disable-webkit
- )
-
- econf "${myeconfargs[@]}"
-}
-
-pkg_preinst() {
- if [[ -n ${REPLACING_VERSIONS} ]]; then
- elog "After upgrading from an old major version, you should"
- elog "rebuild your mail index."
- fi
-}
-
-pkg_postinst() {
- if use emacs; then
- einfo "To use mu4e you need to configure it in your .emacs file"
- einfo "See the manual for more information:"
- einfo "https://www.djcbsoftware.nl/code/mu/mu4e/"
-
- elisp-site-regen
- fi
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
next reply other threads:[~2021-10-20 1:14 UTC|newest]
Thread overview: 165+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-20 1:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 20:03 [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ Sam James
2025-03-07 20:03 Sam James
2024-11-13 12:42 Sam James
2024-09-02 7:29 Arthur Zamarin
2024-08-26 17:52 Jakov Smolić
2024-08-26 16:44 Sam James
2024-08-01 7:22 Matthew Smith
2024-08-01 7:22 Matthew Smith
2024-05-03 16:30 Matthew Smith
2024-04-19 8:18 Arthur Zamarin
2024-04-17 22:01 Sam James
2024-04-15 17:11 Matthew Smith
2024-04-08 21:02 Matthew Smith
2024-03-24 16:24 Matthew Smith
2024-03-18 8:06 Ulrich Müller
2024-02-25 10:49 Matthew Smith
2024-01-24 6:16 Sam James
2024-01-24 6:16 Sam James
2024-01-23 18:43 Arthur Zamarin
2024-01-23 18:43 Arthur Zamarin
2023-11-26 8:51 Matthew Smith
2023-11-09 19:35 Matthew Smith
2023-09-29 10:14 Matthew Smith
2023-09-29 10:14 Matthew Smith
2023-09-03 16:39 Sam James
[not found] <1693759166.1b3e52a1cfa6de2c779eaff27016f63a94ece328.sam@gentoo>
2023-09-03 16:39 ` Sam James
2023-09-03 14:17 Sam James
2023-09-03 14:17 Sam James
2023-08-11 7:37 Matthew Smith
2023-06-23 9:01 Matthew Smith
2023-05-29 20:58 Sam James
2023-05-25 7:46 Arthur Zamarin
2023-05-25 7:46 Arthur Zamarin
2023-05-25 3:20 Sam James
2023-04-19 17:50 Matthew Smith
2023-04-10 8:53 Matthew Smith
2023-04-10 8:53 Matthew Smith
2023-04-02 17:35 Sam James
2023-04-02 16:45 Sam James
2023-03-04 12:38 Arthur Zamarin
2023-03-04 11:25 Arthur Zamarin
2023-03-04 11:13 Arthur Zamarin
2023-03-04 11:03 Arthur Zamarin
2023-02-05 10:45 Sam James
2023-02-05 9:32 Matthew Smith
2023-01-21 11:11 Matthew Smith
2023-01-01 19:16 Arthur Zamarin
2023-01-01 19:16 Arthur Zamarin
2023-01-01 16:05 Sam James
2023-01-01 16:05 Sam James
2022-12-08 18:53 Matthew Smith
2022-12-04 8:55 Matthew Smith
2022-12-03 16:10 Arthur Zamarin
2022-12-03 11:48 Arthur Zamarin
2022-12-03 10:57 Sam James
2022-12-03 10:54 Sam James
2022-10-26 17:18 Matthew Smith
2022-10-26 17:18 Matthew Smith
2022-10-20 10:56 Jakov Smolić
2022-10-17 6:44 Agostino Sarubbo
2022-10-17 6:43 Agostino Sarubbo
2022-09-25 8:47 Matthew Smith
2022-09-09 9:48 Matthew Smith
2022-08-26 23:27 Sam James
2022-08-26 5:46 Sam James
2022-08-25 18:25 Arthur Zamarin
2022-08-25 18:23 Arthur Zamarin
2022-08-20 7:13 Matthew Smith
2022-08-12 17:57 Matthew Smith
2022-08-12 11:55 Agostino Sarubbo
2022-08-09 7:46 Agostino Sarubbo
2022-08-09 7:43 Agostino Sarubbo
2022-08-08 18:08 Matthew Smith
2022-08-08 18:01 Arthur Zamarin
2022-07-28 19:11 Matthew Smith
2022-07-24 10:52 Matthew Smith
2022-07-16 11:28 Matthew Smith
2022-07-09 10:16 Matthew Smith
2022-06-26 12:54 Matthew Smith
2022-06-09 19:33 Matthew Smith
2022-05-23 6:29 Matthew Smith
2022-05-23 6:29 Matthew Smith
2022-04-30 6:59 Matthew Smith
2022-04-22 17:46 Matthew Smith
2022-04-22 17:46 Matthew Smith
2022-02-14 17:21 Matthew Smith
2022-02-13 19:06 Matthew Smith
2022-01-21 7:08 Joonas Niilola
2021-12-22 5:32 Sam James
2021-12-22 5:32 Sam James
2021-12-22 0:45 Sam James
2021-12-22 0:44 Sam James
2021-12-01 7:05 Joonas Niilola
2021-11-29 18:39 Arthur Zamarin
2021-11-29 17:31 Jakov Smolić
2021-11-29 16:59 Arthur Zamarin
2021-11-13 11:08 Sam James
2021-10-31 2:58 Sam James
2021-10-20 1:14 Sam James
2021-10-10 20:37 Sam James
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-10-09 19:18 Sam James
2021-09-08 3:11 Sam James
2021-09-08 3:11 Sam James
2021-09-04 21:39 Sam James
2021-09-01 18:32 Sam James
2021-09-01 13:39 Agostino Sarubbo
2021-09-01 7:53 Agostino Sarubbo
2021-08-26 22:21 Sam James
2021-08-16 1:58 Sam James
2021-07-31 10:03 Joonas Niilola
2021-07-31 10:03 Joonas Niilola
2021-03-13 12:57 Sam James
2021-03-13 12:57 Sam James
2021-03-13 12:57 Sam James
2021-02-26 20:58 Agostino Sarubbo
2021-02-26 13:55 Sam James
2021-02-26 13:53 Sam James
2021-02-25 13:54 Agostino Sarubbo
2021-01-24 0:34 Sam James
2021-01-24 0:34 Sam James
2021-01-04 16:59 Sam James
2021-01-04 16:59 Sam James
2020-12-01 9:38 Sam James
2020-11-03 5:08 Sam James
2020-10-28 21:43 Sam James
2020-10-27 23:31 Sam James
2020-10-25 23:42 Thomas Deutschmann
2020-09-02 21:05 Sam James
2020-09-02 21:05 Sam James
2020-08-15 9:30 Joonas Niilola
2020-07-30 22:15 Sam James
2020-07-27 1:54 Sam James
2020-06-25 11:18 Joonas Niilola
2020-05-28 15:45 Agostino Sarubbo
2020-05-24 8:09 Agostino Sarubbo
2020-05-05 8:47 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-02-24 5:55 Joonas Niilola
2020-02-24 5:55 Joonas Niilola
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 9:52 Agostino Sarubbo
2020-01-10 5:43 Joonas Niilola
2020-01-10 5:43 Joonas Niilola
2019-12-20 22:49 Ulrich Müller
2019-10-18 5:25 Joonas Niilola
2019-10-18 5:25 Joonas Niilola
2019-09-04 3:25 Joonas Niilola
2019-08-28 18:19 Joonas Niilola
2018-02-13 20:52 Pacho Ramos
2018-02-13 20:52 Pacho Ramos
2018-02-04 22:42 Vikraman Choudhury
2018-01-29 1:06 Thomas Deutschmann
2017-12-03 14:54 Pacho Ramos
2017-11-24 22:57 Vikraman Choudhury
2017-11-24 22:57 Vikraman Choudhury
2017-01-03 20:39 Vikraman Choudhury
2017-01-03 6:03 Vikraman Choudhury
2016-12-28 5:21 Vikraman Choudhury
2016-01-24 23:38 Vikraman Choudhury
2015-12-14 17:54 Vikraman Choudhury
2015-11-24 6:43 Vikraman Choudhury
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1634692269.a4e8735e004310cc91cd6b0123c67413ac00f4c3.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox