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 8621B1382C5 for ; Mon, 8 Jun 2020 11:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A230AE088C; Mon, 8 Jun 2020 11:19:57 +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 704A1E088C for ; Mon, 8 Jun 2020 11:19:57 +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 A268234F33A for ; Mon, 8 Jun 2020 11:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CEB71F9 for ; Mon, 8 Jun 2020 11:19:54 +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: <1591615188.ef9c92d82b1e54b2d853f014226503468374fcea.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-0_pre20200430.ebuild X-VCS-Directories: mail-client/mutt-wizard/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: ef9c92d82b1e54b2d853f014226503468374fcea X-VCS-Branch: dev Date: Mon, 8 Jun 2020 11:19:54 +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: cc3de608-eea7-4fc1-865d-582a4f5cc552 X-Archives-Hash: a3d90fdb63990e8f35fcc633e5d53111 commit: ef9c92d82b1e54b2d853f014226503468374fcea Author: Aisha Tammy aisha cc> AuthorDate: Mon Jun 8 11:19:48 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Jun 8 11:19:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef9c92d8 mail-client/mutt-wizard: deleted - now in the main tree Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> mail-client/mutt-wizard/Manifest | 1 - mail-client/mutt-wizard/metadata.xml | 12 -------- .../mutt-wizard/mutt-wizard-0_pre20200430.ebuild | 35 ---------------------- 3 files changed, 48 deletions(-) diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest deleted file mode 100644 index ac35dc4..0000000 --- a/mail-client/mutt-wizard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mutt-wizard-0_pre20200430.tar.gz 32120 BLAKE2B 0afe766ae7f8640cb58afbc70901fb358d17b9ad844b0d4a05e91d7be4d93847f2e4cc34eef690d2e905cebcb17ebe21cfee4beefc971e09dca2129ab5d349d6 SHA512 b8008e8c804da6d30be55790fe7b1a511671f93629527a9f7062d8c1865c4267a282c5ac9719367671d99a76aa29b8bd3ed05fad6d3ec2939a659ca38c558c51 diff --git a/mail-client/mutt-wizard/metadata.xml b/mail-client/mutt-wizard/metadata.xml deleted file mode 100644 index 1387f4a..0000000 --- a/mail-client/mutt-wizard/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gentoo@aisha.cc - Aisha Tammy - - - 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-0_pre20200430.ebuild b/mail-client/mutt-wizard/mutt-wizard-0_pre20200430.ebuild deleted file mode 100644 index 42d6fb3..0000000 --- a/mail-client/mutt-wizard/mutt-wizard-0_pre20200430.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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=069910c13ec1c89421372b8e54b40cd2ae783303 -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; -} - -src_install() { - # Do not install to /usr/local - PREFIX="/usr" default -}