From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- mail-client/mutt-wizard/Manifest | 6 +-- .../mutt-wizard/mutt-wizard-0_pre20200808.ebuild | 48 ---------------------- mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild | 46 +++++++++++++++++++++ mail-client/mutt-wizard/mutt-wizard-9999.ebuild | 6 +-- 4 files changed, 51 insertions(+), 55 deletions(-) delete mode 100644 mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild create mode 100644 mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild (limited to 'mail-client/mutt-wizard') diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest index c5b233bc7369..89a58c99c5d2 100644 --- a/mail-client/mutt-wizard/Manifest +++ b/mail-client/mutt-wizard/Manifest @@ -1,4 +1,4 @@ -DIST mutt-wizard-0_pre20200808.tar.gz 30797 BLAKE2B 90b7382b6d2a687fa2ce5b267a00ee582c1ea89169185eb556f7e3aab4bbc822068fd691fbdaa843df0c525ec737a34acb39bc8a09d3c608837487825e57344b SHA512 e49de65658d4222d8932b1dd117631fffcd08493dc6e20a5157f8a3e336e179bf754ef64387f2b538c70898183a0413c99425a2751debb4b8d7cea5465076f57 -EBUILD mutt-wizard-0_pre20200808.ebuild 1285 BLAKE2B 05f38d864706447c3872b833c17ae035481909aa6812f1bd2665d7cb0b7ee86b140b2d084eade79c561126c9a469218ecd85002d69ee0f23394ec13ba4e01b5f SHA512 16d4f645dc71e25d28fc22f59b5176bea979a7b731f68273bbdf4b9750601c9b11a2f64b4ae6f5270ceef2f82320247587f62ec7030e61c43a5ca9e62f93caec -EBUILD mutt-wizard-9999.ebuild 1285 BLAKE2B b07c2c86360c549302cabcfa808209f1084777fa7f8fe5db9e7b775edb781e85aeb9e5e5a66f7055a84369a39ef43961fe37eb9a59de8862c36e308c32cec4f4 SHA512 48b7746b840244d184949a108ce3a3123399cc82c3538cb2f597b41ba9c575198c0659bff952aec5a6136824cf785b0622864d2ceafd1aa4ac9f5c3b5488b485 +DIST mutt-wizard-3.1.1.tar.gz 33346 BLAKE2B 0f4d8e973fedc0d102242a06922627039f4244ad9fc901d6e3d7235089164c3a7f255587978c95762242146441d8a48f57401e9ec86754194b531d38f0074652 SHA512 b385bab603eff561bca8aade49f3d11a4ac031cbceb4a64d80be9b591dc34757a05bb3c56c23ec9f1942392833725872d4871bf34964c4503bc01d5223286ddb +EBUILD mutt-wizard-3.1.1.ebuild 1201 BLAKE2B c3feccca682feb4f6c58b7c7ec1849c0b0b09672d265973cdf364c89d6b1c3f7767a16fd8f42b739a34c712837ce9c333506d3ff3a321f7b9cc819e22f6bc1be SHA512 e6d2b7bc60f2e2d0ed45186b7ec1b1b11c8fba521fff93939871751b6f9ef6daeba1412eb7a2db06906642e5ca1f521b07c8744b0ecc493459e783c3dd762f87 +EBUILD mutt-wizard-9999.ebuild 1201 BLAKE2B c3feccca682feb4f6c58b7c7ec1849c0b0b09672d265973cdf364c89d6b1c3f7767a16fd8f42b739a34c712837ce9c333506d3ff3a321f7b9cc819e22f6bc1be SHA512 e6d2b7bc60f2e2d0ed45186b7ec1b1b11c8fba521fff93939871751b6f9ef6daeba1412eb7a2db06906642e5ca1f521b07c8744b0ecc493459e783c3dd762f87 MISC metadata.xml 661 BLAKE2B 0fb12b65b9bec3fdede05001ac566f826aab3eac22e38985c2b408133b575923aa8a6cd53ac0a118f8f6d546b7f11a4a87209147cbd4ab0f299e9f33f169787b SHA512 05597986d8114f3fcb752f2ae5ed7dcc8eb23bafa67f67db6c1fdb8d3cf404762c7929d0fb1837a1a5f7c971c539d0d277897892f3ac43530276912d64a4cfe7 diff --git a/mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild b/mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild deleted file mode 100644 index 7dacc0557672..000000000000 --- a/mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2019-2020 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 - COMMIT=1492a11b3ee0a1c3f5544a351089ff154521b68b - SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${COMMIT}" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - app-admin/pass - mail-client/neomutt[notmuch] - 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="/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 -} diff --git a/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild b/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild new file mode 100644 index 000000000000..dc33b5c31681 --- /dev/null +++ b/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild @@ -0,0 +1,46 @@ +# 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] + 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="/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 +} diff --git a/mail-client/mutt-wizard/mutt-wizard-9999.ebuild b/mail-client/mutt-wizard/mutt-wizard-9999.ebuild index 995d3d16cda8..dc33b5c31681 100644 --- a/mail-client/mutt-wizard/mutt-wizard-9999.ebuild +++ b/mail-client/mutt-wizard/mutt-wizard-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,8 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git" else - COMMIT=9ec2a49af03cf542c7db82bc0dd0ccdde81922d4 - SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${COMMIT}" fi LICENSE="GPL-3" -- cgit v1.2.3