mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST mutt-wizard-0_pre20200430.tar.gz 32120 BLAKE2B 0afe766ae7f8640cb58afbc70901fb358d17b9ad844b0d4a05e91d7be4d93847f2e4cc34eef690d2e905cebcb17ebe21cfee4beefc971e09dca2129ab5d349d6 SHA512 b8008e8c804da6d30be55790fe7b1a511671f93629527a9f7062d8c1865c4267a282c5ac9719367671d99a76aa29b8bd3ed05fad6d3ec2939a659ca38c558c51
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user