diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest deleted file mode 100644 index ac35dc48e5..0000000000 --- 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 1387f4aab5..0000000000 --- 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 42d6fb34eb..0000000000 --- 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 -}