From 3ba4e463b1b5bcd5278d73ce23526dfbbb0af11d Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Mon, 24 Feb 2020 07:53:36 +0200 Subject: net-mail/mu: revbump all due to changed RDEPENDs Signed-off-by: Joonas Niilola --- net-mail/mu/mu-0.9.18-r2.ebuild | 74 -------------------------------- net-mail/mu/mu-0.9.18-r3.ebuild | 74 ++++++++++++++++++++++++++++++++ net-mail/mu/mu-1.0-r1.ebuild | 74 ++++++++++++++++++++++++++++++++ net-mail/mu/mu-1.0.ebuild | 74 -------------------------------- net-mail/mu/mu-1.3.5-r1.ebuild | 83 +++++++++++++++++++++++++++++++++++ net-mail/mu/mu-1.3.5.ebuild | 83 ----------------------------------- net-mail/mu/mu-1.3.6-r1.ebuild | 4 +- net-mail/mu/mu-1.3.6-r2.ebuild | 95 +++++++++++++++++++++++++++++++++++++++++ net-mail/mu/mu-1.3.6.ebuild | 95 ----------------------------------------- 9 files changed, 328 insertions(+), 328 deletions(-) delete mode 100644 net-mail/mu/mu-0.9.18-r2.ebuild create mode 100644 net-mail/mu/mu-0.9.18-r3.ebuild create mode 100644 net-mail/mu/mu-1.0-r1.ebuild delete mode 100644 net-mail/mu/mu-1.0.ebuild create mode 100644 net-mail/mu/mu-1.3.5-r1.ebuild delete mode 100644 net-mail/mu/mu-1.3.5.ebuild create mode 100644 net-mail/mu/mu-1.3.6-r2.ebuild delete mode 100644 net-mail/mu/mu-1.3.6.ebuild (limited to 'net-mail/mu') diff --git a/net-mail/mu/mu-0.9.18-r2.ebuild b/net-mail/mu/mu-0.9.18-r2.ebuild deleted file mode 100644 index e8f78f993833..000000000000 --- a/net-mail/mu/mu-0.9.18-r2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="emacs" - -DEPEND=" - dev-libs/gmime:2.6 - dev-libs/xapian - dev-libs/glib:2 - emacs? ( >=app-editors/emacs-23.1:* )" -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 - 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 -} diff --git a/net-mail/mu/mu-0.9.18-r3.ebuild b/net-mail/mu/mu-0.9.18-r3.ebuild new file mode 100644 index 000000000000..e8f78f993833 --- /dev/null +++ b/net-mail/mu/mu-0.9.18-r3.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2020 Gentoo Authors +# 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/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="emacs" + +DEPEND=" + dev-libs/gmime:2.6 + dev-libs/xapian + dev-libs/glib:2 + emacs? ( >=app-editors/emacs-23.1:* )" +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 + 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 +} diff --git a/net-mail/mu/mu-1.0-r1.ebuild b/net-mail/mu/mu-1.0-r1.ebuild new file mode 100644 index 000000000000..8a21040cf96c --- /dev/null +++ b/net-mail/mu/mu-1.0-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2020 Gentoo Authors +# 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" + +DEPEND=" + dev-libs/gmime:2.6 + dev-libs/xapian + dev-libs/glib:2 + emacs? ( >=app-editors/emacs-23.1:* )" +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 + 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 +} diff --git a/net-mail/mu/mu-1.0.ebuild b/net-mail/mu/mu-1.0.ebuild deleted file mode 100644 index 8a21040cf96c..000000000000 --- a/net-mail/mu/mu-1.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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" - -DEPEND=" - dev-libs/gmime:2.6 - dev-libs/xapian - dev-libs/glib:2 - emacs? ( >=app-editors/emacs-23.1:* )" -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 - 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 -} diff --git a/net-mail/mu/mu-1.3.5-r1.ebuild b/net-mail/mu/mu-1.3.5-r1.ebuild new file mode 100644 index 000000000000..41476616e4fa --- /dev/null +++ b/net-mail/mu/mu-1.3.5-r1.ebuild @@ -0,0 +1,83 @@ +# 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" + +DEPEND=" + dev-libs/gmime:3.0 + >=dev-libs/xapian-1.4 + dev-libs/glib:2 + emacs? ( >=app-editors/emacs-24.4:* ) + guile? ( >=dev-scheme/guile-2.0 )" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +SITEFILE="70mu-gentoo.el" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + # Note: Author recommends that packages do not build the webkit toy + # Todo: Add gtk USE-flag + + econf --disable-gtk \ + --disable-webkit \ + $(use_enable emacs mu4e) \ + $(use_enable guile) +} + +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 +} + +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 +} diff --git a/net-mail/mu/mu-1.3.5.ebuild b/net-mail/mu/mu-1.3.5.ebuild deleted file mode 100644 index 41476616e4fa..000000000000 --- a/net-mail/mu/mu-1.3.5.ebuild +++ /dev/null @@ -1,83 +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" - -DEPEND=" - dev-libs/gmime:3.0 - >=dev-libs/xapian-1.4 - dev-libs/glib:2 - emacs? ( >=app-editors/emacs-24.4:* ) - guile? ( >=dev-scheme/guile-2.0 )" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -SITEFILE="70mu-gentoo.el" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # Note: Author recommends that packages do not build the webkit toy - # Todo: Add gtk USE-flag - - econf --disable-gtk \ - --disable-webkit \ - $(use_enable emacs mu4e) \ - $(use_enable guile) -} - -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 -} - -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 -} diff --git a/net-mail/mu/mu-1.3.6-r1.ebuild b/net-mail/mu/mu-1.3.6-r1.ebuild index 27f87d5b69a2..fdbb2fb3c2bd 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-r2.ebuild b/net-mail/mu/mu-1.3.6-r2.ebuild new file mode 100644 index 000000000000..27f87d5b69a2 --- /dev/null +++ b/net-mail/mu/mu-1.3.6-r2.ebuild @@ -0,0 +1,95 @@ +# 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-autoload.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 +} 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 fdbb2fb3c2bd..000000000000 --- 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 -} -- cgit v1.2.3-65-gdbad