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 149C8138350 for ; Sun, 22 Mar 2020 16:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7786FE09D4; Sun, 22 Mar 2020 16:49:21 +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 E9C93E09D4 for ; Sun, 22 Mar 2020 16:49:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B8C3634F6E5 for ; Sun, 22 Mar 2020 16:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A04FAF for ; Sun, 22 Mar 2020 16:49:17 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1584895683.1936684614fdd6c82912a61031ea93ea0f6e73a7.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/mutt-wizard/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mail-client/mutt-wizard/Manifest mail-client/mutt-wizard/metadata.xml mail-client/mutt-wizard/mutt-wizard-20200313.ebuild X-VCS-Directories: mail-client/mutt-wizard/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 1936684614fdd6c82912a61031ea93ea0f6e73a7 X-VCS-Branch: dev Date: Sun, 22 Mar 2020 16:49:17 +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: 3f400a5f-e407-4b80-862d-3e72826dbcef X-Archives-Hash: 0c4851f1c02861e2850dea4356a741a9 commit: 1936684614fdd6c82912a61031ea93ea0f6e73a7 Author: Aisha Tammy aisha cc> AuthorDate: Sun Mar 22 16:48:03 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Mar 22 16:48:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19366846 mail-client/mutt-wizard: new package for customizing mutt for newbies Signed-off-by: Aisha Tammy aisha.cc> mail-client/mutt-wizard/Manifest | 1 + mail-client/mutt-wizard/metadata.xml | 16 ++++++++++++ .../mutt-wizard/mutt-wizard-20200313.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest new file mode 100644 index 0000000..004edf0 --- /dev/null +++ b/mail-client/mutt-wizard/Manifest @@ -0,0 +1 @@ +DIST mutt-wizard-20200313.tar.gz 31817 BLAKE2B a4e4cef43e879c8fbfb13e8a66ba57816f42e7fe1269bb9162dc82ac04715a81a78bf4e83c3f85a5c72c1a6214585e7850236791ed0e44d3ea08b7a4c9ca895d SHA512 b6ef413756bf85b9180534537b7794a9641d666017da43dfbaef48d7ea6a618ce2bc9af9563556445a3471b3c0c30f34886bf5e1099b8135c6c3cc8a85330004 diff --git a/mail-client/mutt-wizard/metadata.xml b/mail-client/mutt-wizard/metadata.xml new file mode 100644 index 0000000..ac20b50 --- /dev/null +++ b/mail-client/mutt-wizard/metadata.xml @@ -0,0 +1,16 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Pulls in notmuch (thin frontend on xapian). HIGHLY RECOMMENDED. + Use lynx to view html emails in mutt. HIGHLY RECOMMENDED. + + diff --git a/mail-client/mutt-wizard/mutt-wizard-20200313.ebuild b/mail-client/mutt-wizard/mutt-wizard-20200313.ebuild new file mode 100644 index 0000000..78c0f38 --- /dev/null +++ b/mail-client/mutt-wizard/mutt-wizard-20200313.ebuild @@ -0,0 +1,30 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A system for automatically configuring mutt and isync" +HOMEPAGE="https://github.com/LukeSmithxyz/mutt-wizard" + +COMMIT=5ace69bdf56da3883b2666247aac462b0df5b020 +SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-3" +SLOT="0" +IUSE="+notmuch +lynx" + +RDEPEND=" + mail-client/neomutt:=[notmuch=] + net-mail/isync:=[ssl] + mail-mta/msmtp + app-admin/pass + lynx? ( www-client/lynx ) +" + +# needed because there is no 'all' target defined in MAKEFILE +src_compile() { + return 0; +}