diff options
author | Efe İzbudak <efe.izbudak@metu.edu.tr> | 2022-11-25 09:01:25 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-12-09 08:53:58 +0200 |
commit | 6774ffaaab66f3149ab99fd7a2f0994b5c008e0b (patch) | |
tree | e268a1f9c727dd0ff54f98e4ec93a8e37c0239a1 /mail-client | |
parent | mail-client/mutt-wizard: update EAPI 7 -> 8 for -9999 (diff) | |
download | gentoo-6774ffaaab66f3149ab99fd7a2f0994b5c008e0b.tar.gz gentoo-6774ffaaab66f3149ab99fd7a2f0994b5c008e0b.tar.bz2 gentoo-6774ffaaab66f3149ab99fd7a2f0994b5c008e0b.zip |
mail-client/mutt-wizard: drop 3.2.1-r1
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
Closes: https://github.com/gentoo/gentoo/pull/28425
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mutt-wizard/Manifest | 1 | ||||
-rw-r--r-- | mail-client/mutt-wizard/mutt-wizard-3.2.1-r1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest index ff044cd6f8da..d8c5b9e977c6 100644 --- a/mail-client/mutt-wizard/Manifest +++ b/mail-client/mutt-wizard/Manifest @@ -1,2 +1 @@ -DIST mutt-wizard-3.2.1.tar.gz 33468 BLAKE2B 60087ca8b6cfe2f69e1f078942ef24be8d387fbadcacfdf0105e6ee6df315a57fb21320635b685dad5e5e15860adb9cef147dc9b029d77bfdfd196f219faca91 SHA512 bcd72a937d142bddb2c3b55bd6f5442a96421850ef57931e147aad8feefd6752de90cc7076802f5c806edc9a530e05a24576e33f301196eee707a75aa16279a6 DIST mutt-wizard-3.3.1.tar.gz 34813 BLAKE2B 8f900700349441fb1d80e16697c2310d4a9319d8abb655657306bced8826b3a31b31e89146eef89610c18ff3eae39462a43670148336de527ffd7434c78d6ce2 SHA512 be41917935e21f8d2fe1eac4efcd832484c8cc93d8c6b6891c679615f8d5309b8450d2fe64e85742bae5e9fd8ef069be5764a667feccece25d2e775961e6c58c diff --git a/mail-client/mutt-wizard/mutt-wizard-3.2.1-r1.ebuild b/mail-client/mutt-wizard/mutt-wizard-3.2.1-r1.ebuild deleted file mode 100644 index 65f792c8e17d..000000000000 --- a/mail-client/mutt-wizard/mutt-wizard-3.2.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit optfeature - -DESCRIPTION="A system for automatically configuring neomutt and isync" -HOMEPAGE="https://github.com/LukeSmithxyz/mutt-wizard" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git" -else - SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - app-admin/pass - mail-client/neomutt[notmuch,sasl] - mail-mta/msmtp - net-mail/isync[ssl] -" - -# needed because there is no 'all' target defined in MAKEFILE -src_compile() { - return 0; -} - -src_install() { - emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install - einstalldocs -} - -pkg_postinst() { - optfeature "enable viewing html mails" www-client/lynx - optfeature "enable periodic syncing of mails" virtual/cron - optfeature "enable viewing of simple images" media-gfx/imagemagick - optfeature "enable notifications when syncing using mailsync" x11-libs/libnotify - optfeature "enable command line address book" app-misc/abook - optfeature "enable use of gpg for signing and verifying" app-crypt/gnupg -} |