From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7934B138353 for ; Mon, 24 Feb 2020 05:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93179E08F0; Mon, 24 Feb 2020 05:55:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 488A1E08F0 for ; Mon, 24 Feb 2020 05:55:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FCA934EFE6 for ; Mon, 24 Feb 2020 05:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C575157 for ; Mon, 24 Feb 2020 05:55:42 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1582523616.3ba4e463b1b5bcd5278d73ce23526dfbbb0af11d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mu/mu-0.9.18-r2.ebuild net-mail/mu/mu-0.9.18-r3.ebuild net-mail/mu/mu-1.0-r1.ebuild net-mail/mu/mu-1.0.ebuild net-mail/mu/mu-1.3.5-r1.ebuild net-mail/mu/mu-1.3.5.ebuild net-mail/mu/mu-1.3.6-r1.ebuild net-mail/mu/mu-1.3.6-r2.ebuild net-mail/mu/mu-1.3.6.ebuild X-VCS-Directories: net-mail/mu/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3ba4e463b1b5bcd5278d73ce23526dfbbb0af11d X-VCS-Branch: master Date: Mon, 24 Feb 2020 05:55:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5135a8f6-e8ea-427a-9f98-2b21f86cd731 X-Archives-Hash: ed5c96105c8a1fa8a12959852d2f742a commit: 3ba4e463b1b5bcd5278d73ce23526dfbbb0af11d Author: Joonas Niilola gentoo org> AuthorDate: Mon Feb 24 05:53:36 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 24 05:53:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba4e463 net-mail/mu: revbump all due to changed RDEPENDs Signed-off-by: Joonas Niilola gentoo.org> .../{mu-0.9.18-r2.ebuild => mu-0.9.18-r3.ebuild} | 0 net-mail/mu/{mu-1.0.ebuild => mu-1.0-r1.ebuild} | 0 .../mu/{mu-1.3.5.ebuild => mu-1.3.5-r1.ebuild} | 0 net-mail/mu/mu-1.3.6-r1.ebuild | 4 +- .../mu/{mu-1.3.6-r1.ebuild => mu-1.3.6-r2.ebuild} | 0 net-mail/mu/mu-1.3.6.ebuild | 95 ---------------------- 6 files changed, 2 insertions(+), 97 deletions(-) diff --git a/net-mail/mu/mu-0.9.18-r2.ebuild b/net-mail/mu/mu-0.9.18-r3.ebuild similarity index 100% rename from net-mail/mu/mu-0.9.18-r2.ebuild rename to net-mail/mu/mu-0.9.18-r3.ebuild diff --git a/net-mail/mu/mu-1.0.ebuild b/net-mail/mu/mu-1.0-r1.ebuild similarity index 100% rename from net-mail/mu/mu-1.0.ebuild rename to net-mail/mu/mu-1.0-r1.ebuild diff --git a/net-mail/mu/mu-1.3.5.ebuild b/net-mail/mu/mu-1.3.5-r1.ebuild similarity index 100% rename from net-mail/mu/mu-1.3.5.ebuild rename to net-mail/mu/mu-1.3.5-r1.ebuild diff --git a/net-mail/mu/mu-1.3.6-r1.ebuild b/net-mail/mu/mu-1.3.6-r1.ebuild index 27f87d5b69a..fdbb2fb3c2b 100644 --- a/net-mail/mu/mu-1.3.6-r1.ebuild +++ b/net-mail/mu/mu-1.3.6-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="emacs guile mug" DEPEND=" @@ -27,7 +27,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -SITEFILE="70mu-gentoo-autoload.el" +SITEFILE="70mu-gentoo.el" src_prepare() { default diff --git a/net-mail/mu/mu-1.3.6-r1.ebuild b/net-mail/mu/mu-1.3.6-r2.ebuild similarity index 100% copy from net-mail/mu/mu-1.3.6-r1.ebuild copy to net-mail/mu/mu-1.3.6-r2.ebuild diff --git a/net-mail/mu/mu-1.3.6.ebuild b/net-mail/mu/mu-1.3.6.ebuild deleted file mode 100644 index fdbb2fb3c2b..00000000000 --- a/net-mail/mu/mu-1.3.6.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools elisp-common - -DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing" -HOMEPAGE="http://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu" -SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="emacs guile mug" - -DEPEND=" - dev-libs/glib:2 - dev-libs/gmime:3.0 - >=dev-libs/xapian-1.4 - emacs? ( >=app-editors/emacs-24.4:* ) - guile? ( >=dev-scheme/guile-2.0 ) - mug? ( - net-libs/webkit-gtk:4 - x11-libs/gtk+:3 - )" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -SITEFILE="70mu-gentoo.el" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable emacs mu4e) - $(use_enable mug gtk) - $(use_enable mug webkit) - $(use_enable guile) - ) - - econf "${myeconfargs[@]}" -} - -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 - - 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-query.7 man/mu-remove.1 \ - man/mu-script.1 man/mu-server.1 man/mu-verify.1 \ - man/mu-view.1 man/mu.1 - - if use guile; then - doinfo guile/mu-guile.info - fi - - if use mug; then - dobin toys/mug/mug - fi -} - -src_test() { - emake check -} - -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 "http://www.djcbsoftware.nl/code/mu/mu4e/" - fi - - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}