diff options
author | 2020-06-08 07:19:48 -0400 | |
---|---|---|
committer | 2020-06-08 07:19:48 -0400 | |
commit | ef9c92d82b1e54b2d853f014226503468374fcea (patch) | |
tree | e57d5e4f79110d2cf8da00de7964ca6692a44f91 /mail-client | |
parent | games-util/NotEnoughProduction: version bump (diff) | |
download | guru-ef9c92d82b1e54b2d853f014226503468374fcea.tar.gz guru-ef9c92d82b1e54b2d853f014226503468374fcea.tar.bz2 guru-ef9c92d82b1e54b2d853f014226503468374fcea.zip |
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 <gentoo@aisha.cc>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mutt-wizard/Manifest | 1 | ||||
-rw-r--r-- | mail-client/mutt-wizard/metadata.xml | 12 | ||||
-rw-r--r-- | mail-client/mutt-wizard/mutt-wizard-0_pre20200430.ebuild | 35 |
3 files changed, 0 insertions, 48 deletions
diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest deleted file mode 100644 index ac35dc48e..000000000 --- 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 1387f4aab..000000000 --- a/mail-client/mutt-wizard/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gentoo@aisha.cc</email> - <name>Aisha Tammy</name> - </maintainer> - <use> - <flag name='notmuch'>Pulls in notmuch (thin frontend on xapian). HIGHLY RECOMMENDED.</flag> - <flag name='lynx'>Use lynx to view html emails in mutt. HIGHLY RECOMMENDED.</flag> - </use> -</pkgmetadata> 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 42d6fb34e..000000000 --- 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 -} |