From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C68113835B for ; Fri, 22 Jan 2021 04:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96AD7E083D; Fri, 22 Jan 2021 04:15:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E088E083D for ; Fri, 22 Jan 2021 04:15:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 623923409EC for ; Fri, 22 Jan 2021 04:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C29804A7 for ; Fri, 22 Jan 2021 04:15:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611287798.140ee803a46524ab5a1dcb0916341f88938cb75d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mutt-wizard/Manifest mail-client/mutt-wizard/mutt-wizard-0_pre20200808.ebuild X-VCS-Directories: mail-client/mutt-wizard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 140ee803a46524ab5a1dcb0916341f88938cb75d X-VCS-Branch: master Date: Fri, 22 Jan 2021 04:15:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9708549-65ec-470d-ad3c-3b85fda56796 X-Archives-Hash: 1bcbf0a25cb657d21899857076ebf89d commit: 140ee803a46524ab5a1dcb0916341f88938cb75d Author: Aisha Tammy aisha cc> AuthorDate: Tue Jan 19 00:44:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 03:56:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140ee803 mail-client/mutt-wizard: drop commit based old version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19119 Signed-off-by: Sam James gentoo.org> mail-client/mutt-wizard/Manifest | 1 - .../mutt-wizard/mutt-wizard-0_pre20200808.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest index bbade360d27..062ed1c019f 100644 --- a/mail-client/mutt-wizard/Manifest +++ b/mail-client/mutt-wizard/Manifest @@ -1,2 +1 @@ -DIST mutt-wizard-0_pre20200808.tar.gz 30797 BLAKE2B 90b7382b6d2a687fa2ce5b267a00ee582c1ea89169185eb556f7e3aab4bbc822068fd691fbdaa843df0c525ec737a34acb39bc8a09d3c608837487825e57344b SHA512 e49de65658d4222d8932b1dd117631fffcd08493dc6e20a5157f8a3e336e179bf754ef64387f2b538c70898183a0413c99425a2751debb4b8d7cea5465076f57 DIST mutt-wizard-3.1.1.tar.gz 33346 BLAKE2B 0f4d8e973fedc0d102242a06922627039f4244ad9fc901d6e3d7235089164c3a7f255587978c95762242146441d8a48f57401e9ec86754194b531d38f0074652 SHA512 b385bab603eff561bca8aade49f3d11a4ac031cbceb4a64d80be9b591dc34757a05bb3c56c23ec9f1942392833725872d4871bf34964c4503bc01d5223286ddb 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 7dacc055767..00000000000 --- 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 -}