public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
Date: Fri, 21 Aug 2020 07:15:06 +0000 (UTC)	[thread overview]
Message-ID: <1597994085.a5ebc9e221f29a92ece0eef16daab03e3be233ac.juippis@gentoo> (raw)

commit:     a5ebc9e221f29a92ece0eef16daab03e3be233ac
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Aug 11 22:40:13 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:14:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ebc9e2

mail-client/mutt-wizard: bump dated version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mail-client/mutt-wizard/Manifest                   |  1 +
 .../mutt-wizard/mutt-wizard-0_pre20200808.ebuild   | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest
index 2fe037de081..3ef08774caf 100644
--- a/mail-client/mutt-wizard/Manifest
+++ b/mail-client/mutt-wizard/Manifest
@@ -1 +1,2 @@
 DIST mutt-wizard-0_pre20200606.tar.gz 32391 BLAKE2B 2ea165c8a94ebb7a7e28ff466c93f87a0a9f89de98ad71039ea610b6120c1c89922a39ee505159e4139d9a6d29b727ae706a2ec57378b838774a7564afe54e74 SHA512 008688a7d7ad8d895334900a0a060a7c3724519a4a49120d50e9cb0b1cad6e3c63fd7f16985333e35fb46b1bdaae3934750fbc52370dc36927f9bc8482fb5363
+DIST mutt-wizard-0_pre20200808.tar.gz 30797 BLAKE2B 90b7382b6d2a687fa2ce5b267a00ee582c1ea89169185eb556f7e3aab4bbc822068fd691fbdaa843df0c525ec737a34acb39bc8a09d3c608837487825e57344b SHA512 e49de65658d4222d8932b1dd117631fffcd08493dc6e20a5157f8a3e336e179bf754ef64387f2b538c70898183a0413c99425a2751debb4b8d7cea5465076f57

diff --git a/mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild b/mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild
new file mode 100644
index 00000000000..49dfef7ec51
--- /dev/null
+++ b/mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="A system for automatically configuring neomutt and isync"
+HOMEPAGE="https://github.com/LukeSmithxyz/mutt-wizard"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git"
+else
+	COMMIT=1492a11b3ee0a1c3f5544a351089ff154521b68b
+	SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}-${COMMIT}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+	app-admin/pass
+	mail-client/neomutt[notmuch]
+	mail-mta/msmtp
+	net-mail/isync[ssl]
+"
+
+# needed because there is no 'all' target defined in MAKEFILE
+src_compile() {
+	return 0;
+}
+
+src_install() {
+	emake PREFIX="/usr" DESTDIR="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	optfeature "enable viewing html mails" www-client/lynx
+	optfeature "enable periodic syncing of mails" virtual/cron
+	optfeature "enable viewing of simple images" media-gfx/imagemagick
+	optfeature "enable notifications when syncing using mailsync" x11-libs/libnotify
+	optfeature "enable command line address book" app-misc/abook
+	optfeature "enable use of gpg for signing and verifying" app-crypt/gnupg
+}


             reply	other threads:[~2020-08-21  7:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21  7:15 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-10  7:46 [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/ Sam James
2023-07-10  7:46 Sam James
2023-07-10  5:43 Joonas Niilola
2022-12-09  6:54 Joonas Niilola
2022-12-09  6:54 Joonas Niilola
2022-11-25  8:09 Joonas Niilola
2022-11-25  8:09 Joonas Niilola
2022-04-17 19:00 Sam James
2021-04-29 11:43 Joonas Niilola
2021-04-29 11:43 Joonas Niilola
2021-02-12 15:10 Sam James
2021-02-12 15:10 Sam James
2021-01-22  4:15 Sam James
2021-01-22  4:15 Sam James
2020-08-21  7:15 Joonas Niilola
2020-06-08  7:46 Joonas Niilola

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=1597994085.a5ebc9e221f29a92ece0eef16daab03e3be233ac.juippis@gentoo \
    --to=juippis@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