public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vikraman Choudhury" <vikraman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/
Date: Sun,  4 Feb 2018 22:42:40 +0000 (UTC)	[thread overview]
Message-ID: <1517784131.ca59a6c3a1051e8c69ee01a6a1efbcfbd4d7cba6.vikraman@gentoo> (raw)

commit:     ca59a6c3a1051e8c69ee01a6a1efbcfbd4d7cba6
Author:     Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 22:41:54 2018 +0000
Commit:     Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 22:42:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca59a6c3

net-mail/mu: Bump to version 1.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-mail/mu/Manifest      |  1 +
 net-mail/mu/mu-1.0.ebuild | 78 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/net-mail/mu/Manifest b/net-mail/mu/Manifest
index 90674d94512..a4ab9d3799f 100644
--- a/net-mail/mu/Manifest
+++ b/net-mail/mu/Manifest
@@ -2,4 +2,5 @@ DIST mu-0.9.15.tar.gz 2203193 BLAKE2B f639af3d851ba72605840ef969ff046ba59eba656d
 DIST mu-0.9.16.tar.gz 2212969 BLAKE2B b56fe468ad1e077f7f66bdd0afb6e81f7ba500aaf55a867ea4b44f78f9b7f8d723905075515692da38918c3b7b89d3679e473774fe03efbea1210b3b75b954fd SHA512 8cf9b83aea287ee79b5160ed19e7dc6ef27f0784143b5eac9cf55d07b7718bc777624d752e0b407258b5078e998544d18dbb258a7eb03cafe55596f07a60d1f4
 DIST mu-0.9.18.tar.gz 2250319 BLAKE2B 7eb83a797eccff706ac6b264a7d56feae80e40f370e190e0a94f2524dd73a8bfdb35599909f90d0a2b87fc513bbcf2b00fa307a3e4d0b6718ebdc7f7fcdc6df0 SHA512 47104d18547de0871782abc4e1c6dbf1f9b2489410e5716043861bf8d973d33d2138de7d7ac568b300ca86ae9f1a0fda0fa9555ad9a5938771336ef958183546
 DIST mu-0.9.9.6.tar.gz 2172349 BLAKE2B 371db6a38e7a099e5d4f16b097c450be608390ebcd2edf02f316f308c06b102999be24c1ab3f29975a9a153ee2443e4833f404e5613123b7ed4e3d27bead9f67 SHA512 0213033aa7599a5120c38a4b9ec018357ebd63a3c4828e0f9d7af41529dc1b001db8d506408b0341e0efe9835fbd21dbf23c836920c98ae2caabcb0cdc7dac2b
+DIST mu-1.0.tar.gz 2273670 BLAKE2B a771b00159142fa4a671d07cf9de6f0f941c432ddee31f19606c260ba3dfef857a36a333f5ede4ca30be88d7b7eae28e996e15a8deebd96971b341f0f72bfbbb SHA512 49b0b86f22e9a6ace1fc3fd6e7a8a523aa9edf092b953d59f59a1ef7311c8c546a261a1a186e3285cea788be20c816c70ac08d1514f700ff97258a2012ad394d
 DIST mu4e-manual-0.9.9.5.pdf 396250 BLAKE2B 83bcc3a5b70dc6480189a803748b530b7a3ba11187f418e45e81dc7e67501086ebccf82859600d123137901feede75270dbc1df9c59ce4020c4f75c2999e0a95 SHA512 ef9d36a1d9c7a397d89ce5a01072408165dc37b1cc7bb90658f35421cd0dfe28c8fa932cc602f5150c7947aa09c94a470924c98fcae3d9caa7d92fb1d47f7e7e

diff --git a/net-mail/mu/mu-1.0.ebuild b/net-mail/mu/mu-1.0.ebuild
new file mode 100644
index 00000000000..2ffb7d2dbe8
--- /dev/null
+++ b/net-mail/mu/mu-1.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools elisp-common
+
+DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
+HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
+SRC_URI="https://github.com/djcb/mu/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="emacs"
+
+# net-mail/mailutils also installes /usr/bin/mu.  Block it until somebody
+# really wants both installed at the same time.
+DEPEND="
+	dev-libs/gmime:2.6
+	dev-libs/xapian
+	dev-libs/glib:2
+	emacs? ( >=virtual/emacs-23 )
+	!net-mail/mailutils"
+RDEPEND="${DEPEND}"
+
+SITEFILE="70mu-gentoo.el"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	# Todo: Make a guile USE-flag as soon as >=guile-2 is avaiable
+	# Note: --disable-silent-rules is included in EAPI-5
+	econf --disable-guile \
+		--disable-gtk \
+		--disable-webkit \
+		$(use_enable emacs mu4e)
+}
+
+src_install () {
+	dobin mu/mu
+	dodoc AUTHORS HACKING NEWS NEWS.org TODO README README.org ChangeLog
+	if use emacs; then
+		elisp-install ${PN} mu4e/*.el mu4e/*.elc
+		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+		doinfo mu4e/mu4e.info
+	fi
+	# TODO: Add guile man page when guile-2 is available.
+	doman man/mu-add.1 man/mu-bookmarks.5 man/mu-cfind.1 man/mu-easy.1 \
+		  man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \
+		  man/mu-mkdir.1 man/mu-remove.1 man/mu-server.1 man/mu-verify.1 \
+		  man/mu-view.1 man/mu.1
+}
+
+src_test () {
+	# Note: Fails with parallel make
+	emake -j1 check
+}
+
+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 "http://www.djcbsoftware.nl/code/mu/mu4e/"
+	fi
+
+	elog "If you upgrade from an older major version,"
+	elog "then you need to rebuild your mail index."
+
+	use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+	use emacs && elisp-site-regen
+}


             reply	other threads:[~2018-02-04 22:42 UTC|newest]

Thread overview: 165+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-04 22:42 Vikraman Choudhury [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
     [not found] <1693759166.1b3e52a1cfa6de2c779eaff27016f63a94ece328.sam@gentoo>
2023-09-03 16:39 ` Sam James
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-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-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=1517784131.ca59a6c3a1051e8c69ee01a6a1efbcfbd4d7cba6.vikraman@gentoo \
    --to=vikraman@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