[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/files/
commit: 2b305a5d1f5a06156ae022915f3265cbf76f026c
Author: Michael Mair-Keimberger gentoo org>
AuthorDate: Tue Dec 2 19:29:42 2025 +
Commit: Michael Mair-Keimberger gentoo org>
CommitDate: Tue Dec 2 19:29:42 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b305a5d
mail-client/mutt: remove unused patch
Signed-off-by: Michael Mair-Keimberger gentoo.org>
.../mutt/files/mutt-2.2.12-configure-c99.patch | 30 --
1 file changed, 30 deletions(-)
diff --git a/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
b/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
deleted file mode 100644
index d8837706d15f..
--- a/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://gitlab.com/muttmua/mutt/-/merge_requests/175
-
-From 563c5f60521f1541b739480a5e242f6cd3a450ef Mon Sep 17 00:00:00 2001
-From: Florian Weimer
-Date: Thu, 7 Dec 2023 19:39:06 +0100
-Subject: [PATCH] configure.ac: Fix ICONV_NONTRANS probe
-
-The standard iconv function uses char ** even for its input argument.
-With a const char ** argument, ICONV_NONTRANS is incorrectly set to 1
-if the compiler produces an error for such incompatible pointer types.
-
-Although as far as I can see, the only thing that accomplishes is
-disabling an assert, so it probably does not matter much.
a/configure.ac
-+++ b/configure.ac
-@@ -1325,10 +1325,10 @@ AC_CACHE_CHECK([whether iconv is non-transcribing],
mutt_cv_iconv_nontrans,
- int main()
- {
- iconv_t cd;
-- const char *ib;
-+ char *ib;
- char *ob;
- size_t ibl, obl;
-- const char *s = "\304\211";
-+ char *s = (char *) "\304\211";
- changequote(, )dnl
- char t[3];
- changequote([, ])dnl
---
-GitLab
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 9e82a6ac10f4008639f316863ae2453729e8c4ce
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Nov 23 20:17:41 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Nov 23 20:18:03 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e82a6ac
mail-client/mutt-2.2.16: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.15-r1.ebuild => mutt-2.2.16.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 31d9b94c75b1..9ef42f4d64b5 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,4 @@
DIST mutt-2.2.14.tar.gz 5549971 BLAKE2B
b3e5be5115e7e64e490f76945d929ae464b5553e98b3bb3cd5ae0ac33885c8aacfffbd0bd993e06eec27de3ec7bd8fa3896e8cc29d14a00d9338c87095bbb24e
SHA512
5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f
-DIST mutt-2.2.15.tar.gz 304 BLAKE2B
7fccca1d54adebdccf444abebcf2aff5d09fec0059e18c82e60097497d0d203cb40fa1c5e2f090f53952ab9f94bcec6f69f149bf9de206213c36ffc9b79cc78c
SHA512
f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a
+DIST mutt-2.2.16.tar.gz 5557080 BLAKE2B
9709265fb2d9653606dda7b41dd99e2be18cd1df943de583e486816ecffc8c0d596452f91b72978f073599f2b5f4ad3eb24a1dc880cbd308773674479e71d6aa
SHA512
5048aa9af6d928be59fe42b0bdbf22fc46c1dd47582cc7036782bff5756af2410ba80f2398c1edbf7be59a96eaa6736c8b8eff198f0dfc8841fb744093a39f80
DIST mutt-gentoo-2.2.14-patches-r0.tar.xz 22412 BLAKE2B
34531823a6964888cb79771d0242a36597711738eb3178ed423af7de26c9d1cec0bc3038636a2eaa0b9ef6e14803fc9e2f7b0a5ed7ed4ffca013df3d4160d220
SHA512
ae803d8964d084aaf3de51b339487a8b07b13b0b08660b794487ddb2beec11b909144383b2f06c7572bcd343317103cecbf6a793cbefc5d84187cdd07cc3367b
-DIST mutt-gentoo-2.2.15-patches-r0.tar.xz 22428 BLAKE2B
fb3ed2b17e88d9cadec4ec845ecc23aa614c5a9ba8c4ea6622108a90516cb25d561ba4319cd73c507b93216203591c8fce60b9399968002907e2f60b528a655e
SHA512
1e41186150589970ab606526f7cbdb916efd10973fb5d2f3169e4907a53f33bb70ee5ec7067330a4f0a98614f07a82e77ab09df4cf4925615e5f0703bb7ea9c7
+DIST mutt-gentoo-2.2.16-patches-r0.tar.xz 22360 BLAKE2B
abc6b11b34d8da31a386852d344c8d7e327e1957fdd43a5392ca25f946ed47fc96f08dcceaff6bf5dc2ffbbbe982a7eb359740ee9d2a7cc09e108c8d165cf80d
SHA512
79f4bcd0aaaef710129416d2da81f251c1bca2b207d4ab5a8057d01ef45f5ce59a6eeaff249580f08961fb12f2f0a0a198492928a0b89620731560f555c7a67d
diff --git a/mail-client/mutt/mutt-2.2.15-r1.ebuild
b/mail-client/mutt/mutt-2.2.16.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.2.15-r1.ebuild
rename to mail-client/mutt/mutt-2.2.16.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 91c1882ecd170e5599b93ef713034c2d0b2a5775
Author: Fabian Groffen gentoo org>
AuthorDate: Wed Nov 5 16:25:27 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Wed Nov 5 16:25:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c1882e
mail-client/mutt-2.2.15-r1: revbump to drop classic-{pgp,smime}
Going forward, only support pgp/smime through gpgme.
Bug: https://bugs.gentoo.org/965630
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/{mutt-2.2.15.ebuild => mutt-2.2.15-r1.ebuild} | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/mail-client/mutt/mutt-2.2.15.ebuild
b/mail-client/mutt/mutt-2.2.15-r1.ebuild
similarity index 96%
rename from mail-client/mutt/mutt-2.2.15.ebuild
rename to mail-client/mutt/mutt-2.2.15-r1.ebuild
index d729eeb0aa74..ffd1742a1ba8 100644
--- a/mail-client/mutt/mutt-2.2.15.ebuild
+++ b/mail-client/mutt/mutt-2.2.15-r1.ebuild
@@ -17,14 +17,13 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pop qdbm +sasl selinux slang +smtp +ssl tokyocabinet
vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
gsasl?( sasl )
hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
imap? ( ssl )
pop? ( ssl )
- smime-classic?( ssl !gnutls )
smtp? ( ssl sasl )
sasl? ( || ( imap pop smtp ) )
kerberos? ( || ( imap pop smtp ) )
@@ -68,8 +67,6 @@ DEPEND="${CDEPEND}
)"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
- smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
- pgp-classic? ( app-crypt/gnupg )
"
src_prepare() {
@@ -131,8 +128,8 @@ src_configure() {
local myconf=(
# signing and encryption
$(use_enable autocrypt) $(use_with autocrypt sqlite3)
- $(use_enable pgp-classic pgp)
- $(use_enable smime-classic smime)
+ --disable-pgp
+ --disable-smime
$(use_enable gpgme)
# features
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 4583075b411b5f2e4e286a6ba20a5e12af74a33d
Author: Fabian Groffen gentoo org>
AuthorDate: Fri Oct 3 06:32:11 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Fri Oct 3 06:32:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4583075b
mail-client/mutt-2.2.12-r1: cleanup old
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 -
mail-client/mutt/mutt-2.2.12-r1.ebuild | 275 -
2 files changed, 277 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 500498b63143..31d9b94c75b1 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,4 @@
-DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
DIST mutt-2.2.14.tar.gz 5549971 BLAKE2B
b3e5be5115e7e64e490f76945d929ae464b5553e98b3bb3cd5ae0ac33885c8aacfffbd0bd993e06eec27de3ec7bd8fa3896e8cc29d14a00d9338c87095bbb24e
SHA512
5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f
DIST mutt-2.2.15.tar.gz 304 BLAKE2B
7fccca1d54adebdccf444abebcf2aff5d09fec0059e18c82e60097497d0d203cb40fa1c5e2f090f53952ab9f94bcec6f69f149bf9de206213c36ffc9b79cc78c
SHA512
f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a
-DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
DIST mutt-gentoo-2.2.14-patches-r0.tar.xz 22412 BLAKE2B
34531823a6964888cb79771d0242a36597711738eb3178ed423af7de26c9d1cec0bc3038636a2eaa0b9ef6e14803fc9e2f7b0a5ed7ed4ffca013df3d4160d220
SHA512
ae803d8964d084aaf3de51b339487a8b07b13b0b08660b794487ddb2beec11b909144383b2f06c7572bcd343317103cecbf6a793cbefc5d84187cdd07cc3367b
DIST mutt-gentoo-2.2.15-patches-r0.tar.xz 22428 BLAKE2B
fb3ed2b17e88d9cadec4ec845ecc23aa614c5a9ba8c4ea6622108a90516cb25d561ba4319cd73c507b93216203591c8fce60b9399968002907e2f60b528a655e
SHA512
1e41186150589970ab606526f7cbdb916efd10973fb5d2f3169e4907a53f33bb70ee5ec7067330a4f0a98614f07a82e77ab09df4cf4925615e5f0703bb7ea9c7
diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild
b/mail-client/mutt/mutt-2.2.12-r1.ebuild
deleted file mode 100644
index f521a7490680..
--- a/mail-client/mutt/mutt-2.2.12-r1.ebuild
+++ /dev/null
@@ -1,275 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- gsasl?( sasl )
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- )
-
- nls? ( virtual/libintl )
- sasl? (
- gsasl? ( >=net-misc/gsasl-2.0.0 )
- !gsasl?( >=dev-libs/cyrus-sasl-2 )
- )
- kerberos? ( virtua
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: a587bf137aac1bba23cc2444d9269d8c14d1
Author: Fabian Groffen gentoo org>
AuthorDate: Thu Oct 2 10:58:59 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Thu Oct 2 10:58:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a587bf13
mail-client/mutt-2.2.15: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.2.15.ebuild | 272
2 files changed, 274 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index f8f5078ea487..500498b63143 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,6 @@
DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
DIST mutt-2.2.14.tar.gz 5549971 BLAKE2B
b3e5be5115e7e64e490f76945d929ae464b5553e98b3bb3cd5ae0ac33885c8aacfffbd0bd993e06eec27de3ec7bd8fa3896e8cc29d14a00d9338c87095bbb24e
SHA512
5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f
+DIST mutt-2.2.15.tar.gz 304 BLAKE2B
7fccca1d54adebdccf444abebcf2aff5d09fec0059e18c82e60097497d0d203cb40fa1c5e2f090f53952ab9f94bcec6f69f149bf9de206213c36ffc9b79cc78c
SHA512
f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a
DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
DIST mutt-gentoo-2.2.14-patches-r0.tar.xz 22412 BLAKE2B
34531823a6964888cb79771d0242a36597711738eb3178ed423af7de26c9d1cec0bc3038636a2eaa0b9ef6e14803fc9e2f7b0a5ed7ed4ffca013df3d4160d220
SHA512
ae803d8964d084aaf3de51b339487a8b07b13b0b08660b794487ddb2beec11b909144383b2f06c7572bcd343317103cecbf6a793cbefc5d84187cdd07cc3367b
+DIST mutt-gentoo-2.2.15-patches-r0.tar.xz 22428 BLAKE2B
fb3ed2b17e88d9cadec4ec845ecc23aa614c5a9ba8c4ea6622108a90516cb25d561ba4319cd73c507b93216203591c8fce60b9399968002907e2f60b528a655e
SHA512
1e41186150589970ab606526f7cbdb916efd10973fb5d2f3169e4907a53f33bb70ee5ec7067330a4f0a98614f07a82e77ab09df4cf4925615e5f0703bb7ea9c7
diff --git a/mail-client/mutt/mutt-2.2.15.ebuild
b/mail-client/mutt/mutt-2.2.15.ebuild
new file mode 100644
index ..d729eeb0aa74
--- /dev/null
+++ b/mail-client/mutt/mutt-2.2.15.ebuild
@@ -0,0 +1,272 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ gsasl?( sasl )
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? (
+ gsasl? ( >=net-misc/gsasl-2.0.0 )
+ !gsasl?( >=dev-libs/cyrus-sasl-2 )
+ )
+ kerberos? ( virtual/krb5 )
+
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 45c17bcba858184d8fdbcf47cd7b3bb3d5cc6792
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Oct 2 15:35:24 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Oct 2 15:35:24 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c17bcb
mail-client/mutt: Stabilize 2.2.14-r1 ppc, #963656
Signed-off-by: Arthur Zamarin gentoo.org>
mail-client/mutt/mutt-2.2.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt/mutt-2.2.14-r1.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
index eebc5b25a9fa..feb7ee8f158f 100644
--- a/mail-client/mutt/mutt-2.2.14-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 33e2158583075b986b273ccc7203b5cc53ff85cd
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Oct 2 15:35:24 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Oct 2 15:35:24 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e21585
mail-client/mutt: Stabilize 2.2.14-r1 ppc64, #963656
Signed-off-by: Arthur Zamarin gentoo.org>
mail-client/mutt/mutt-2.2.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt/mutt-2.2.14-r1.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
index 9e001390ca9b..eebc5b25a9fa 100644
--- a/mail-client/mutt/mutt-2.2.14-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: c970929231a4c1333c6f82d98dda487fa34d9f83
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Oct 2 13:58:18 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Oct 2 13:58:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9709292
mail-client/mutt: Stabilize 2.2.14-r1 arm, #963656
Signed-off-by: Arthur Zamarin gentoo.org>
mail-client/mutt/mutt-2.2.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt/mutt-2.2.14-r1.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
index 8f4cba1ce2e5..9e001390ca9b 100644
--- a/mail-client/mutt/mutt-2.2.14-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 7fba82b02aa72beabbcb677712e3e77f202208b0
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Oct 2 13:58:18 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Oct 2 13:58:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fba82b0
mail-client/mutt: Stabilize 2.2.14-r1 arm64, #963656
Signed-off-by: Arthur Zamarin gentoo.org>
mail-client/mutt/mutt-2.2.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt/mutt-2.2.14-r1.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
index 4ef630f23019..8f4cba1ce2e5 100644
--- a/mail-client/mutt/mutt-2.2.14-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: b70c27975c171e5605f675ed286d741f9ccd065c
Author: Sam James gentoo org>
AuthorDate: Thu Oct 2 13:02:01 2025 +
Commit: Sam James gentoo org>
CommitDate: Thu Oct 2 13:02:01 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70c2797
mail-client/mutt: Stabilize 2.2.14-r1 amd64, #963656
Signed-off-by: Sam James gentoo.org>
mail-client/mutt/mutt-2.2.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt/mutt-2.2.14-r1.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
index d729eeb0aa74..c00ce0cacb7c 100644
--- a/mail-client/mutt/mutt-2.2.14-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: f30676b9cee69db39f7d44d8fa2ec0ac1d79f8b3
Author: Sam James gentoo org>
AuthorDate: Thu Oct 2 13:02:03 2025 +
Commit: Sam James gentoo org>
CommitDate: Thu Oct 2 13:02:03 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30676b9
mail-client/mutt: Stabilize 2.2.14-r1 x86, #963656
Signed-off-by: Sam James gentoo.org>
mail-client/mutt/mutt-2.2.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt/mutt-2.2.14-r1.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
index c00ce0cacb7c..4ef630f23019 100644
--- a/mail-client/mutt/mutt-2.2.14-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 6ffe44bcef82d451ac4754a4fd8962eafe82d8d9
Author: Sam James gentoo org>
AuthorDate: Sun Jun 22 11:49:48 2025 +
Commit: Sam James gentoo org>
CommitDate: Sun Jun 22 11:49:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffe44bc
mail-client/mutt-wizard: Stabilize 3.3.1 arm, #917048
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
index ae1ed94a4420..b4e331a66b84 100644
--- a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ]]; then
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 arm64 x86"
+ KEYWORDS="amd64 arm arm64 x86"
fi
LICENSE="GPL-3"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 67422dccaa4eea9c8bec197b5aa3448f605ad523
Author: Sam James gentoo org>
AuthorDate: Sun Jun 22 11:49:34 2025 +
Commit: Sam James gentoo org>
CommitDate: Sun Jun 22 11:49:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67422dcc
mail-client/mutt-wizard: Stabilize 3.3.1 arm64, #917048
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
index 29da5748fc61..ae1ed94a4420 100644
--- a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == ]]; then
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"
+ KEYWORDS="amd64 arm64 x86"
fi
LICENSE="GPL-3"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: b736deffc00fe56ce4e85f0c41ef5bd6e8587ff0
Author: Fabian Groffen gentoo org>
AuthorDate: Sat May 3 11:46:41 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sat May 3 11:46:41 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b736deff
mail-client/mutt: cleanup
- remove 2.2.12 as -r1 is ppc stable now
- re-order variables to pkgcheck's liking
- add another upstream id
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/metadata.xml | 1 +
mail-client/mutt/mutt-2.2.12-r1.ebuild | 6 +-
mail-client/mutt/mutt-2.2.12.ebuild| 273 -
mail-client/mutt/mutt-2.2.14-r1.ebuild | 6 +-
4 files changed, 7 insertions(+), 279 deletions(-)
diff --git a/mail-client/mutt/metadata.xml b/mail-client/mutt/metadata.xml
index d46d1eab7b90..4dab48c1825a 100644
--- a/mail-client/mutt/metadata.xml
+++ b/mail-client/mutt/metadata.xml
@@ -29,5 +29,6 @@
muttmua/mutt
+ mutt/mutt
diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild
b/mail-client/mutt/mutt-2.2.12-r1.ebuild
index b490bd4afc3f..3664a0714ea8 100644
--- a/mail-client/mutt/mutt-2.2.12-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild
@@ -14,6 +14,9 @@ MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
@@ -26,9 +29,6 @@ REQUIRED_USE="
sasl? ( || ( imap pop smtp ) )
kerberos? ( || ( imap pop smtp ) )
autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
# yes, we overdepend on the backend impls here, hopefully one day we can
# have REQUIRED_USE do what it is made for again. bug #607360
CDEPEND="
diff --git a/mail-client/mutt/mutt-2.2.12.ebuild
b/mail-client/mutt/mutt-2.2.12.ebuild
deleted file mode 100644
index dc00685874a3..
--- a/mail-client/mutt/mutt-2.2.12.ebuild
+++ /dev/null
@@ -1,273 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- gsasl?( sasl )
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="ppc" # https://bugs.gentoo.org/945633
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- )
-
- nls? ( virtual/libintl )
- sasl? (
- gsasl? ( >=net-misc/gsasl-2.0.0 )
- !gsasl?( >=dev-libs/cyrus-sasl-2 )
- )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn2 )
- gpgme? ( >=app-crypt/gpgme-0.9.0:= )
- autocrypt? ( >=dev-db/sqlite-3 )
- slang? ( sys-libs/slang )
- !slang?( >=sys-libs/ncurses-5.2:0= )
-"
-DEPEND="${CDEPEND}
- net-mail/
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: da5df63ed782d7ea4acc64e9fdba609720c0c721
Author: Fabian Groffen gentoo org>
AuthorDate: Sat May 3 11:37:20 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sat May 3 11:37:20 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5df63e
mail-client/mutt-2.2.14-r1: bump to EAPI=8
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 --
mail-client/mutt/{mutt-2.2.14.ebuild => mutt-2.2.14-r1.ebuild} | 7 +++
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 796d461aea07..f8f5078ea487 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,4 @@
DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
-DIST mutt-2.2.13.tar.gz 5539130 BLAKE2B
993b5dc43f09a313acb7e02b1d182e2856f4f9a9d61c7137a9e4ea3c399302adf69993d6f7d3af3dc1f89e17473071689eb3692949daadaacb0338302090abea
SHA512
dcd84235b6f759c31b56cf021efc17c0bb1fd4d59226d12af9838f3cbbcf0301262ae5f67803565cce3afd6ff5eed3a380a81958f57fb7d8f38e2ecfd0ff7d2c
DIST mutt-2.2.14.tar.gz 5549971 BLAKE2B
b3e5be5115e7e64e490f76945d929ae464b5553e98b3bb3cd5ae0ac33885c8aacfffbd0bd993e06eec27de3ec7bd8fa3896e8cc29d14a00d9338c87095bbb24e
SHA512
5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f
DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
-DIST mutt-gentoo-2.2.13-patches-r0.tar.xz 22388 BLAKE2B
e9833e8b8630b1d6a4e90a78b4077b7a4ee37e9b6a492bb3b55e2763e8d6d8d810b6f77f294f1acad721f8fa235b656066a11b2b75f73dcc5294966b8fa18860
SHA512
3093504700ea7caee25f814daab4b869151853ef5fe062abca3a3915a28f688dd38007d07f3da579da1cb25ddcd6017ebba0db35422952ee2adc94b07ba96005
DIST mutt-gentoo-2.2.14-patches-r0.tar.xz 22412 BLAKE2B
34531823a6964888cb79771d0242a36597711738eb3178ed423af7de26c9d1cec0bc3038636a2eaa0b9ef6e14803fc9e2f7b0a5ed7ed4ffca013df3d4160d220
SHA512
ae803d8964d084aaf3de51b339487a8b07b13b0b08660b794487ddb2beec11b909144383b2f06c7572bcd343317103cecbf6a793cbefc5d84187cdd07cc3367b
diff --git a/mail-client/mutt/mutt-2.2.14.ebuild
b/mail-client/mutt/mutt-2.2.14-r1.ebuild
similarity index 98%
rename from mail-client/mutt/mutt-2.2.14.ebuild
rename to mail-client/mutt/mutt-2.2.14-r1.ebuild
index 57d2b218f39c..7c85e293ef08 100644
--- a/mail-client/mutt/mutt-2.2.14.ebuild
+++ b/mail-client/mutt/mutt-2.2.14-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
inherit autotools
@@ -67,9 +67,9 @@ DEPEND="${CDEPEND}
|| ( www-client/lynx www-client/w3m www-client/elinks )
)"
RDEPEND="${CDEPEND}
- selinux? ( sec-policy/selinux-mutt )
+ selinux? ( sec-policy/selinux-mutt )
smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
- pgp-classic? ( app-crypt/gnupg )
+ pgp-classic? ( app-crypt/gnupg )
"
src_prepare() {
@@ -77,7 +77,6 @@ src_prepare() {
if use !vanilla ; then
# apply patches
- # http://hg.code.sf.net/p/gentoomuttpatches/code/file/mutt-1.10
local patches=(
patches-mutt
bugs-gentoo
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: e78236888aec36c3e17b6b24d6814f18d8e979e1
Author: Fabian Groffen gentoo org>
AuthorDate: Sat May 3 11:13:52 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sat May 3 11:13:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7823688
mail-client/mutt-2.2.13: cleanup superseeded version
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/mutt-2.2.13.ebuild | 273
1 file changed, 273 deletions(-)
diff --git a/mail-client/mutt/mutt-2.2.13.ebuild
b/mail-client/mutt/mutt-2.2.13.ebuild
deleted file mode 100644
index 57d2b218f39c..
--- a/mail-client/mutt/mutt-2.2.13.ebuild
+++ /dev/null
@@ -1,273 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- gsasl?( sasl )
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- )
-
- nls? ( virtual/libintl )
- sasl? (
- gsasl? ( >=net-misc/gsasl-2.0.0 )
- !gsasl?( >=dev-libs/cyrus-sasl-2 )
- )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn2 )
- gpgme? ( >=app-crypt/gpgme-0.9.0:= )
- autocrypt? ( >=dev-db/sqlite-3 )
- slang? ( sys-libs/slang )
- !slang?( >=sys-libs/ncurses-5.2:0= )
-"
-DEPEND="${CDEPEND}
- net-mail/mailbase
- doc? (
- dev-libs/libxml2
- dev-libs/libxslt
- app-text/docbook-xsl-stylesheets
- || ( www-client/lynx www-client/w3m www-client/elinks )
- )"
-RDEPEND="${CDEPEND}
- selinux? ( sec-policy/selinux-mutt )
- smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
- pgp-classic? ( app-crypt/gnupg )
-"
-
-src_prepare() {
- local PATCHDIR="${WORKDIR}"/mutt-gentoo-${PV}-patches-${PATCHREV}
-
- if use !vanilla ; then
- # apply patches
- # http://hg.code.sf.net/p/gentoomuttpatches/code/file/mutt-1.10
- local patches=(
- patches-mutt
- bugs-gentoo
- features-common
- features-extra
- gentoo
- )
- local patchset p
- for patchset in "${patches[@]}" ; do
- [[ -d "${PATCHDIR}/${patchset}" ]] || continue
- einfo "Patches for ${PATCHSET} patchset ${patchset}"
- for p in "${PATCHDIR}/${patchset}"/*.patch ; do
- eapply "${p}" || die
- done
- done
- # add some explanation as to why not to go upstream
- sed -i \
- -e '/ReachingUs = N_(/aThis release of Mutt is heavily
enriched with patches.\\nFor this reason, any bugs are better reported at
https://bugs.gentoo.org/\\nor re-emerge with USE=vanilla and try to reproduce
your problem.\\n\\' \
- main.c || die "Failed to add bug instructions"
- fi
-
- # allow user patches
- eapply_user
-
- # patch version string for bug reports
- local patchset=
- use vanilla ||
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 194fa1d0a066ba76d87070b94ee012bbd22d5659 Author: Sam James gentoo org> AuthorDate: Mon Mar 31 21:09:44 2025 + Commit: Sam James gentoo org> CommitDate: Mon Mar 31 21:09:56 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194fa1d0 mail-client/mutt: update virtual/gsasl ref Signed-off-by: Sam James gentoo.org> mail-client/mutt/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/metadata.xml b/mail-client/mutt/metadata.xml index ec82093d6108..d46d1eab7b90 100644 --- a/mail-client/mutt/metadata.xml +++ b/mail-client/mutt/metadata.xml @@ -10,7 +10,7 @@ for header caching Enable sys-libs/gdbm database backend for header caching - Use GNU SASL via virtual/gsasl instead + Use GNU SASL via net-misc/gsasl instead of Cyrus SASL (requires USE=sasl) Enable header cache, one database backend needs to be enabled
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 8e75e70eeabcb3f72108f93d318e909e471038a1 Author: Sam James gentoo org> AuthorDate: Thu Mar 20 04:19:44 2025 + Commit: Sam James gentoo org> CommitDate: Thu Mar 20 04:19:44 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e75e70e mail-client/mutt: Stabilize 2.2.12-r1 ppc, #945633 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index 93a84f0d0324..b490bd4afc3f 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: ff7c7127ca5f81e14790ad21d140e026b8a3e686
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Feb 23 08:32:01 2025 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Feb 23 08:32:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7c7127
mail-client/mutt-2.2.14: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 ++
mail-client/mutt/mutt-2.2.12.ebuild | 2 +-
mail-client/mutt/{mutt-2.2.12.ebuild => mutt-2.2.14.ebuild} | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 842d5e6a712c..796d461aea07 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,6 @@
DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
DIST mutt-2.2.13.tar.gz 5539130 BLAKE2B
993b5dc43f09a313acb7e02b1d182e2856f4f9a9d61c7137a9e4ea3c399302adf69993d6f7d3af3dc1f89e17473071689eb3692949daadaacb0338302090abea
SHA512
dcd84235b6f759c31b56cf021efc17c0bb1fd4d59226d12af9838f3cbbcf0301262ae5f67803565cce3afd6ff5eed3a380a81958f57fb7d8f38e2ecfd0ff7d2c
+DIST mutt-2.2.14.tar.gz 5549971 BLAKE2B
b3e5be5115e7e64e490f76945d929ae464b5553e98b3bb3cd5ae0ac33885c8aacfffbd0bd993e06eec27de3ec7bd8fa3896e8cc29d14a00d9338c87095bbb24e
SHA512
5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f
DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
DIST mutt-gentoo-2.2.13-patches-r0.tar.xz 22388 BLAKE2B
e9833e8b8630b1d6a4e90a78b4077b7a4ee37e9b6a492bb3b55e2763e8d6d8d810b6f77f294f1acad721f8fa235b656066a11b2b75f73dcc5294966b8fa18860
SHA512
3093504700ea7caee25f814daab4b869151853ef5fe062abca3a3915a28f688dd38007d07f3da579da1cb25ddcd6017ebba0db35422952ee2adc94b07ba96005
+DIST mutt-gentoo-2.2.14-patches-r0.tar.xz 22412 BLAKE2B
34531823a6964888cb79771d0242a36597711738eb3178ed423af7de26c9d1cec0bc3038636a2eaa0b9ef6e14803fc9e2f7b0a5ed7ed4ffca013df3d4160d220
SHA512
ae803d8964d084aaf3de51b339487a8b07b13b0b08660b794487ddb2beec11b909144383b2f06c7572bcd343317103cecbf6a793cbefc5d84187cdd07cc3367b
diff --git a/mail-client/mutt/mutt-2.2.12.ebuild
b/mail-client/mutt/mutt-2.2.12.ebuild
index 4564da7aed42..dc00685874a3 100644
--- a/mail-client/mutt/mutt-2.2.12.ebuild
+++ b/mail-client/mutt/mutt-2.2.12.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
autocrypt?( gpgme )"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="ppc" # https://bugs.gentoo.org/945633
# yes, we overdepend on the backend impls here, hopefully one day we can
# have REQUIRED_USE do what it is made for again. bug #607360
CDEPEND="
diff --git a/mail-client/mutt/mutt-2.2.12.ebuild
b/mail-client/mutt/mutt-2.2.14.ebuild
similarity index 98%
copy from mail-client/mutt/mutt-2.2.12.ebuild
copy to mail-client/mutt/mutt-2.2.14.ebuild
index 4564da7aed42..57d2b218f39c 100644
--- a/mail-client/mutt/mutt-2.2.12.ebuild
+++ b/mail-client/mutt/mutt-2.2.14.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
autocrypt?( gpgme )"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
# yes, we overdepend on the backend impls here, hopefully one day we can
# have REQUIRED_USE do what it is made for again. bug #607360
CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: cb607c8d859a5688e5cc6ad3b1df0249ed83755e
Author: Sam James gentoo org>
AuthorDate: Sun Feb 23 00:53:13 2025 +
Commit: Sam James gentoo org>
CommitDate: Sun Feb 23 01:32:01 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb607c8d
mail-client/mutt: update SRC_URI (ftp->http)
Reported by radhermit.
Bug: https://bugs.gentoo.org/937512
Signed-off-by: Sam James gentoo.org>
mail-client/mutt/mutt-2.2.12-r1.ebuild | 4 ++--
mail-client/mutt/mutt-2.2.12.ebuild| 4 ++--
mail-client/mutt/mutt-2.2.13.ebuild| 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild
b/mail-client/mutt/mutt-2.2.12-r1.ebuild
index 3b1ebc5c7469..93a84f0d0324 100644
--- a/mail-client/mutt/mutt-2.2.12-r1.ebuild
+++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -11,7 +11,7 @@ PATCHSET="gentoo-${PVR}/${PATCHREV}"
DESCRIPTION="A small but very powerful text-based mail client"
HOMEPAGE="http://www.mutt.org/";
MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
diff --git a/mail-client/mutt/mutt-2.2.12.ebuild
b/mail-client/mutt/mutt-2.2.12.ebuild
index d9a90d3e4ba4..4564da7aed42 100644
--- a/mail-client/mutt/mutt-2.2.12.ebuild
+++ b/mail-client/mutt/mutt-2.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -11,7 +11,7 @@ PATCHSET="gentoo-${PVR}/${PATCHREV}"
DESCRIPTION="A small but very powerful text-based mail client"
HOMEPAGE="http://www.mutt.org/";
MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
diff --git a/mail-client/mutt/mutt-2.2.13.ebuild
b/mail-client/mutt/mutt-2.2.13.ebuild
index 0b18b65a3c7a..57d2b218f39c 100644
--- a/mail-client/mutt/mutt-2.2.13.ebuild
+++ b/mail-client/mutt/mutt-2.2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -11,7 +11,7 @@ PATCHSET="gentoo-${PVR}/${PATCHREV}"
DESCRIPTION="A small but very powerful text-based mail client"
HOMEPAGE="http://www.mutt.org/";
MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: f7ad81cca830cacde5501c7287c7ace16bbc1bde Author: Sam James gentoo org> AuthorDate: Wed Dec 4 09:12:59 2024 + Commit: Sam James gentoo org> CommitDate: Wed Dec 4 09:12:59 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ad81cc mail-client/mutt: Stabilize 2.2.12-r1 amd64, #945633 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index 65c4c73f3222..3b1ebc5c7469 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 45aaf306bc1d38010ef596c105cc5738de8769c9 Author: Jakov Smolić gentoo org> AuthorDate: Mon Dec 2 13:14:57 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Mon Dec 2 13:14:57 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45aaf306 mail-client/mutt: Stabilize 2.2.12-r1 x86, #945633 Signed-off-by: Jakov Smolić gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index 12f88d9f0443..65c4c73f3222 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: d96f90bf6b406c79b2888cd168b7a613860c8269 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 1 19:57:22 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 1 19:57:22 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96f90bf mail-client/mutt: Stabilize 2.2.12-r1 ppc64, #945633 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index 5d092a335c05..829918ea05c6 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 681cb5be6c7356e0feed1e7c39677838020d54f2 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 1 19:57:23 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 1 19:57:23 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681cb5be mail-client/mutt: Stabilize 2.2.12-r1 sparc, #945633 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index 829918ea05c6..12f88d9f0443 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 6e8eba490a6334bed51a89e6de295359d161548b Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 1 19:03:07 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 1 19:03:07 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8eba49 mail-client/mutt: Stabilize 2.2.12-r1 arm64, #945633 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index 2882b0218e70..5d092a335c05 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 8fd434ffcd679ce5b5cf5dbe6934541921323888 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 1 19:02:11 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 1 19:02:11 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd434ff mail-client/mutt: Stabilize 2.2.12-r1 arm, #945633 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.12-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild b/mail-client/mutt/mutt-2.2.12-r1.ebuild index eb5015d0c94d..2882b0218e70 100644 --- a/mail-client/mutt/mutt-2.2.12-r1.ebuild +++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: c2da1a289c0a8140e7a9c1af5d48d3a78d750cd6
Author: Fabian Groffen gentoo org>
AuthorDate: Fri Mar 22 09:01:11 2024 +
Commit: Fabian Groffen gentoo org>
CommitDate: Fri Mar 22 09:01:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2da1a28
mail-client/mutt-2.2.13: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.2.13.ebuild | 273
2 files changed, 275 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index a416f9cf9c3d..842d5e6a712c 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,2 +1,4 @@
DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
+DIST mutt-2.2.13.tar.gz 5539130 BLAKE2B
993b5dc43f09a313acb7e02b1d182e2856f4f9a9d61c7137a9e4ea3c399302adf69993d6f7d3af3dc1f89e17473071689eb3692949daadaacb0338302090abea
SHA512
dcd84235b6f759c31b56cf021efc17c0bb1fd4d59226d12af9838f3cbbcf0301262ae5f67803565cce3afd6ff5eed3a380a81958f57fb7d8f38e2ecfd0ff7d2c
DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
+DIST mutt-gentoo-2.2.13-patches-r0.tar.xz 22388 BLAKE2B
e9833e8b8630b1d6a4e90a78b4077b7a4ee37e9b6a492bb3b55e2763e8d6d8d810b6f77f294f1acad721f8fa235b656066a11b2b75f73dcc5294966b8fa18860
SHA512
3093504700ea7caee25f814daab4b869151853ef5fe062abca3a3915a28f688dd38007d07f3da579da1cb25ddcd6017ebba0db35422952ee2adc94b07ba96005
diff --git a/mail-client/mutt/mutt-2.2.13.ebuild
b/mail-client/mutt/mutt-2.2.13.ebuild
new file mode 100644
index ..2a8f7e468966
--- /dev/null
+++ b/mail-client/mutt/mutt-2.2.13.ebuild
@@ -0,0 +1,273 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ gsasl?( sasl )
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? (
+ gsasl? ( >=net-misc/gsasl-2.0.0 )
+ !gsasl?( >=dev-libs/cyrus-sasl-2 )
+ )
+ kerberos? ( virtual/krb5 )
+ idn? ( net-dns/libidn2 )
+ gpgme? ( >=app-crypt/gpgme-0.9.0:= )
+ autocrypt? ( >=dev-db/sqlite-3 )
+ slang? ( sys-libs/slang )
+ !slang?( >=sys-libs/ncurses-5.2:0= )
+"
+DEPEND="${CDEPEND}
+ net-mail/mailbase
+ doc? (
+ dev-libs/libxml2
+ dev-libs/libxslt
+ app-text/docbook-xsl-stylesheets
+ || ( www-client/lynx www-client/w3m www-client/elinks )
+ )"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-mutt )
+ smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
+ pgp-
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 255832fb73933e9f19a061703e48af9e07f8400c Author: Sam James gentoo org> AuthorDate: Sat Jan 27 06:32:00 2024 + Commit: Sam James gentoo org> CommitDate: Sat Jan 27 06:32:00 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255832fb mail-client/mutt: Stabilize 2.2.12 arm64, #922305 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index 0180c39c8a2e..a92f5a436505 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/files/, mail-client/mutt/
commit: 952a08ffd248d64b44f3c61322e67d9297dc25c5
Author: Sam James gentoo org>
AuthorDate: Sat Dec 9 18:02:13 2023 +
Commit: Sam James gentoo org>
CommitDate: Sat Dec 9 18:06:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952a08ff
mail-client/mutt: fix modern C issue in configure
Signed-off-by: Sam James gentoo.org>
.../mutt/files/mutt-2.2.12-configure-c99.patch | 30 +++
mail-client/mutt/mutt-2.2.12-r1.ebuild | 275 +
2 files changed, 305 insertions(+)
diff --git a/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
b/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
new file mode 100644
index ..d8837706d15f
--- /dev/null
+++ b/mail-client/mutt/files/mutt-2.2.12-configure-c99.patch
@@ -0,0 +1,30 @@
+https://gitlab.com/muttmua/mutt/-/merge_requests/175
+
+From 563c5f60521f1541b739480a5e242f6cd3a450ef Mon Sep 17 00:00:00 2001
+From: Florian Weimer
+Date: Thu, 7 Dec 2023 19:39:06 +0100
+Subject: [PATCH] configure.ac: Fix ICONV_NONTRANS probe
+
+The standard iconv function uses char ** even for its input argument.
+With a const char ** argument, ICONV_NONTRANS is incorrectly set to 1
+if the compiler produces an error for such incompatible pointer types.
+
+Although as far as I can see, the only thing that accomplishes is
+disabling an assert, so it probably does not matter much.
+--- a/configure.ac
b/configure.ac
+@@ -1325,10 +1325,10 @@ AC_CACHE_CHECK([whether iconv is non-transcribing],
mutt_cv_iconv_nontrans,
+ int main()
+ {
+ iconv_t cd;
+- const char *ib;
++ char *ib;
+ char *ob;
+ size_t ibl, obl;
+- const char *s = "\304\211";
++ char *s = (char *) "\304\211";
+ changequote(, )dnl
+ char t[3];
+ changequote([, ])dnl
+--
+GitLab
diff --git a/mail-client/mutt/mutt-2.2.12-r1.ebuild
b/mail-client/mutt/mutt-2.2.12-r1.ebuild
new file mode 100644
index ..ecc7b4636faf
--- /dev/null
+++ b/mail-client/mutt/mutt-2.2.12-r1.ebuild
@@ -0,0 +1,275 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ gsasl?( sasl )
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? (
+ gsasl? ( >=net-misc/gsasl-2.0.0 )
+ !gsasl?( >=dev-libs/cyrus-sasl-2 )
+ )
+ kerberos? ( virtual/krb5 )
+ idn? ( net-dns/libidn2 )
+ gpgme? ( >=app-crypt/gpgme-0.9.0:= )
+ autocrypt? ( >=dev-db/sqlite-3 )
+ slang? ( sys-libs/slang )
+ !slang?( >=sys-libs/ncurses-5.2:0= )
+"
+DEPEND="${CDEPEND}
+ net-mail/mailbase
+ doc? (
+ dev-libs/libxml2
+ dev-libs/libxslt
+ app-text/docbook-xsl-stylesheets
+ || ( www-client/lynx www-client/w3m www-client/elinks )
+ )"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-mutt )
+ smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
+ pgp-classic? ( app-crypt/gnupg )
+"
+
+src_prepare() {
+ local PATCHDIR="${WORKDIR}"/mutt-gentoo-${PV}-patches-${PATCHREV}
+
+ if use !vanilla ; then
+ # apply patch
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: b447922cb1cf28436eeb6ecea10ac7d1ea08ba53
Author: Fabian Groffen gentoo org>
AuthorDate: Thu Nov 23 07:51:18 2023 +
Commit: Fabian Groffen gentoo org>
CommitDate: Thu Nov 23 07:51:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b447922c
mail-client/mutt: cleanup old and vulnerable
Bug: https://bugs.gentoo.org/917610
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 -
mail-client/mutt/mutt-2.2.10.ebuild | 273
mail-client/mutt/mutt-2.2.3.ebuild | 262 --
3 files changed, 539 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 06a9ec6b297a..a416f9cf9c3d 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,2 @@
-DIST mutt-2.2.10.tar.gz 5530411 BLAKE2B
d6892f49520b4fd73d7d0d04119b4f05828d76a4be4b55a8dbc585ef817d4455c9b9a93158d31e0699f011023de524355930d4acff3b9454982da0042c54db22
SHA512
6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f
DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
-DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-gentoo-2.2.10-patches-r0.tar.xz 23192 BLAKE2B
edf2f587ce3442f7e6d28fec96bc22effc39e68722d32fabfbe92ff5ce5bbe91256931c39ff7ab6c0638175302ecc4a2fc91a84ad2018831b97317a10aac7e98
SHA512
0f25f7bde16d6ed30e3b1e31a9ab1837f839d52b46f99558fa3942ddc880bc2eefb2328cc2c982332af956dc5998b9144a148a07bb90b8e447436fcd969c6258
DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
-DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
diff --git a/mail-client/mutt/mutt-2.2.10.ebuild
b/mail-client/mutt/mutt-2.2.10.ebuild
deleted file mode 100644
index 5e76cc86ed64..
--- a/mail-client/mutt/mutt-2.2.10.ebuild
+++ /dev/null
@@ -1,273 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- gsasl?( sasl )
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- )
-
- nls? ( virtual/libintl )
- sasl? (
- gsasl? ( virtual/gsa
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: cbf890782c741185452ed03a87889130808e5fc4 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 22 11:15:26 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Wed Nov 22 11:15:26 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf89078 mail-client/mutt: Stabilize 2.2.12 ppc, #917611 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index 368345a3..0180c39c8a2e 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: e2c844f23bdbbb9bf346c699c32e35f913b5d84f Author: Sam James gentoo org> AuthorDate: Mon Nov 20 08:24:12 2023 + Commit: Sam James gentoo org> CommitDate: Mon Nov 20 08:24:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c844f2 mail-client/mutt: Stabilize 2.2.12 ppc64, #917611 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index add2320907e5..a5ee8f629975 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: d87360de61c77c230f7346e555075febab8b00a7 Author: Sam James gentoo org> AuthorDate: Mon Nov 20 08:24:10 2023 + Commit: Sam James gentoo org> CommitDate: Mon Nov 20 08:24:10 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87360de mail-client/mutt: Stabilize 2.2.12 arm, #917611 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index d6dbd8f2c7e7..2309d526197b 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 8f8242fc817275647a21f8f507efb1a7e228596a Author: Sam James gentoo org> AuthorDate: Mon Nov 20 08:24:14 2023 + Commit: Sam James gentoo org> CommitDate: Mon Nov 20 08:24:14 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8242fc mail-client/mutt: Stabilize 2.2.12 x86, #917611 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index b7ddd36ed75e..368345a3 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 7c0b9d3f32359bf17e6f7cb083d0023bbe483402 Author: Sam James gentoo org> AuthorDate: Mon Nov 20 08:24:13 2023 + Commit: Sam James gentoo org> CommitDate: Mon Nov 20 08:24:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0b9d3f mail-client/mutt: Stabilize 2.2.12 amd64, #917611 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index a5ee8f629975..b7ddd36ed75e 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 751f37c7cf1cb8bcad3cf8b0fec26ea02abdad58 Author: Sam James gentoo org> AuthorDate: Mon Nov 20 08:24:11 2023 + Commit: Sam James gentoo org> CommitDate: Mon Nov 20 08:24:11 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751f37c7 mail-client/mutt: Stabilize 2.2.12 sparc, #917611 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.12.ebuild b/mail-client/mutt/mutt-2.2.12.ebuild index 2309d526197b..add2320907e5 100644 --- a/mail-client/mutt/mutt-2.2.12.ebuild +++ b/mail-client/mutt/mutt-2.2.12.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 88765052901b9bb0dcc97aacd542f29c50af1e26
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Sep 10 10:52:21 2023 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Sep 10 10:52:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88765052
mail-client/mutt-2.2.12: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.11.ebuild => mutt-2.2.12.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index ce59512c935b..06a9ec6b297a 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.2.10.tar.gz 5530411 BLAKE2B
d6892f49520b4fd73d7d0d04119b4f05828d76a4be4b55a8dbc585ef817d4455c9b9a93158d31e0699f011023de524355930d4acff3b9454982da0042c54db22
SHA512
6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f
-DIST mutt-2.2.11.tar.gz 5538204 BLAKE2B
3231986b17fab13aa70fec26fd43cbb8f692e0eeec78c1430156f05c1a9ee7f8d505708aafe30e61ea5a996d6b6fcad569695c6565bc98ca264fd0272ac88b84
SHA512
5372816b281b4805e19a134c08028bae0420c7417ef6e6b5c9ba6e49a79bf0bae7f97ffcc98486d558df0648750106a702c96cd01e0769983826e98a213a172a
+DIST mutt-2.2.12.tar.gz 5539244 BLAKE2B
f17811a37804221fbb351083a25fa8b67511b7a11220e82ab6ce971fc9a0627ec9bcd8df6095e525dacda347aac51b9671cc8e6f8a3fdd8920b44fbcbc61189e
SHA512
75e9926af9abc869929d7729cda67adc3710d15560b6a1853b1d95ca926a9e72d975bafa09ebd9a4919905498602a8b55cf72a576fad170c68902862e9474006
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
DIST mutt-gentoo-2.2.10-patches-r0.tar.xz 23192 BLAKE2B
edf2f587ce3442f7e6d28fec96bc22effc39e68722d32fabfbe92ff5ce5bbe91256931c39ff7ab6c0638175302ecc4a2fc91a84ad2018831b97317a10aac7e98
SHA512
0f25f7bde16d6ed30e3b1e31a9ab1837f839d52b46f99558fa3942ddc880bc2eefb2328cc2c982332af956dc5998b9144a148a07bb90b8e447436fcd969c6258
-DIST mutt-gentoo-2.2.11-patches-r0.tar.xz 23176 BLAKE2B
ebfd46dff5dd46a3630c9697741b519287f5053b01029eaf7993a496728acea4ff3d2771dcde7d4bbdc31e8630f51ca91ef12438e15dd5d3ced0a15d140c499a
SHA512
fbbfe04325582fcb17284159e32ed9d00bfe9aaea2101bc1e86082e552e2a81972598e69e47e75d5127e94446bba5802f4e4a41868f2a9467a005af1ccab917b
+DIST mutt-gentoo-2.2.12-patches-r0.tar.xz 22444 BLAKE2B
9c973cb0fe4705dda9e601d18b05d1385df6914af5928bfdba2ad196113a973dccac0f46373c3709654d1fc077aedd6e776c4c57803c095622a70807dafe2cc2
SHA512
3857d10055e98360d31d9ed2010e0d75db6fd0c0887e770f6b098869b25f72f5dc594a646b6fdf86cf6b24694e13965f82b8d8a4cb8b65a5e030f628a16b930d
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
diff --git a/mail-client/mutt/mutt-2.2.11.ebuild
b/mail-client/mutt/mutt-2.2.12.ebuild
similarity index 99%
rename from mail-client/mutt/mutt-2.2.11.ebuild
rename to mail-client/mutt/mutt-2.2.12.ebuild
index ba9c06141bf1..d6dbd8f2c7e7 100644
--- a/mail-client/mutt/mutt-2.2.11.ebuild
+++ b/mail-client/mutt/mutt-2.2.12.ebuild
@@ -48,7 +48,7 @@ CDEPEND="
nls? ( virtual/libintl )
sasl? (
- gsasl? ( virtual/gsasl )
+ gsasl? ( >=net-misc/gsasl-2.0.0 )
!gsasl?( >=dev-libs/cyrus-sasl-2 )
)
kerberos? ( virtual/krb5 )
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 6ef498a1962dfcf92fd32aeffde2403790ce6b53
Author: Fabian Groffen gentoo org>
AuthorDate: Sat Aug 19 16:02:58 2023 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sat Aug 19 16:03:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef498a1
mail-client/mutt-2.2.11: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.9.ebuild => mutt-2.2.11.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 1008a8f2fa85..ce59512c935b 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.2.10.tar.gz 5530411 BLAKE2B
d6892f49520b4fd73d7d0d04119b4f05828d76a4be4b55a8dbc585ef817d4455c9b9a93158d31e0699f011023de524355930d4acff3b9454982da0042c54db22
SHA512
6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f
+DIST mutt-2.2.11.tar.gz 5538204 BLAKE2B
3231986b17fab13aa70fec26fd43cbb8f692e0eeec78c1430156f05c1a9ee7f8d505708aafe30e61ea5a996d6b6fcad569695c6565bc98ca264fd0272ac88b84
SHA512
5372816b281b4805e19a134c08028bae0420c7417ef6e6b5c9ba6e49a79bf0bae7f97ffcc98486d558df0648750106a702c96cd01e0769983826e98a213a172a
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-2.2.9.tar.gz 5526236 BLAKE2B
86b0743102bb1b023b3ccb03740c24c6ec728765b3770afdb3faed2982789aaa38a7c306e5ee30ca05ced1baa7771657ab37e5ad53eaf59ec73e51990f699c74
SHA512
d4d308ba573ba6e43b6dd2c131d0dc345163bd375f19a9038c9eeaf271f9da88043951f6c74658ff1a9d7a8fdcce28809aba50ab3f5aa0d34b77cf4989bc054f
DIST mutt-gentoo-2.2.10-patches-r0.tar.xz 23192 BLAKE2B
edf2f587ce3442f7e6d28fec96bc22effc39e68722d32fabfbe92ff5ce5bbe91256931c39ff7ab6c0638175302ecc4a2fc91a84ad2018831b97317a10aac7e98
SHA512
0f25f7bde16d6ed30e3b1e31a9ab1837f839d52b46f99558fa3942ddc880bc2eefb2328cc2c982332af956dc5998b9144a148a07bb90b8e447436fcd969c6258
+DIST mutt-gentoo-2.2.11-patches-r0.tar.xz 23176 BLAKE2B
ebfd46dff5dd46a3630c9697741b519287f5053b01029eaf7993a496728acea4ff3d2771dcde7d4bbdc31e8630f51ca91ef12438e15dd5d3ced0a15d140c499a
SHA512
fbbfe04325582fcb17284159e32ed9d00bfe9aaea2101bc1e86082e552e2a81972598e69e47e75d5127e94446bba5802f4e4a41868f2a9467a005af1ccab917b
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
-DIST mutt-gentoo-2.2.9-patches-r0.tar.xz 23152 BLAKE2B
7cf64577ba36bd021238a0b09b7dc8ba7b8430215b7e15baab2c078740af135025a34b259ac05da59261c49ba73d29fb884d6e89cebf30499e40c00523693d08
SHA512
3bd74829b2cef73d0341c70a4d26feffee39ae7737c75322469921c0f97a7ecdccf627c6cee7f3c6e5ccd412ebf973a3f61f0156967cbd2ddd5b9e302d47d8dd
diff --git a/mail-client/mutt/mutt-2.2.9.ebuild
b/mail-client/mutt/mutt-2.2.11.ebuild
similarity index 98%
rename from mail-client/mutt/mutt-2.2.9.ebuild
rename to mail-client/mutt/mutt-2.2.11.ebuild
index 0c9fb3980886..ba9c06141bf1 100644
--- a/mail-client/mutt/mutt-2.2.9.ebuild
+++ b/mail-client/mutt/mutt-2.2.11.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
autocrypt?( gpgme )"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
# yes, we overdepend on the backend impls here, hopefully one day we can
# have REQUIRED_USE do what it is made for again. bug #607360
CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: c8c01f2939d959be7bef9e71b9396deacd5f8477 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 4 21:07:35 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 4 21:07:35 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c01f29 mail-client/mutt: Stabilize 2.2.10 ppc, #905002 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 739656517029..5e76cc86ed64 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: b30b2bef4afa6d625b1d3eb40cf207deaa29218e
Author: Sam James gentoo org>
AuthorDate: Mon Jul 10 07:46:36 2023 +
Commit: Sam James gentoo org>
CommitDate: Mon Jul 10 07:46:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30b2bef
mail-client/mutt-wizard: Stabilize 3.3.1 amd64, #910162
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
index 29ac2070ab81..eca80ecc8bd5 100644
--- a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == ]]; then
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"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: c55df572efe6c84562550a379646f9342b3bbeb9
Author: Sam James gentoo org>
AuthorDate: Mon Jul 10 07:46:37 2023 +
Commit: Sam James gentoo org>
CommitDate: Mon Jul 10 07:46:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55df572
mail-client/mutt-wizard: Stabilize 3.3.1 x86, #910162
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
index eca80ecc8bd5..29da5748fc61 100644
--- a/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ]]; then
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"
+ KEYWORDS="amd64 x86"
fi
LICENSE="GPL-3"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 33e55b2589482036cd88d62a5223e3a3b8db63fc Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 10 05:42:45 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 10 05:43:02 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e55b25 mail-client/mutt-wizard: mark ALLARCHES Signed-off-by: Joonas Niilola gentoo.org> mail-client/mutt-wizard/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/mutt-wizard/metadata.xml b/mail-client/mutt-wizard/metadata.xml index a0f043a76c4f..dc9b6dea4a4c 100644 --- a/mail-client/mutt-wizard/metadata.xml +++ b/mail-client/mutt-wizard/metadata.xml @@ -7,6 +7,7 @@ offline email sync. Integrable with a lot of other utilities for additional functionality for managing emails. + [email protected] Efe İzbudak
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 358af2f36311bdfacb58f69b3fea5f3fd28fc5c9 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 25 11:56:10 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 25 11:56:10 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358af2f3 mail-client/mutt: Stabilize 2.2.10 sparc, #905002 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 7fd43dbc657d..78557fdfff01 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: c246b09ef4e5c8d1b3ba1ea6039be6c4700c5c87 Author: Sam James gentoo org> AuthorDate: Tue Apr 25 11:54:57 2023 + Commit: Sam James gentoo org> CommitDate: Tue Apr 25 11:55:02 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c246b09e mail-client/mutt: Stabilize 2.2.10 arm, #905002 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 52511efdd711..7fd43dbc657d 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: dc2f196477eaa53a83568852a2d707297f486e40 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 25 11:24:00 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 25 11:36:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2f1964 mail-client/mutt: Stabilize 2.2.10 x86, #905002 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 2df4bef436c5..52511efdd711 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 88e9fc2df381893e3aa97b6a2bf526fd322ca3c4 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 25 11:24:00 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 25 11:36:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e9fc2d mail-client/mutt: Stabilize 2.2.10 amd64, #905002 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index f515feb87f54..2df4bef436c5 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 9fae41ff9498c1abc6b4fc69202d64e924cef57b Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 25 09:37:15 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 25 09:37:15 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fae41ff mail-client/mutt: Stabilize 2.2.10 ppc64, #905002 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 2f770033de52..f515feb87f54 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: db925dbfce347c6aac985f5725bff332012255e9
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Mar 26 11:18:12 2023 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Mar 26 11:18:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db925dbf
mail-client/mutt-2.2.10: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.8.ebuild => mutt-2.2.10.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index fcaeb9131167..1008a8f2fa85 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
+DIST mutt-2.2.10.tar.gz 5530411 BLAKE2B
d6892f49520b4fd73d7d0d04119b4f05828d76a4be4b55a8dbc585ef817d4455c9b9a93158d31e0699f011023de524355930d4acff3b9454982da0042c54db22
SHA512
6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-2.2.8.tar.gz 5527187 BLAKE2B
cdbb2ba8971a6f9cf6f5ee8f1e666e835d1716957d001561c67fab6381041ce5f8c994dad6e2d83f76e47f1ea12033d55b2c5f61348369c740f224d80405c0e1
SHA512
7723dffd5fb0f6f1aa1ab22e90f101d0d8b9cd4f198a3ac7ebbba7a3c00e0f2163ce03075f48a6f288a81bf621204c8d8eb247a3fb216a5f7d37686b0e8b9fb2
DIST mutt-2.2.9.tar.gz 5526236 BLAKE2B
86b0743102bb1b023b3ccb03740c24c6ec728765b3770afdb3faed2982789aaa38a7c306e5ee30ca05ced1baa7771657ab37e5ad53eaf59ec73e51990f699c74
SHA512
d4d308ba573ba6e43b6dd2c131d0dc345163bd375f19a9038c9eeaf271f9da88043951f6c74658ff1a9d7a8fdcce28809aba50ab3f5aa0d34b77cf4989bc054f
+DIST mutt-gentoo-2.2.10-patches-r0.tar.xz 23192 BLAKE2B
edf2f587ce3442f7e6d28fec96bc22effc39e68722d32fabfbe92ff5ce5bbe91256931c39ff7ab6c0638175302ecc4a2fc91a84ad2018831b97317a10aac7e98
SHA512
0f25f7bde16d6ed30e3b1e31a9ab1837f839d52b46f99558fa3942ddc880bc2eefb2328cc2c982332af956dc5998b9144a148a07bb90b8e447436fcd969c6258
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
-DIST mutt-gentoo-2.2.8-patches-r0.tar.xz 23192 BLAKE2B
f5e3baf4ae5fe54afc30f6449581646120b92cdaff6bdffbe936c65072b4dc013520fbc864d05fceefc0e3e2c6be34b01bca7aa3bdc933f14c8048d3aa886cb6
SHA512
82b31fed5e55f58a8cfa5f02b0c9ee170d66d2bfb09c0f59763c3070fd2358c265a4a0ede3b552c91f4e13c7ab7d87eadec9d2f245943a629361d8b98d8c1cbd
DIST mutt-gentoo-2.2.9-patches-r0.tar.xz 23152 BLAKE2B
7cf64577ba36bd021238a0b09b7dc8ba7b8430215b7e15baab2c078740af135025a34b259ac05da59261c49ba73d29fb884d6e89cebf30499e40c00523693d08
SHA512
3bd74829b2cef73d0341c70a4d26feffee39ae7737c75322469921c0f97a7ecdccf627c6cee7f3c6e5ccd412ebf973a3f61f0156967cbd2ddd5b9e302d47d8dd
diff --git a/mail-client/mutt/mutt-2.2.8.ebuild
b/mail-client/mutt/mutt-2.2.10.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.2.8.ebuild
rename to mail-client/mutt/mutt-2.2.10.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 6774ffaaab66f3149ab99fd7a2f0994b5c008e0b
Author: Efe İzbudak metu edu tr>
AuthorDate: Fri Nov 25 14:01:25 2022 +
Commit: Joonas Niilola gentoo org>
CommitDate: Fri Dec 9 06:53:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774ffaa
mail-client/mutt-wizard: drop 3.2.1-r1
Signed-off-by: Efe İzbudak metu.edu.tr>
Closes: https://github.com/gentoo/gentoo/pull/28425
Signed-off-by: Joonas Niilola gentoo.org>
mail-client/mutt-wizard/Manifest | 1 -
.../mutt-wizard/mutt-wizard-3.2.1-r1.ebuild| 46 --
2 files changed, 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..
--- 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} == ]]; 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
-}
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 01b11c445398a145074730f50bbaf598b7fb80a6 Author: Efe İzbudak metu edu tr> AuthorDate: Fri Nov 25 13:57:06 2022 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Dec 9 06:53:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b11c44 mail-client/mutt-wizard: update EAPI 7 -> 8 for - Signed-off-by: Efe İzbudak metu.edu.tr> Signed-off-by: Joonas Niilola gentoo.org> mail-client/mutt-wizard/mutt-wizard-.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt-wizard/mutt-wizard-.ebuild b/mail-client/mutt-wizard/mutt-wizard-.ebuild index 17c4d75f3c78..a22384dc1b7c 100644 --- a/mail-client/mutt-wizard/mutt-wizard-.ebuild +++ b/mail-client/mutt-wizard/mutt-wizard-.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit optfeature
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 7ecdb86e475d263c967289aa0793800b4734b5cf
Author: Efe İzbudak metu edu tr>
AuthorDate: Fri Nov 18 14:43:35 2022 +
Commit: Joonas Niilola gentoo org>
CommitDate: Fri Nov 25 08:09:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecdb86e
mail-client/mutt-wizard: add 3.3.1
Signed-off-by: Efe İzbudak metu.edu.tr>
Signed-off-by: Joonas Niilola gentoo.org>
mail-client/mutt-wizard/Manifest | 1 +
mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild | 46
2 files changed, 47 insertions(+)
diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest
index b90033263cea..ff044cd6f8da 100644
--- a/mail-client/mutt-wizard/Manifest
+++ b/mail-client/mutt-wizard/Manifest
@@ -1 +1,2 @@
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.3.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
new file mode 100644
index ..29ac2070ab81
--- /dev/null
+++ b/mail-client/mutt-wizard/mutt-wizard-3.3.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+DESCRIPTION="A system for automatically configuring neomutt and isync"
+HOMEPAGE="https://github.com/LukeSmithxyz/mutt-wizard";
+
+if [[ ${PV} == ]]; 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
+}
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: c50436aeb4f83e91da1510a48b8cdb0c045b78bf Author: Efe İzbudak metu edu tr> AuthorDate: Fri Nov 18 14:59:50 2022 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Nov 25 08:09:35 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50436ae mail-client/mutt-wizard: add myself as a maintainer Signed-off-by: Efe İzbudak metu.edu.tr> Closes: https://github.com/gentoo/gentoo/pull/28327 Signed-off-by: Joonas Niilola gentoo.org> mail-client/mutt-wizard/metadata.xml | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt-wizard/metadata.xml b/mail-client/mutt-wizard/metadata.xml index 1a535a7c7137..a0f043a76c4f 100644 --- a/mail-client/mutt-wizard/metadata.xml +++ b/mail-client/mutt-wizard/metadata.xml @@ -7,5 +7,15 @@ offline email sync. Integrable with a lot of other utilities for additional functionality for managing emails. - - + + [email protected] + Efe İzbudak + + + [email protected] + Proxy Maintainers + + + LukeSmithxyz/mutt-wizard + +
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 4fe0de53ba3e09ea37383b0a6fe665eca10fa106
Author: Fabian Groffen gentoo org>
AuthorDate: Sat Nov 19 07:48:01 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sat Nov 19 07:48:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe0de53
mail-client/mutt-2.2.9: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
.../mutt/{mutt-2.2.7.ebuild => mutt-2.2.9.ebuild} | 19 +++
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index e5a3425e6365..fcaeb9131167 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-2.2.7.tar.gz 5522342 BLAKE2B
3cc02ec5bc46f6a3f34c87c1454bdb0198be75a5669896b72ccd780b582cb1e7a4de466c41d25d1e74ab34e177bdca8c05574eddc6302e05acb8e3be6f53438e
SHA512
5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22
DIST mutt-2.2.8.tar.gz 5527187 BLAKE2B
cdbb2ba8971a6f9cf6f5ee8f1e666e835d1716957d001561c67fab6381041ce5f8c994dad6e2d83f76e47f1ea12033d55b2c5f61348369c740f224d80405c0e1
SHA512
7723dffd5fb0f6f1aa1ab22e90f101d0d8b9cd4f198a3ac7ebbba7a3c00e0f2163ce03075f48a6f288a81bf621204c8d8eb247a3fb216a5f7d37686b0e8b9fb2
+DIST mutt-2.2.9.tar.gz 5526236 BLAKE2B
86b0743102bb1b023b3ccb03740c24c6ec728765b3770afdb3faed2982789aaa38a7c306e5ee30ca05ced1baa7771657ab37e5ad53eaf59ec73e51990f699c74
SHA512
d4d308ba573ba6e43b6dd2c131d0dc345163bd375f19a9038c9eeaf271f9da88043951f6c74658ff1a9d7a8fdcce28809aba50ab3f5aa0d34b77cf4989bc054f
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
-DIST mutt-gentoo-2.2.7-patches-r0.tar.xz 23180 BLAKE2B
227c160387354ec5881e9e944ef76815c8466f11bc0717b2ed7b291392ad49faa8d2c3d9a6e01ccb63d2351f216c0975246b643925d97bff64abe056380b0911
SHA512
0fd9797329a31485e37bdfa76af253305198314749b6336d239ed43edbb839f189b4f0a2cbf982c2483ebb4d45118891339e16d4bd4cef18a3d5f2f7205682df
DIST mutt-gentoo-2.2.8-patches-r0.tar.xz 23192 BLAKE2B
f5e3baf4ae5fe54afc30f6449581646120b92cdaff6bdffbe936c65072b4dc013520fbc864d05fceefc0e3e2c6be34b01bca7aa3bdc933f14c8048d3aa886cb6
SHA512
82b31fed5e55f58a8cfa5f02b0c9ee170d66d2bfb09c0f59763c3070fd2358c265a4a0ede3b552c91f4e13c7ab7d87eadec9d2f245943a629361d8b98d8c1cbd
+DIST mutt-gentoo-2.2.9-patches-r0.tar.xz 23152 BLAKE2B
7cf64577ba36bd021238a0b09b7dc8ba7b8430215b7e15baab2c078740af135025a34b259ac05da59261c49ba73d29fb884d6e89cebf30499e40c00523693d08
SHA512
3bd74829b2cef73d0341c70a4d26feffee39ae7737c75322469921c0f97a7ecdccf627c6cee7f3c6e5ccd412ebf973a3f61f0156967cbd2ddd5b9e302d47d8dd
diff --git a/mail-client/mutt/mutt-2.2.7.ebuild
b/mail-client/mutt/mutt-2.2.9.ebuild
similarity index 94%
rename from mail-client/mutt/mutt-2.2.7.ebuild
rename to mail-client/mutt/mutt-2.2.9.ebuild
index 5746fe1ea28f..2f770033de52 100644
--- a/mail-client/mutt/mutt-2.2.7.ebuild
+++ b/mail-client/mutt/mutt-2.2.9.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit flag-o-matic autotools
+inherit autotools
PATCHREV="r0"
PATCHSET="gentoo-${PVR}/${PATCHREV}"
@@ -99,16 +99,27 @@ src_prepare() {
main.c || die "Failed to add bug instructions"
fi
- local upatches=
# allow user patches
- eapply_user && upatches=" with user patches"
+ eapply_user
# patch version string for bug reports
local patchset=
use vanilla || patchset=", ${PATCHSET}"
- sed -i -e 's|"Mutt %s (%s)"|"Mutt %s (%s'"${patchset}${upatches}"')"|' \
+ sed -i -e 's|"Mutt %s (%s)"|"Mutt %s (%s'"${patchset}"')"|' \
muttlib.c || die "failed patching in Gentoo version"
+ # bug 864753: avoid warning about missing tools, currently the order
+ # is lynx, w3m, elinks, so remove lynx or w3m when not installed,
+ # elinks should be there via dep.
+ if use doc ; then
+ if ! has_version www-client/lynx ; then
+ sed -i -e '/lynx/d' doc/Makefile.am || die
+ fi
+ if ! has_version www-client/w3m ; then
+ sed -i -e '/w3m/d' doc/Makefile.am || die
+ fi
+ fi
+
# many patches touch the buildsystem, we always need this
AT_M4DIR="m4" eautoreconf
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: dc2cc4dce10d100fd26137232983645097008367
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Nov 6 19:43:47 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Nov 6 19:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2cc4dc
mail-client/mutt-2.2.8: drop userpatches, avoid command not found
- eapply_user doesn't have a return-code that indicates user patches
were applied, so don't falsely report we did
- drop usage of commands that we don't have installed to avoid
false-positives #864753
Closes: https://bugs.gentoo.org/864753
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/mutt-2.2.8.ebuild | 17 ++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/mail-client/mutt/mutt-2.2.8.ebuild
b/mail-client/mutt/mutt-2.2.8.ebuild
index 06bb916b3761..2f770033de52 100644
--- a/mail-client/mutt/mutt-2.2.8.ebuild
+++ b/mail-client/mutt/mutt-2.2.8.ebuild
@@ -99,16 +99,27 @@ src_prepare() {
main.c || die "Failed to add bug instructions"
fi
- local upatches=
# allow user patches
- eapply_user && upatches=" with user patches"
+ eapply_user
# patch version string for bug reports
local patchset=
use vanilla || patchset=", ${PATCHSET}"
- sed -i -e 's|"Mutt %s (%s)"|"Mutt %s (%s'"${patchset}${upatches}"')"|' \
+ sed -i -e 's|"Mutt %s (%s)"|"Mutt %s (%s'"${patchset}"')"|' \
muttlib.c || die "failed patching in Gentoo version"
+ # bug 864753: avoid warning about missing tools, currently the order
+ # is lynx, w3m, elinks, so remove lynx or w3m when not installed,
+ # elinks should be there via dep.
+ if use doc ; then
+ if ! has_version www-client/lynx ; then
+ sed -i -e '/lynx/d' doc/Makefile.am || die
+ fi
+ if ! has_version www-client/w3m ; then
+ sed -i -e '/w3m/d' doc/Makefile.am || die
+ fi
+ fi
+
# many patches touch the buildsystem, we always need this
AT_M4DIR="m4" eautoreconf
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 59beab72cc84d72855ab632fc20803a1073fab5e
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Nov 6 11:53:29 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Nov 6 11:53:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59beab72
mail-client/mutt-2.2.8: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.6.ebuild => mutt-2.2.8.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 014250a3afc7..e5a3425e6365 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-2.2.6.tar.gz 5517121 BLAKE2B
07d598e134d35f4a849d95afcd5428689a0aa12797fa5ce08dfa3e8f7929f993c33a813862ceaff59d0c85a4dc28c00612817cc912c27ff94af304ad62ca7fa5
SHA512
07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b
DIST mutt-2.2.7.tar.gz 5522342 BLAKE2B
3cc02ec5bc46f6a3f34c87c1454bdb0198be75a5669896b72ccd780b582cb1e7a4de466c41d25d1e74ab34e177bdca8c05574eddc6302e05acb8e3be6f53438e
SHA512
5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22
+DIST mutt-2.2.8.tar.gz 5527187 BLAKE2B
cdbb2ba8971a6f9cf6f5ee8f1e666e835d1716957d001561c67fab6381041ce5f8c994dad6e2d83f76e47f1ea12033d55b2c5f61348369c740f224d80405c0e1
SHA512
7723dffd5fb0f6f1aa1ab22e90f101d0d8b9cd4f198a3ac7ebbba7a3c00e0f2163ce03075f48a6f288a81bf621204c8d8eb247a3fb216a5f7d37686b0e8b9fb2
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
-DIST mutt-gentoo-2.2.6-patches-r0.tar.xz 23160 BLAKE2B
fe681ddd227409ddd791abcf1bbd0691c6ab59fbd3e3fd004d4911e4ab7731c9a49e33ca836bc11f30099aaae08ffafb46faed6b05c51f424f2d9dee808f9649
SHA512
7e95342305efd1e55cf346976ac5ea3b88401a6e4ed75adb6970ece08a30e51e9358d450677deb3e3a609c7c878d6a6896730e40648557b2a9858aef88156c3c
DIST mutt-gentoo-2.2.7-patches-r0.tar.xz 23180 BLAKE2B
227c160387354ec5881e9e944ef76815c8466f11bc0717b2ed7b291392ad49faa8d2c3d9a6e01ccb63d2351f216c0975246b643925d97bff64abe056380b0911
SHA512
0fd9797329a31485e37bdfa76af253305198314749b6336d239ed43edbb839f189b4f0a2cbf982c2483ebb4d45118891339e16d4bd4cef18a3d5f2f7205682df
+DIST mutt-gentoo-2.2.8-patches-r0.tar.xz 23192 BLAKE2B
f5e3baf4ae5fe54afc30f6449581646120b92cdaff6bdffbe936c65072b4dc013520fbc864d05fceefc0e3e2c6be34b01bca7aa3bdc933f14c8048d3aa886cb6
SHA512
82b31fed5e55f58a8cfa5f02b0c9ee170d66d2bfb09c0f59763c3070fd2358c265a4a0ede3b552c91f4e13c7ab7d87eadec9d2f245943a629361d8b98d8c1cbd
diff --git a/mail-client/mutt/mutt-2.2.6.ebuild
b/mail-client/mutt/mutt-2.2.8.ebuild
similarity index 99%
rename from mail-client/mutt/mutt-2.2.6.ebuild
rename to mail-client/mutt/mutt-2.2.8.ebuild
index 5746fe1ea28f..06bb916b3761 100644
--- a/mail-client/mutt/mutt-2.2.6.ebuild
+++ b/mail-client/mutt/mutt-2.2.8.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit flag-o-matic autotools
+inherit autotools
PATCHREV="r0"
PATCHSET="gentoo-${PVR}/${PATCHREV}"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: aca175d1a6a071f662bcf65c7dd49876bd129acb
Author: Fabian Groffen gentoo org>
AuthorDate: Tue Aug 9 19:04:50 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Tue Aug 9 19:05:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca175d1
mail-client/mutt-2.2.7: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.5.ebuild => mutt-2.2.7.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 88f7b14535ed..014250a3afc7 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-2.2.5.tar.gz 5516189 BLAKE2B
1d89d2ab5c10cd7105695746e0073939936eda9ede9252ea816753d44fc86c0deef7999a59bdb98ab0ca710e0288149e91473acc7f0dd3a30260f39b455a1c00
SHA512
30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226
DIST mutt-2.2.6.tar.gz 5517121 BLAKE2B
07d598e134d35f4a849d95afcd5428689a0aa12797fa5ce08dfa3e8f7929f993c33a813862ceaff59d0c85a4dc28c00612817cc912c27ff94af304ad62ca7fa5
SHA512
07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b
+DIST mutt-2.2.7.tar.gz 5522342 BLAKE2B
3cc02ec5bc46f6a3f34c87c1454bdb0198be75a5669896b72ccd780b582cb1e7a4de466c41d25d1e74ab34e177bdca8c05574eddc6302e05acb8e3be6f53438e
SHA512
5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
-DIST mutt-gentoo-2.2.5-patches-r0.tar.xz 23124 BLAKE2B
1e2a32202a7a863c6e82b780716cee3701acd634327eec182d06360f793a32380772bb1e6501125f4058a8a4cbd7200f568750b5709c05d46a8b0760608645fd
SHA512
e83d5c22cef6c5adda3733f8cd45d8fbfc6b19e570a14841809692e5d1f6ebfe3f8b45b8f10196685c5285ea8be18816caee81af58bb234e603785739ecd02a7
DIST mutt-gentoo-2.2.6-patches-r0.tar.xz 23160 BLAKE2B
fe681ddd227409ddd791abcf1bbd0691c6ab59fbd3e3fd004d4911e4ab7731c9a49e33ca836bc11f30099aaae08ffafb46faed6b05c51f424f2d9dee808f9649
SHA512
7e95342305efd1e55cf346976ac5ea3b88401a6e4ed75adb6970ece08a30e51e9358d450677deb3e3a609c7c878d6a6896730e40648557b2a9858aef88156c3c
+DIST mutt-gentoo-2.2.7-patches-r0.tar.xz 23180 BLAKE2B
227c160387354ec5881e9e944ef76815c8466f11bc0717b2ed7b291392ad49faa8d2c3d9a6e01ccb63d2351f216c0975246b643925d97bff64abe056380b0911
SHA512
0fd9797329a31485e37bdfa76af253305198314749b6336d239ed43edbb839f189b4f0a2cbf982c2483ebb4d45118891339e16d4bd4cef18a3d5f2f7205682df
diff --git a/mail-client/mutt/mutt-2.2.5.ebuild
b/mail-client/mutt/mutt-2.2.7.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.2.5.ebuild
rename to mail-client/mutt/mutt-2.2.7.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 440d8fe07256f0a479ad9f257f12b7b8471d0eb0
Author: Fabian Groffen gentoo org>
AuthorDate: Mon Jun 6 11:43:00 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Mon Jun 6 11:43:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440d8fe0
mail-client/mutt-2.2.6: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.4.ebuild => mutt-2.2.6.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 6a809cab3471..88f7b14535ed 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-2.2.4.tar.gz 5515825 BLAKE2B
cae02e409d6d4d7c1e6544c1f9c5051b85d390258e6de0d98edcb9d3e519cecdfa1aa54d43cdae9d5ce8409d39752cac501e5433a21cc46bdf861a05f4059e37
SHA512
4a4b27069ab55ac557613659c210edc98016c8506e2281aa0cf1966fc18d04bb2e8d8f227c2a05b3e3657138c1ac9097f38e4693d49e42425b43ab63dd262b10
DIST mutt-2.2.5.tar.gz 5516189 BLAKE2B
1d89d2ab5c10cd7105695746e0073939936eda9ede9252ea816753d44fc86c0deef7999a59bdb98ab0ca710e0288149e91473acc7f0dd3a30260f39b455a1c00
SHA512
30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226
+DIST mutt-2.2.6.tar.gz 5517121 BLAKE2B
07d598e134d35f4a849d95afcd5428689a0aa12797fa5ce08dfa3e8f7929f993c33a813862ceaff59d0c85a4dc28c00612817cc912c27ff94af304ad62ca7fa5
SHA512
07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
-DIST mutt-gentoo-2.2.4-patches-r0.tar.xz 23164 BLAKE2B
0645fa2d0a931fd9127de47ae5916fecf09cacbacdc8c6b5f3cea6e6df1c36ec33450c00f9f5261f8adf7dd2fce7e6842b0dd8f3f3ac73b5a0aaa64e774460ff
SHA512
f64f8129b9cf9ab9c63bb3789090ba9a821af0411f9b4f858a4a1a95d52ec282581d4f3dd221fc83d715369e35b6a5c4e244f4ec2e5edda4d4ea432f4722f69b
DIST mutt-gentoo-2.2.5-patches-r0.tar.xz 23124 BLAKE2B
1e2a32202a7a863c6e82b780716cee3701acd634327eec182d06360f793a32380772bb1e6501125f4058a8a4cbd7200f568750b5709c05d46a8b0760608645fd
SHA512
e83d5c22cef6c5adda3733f8cd45d8fbfc6b19e570a14841809692e5d1f6ebfe3f8b45b8f10196685c5285ea8be18816caee81af58bb234e603785739ecd02a7
+DIST mutt-gentoo-2.2.6-patches-r0.tar.xz 23160 BLAKE2B
fe681ddd227409ddd791abcf1bbd0691c6ab59fbd3e3fd004d4911e4ab7731c9a49e33ca836bc11f30099aaae08ffafb46faed6b05c51f424f2d9dee808f9649
SHA512
7e95342305efd1e55cf346976ac5ea3b88401a6e4ed75adb6970ece08a30e51e9358d450677deb3e3a609c7c878d6a6896730e40648557b2a9858aef88156c3c
diff --git a/mail-client/mutt/mutt-2.2.4.ebuild
b/mail-client/mutt/mutt-2.2.6.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.2.4.ebuild
rename to mail-client/mutt/mutt-2.2.6.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 5e2a1daa3dfbecda1de30404aac18417b36fe887
Author: Fabian Groffen gentoo org>
AuthorDate: Wed May 25 11:56:06 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Wed May 25 11:56:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2a1daa
mail-client/mutt-2.2.5: version bump
Closes: https://bugs.gentoo.org/846767
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.2.5.ebuild | 268 +
2 files changed, 270 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 43fad0c39cf7..6a809cab3471 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,6 @@
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
DIST mutt-2.2.4.tar.gz 5515825 BLAKE2B
cae02e409d6d4d7c1e6544c1f9c5051b85d390258e6de0d98edcb9d3e519cecdfa1aa54d43cdae9d5ce8409d39752cac501e5433a21cc46bdf861a05f4059e37
SHA512
4a4b27069ab55ac557613659c210edc98016c8506e2281aa0cf1966fc18d04bb2e8d8f227c2a05b3e3657138c1ac9097f38e4693d49e42425b43ab63dd262b10
+DIST mutt-2.2.5.tar.gz 5516189 BLAKE2B
1d89d2ab5c10cd7105695746e0073939936eda9ede9252ea816753d44fc86c0deef7999a59bdb98ab0ca710e0288149e91473acc7f0dd3a30260f39b455a1c00
SHA512
30b53e7d64c84dcd32e5aa20aa25ff439f11531ddb1278ddb603c3cd4543fad2a6c8eda6b43827557f265e22fb8fea75900e9e2d39d35201e66738303adcc226
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
DIST mutt-gentoo-2.2.4-patches-r0.tar.xz 23164 BLAKE2B
0645fa2d0a931fd9127de47ae5916fecf09cacbacdc8c6b5f3cea6e6df1c36ec33450c00f9f5261f8adf7dd2fce7e6842b0dd8f3f3ac73b5a0aaa64e774460ff
SHA512
f64f8129b9cf9ab9c63bb3789090ba9a821af0411f9b4f858a4a1a95d52ec282581d4f3dd221fc83d715369e35b6a5c4e244f4ec2e5edda4d4ea432f4722f69b
+DIST mutt-gentoo-2.2.5-patches-r0.tar.xz 23124 BLAKE2B
1e2a32202a7a863c6e82b780716cee3701acd634327eec182d06360f793a32380772bb1e6501125f4058a8a4cbd7200f568750b5709c05d46a8b0760608645fd
SHA512
e83d5c22cef6c5adda3733f8cd45d8fbfc6b19e570a14841809692e5d1f6ebfe3f8b45b8f10196685c5285ea8be18816caee81af58bb234e603785739ecd02a7
diff --git a/mail-client/mutt/mutt-2.2.5.ebuild
b/mail-client/mutt/mutt-2.2.5.ebuild
new file mode 100644
index ..5746fe1ea28f
--- /dev/null
+++ b/mail-client/mutt/mutt-2.2.5.ebuild
@@ -0,0 +1,268 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ gsasl?( sasl )
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? (
+ gsasl? ( virtual/gsasl )
+ !gsasl?( >=dev-li
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: d4b20fb45a00c02ac15752d503537a5aa3457a84
Author: Fabian Groffen gentoo org>
AuthorDate: Tue May 3 14:05:21 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Tue May 3 14:05:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b20fb4
mail-client/mutt-2.2.4: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.2.4.ebuild | 268 +
2 files changed, 270 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 72e1fa7afd72..43fad0c39cf7 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,2 +1,4 @@
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
+DIST mutt-2.2.4.tar.gz 5515825 BLAKE2B
cae02e409d6d4d7c1e6544c1f9c5051b85d390258e6de0d98edcb9d3e519cecdfa1aa54d43cdae9d5ce8409d39752cac501e5433a21cc46bdf861a05f4059e37
SHA512
4a4b27069ab55ac557613659c210edc98016c8506e2281aa0cf1966fc18d04bb2e8d8f227c2a05b3e3657138c1ac9097f38e4693d49e42425b43ab63dd262b10
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
+DIST mutt-gentoo-2.2.4-patches-r0.tar.xz 23164 BLAKE2B
0645fa2d0a931fd9127de47ae5916fecf09cacbacdc8c6b5f3cea6e6df1c36ec33450c00f9f5261f8adf7dd2fce7e6842b0dd8f3f3ac73b5a0aaa64e774460ff
SHA512
f64f8129b9cf9ab9c63bb3789090ba9a821af0411f9b4f858a4a1a95d52ec282581d4f3dd221fc83d715369e35b6a5c4e244f4ec2e5edda4d4ea432f4722f69b
diff --git a/mail-client/mutt/mutt-2.2.4.ebuild
b/mail-client/mutt/mutt-2.2.4.ebuild
new file mode 100644
index ..5746fe1ea28f
--- /dev/null
+++ b/mail-client/mutt/mutt-2.2.4.ebuild
@@ -0,0 +1,268 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ gsasl?( sasl )
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? (
+ gsasl? ( virtual/gsasl )
+ !gsasl?( >=dev-libs/cyrus-sasl-2 )
+ )
+ kerberos? ( virtual/krb5 )
+ idn? ( net-dns/libidn2 )
+ gpgme? ( >=app-crypt/gpgme-0.9.0:= )
+ autocrypt? ( >=dev-db/sqlite-3 )
+ slang? ( sys-libs/slang )
+ !slang?( >=sys-libs/ncurses-5.2:0= )
+"
+DEPEND="${CDEPEND}
+ net-mail/mailbase
+ doc? (
+ dev-libs/libxml2
+ dev-libs/libxslt
+ app-text/docbook-xsl-stylesheets
+ || ( www-client/lynx www-client/w3m www-client/elinks )
+ )"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-mutt )
+ smime-classic? ( >=dev-libs/ope
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: bc89ee0227b1968d4d10a93743b4fe6a11101673 Author: Yixun Lan gentoo org> AuthorDate: Thu Apr 28 22:55:57 2022 + Commit: Yixun Lan gentoo org> CommitDate: Thu Apr 28 22:55:57 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc89ee02 mail-client/mutt: Keyword 2.2.3 riscv, #841365 Signed-off-by: Yixun Lan gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index 95c8d5c0d5c1..49f24a28652d 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 7222a2e6cc034c69ed7ebf194d5918d71cbb9c5a
Author: Fabian Groffen gentoo org>
AuthorDate: Wed Apr 27 15:48:08 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Wed Apr 27 15:49:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7222a2e6
mail-client/mutt: cleanup vulnerable versions
Bug: https://bugs.gentoo.org/838379
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 -
mail-client/mutt/mutt-2.0.7.ebuild | 261
mail-client/mutt/mutt-2.2.2.ebuild | 268 -
3 files changed, 533 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index d60e3d0c2992..72e1fa7afd72 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,2 @@
-DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.2.2.tar.gz 5507066 BLAKE2B
dd23e2e75b1656ac0351d10df266432820dd32acd44310e586f8c5deec187648e61c7b9e880bcbbaa09a9d6e8bd67b205f43284a729ae6ff95adb4e2bc15724a
SHA512
da236c535a4dd18ed92f4b226a009711098c87cc28bbcf3abcd5f31f3ac074abe830f4f7c98cc8cda738a7a6d9421a088915094b33e53e32e9649efe3481
DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
-DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.2.2-patches-r0.tar.xz 23160 BLAKE2B
2bc09d2aa67102b382c2466773868ba32f38827e44efc7ee2461fa592607a926547013f6c232ac2d6d0cd7dc07da386a0995c7819273b4c96c28a1a6140248a4
SHA512
3b45957d92a9d3f2c185965d226c137dcbb11eb58e497a4dc5ab49041eba79c7436b8239ceb625e32ef0453b7909d925a6238ec75dfa3f267eea46e86474758a
DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
diff --git a/mail-client/mutt/mutt-2.0.7.ebuild
b/mail-client/mutt/mutt-2.0.7.ebuild
deleted file mode 100644
index 0c29057fb2b1..
--- a/mail-client/mutt/mutt-2.0.7.ebuild
+++ /dev/null
@@ -1,261 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- )
-
- nls? ( virtual/libintl )
- sasl? ( >=dev-libs/cyrus-sasl-2 )
-
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: f3d659e7c144ea5e00d000332c3f197ec00865b1 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 27 04:33:57 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Wed Apr 27 04:33:57 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d659e7 mail-client/mutt: Stabilize 2.2.3 arm, #839393 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index d57521306815..95c8d5c0d5c1 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 1b2d04b92f81fe94a63fe40bf7ceb812b20ccd96 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 19 16:43:29 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 19 16:43:29 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2d04b9 mail-client/mutt: Stabilize 2.2.3 ppc64, #839393 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index b88f46543037..d57521306815 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 44698bdc55f9d8b3802bac1e8ad6c1df9a0258d3 Author: Jakov Smolić gentoo org> AuthorDate: Tue Apr 19 13:45:23 2022 + Commit: Jakov Smolić gentoo org> CommitDate: Tue Apr 19 13:45:23 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44698bdc mail-client/mutt: Stabilize 2.2.3 x86, #839393 Signed-off-by: Jakov Smolić gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index 48122ffba120..b88f46543037 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 82a78a2ad0e34832d34b231a810ba53443ecbd26 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 19 13:35:42 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 19 13:35:42 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a78a2a mail-client/mutt: Stabilize 2.2.3 ppc, #839393 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index 7829739861e4..48122ffba120 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: fa571d887806dbf2a4ce525d28a5d84923fc937a Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 19 12:12:59 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 19 12:12:59 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa571d88 mail-client/mutt: Stabilize 2.2.3 sparc, #839393 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index 75b326418878..7829739861e4 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 2bf9776f3adfaff3f03dcf39d6b94aa0d4fa8a47 Author: Jakov Smolić gentoo org> AuthorDate: Tue Apr 19 08:52:49 2022 + Commit: Jakov Smolić gentoo org> CommitDate: Tue Apr 19 08:52:49 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf9776f mail-client/mutt: Stabilize 2.2.3 amd64, #839393 Signed-off-by: Jakov Smolić gentoo.org> mail-client/mutt/mutt-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index 9217536891d9..75b326418878 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 0f3b775826633b852c93dd1bc998f834b68b683b
Author: Sam James gentoo org>
AuthorDate: Sun Apr 17 18:56:02 2022 +
Commit: Sam James gentoo org>
CommitDate: Sun Apr 17 19:00:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3b7758
mail-client/mutt-wizard: drop 3.1.1-r1
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/Manifest | 1 -
.../mutt-wizard/mutt-wizard-3.1.1-r1.ebuild| 46 --
2 files changed, 47 deletions(-)
diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest
index 92b86702b9a2..b90033263cea 100644
--- a/mail-client/mutt-wizard/Manifest
+++ b/mail-client/mutt-wizard/Manifest
@@ -1,2 +1 @@
-DIST mutt-wizard-3.1.1.tar.gz 33346 BLAKE2B
0f4d8e973fedc0d102242a06922627039f4244ad9fc901d6e3d7235089164c3a7f255587978c95762242146441d8a48f57401e9ec86754194b531d38f0074652
SHA512
b385bab603eff561bca8aade49f3d11a4ac031cbceb4a64d80be9b591dc34757a05bb3c56c23ec9f1942392833725872d4871bf34964c4503bc01d5223286ddb
DIST mutt-wizard-3.2.1.tar.gz 33468 BLAKE2B
60087ca8b6cfe2f69e1f078942ef24be8d387fbadcacfdf0105e6ee6df315a57fb21320635b685dad5e5e15860adb9cef147dc9b029d77bfdfd196f219faca91
SHA512
bcd72a937d142bddb2c3b55bd6f5442a96421850ef57931e147aad8feefd6752de90cc7076802f5c806edc9a530e05a24576e33f301196eee707a75aa16279a6
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.1.1-r1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.1.1-r1.ebuild
deleted file mode 100644
index 17c4d75f3c78..
--- a/mail-client/mutt-wizard/mutt-wizard-3.1.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} == ]]; 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="/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
-}
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 0bd35626dad2379fc630655757fe83a65261d1f5
Author: Fabian Groffen gentoo org>
AuthorDate: Fri Apr 15 06:58:26 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Fri Apr 15 06:59:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd35626
mail-client/mutt-2.2.3: security version bump
Bug: https://bugs.gentoo.org/838379
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.1.ebuild => mutt-2.2.3.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 715b4bedd19f..d60e3d0c2992 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.2.1.tar.gz 5503979 BLAKE2B
304dee7e24dcff896e1a12b0eb0f6bb4ccd58067249fd5090f53d0e55dd401f16b037e7519b07e465ccba6c177113ab1f00e1e3983d0f3345be392bccbe2f43b
SHA512
2dd29a095698b7bb98dd5631a507ac1eb655d5db22d0e2506dea5d91663483aefb722e99ba8ad53f4e776189163d5339bba03ec41182c13aa9d665ba321f0941
DIST mutt-2.2.2.tar.gz 5507066 BLAKE2B
dd23e2e75b1656ac0351d10df266432820dd32acd44310e586f8c5deec187648e61c7b9e880bcbbaa09a9d6e8bd67b205f43284a729ae6ff95adb4e2bc15724a
SHA512
da236c535a4dd18ed92f4b226a009711098c87cc28bbcf3abcd5f31f3ac074abe830f4f7c98cc8cda738a7a6d9421a088915094b33e53e32e9649efe3481
+DIST mutt-2.2.3.tar.gz 5509344 BLAKE2B
57d9d29d009e8dce6b27277aa4df371a4b03e783fb5482dc10db20ffa393db01b1aaeaee49bf8421b048e5bb07eeff31fcc1ef84db982b58c618d396ce11e56e
SHA512
47656ee1b741d0d165fde4027fc7278910e39e9d5d0bfc5c52e7e767c3373bd3755833269d256364333fd4502c67490adcd5e4b33f1141f53ad575e9fb1a5131
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.2.1-patches-r0.tar.xz 23164 BLAKE2B
755a5904fd68a577c96d78a311b5cd0713df4fa884c18c14ca4c88c48b56997a6372af32391201843e7aa8a7cb9cd7002105f217f42c9dec46073e2fe3ccf1bc
SHA512
5d022aa2a2ee83f394c52957ad958ba8739fa9395d8ea7c96c1f1138b9df4413ff9e3209e36741666549232e5595cae77bf04ce180e34fac34594a2886084e6d
DIST mutt-gentoo-2.2.2-patches-r0.tar.xz 23160 BLAKE2B
2bc09d2aa67102b382c2466773868ba32f38827e44efc7ee2461fa592607a926547013f6c232ac2d6d0cd7dc07da386a0995c7819273b4c96c28a1a6140248a4
SHA512
3b45957d92a9d3f2c185965d226c137dcbb11eb58e497a4dc5ab49041eba79c7436b8239ceb625e32ef0453b7909d925a6238ec75dfa3f267eea46e86474758a
+DIST mutt-gentoo-2.2.3-patches-r0.tar.xz 23168 BLAKE2B
be7fad2f06b913439df4fb7a223e7305b66195153329956f4be9fdd524ac0de6121ccf9a6dc506b0b68e12759667173379c4e0ff1645c1b9948aaed1f7601033
SHA512
22edcc53a42133093eb163e4cfba2e865aec31ef87c74e35aaad10d9a4543f9d2cf477ac263da11e247eba300eb72a42870a59a8a3a90341691bdb0ee6d44d5f
diff --git a/mail-client/mutt/mutt-2.2.1.ebuild
b/mail-client/mutt/mutt-2.2.3.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.2.1.ebuild
rename to mail-client/mutt/mutt-2.2.3.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: bc1da911fe2d0180be333cf083790605b5788b0c
Author: Fabian Groffen gentoo org>
AuthorDate: Mon Mar 28 10:02:46 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Mon Mar 28 10:02:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1da911
mail-client/mutt-2.2.2: version bump
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 6 +-
mail-client/mutt/mutt-2.1.5.ebuild | 261 -
.../mutt/{mutt-2.1.4.ebuild => mutt-2.2.2.ebuild} | 19 +-
3 files changed, 15 insertions(+), 271 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index d9552f325e8c..715b4bedd19f 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,8 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.1.4.tar.gz 5407563 BLAKE2B
3ae0cdfb59afdfa8ba930fb11a4acb195783be7b47cd100ecb11a99e448ff72ae0fd96503fcfec15d55f041e32010e1596f654b75482ca4741c07cd0f883dd57
SHA512
621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
-DIST mutt-2.1.5.tar.gz 5414049 BLAKE2B
00be360c51f03d80ac1a83554ee92873804ddeb0f3ac34cd1da1e98286384937de3182959457560d9c506f9c813f3a1f679ab8507bef7c323f993d0ad4596b81
SHA512
8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
DIST mutt-2.2.1.tar.gz 5503979 BLAKE2B
304dee7e24dcff896e1a12b0eb0f6bb4ccd58067249fd5090f53d0e55dd401f16b037e7519b07e465ccba6c177113ab1f00e1e3983d0f3345be392bccbe2f43b
SHA512
2dd29a095698b7bb98dd5631a507ac1eb655d5db22d0e2506dea5d91663483aefb722e99ba8ad53f4e776189163d5339bba03ec41182c13aa9d665ba321f0941
+DIST mutt-2.2.2.tar.gz 5507066 BLAKE2B
dd23e2e75b1656ac0351d10df266432820dd32acd44310e586f8c5deec187648e61c7b9e880bcbbaa09a9d6e8bd67b205f43284a729ae6ff95adb4e2bc15724a
SHA512
da236c535a4dd18ed92f4b226a009711098c87cc28bbcf3abcd5f31f3ac074abe830f4f7c98cc8cda738a7a6d9421a088915094b33e53e32e9649efe3481
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.1.4-patches-r0.tar.xz 25840 BLAKE2B
9507c2fdc0297965cca11ea7ae2317daaf5ac24cba8f4477da562c2a1c6ccf50242137efbabd8037c9442a34652df318ea58eb126e14bfbd04d21384d72df248
SHA512
51b9d670321a868fbee33cc36921a8e2ba5fb428e741d1dbf8e6f52123bce44dfcd001897277f660f4ebdc1c51af968757bca6de5b2fb12818a9f5f964a5aecb
-DIST mutt-gentoo-2.1.5-patches-r0.tar.xz 25832 BLAKE2B
38aaeed745fe2162e6578bb56e897e462f5ea39d5b0497d2f94759945f7f8c1a2db1c92578ccf677daad025868b6bb3565f691f382e7876eea6f6cc041ea79ac
SHA512
732e66fc8118b972d878c6d42e95d5cfdb72374f21119033d74d1122dc77e24977408f828a1d5f29f5524027599558892d257fb3830ddf4f094a8102b0ac6c84
DIST mutt-gentoo-2.2.1-patches-r0.tar.xz 23164 BLAKE2B
755a5904fd68a577c96d78a311b5cd0713df4fa884c18c14ca4c88c48b56997a6372af32391201843e7aa8a7cb9cd7002105f217f42c9dec46073e2fe3ccf1bc
SHA512
5d022aa2a2ee83f394c52957ad958ba8739fa9395d8ea7c96c1f1138b9df4413ff9e3209e36741666549232e5595cae77bf04ce180e34fac34594a2886084e6d
+DIST mutt-gentoo-2.2.2-patches-r0.tar.xz 23160 BLAKE2B
2bc09d2aa67102b382c2466773868ba32f38827e44efc7ee2461fa592607a926547013f6c232ac2d6d0cd7dc07da386a0995c7819273b4c96c28a1a6140248a4
SHA512
3b45957d92a9d3f2c185965d226c137dcbb11eb58e497a4dc5ab49041eba79c7436b8239ceb625e32ef0453b7909d925a6238ec75dfa3f267eea46e86474758a
diff --git a/mail-client/mutt/mutt-2.1.5.ebuild
b/mail-client/mutt/mutt-2.1.5.ebuild
deleted file mode 100644
index 28cffe8c94b4..
--- a/mail-client/mutt/mutt-2.1.5.ebuild
+++ /dev/null
@@ -1,261 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 0f9c7b0d746d35f8b5799336ed7ff38140393664
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Feb 20 08:28:40 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Feb 20 08:29:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9c7b0d
mail-client/mutt-2.2.1: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.2.0.ebuild => mutt-2.2.1.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index d64a792b4e5c..d9552f325e8c 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,8 +1,8 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
DIST mutt-2.1.4.tar.gz 5407563 BLAKE2B
3ae0cdfb59afdfa8ba930fb11a4acb195783be7b47cd100ecb11a99e448ff72ae0fd96503fcfec15d55f041e32010e1596f654b75482ca4741c07cd0f883dd57
SHA512
621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
DIST mutt-2.1.5.tar.gz 5414049 BLAKE2B
00be360c51f03d80ac1a83554ee92873804ddeb0f3ac34cd1da1e98286384937de3182959457560d9c506f9c813f3a1f679ab8507bef7c323f993d0ad4596b81
SHA512
8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
-DIST mutt-2.2.0.tar.gz 5503348 BLAKE2B
7a47ed1716a527b8dcd846fcecf7fd9b6e99b2f7af4fa04ac4a6ae83758e25fa67c712c44f6a9093d0a04c9e46bac1c33114380ac00f2a8351cd71d3ba4e70ab
SHA512
91046063f0b3d670a2f7a8f38b291618caedb6ecd7290c71868bc45fffe4c8e7e560d91a13f797f74a9a5fabb26e61963566deaf4699ca0f582deb949016273e
+DIST mutt-2.2.1.tar.gz 5503979 BLAKE2B
304dee7e24dcff896e1a12b0eb0f6bb4ccd58067249fd5090f53d0e55dd401f16b037e7519b07e465ccba6c177113ab1f00e1e3983d0f3345be392bccbe2f43b
SHA512
2dd29a095698b7bb98dd5631a507ac1eb655d5db22d0e2506dea5d91663483aefb722e99ba8ad53f4e776189163d5339bba03ec41182c13aa9d665ba321f0941
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
DIST mutt-gentoo-2.1.4-patches-r0.tar.xz 25840 BLAKE2B
9507c2fdc0297965cca11ea7ae2317daaf5ac24cba8f4477da562c2a1c6ccf50242137efbabd8037c9442a34652df318ea58eb126e14bfbd04d21384d72df248
SHA512
51b9d670321a868fbee33cc36921a8e2ba5fb428e741d1dbf8e6f52123bce44dfcd001897277f660f4ebdc1c51af968757bca6de5b2fb12818a9f5f964a5aecb
DIST mutt-gentoo-2.1.5-patches-r0.tar.xz 25832 BLAKE2B
38aaeed745fe2162e6578bb56e897e462f5ea39d5b0497d2f94759945f7f8c1a2db1c92578ccf677daad025868b6bb3565f691f382e7876eea6f6cc041ea79ac
SHA512
732e66fc8118b972d878c6d42e95d5cfdb72374f21119033d74d1122dc77e24977408f828a1d5f29f5524027599558892d257fb3830ddf4f094a8102b0ac6c84
-DIST mutt-gentoo-2.2.0-patches-r0.tar.xz 23208 BLAKE2B
84034ff94874d91ca79097918dc6a5b34592d419385dd82e9f3777dae79139a8935d9714da80af44e7634becf12ceae9f24d453386f35e470903a2789cee7d1b
SHA512
2d61c14dad8425b2f176817dabd1a7810719a7da703a810a8eca3c0bf8cb8c43d36e83f9f0b5a36bceb871b74daca3ed4eec0f6b33d1b2aa4d6349b8a764a149
+DIST mutt-gentoo-2.2.1-patches-r0.tar.xz 23164 BLAKE2B
755a5904fd68a577c96d78a311b5cd0713df4fa884c18c14ca4c88c48b56997a6372af32391201843e7aa8a7cb9cd7002105f217f42c9dec46073e2fe3ccf1bc
SHA512
5d022aa2a2ee83f394c52957ad958ba8739fa9395d8ea7c96c1f1138b9df4413ff9e3209e36741666549232e5595cae77bf04ce180e34fac34594a2886084e6d
diff --git a/mail-client/mutt/mutt-2.2.0.ebuild
b/mail-client/mutt/mutt-2.2.1.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.2.0.ebuild
rename to mail-client/mutt/mutt-2.2.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 1c0a2faf515428f6bad9421aa8ec1a3ffc9a8f4a
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Feb 13 09:50:49 2022 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Feb 13 09:50:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0a2faf
mail-client/mutt-2.2.0: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/metadata.xml | 2 +
mail-client/mutt/mutt-2.2.0.ebuild | 268 +
3 files changed, 272 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index cf7a3a57178c..d64a792b4e5c 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,8 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
DIST mutt-2.1.4.tar.gz 5407563 BLAKE2B
3ae0cdfb59afdfa8ba930fb11a4acb195783be7b47cd100ecb11a99e448ff72ae0fd96503fcfec15d55f041e32010e1596f654b75482ca4741c07cd0f883dd57
SHA512
621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
DIST mutt-2.1.5.tar.gz 5414049 BLAKE2B
00be360c51f03d80ac1a83554ee92873804ddeb0f3ac34cd1da1e98286384937de3182959457560d9c506f9c813f3a1f679ab8507bef7c323f993d0ad4596b81
SHA512
8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
+DIST mutt-2.2.0.tar.gz 5503348 BLAKE2B
7a47ed1716a527b8dcd846fcecf7fd9b6e99b2f7af4fa04ac4a6ae83758e25fa67c712c44f6a9093d0a04c9e46bac1c33114380ac00f2a8351cd71d3ba4e70ab
SHA512
91046063f0b3d670a2f7a8f38b291618caedb6ecd7290c71868bc45fffe4c8e7e560d91a13f797f74a9a5fabb26e61963566deaf4699ca0f582deb949016273e
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
DIST mutt-gentoo-2.1.4-patches-r0.tar.xz 25840 BLAKE2B
9507c2fdc0297965cca11ea7ae2317daaf5ac24cba8f4477da562c2a1c6ccf50242137efbabd8037c9442a34652df318ea58eb126e14bfbd04d21384d72df248
SHA512
51b9d670321a868fbee33cc36921a8e2ba5fb428e741d1dbf8e6f52123bce44dfcd001897277f660f4ebdc1c51af968757bca6de5b2fb12818a9f5f964a5aecb
DIST mutt-gentoo-2.1.5-patches-r0.tar.xz 25832 BLAKE2B
38aaeed745fe2162e6578bb56e897e462f5ea39d5b0497d2f94759945f7f8c1a2db1c92578ccf677daad025868b6bb3565f691f382e7876eea6f6cc041ea79ac
SHA512
732e66fc8118b972d878c6d42e95d5cfdb72374f21119033d74d1122dc77e24977408f828a1d5f29f5524027599558892d257fb3830ddf4f094a8102b0ac6c84
+DIST mutt-gentoo-2.2.0-patches-r0.tar.xz 23208 BLAKE2B
84034ff94874d91ca79097918dc6a5b34592d419385dd82e9f3777dae79139a8935d9714da80af44e7634becf12ceae9f24d453386f35e470903a2789cee7d1b
SHA512
2d61c14dad8425b2f176817dabd1a7810719a7da703a810a8eca3c0bf8cb8c43d36e83f9f0b5a36bceb871b74daca3ed4eec0f6b33d1b2aa4d6349b8a764a149
diff --git a/mail-client/mutt/metadata.xml b/mail-client/mutt/metadata.xml
index 88a77ea08a92..ec82093d6108 100644
--- a/mail-client/mutt/metadata.xml
+++ b/mail-client/mutt/metadata.xml
@@ -10,6 +10,8 @@
for header caching
Enable sys-libs/gdbm database
backend
for header caching
+ Use GNU SASL via virtual/gsasl
instead
+ of Cyrus SASL (requires USE=sasl)
Enable header cache, one database backend
needs
to be enabled
Enable dev-db/lmdb database
backend for
diff --git a/mail-client/mutt/mutt-2.2.0.ebuild
b/mail-client/mutt/mutt-2.2.0.ebuild
new file mode 100644
index ..9217536891d9
--- /dev/null
+++ b/mail-client/mutt/mutt-2.2.0.ebuild
@@ -0,0 +1,268 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap
kerberos +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ gsasl
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 7a5589d6baf14ec81160e29b8558763e048bd318
Author: Fabian Groffen gentoo org>
AuthorDate: Fri Dec 31 09:56:44 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Fri Dec 31 09:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5589d6
mail-client/mutt-2.1.5: version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.1.3.ebuild => mutt-2.1.5.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 6043d0156187..cf7a3a57178c 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.1.3.tar.gz 5408941 BLAKE2B
2754f2f5ebc5d940d28ab9ef396193e1f948ca23c3818026d81db712da6857c4e1115aa00bc914ae3831e2dfdd930f8a4df3cc0995b4e10a587e4de4bbfda31b
SHA512
43b1ce3c9c62ccf7845fa3ae99936562890877626b8f8e8997c63a5f28347b1e69cb891fdb6f7e4d1c10962e0d40a186cb4cb41a7aa3a8c3966bbde10165394b
DIST mutt-2.1.4.tar.gz 5407563 BLAKE2B
3ae0cdfb59afdfa8ba930fb11a4acb195783be7b47cd100ecb11a99e448ff72ae0fd96503fcfec15d55f041e32010e1596f654b75482ca4741c07cd0f883dd57
SHA512
621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
+DIST mutt-2.1.5.tar.gz 5414049 BLAKE2B
00be360c51f03d80ac1a83554ee92873804ddeb0f3ac34cd1da1e98286384937de3182959457560d9c506f9c813f3a1f679ab8507bef7c323f993d0ad4596b81
SHA512
8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.1.3-patches-r0.tar.xz 25836 BLAKE2B
a20f669eebe126aacf548928567da7b32efded6166c880cc429875c31691e4941fb4cf765c0db8c2e24bd42b59e4ddf2b3875953a8ab1424ea48891690c51a15
SHA512
96d905d0f0195fcdf2efbc0a2fd2c8d312f13e1d9378930a1ddf4ea79b50b673e47c1bec6f4337240c0c2c0f8208ecfa8e4b05b7c6980d0857e9f6e6ec842328
DIST mutt-gentoo-2.1.4-patches-r0.tar.xz 25840 BLAKE2B
9507c2fdc0297965cca11ea7ae2317daaf5ac24cba8f4477da562c2a1c6ccf50242137efbabd8037c9442a34652df318ea58eb126e14bfbd04d21384d72df248
SHA512
51b9d670321a868fbee33cc36921a8e2ba5fb428e741d1dbf8e6f52123bce44dfcd001897277f660f4ebdc1c51af968757bca6de5b2fb12818a9f5f964a5aecb
+DIST mutt-gentoo-2.1.5-patches-r0.tar.xz 25832 BLAKE2B
38aaeed745fe2162e6578bb56e897e462f5ea39d5b0497d2f94759945f7f8c1a2db1c92578ccf677daad025868b6bb3565f691f382e7876eea6f6cc041ea79ac
SHA512
732e66fc8118b972d878c6d42e95d5cfdb72374f21119033d74d1122dc77e24977408f828a1d5f29f5524027599558892d257fb3830ddf4f094a8102b0ac6c84
diff --git a/mail-client/mutt/mutt-2.1.3.ebuild
b/mail-client/mutt/mutt-2.1.5.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.1.3.ebuild
rename to mail-client/mutt/mutt-2.1.5.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 374688ec99b1d5713370185ab694c635ac7f9b08
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Dec 12 09:04:09 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Mon Dec 13 07:03:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374688ec
mail-client/mutt-2.1.4: version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.1.2.ebuild => mutt-2.1.4.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 98432ffb781e..6043d0156187 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.1.2.tar.gz 5404858 BLAKE2B
6e05284fce590c06eccebb909403a6c9f5a4edd29d58373740445f52afdd48d44faf7794990dc96b08bfa35a075abf18ef0bda2624ec43cf5bb3567b0270a0dc
SHA512
39db1c0f4b3b716fb6314f2fb05dbff3c619bc4fbe7ce66b2f9681163b96b5cc23edab37c3a35cd143532281aafceae6057a7ab45f78f266a22816478938e242
DIST mutt-2.1.3.tar.gz 5408941 BLAKE2B
2754f2f5ebc5d940d28ab9ef396193e1f948ca23c3818026d81db712da6857c4e1115aa00bc914ae3831e2dfdd930f8a4df3cc0995b4e10a587e4de4bbfda31b
SHA512
43b1ce3c9c62ccf7845fa3ae99936562890877626b8f8e8997c63a5f28347b1e69cb891fdb6f7e4d1c10962e0d40a186cb4cb41a7aa3a8c3966bbde10165394b
+DIST mutt-2.1.4.tar.gz 5407563 BLAKE2B
3ae0cdfb59afdfa8ba930fb11a4acb195783be7b47cd100ecb11a99e448ff72ae0fd96503fcfec15d55f041e32010e1596f654b75482ca4741c07cd0f883dd57
SHA512
621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.1.2-patches-r0.tar.xz 25848 BLAKE2B
2ba0d790a49b78c63f378a230303731508bc633fb97c2c10fe940b56622c9d616c3467e3e7c3773f45cae942341c48dd3492b85bb09c1a52fd664501d285653a
SHA512
fa489535a9900d214ba5b5fea0f93976e222d37a7d249f4548932364047471b81e59a66beb877d924a938ad4799e1ecc7d634bb2c6e3dc5492fd6feac7c38b55
DIST mutt-gentoo-2.1.3-patches-r0.tar.xz 25836 BLAKE2B
a20f669eebe126aacf548928567da7b32efded6166c880cc429875c31691e4941fb4cf765c0db8c2e24bd42b59e4ddf2b3875953a8ab1424ea48891690c51a15
SHA512
96d905d0f0195fcdf2efbc0a2fd2c8d312f13e1d9378930a1ddf4ea79b50b673e47c1bec6f4337240c0c2c0f8208ecfa8e4b05b7c6980d0857e9f6e6ec842328
+DIST mutt-gentoo-2.1.4-patches-r0.tar.xz 25840 BLAKE2B
9507c2fdc0297965cca11ea7ae2317daaf5ac24cba8f4477da562c2a1c6ccf50242137efbabd8037c9442a34652df318ea58eb126e14bfbd04d21384d72df248
SHA512
51b9d670321a868fbee33cc36921a8e2ba5fb428e741d1dbf8e6f52123bce44dfcd001897277f660f4ebdc1c51af968757bca6de5b2fb12818a9f5f964a5aecb
diff --git a/mail-client/mutt/mutt-2.1.2.ebuild
b/mail-client/mutt/mutt-2.1.4.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.1.2.ebuild
rename to mail-client/mutt/mutt-2.1.4.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: b8f45a9b36de8f38fb4861abc45d03b159b922c2
Author: Fabian Groffen gentoo org>
AuthorDate: Wed Sep 22 17:44:33 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Thu Sep 23 06:03:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f45a9b
mail-client/mutt-2.1.3: version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.1.1.ebuild => mutt-2.1.3.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 8ebc6a0f4c4..98432ffb781 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.1.1.tar.gz 5406187 BLAKE2B
c27bae8d4a050026282cd373e747d6406cbbc3c6bbc3f2463580ec76ad104629e6429d68a70f59e570c9b2d4b53c8a92d767fd53746e251a0713a920df5c29ff
SHA512
8ae69353b820d97186996aec83a77722f4e0a45f881e1893ab93a2f183baf9087c0d3d7ff0d1596853617be27670cc36a2fa88b141860080e7ffd47d59ddb1a8
DIST mutt-2.1.2.tar.gz 5404858 BLAKE2B
6e05284fce590c06eccebb909403a6c9f5a4edd29d58373740445f52afdd48d44faf7794990dc96b08bfa35a075abf18ef0bda2624ec43cf5bb3567b0270a0dc
SHA512
39db1c0f4b3b716fb6314f2fb05dbff3c619bc4fbe7ce66b2f9681163b96b5cc23edab37c3a35cd143532281aafceae6057a7ab45f78f266a22816478938e242
+DIST mutt-2.1.3.tar.gz 5408941 BLAKE2B
2754f2f5ebc5d940d28ab9ef396193e1f948ca23c3818026d81db712da6857c4e1115aa00bc914ae3831e2dfdd930f8a4df3cc0995b4e10a587e4de4bbfda31b
SHA512
43b1ce3c9c62ccf7845fa3ae99936562890877626b8f8e8997c63a5f28347b1e69cb891fdb6f7e4d1c10962e0d40a186cb4cb41a7aa3a8c3966bbde10165394b
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.1.1-patches-r0.tar.xz 25880 BLAKE2B
21092f17f7d4b96c9f7b50afc620995ffae0cdb382fbe73d91252105db0989bdb9208e48d031e127fce2431e637af537ab216bb4a1c6c20b402c58282ab93dd1
SHA512
69ca83a62b2b8a7461aae4f1e78cdec3b315d635716ff89f9a37db36fcf57b5323d459c9ad4885978018076118da62901a5f79ac29709e9e7dfddd2570c90c64
DIST mutt-gentoo-2.1.2-patches-r0.tar.xz 25848 BLAKE2B
2ba0d790a49b78c63f378a230303731508bc633fb97c2c10fe940b56622c9d616c3467e3e7c3773f45cae942341c48dd3492b85bb09c1a52fd664501d285653a
SHA512
fa489535a9900d214ba5b5fea0f93976e222d37a7d249f4548932364047471b81e59a66beb877d924a938ad4799e1ecc7d634bb2c6e3dc5492fd6feac7c38b55
+DIST mutt-gentoo-2.1.3-patches-r0.tar.xz 25836 BLAKE2B
a20f669eebe126aacf548928567da7b32efded6166c880cc429875c31691e4941fb4cf765c0db8c2e24bd42b59e4ddf2b3875953a8ab1424ea48891690c51a15
SHA512
96d905d0f0195fcdf2efbc0a2fd2c8d312f13e1d9378930a1ddf4ea79b50b673e47c1bec6f4337240c0c2c0f8208ecfa8e4b05b7c6980d0857e9f6e6ec842328
diff --git a/mail-client/mutt/mutt-2.1.1.ebuild
b/mail-client/mutt/mutt-2.1.3.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.1.1.ebuild
rename to mail-client/mutt/mutt-2.1.3.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 73a7cedab2c2edf669bcffedac92086be9547465
Author: Fabian Groffen gentoo org>
AuthorDate: Thu Aug 26 05:08:05 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Thu Aug 26 05:14:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a7ceda
mail-client/mutt-2.1.2: version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.1.0.ebuild => mutt-2.1.2.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 10890bd1975..8ebc6a0f4c4 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.1.0.tar.gz 5405519 BLAKE2B
cb7c08f6a27376abed26a208f7c3a756046cfdf40967dd8222aec3655e33ae85e2a450ddf98ff454601b19e6672c1168a8d19e479f15745213dc971e250de688
SHA512
b4bcbb9d02712f211e2cb1542e1e8a5e09648fc22f724ff771f1e99d2016fb258d64d3384740427c9fe731cff8817f633f0034329ad2d7dd505b0689ccc9499c
DIST mutt-2.1.1.tar.gz 5406187 BLAKE2B
c27bae8d4a050026282cd373e747d6406cbbc3c6bbc3f2463580ec76ad104629e6429d68a70f59e570c9b2d4b53c8a92d767fd53746e251a0713a920df5c29ff
SHA512
8ae69353b820d97186996aec83a77722f4e0a45f881e1893ab93a2f183baf9087c0d3d7ff0d1596853617be27670cc36a2fa88b141860080e7ffd47d59ddb1a8
+DIST mutt-2.1.2.tar.gz 5404858 BLAKE2B
6e05284fce590c06eccebb909403a6c9f5a4edd29d58373740445f52afdd48d44faf7794990dc96b08bfa35a075abf18ef0bda2624ec43cf5bb3567b0270a0dc
SHA512
39db1c0f4b3b716fb6314f2fb05dbff3c619bc4fbe7ce66b2f9681163b96b5cc23edab37c3a35cd143532281aafceae6057a7ab45f78f266a22816478938e242
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.1.0-patches-r0.tar.xz 25928 BLAKE2B
8b16e856ef4c19d5f9e10d747390f03b3b26619671999ef9a39c222496da9976fc82362f15168dc1913480dbe1ffce33847ee7df1d6f1a1df6e8fff2697f3c45
SHA512
8b95be60b8fbbe9c1faf861e483b7627ccb2e5db97c6b18c6017d5aa6bb3d49b791a5c2aa3bf1fa2f1342690f5c81a887f4fbef25fa7d649cf182187c15fa663
DIST mutt-gentoo-2.1.1-patches-r0.tar.xz 25880 BLAKE2B
21092f17f7d4b96c9f7b50afc620995ffae0cdb382fbe73d91252105db0989bdb9208e48d031e127fce2431e637af537ab216bb4a1c6c20b402c58282ab93dd1
SHA512
69ca83a62b2b8a7461aae4f1e78cdec3b315d635716ff89f9a37db36fcf57b5323d459c9ad4885978018076118da62901a5f79ac29709e9e7dfddd2570c90c64
+DIST mutt-gentoo-2.1.2-patches-r0.tar.xz 25848 BLAKE2B
2ba0d790a49b78c63f378a230303731508bc633fb97c2c10fe940b56622c9d616c3467e3e7c3773f45cae942341c48dd3492b85bb09c1a52fd664501d285653a
SHA512
fa489535a9900d214ba5b5fea0f93976e222d37a7d249f4548932364047471b81e59a66beb877d924a938ad4799e1ecc7d634bb2c6e3dc5492fd6feac7c38b55
diff --git a/mail-client/mutt/mutt-2.1.0.ebuild
b/mail-client/mutt/mutt-2.1.2.ebuild
similarity index 100%
rename from mail-client/mutt/mutt-2.1.0.ebuild
rename to mail-client/mutt/mutt-2.1.2.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 72e1f5979dc65231d78167eb47eceffae3077075
Author: Fabian Groffen gentoo org>
AuthorDate: Tue Jul 13 06:46:53 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Tue Jul 13 17:00:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e1f597
mail-client/mutt-2.1.1: version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.1.1.ebuild | 261 +
2 files changed, 263 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 3fa7d2b8d85..10890bd1975 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,6 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
DIST mutt-2.1.0.tar.gz 5405519 BLAKE2B
cb7c08f6a27376abed26a208f7c3a756046cfdf40967dd8222aec3655e33ae85e2a450ddf98ff454601b19e6672c1168a8d19e479f15745213dc971e250de688
SHA512
b4bcbb9d02712f211e2cb1542e1e8a5e09648fc22f724ff771f1e99d2016fb258d64d3384740427c9fe731cff8817f633f0034329ad2d7dd505b0689ccc9499c
+DIST mutt-2.1.1.tar.gz 5406187 BLAKE2B
c27bae8d4a050026282cd373e747d6406cbbc3c6bbc3f2463580ec76ad104629e6429d68a70f59e570c9b2d4b53c8a92d767fd53746e251a0713a920df5c29ff
SHA512
8ae69353b820d97186996aec83a77722f4e0a45f881e1893ab93a2f183baf9087c0d3d7ff0d1596853617be27670cc36a2fa88b141860080e7ffd47d59ddb1a8
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
DIST mutt-gentoo-2.1.0-patches-r0.tar.xz 25928 BLAKE2B
8b16e856ef4c19d5f9e10d747390f03b3b26619671999ef9a39c222496da9976fc82362f15168dc1913480dbe1ffce33847ee7df1d6f1a1df6e8fff2697f3c45
SHA512
8b95be60b8fbbe9c1faf861e483b7627ccb2e5db97c6b18c6017d5aa6bb3d49b791a5c2aa3bf1fa2f1342690f5c81a887f4fbef25fa7d649cf182187c15fa663
+DIST mutt-gentoo-2.1.1-patches-r0.tar.xz 25880 BLAKE2B
21092f17f7d4b96c9f7b50afc620995ffae0cdb382fbe73d91252105db0989bdb9208e48d031e127fce2431e637af537ab216bb4a1c6c20b402c58282ab93dd1
SHA512
69ca83a62b2b8a7461aae4f1e78cdec3b315d635716ff89f9a37db36fcf57b5323d459c9ad4885978018076118da62901a5f79ac29709e9e7dfddd2570c90c64
diff --git a/mail-client/mutt/mutt-2.1.1.ebuild
b/mail-client/mutt/mutt-2.1.1.ebuild
new file mode 100644
index 000..28cffe8c94b
--- /dev/null
+++ b/mail-client/mutt/mutt-2.1.1.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? ( >=dev-libs/cyrus-sasl-2 )
+ kerberos? ( virtual/krb5 )
+ idn? ( net-dns/libidn2 )
+
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 8eff4d036291c6155be8aafc0935ab9df3f4afc8
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Jun 13 10:30:50 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Jun 13 10:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eff4d03
mail-client/mutt-2.1.0: version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.1.0.ebuild | 261 +
2 files changed, 263 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index fd297c8e166..3fa7d2b8d85 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,2 +1,4 @@
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
+DIST mutt-2.1.0.tar.gz 5405519 BLAKE2B
cb7c08f6a27376abed26a208f7c3a756046cfdf40967dd8222aec3655e33ae85e2a450ddf98ff454601b19e6672c1168a8d19e479f15745213dc971e250de688
SHA512
b4bcbb9d02712f211e2cb1542e1e8a5e09648fc22f724ff771f1e99d2016fb258d64d3384740427c9fe731cff8817f633f0034329ad2d7dd505b0689ccc9499c
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
+DIST mutt-gentoo-2.1.0-patches-r0.tar.xz 25928 BLAKE2B
8b16e856ef4c19d5f9e10d747390f03b3b26619671999ef9a39c222496da9976fc82362f15168dc1913480dbe1ffce33847ee7df1d6f1a1df6e8fff2697f3c45
SHA512
8b95be60b8fbbe9c1faf861e483b7627ccb2e5db97c6b18c6017d5aa6bb3d49b791a5c2aa3bf1fa2f1342690f5c81a887f4fbef25fa7d649cf182187c15fa663
diff --git a/mail-client/mutt/mutt-2.1.0.ebuild
b/mail-client/mutt/mutt-2.1.0.ebuild
new file mode 100644
index 000..28cffe8c94b
--- /dev/null
+++ b/mail-client/mutt/mutt-2.1.0.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+
+ nls? ( virtual/libintl )
+ sasl? ( >=dev-libs/cyrus-sasl-2 )
+ kerberos? ( virtual/krb5 )
+ idn? ( net-dns/libidn2 )
+ gpgme? ( >=app-crypt/gpgme-0.9.0:= )
+ autocrypt? ( >=dev-db/sqlite-3 )
+ slang? ( sys-libs/slang )
+ !slang?( >=sys-libs/ncurses-5.2:0= )
+"
+DEPEND="${CDEPEND}
+ net-mail/mailbase
+ doc? (
+ dev-libs/libxml2
+ dev-libs/libxslt
+ app-text/docbook-xsl-stylesheets
+ || ( www-client/lynx www-client/w3m www-client/elinks )
+ )"
+RDEPEND="${CDEPEND}
+ selinux? ( sec-policy/selinux-mutt )
+ smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
+ pgp-classic? ( app-crypt/gnupg )
+"
+
+src_prepare(
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 20d61bcf9a07b2840b1b36041c892e54a9bb3669
Author: Fabian Groffen gentoo org>
AuthorDate: Fri May 7 13:41:57 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Fri May 7 13:41:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d61bcf
mail-client/mutt: cleanup
Bug: https://bugs.gentoo.org/788388
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 -
mail-client/mutt/mutt-2.0.4-r1.ebuild | 262 --
mail-client/mutt/mutt-2.0.6.ebuild| 262 --
3 files changed, 528 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index b7d0e2cc9dc..fd297c8e166 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,2 @@
-DIST mutt-2.0.4.tar.gz 5293913 BLAKE2B
9c5d2d17fae9653868cca08eb7d92f9c6e122702590ba88a2ba04ee8606cfba5bca99716045b59cf40a21e95a0e32f3b21a34ee34440f155a3e2788720c3d57c
SHA512
8080107810d2ff572b1532bb441573e4dcfbfbc03f28be711dcdebd1e6a1c8b5adf5c5a4f386ce0a661ff7050722b41e122c58964feae665ff4138013af18762
-DIST mutt-2.0.6.tar.gz 5294825 BLAKE2B
28891cc13b7e356308f43d3198d1c9ef64b262f3653db4cad4b8d319a02d9aba73654f0992a82f2566dd2c46e0b923b37acff4fadbf47d78112e9860b0d3d460
SHA512
dd1273cf35853b844a41db4e1405fcffdc566727e9a42eed1fc04f0640106d482ef6b213a348ce18f1fda67775265d62de0442247d88e2b1f9ce90e9c4e6e1b6
DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-gentoo-2.0.4-patches-r1.tar.xz 26908 BLAKE2B
b2ca74496328cd9bcc0eb843e48b99a6a066be6530228534d2d0a60223984e03dde2718116d8314f9cec0f22db0c4fa52521ed4fb95f7e153cfc7fb9f37f84a8
SHA512
7bb6617d900d1058e1d6b9fefd1d557efc669386501c281976c93c2a4c0d1a1a1de459dd39c46a257bd3f9bd64155e1c92add1421d40ed4e061f2fc26d17600a
-DIST mutt-gentoo-2.0.6-patches-r0.tar.xz 26460 BLAKE2B
5c5f0ce53a2be28a0cc79415c07dcaf65b4e0c815c257f33604718f2402f401f5e51345bb92893d9be1eb85cf371aff90f96b72a48e05140fdee4fd384e14778
SHA512
b06b55a236347a79503ac028df9b3ccfd424ea9f4fc6c5dc2e829650f48f70f0e82cb5a992948a4d5b5df2a9f899c3af3ad65139fc68a7858fc50cc68f001732
DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild
b/mail-client/mutt/mutt-2.0.4-r1.ebuild
deleted file mode 100644
index 75406cb03c5..000
--- a/mail-client/mutt/mutt-2.0.4-r1.ebuild
+++ /dev/null
@@ -1,262 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit epatch flag-o-matic autotools
-
-PATCHREV="r1"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- )
-
- nls? ( virtual/libintl )
- sasl?
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 8ee4278ebd73d0b40217ef1198b1ba7283c0c107 Author: Sam James gentoo org> AuthorDate: Fri May 7 13:33:03 2021 + Commit: Sam James gentoo org> CommitDate: Fri May 7 13:33:03 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee4278e mail-client/mutt: Stabilize 2.0.7 ppc, #788388 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.7.ebuild b/mail-client/mutt/mutt-2.0.7.ebuild index 54619918201..0c29057fb2b 100644 --- a/mail-client/mutt/mutt-2.0.7.ebuild +++ b/mail-client/mutt/mutt-2.0.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: b3aa6d51c10563e7a195557982e0d4da52a31aa9 Author: Sam James gentoo org> AuthorDate: Thu May 6 21:22:27 2021 + Commit: Sam James gentoo org> CommitDate: Thu May 6 21:22:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3aa6d51 mail-client/mutt: Stabilize 2.0.7 ppc64, #788388 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.7.ebuild b/mail-client/mutt/mutt-2.0.7.ebuild index 33c5cc5596f..54619918201 100644 --- a/mail-client/mutt/mutt-2.0.7.ebuild +++ b/mail-client/mutt/mutt-2.0.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 9462a428885f04dad81f6ccb0bbc0c893301c024 Author: Sam James gentoo org> AuthorDate: Thu May 6 21:20:24 2021 + Commit: Sam James gentoo org> CommitDate: Thu May 6 21:20:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9462a428 mail-client/mutt: Stabilize 2.0.7 arm, #788388 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.7.ebuild b/mail-client/mutt/mutt-2.0.7.ebuild index f6ea41b81b5..33c5cc5596f 100644 --- a/mail-client/mutt/mutt-2.0.7.ebuild +++ b/mail-client/mutt/mutt-2.0.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 15a6b9e9b6051bb48aed8ccb068a131cd9bb1240 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu May 6 13:54:43 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu May 6 15:29:42 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a6b9e9 mail-client/mutt: stable 2.0.7 for sparc, bug #788388 Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> mail-client/mutt/mutt-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.7.ebuild b/mail-client/mutt/mutt-2.0.7.ebuild index 1be3bbdd12a..f6ea41b81b5 100644 --- a/mail-client/mutt/mutt-2.0.7.ebuild +++ b/mail-client/mutt/mutt-2.0.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 85e47c3c16de0fd626e6579f01c66159905c5ee4 Author: Sam James gentoo org> AuthorDate: Thu May 6 10:05:28 2021 + Commit: Sam James gentoo org> CommitDate: Thu May 6 10:05:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e47c3c mail-client/mutt: Stabilize 2.0.7 x86, #788388 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.7.ebuild b/mail-client/mutt/mutt-2.0.7.ebuild index 5f76a11c5ef..1be3bbdd12a 100644 --- a/mail-client/mutt/mutt-2.0.7.ebuild +++ b/mail-client/mutt/mutt-2.0.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 67e27eb4b8741cbf261f811a4a103a84d7c67c7d Author: Sam James gentoo org> AuthorDate: Thu May 6 10:03:11 2021 + Commit: Sam James gentoo org> CommitDate: Thu May 6 10:03:11 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e27eb4 mail-client/mutt: Stabilize 2.0.7 amd64, #788388 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.7.ebuild b/mail-client/mutt/mutt-2.0.7.ebuild index 28cffe8c94b..5f76a11c5ef 100644 --- a/mail-client/mutt/mutt-2.0.7.ebuild +++ b/mail-client/mutt/mutt-2.0.7.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: a4bcf0e7d6be95d1c34a034a7113bf1cffae19ba
Author: Fabian Groffen gentoo org>
AuthorDate: Tue May 4 20:07:45 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Tue May 4 20:08:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bcf0e7
mail-client/mutt-2.0.7: version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 4 ++--
mail-client/mutt/{mutt-2.0.5.ebuild => mutt-2.0.7.ebuild} | 13 ++---
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index c0440176cab..b7d0e2cc9dc 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,6 @@
DIST mutt-2.0.4.tar.gz 5293913 BLAKE2B
9c5d2d17fae9653868cca08eb7d92f9c6e122702590ba88a2ba04ee8606cfba5bca99716045b59cf40a21e95a0e32f3b21a34ee34440f155a3e2788720c3d57c
SHA512
8080107810d2ff572b1532bb441573e4dcfbfbc03f28be711dcdebd1e6a1c8b5adf5c5a4f386ce0a661ff7050722b41e122c58964feae665ff4138013af18762
-DIST mutt-2.0.5.tar.gz 5294710 BLAKE2B
f33f4d496629c34ad4f341ecd02a1ef6b9e59b77234ca80c096acf30e189fcfbd4d8cf1182d8efcdcac8aeaab8fe0f9b4fdeb47f361a5db23da0c690ea5bf638
SHA512
41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740
DIST mutt-2.0.6.tar.gz 5294825 BLAKE2B
28891cc13b7e356308f43d3198d1c9ef64b262f3653db4cad4b8d319a02d9aba73654f0992a82f2566dd2c46e0b923b37acff4fadbf47d78112e9860b0d3d460
SHA512
dd1273cf35853b844a41db4e1405fcffdc566727e9a42eed1fc04f0640106d482ef6b213a348ce18f1fda67775265d62de0442247d88e2b1f9ce90e9c4e6e1b6
+DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
SHA512
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
DIST mutt-gentoo-2.0.4-patches-r1.tar.xz 26908 BLAKE2B
b2ca74496328cd9bcc0eb843e48b99a6a066be6530228534d2d0a60223984e03dde2718116d8314f9cec0f22db0c4fa52521ed4fb95f7e153cfc7fb9f37f84a8
SHA512
7bb6617d900d1058e1d6b9fefd1d557efc669386501c281976c93c2a4c0d1a1a1de459dd39c46a257bd3f9bd64155e1c92add1421d40ed4e061f2fc26d17600a
-DIST mutt-gentoo-2.0.5-patches-r0.tar.xz 26408 BLAKE2B
f0ce4b72ccc3bdf870bde2b52b6dec7a89f227533982036524e34b6e37093e419eede4fcac79fe4c0436f475ca8672f0de872b78459959b4c3e78e0628f9a67d
SHA512
1db20c1e2dad6d35ca86b0d52020ad02946ebfef9fbf46341d9dcc95f16b864d026b147a9bd05992416b1b7204e4475df80603c900a5cd85efb00a071758e0fc
DIST mutt-gentoo-2.0.6-patches-r0.tar.xz 26460 BLAKE2B
5c5f0ce53a2be28a0cc79415c07dcaf65b4e0c815c257f33604718f2402f401f5e51345bb92893d9be1eb85cf371aff90f96b72a48e05140fdee4fd384e14778
SHA512
b06b55a236347a79503ac028df9b3ccfd424ea9f4fc6c5dc2e829650f48f70f0e82cb5a992948a4d5b5df2a9f899c3af3ad65139fc68a7858fc50cc68f001732
+DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
SHA512
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
diff --git a/mail-client/mutt/mutt-2.0.5.ebuild
b/mail-client/mutt/mutt-2.0.7.ebuild
similarity index 97%
rename from mail-client/mutt/mutt-2.0.5.ebuild
rename to mail-client/mutt/mutt-2.0.7.ebuild
index a3813e61551..28cffe8c94b 100644
--- a/mail-client/mutt/mutt-2.0.5.ebuild
+++ b/mail-client/mutt/mutt-2.0.7.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
-inherit epatch flag-o-matic autotools
+inherit flag-o-matic autotools
PATCHREV="r0"
PATCHSET="gentoo-${PVR}/${PATCHREV}"
@@ -73,8 +73,6 @@ src_prepare() {
if use !vanilla ; then
# apply patches
- export EPATCH_FORCE="yes"
- export EPATCH_SUFFIX="patch"
# http://hg.code.sf.net/p/gentoomuttpatches/code/file/mutt-1.10
local patches=(
patches-mutt
@@ -83,12 +81,13 @@ src_prepare() {
features-extra
gentoo
)
- local patchset
+ local patchset p
for patchset in "${patches[@]}" ; do
[[ -d "${PATCHDIR}/${patchset}" ]] || continue
einfo "Patches for ${PATCHSET} patchset ${patchset}"
- EPATCH_SOURCE="${PATCHDIR}"/${patchset} epatch \
- || die "patchset ${patchset} failed"
+ for p in "${PATCHDIR}/${patchset}"/*.patch ; do
+ eapply "${p}" || die
+ done
done
# add some exp
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 3456acfe2a6e60b1042a4463973415846ccbbaed
Author: Sam James gentoo org>
AuthorDate: Thu Apr 29 18:28:03 2021 +
Commit: Sam James gentoo org>
CommitDate: Fri Apr 30 23:27:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3456acfe
mail-client/mutt: remove other LibreSSL references
Signed-off-by: Sam James gentoo.org>
mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +-
mail-client/mutt/mutt-2.0.5.ebuild| 2 +-
mail-client/mutt/mutt-2.0.6.ebuild| 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild
b/mail-client/mutt/mutt-2.0.4-r1.ebuild
index af6177a467a..75406cb03c5 100644
--- a/mail-client/mutt/mutt-2.0.4-r1.ebuild
+++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild
@@ -64,7 +64,7 @@ DEPEND="${CDEPEND}
)"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
- smime-classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) )
+ smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
pgp-classic? ( app-crypt/gnupg )
"
diff --git a/mail-client/mutt/mutt-2.0.5.ebuild
b/mail-client/mutt/mutt-2.0.5.ebuild
index ada7c0b9d3a..a3813e61551 100644
--- a/mail-client/mutt/mutt-2.0.5.ebuild
+++ b/mail-client/mutt/mutt-2.0.5.ebuild
@@ -64,7 +64,7 @@ DEPEND="${CDEPEND}
)"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
- smime-classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) )
+ smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
pgp-classic? ( app-crypt/gnupg )
"
diff --git a/mail-client/mutt/mutt-2.0.6.ebuild
b/mail-client/mutt/mutt-2.0.6.ebuild
index ada7c0b9d3a..a3813e61551 100644
--- a/mail-client/mutt/mutt-2.0.6.ebuild
+++ b/mail-client/mutt/mutt-2.0.6.ebuild
@@ -64,7 +64,7 @@ DEPEND="${CDEPEND}
)"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-mutt )
- smime-classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) )
+ smime-classic? ( >=dev-libs/openssl-0.9.6:0 )
pgp-classic? ( app-crypt/gnupg )
"
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 9e934960a2e588011b2df4533139e7dd4cd11abb
Author: Mikle Kolyada gentoo org>
AuthorDate: Thu Apr 29 17:42:10 2021 +
Commit: Mikle Kolyada gentoo org>
CommitDate: Thu Apr 29 18:00:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e934960
mail-client/mutt: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada gentoo.org>
mail-client/mutt/mutt-2.0.4-r1.ebuild | 7 ++-
mail-client/mutt/mutt-2.0.5.ebuild| 7 ++-
mail-client/mutt/mutt-2.0.6.ebuild| 7 ++-
3 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild
b/mail-client/mutt/mutt-2.0.4-r1.ebuild
index 1d6c9b105ef..af6177a467a 100644
--- a/mail-client/mutt/mutt-2.0.4-r1.ebuild
+++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild
@@ -14,7 +14,7 @@ MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
libressl +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
@@ -42,11 +42,8 @@ CDEPEND="
ssl? (
gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? (
- libressl? ( dev-libs/libressl:= )
- !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
)
- )
nls? ( virtual/libintl )
sasl? ( >=dev-libs/cyrus-sasl-2 )
diff --git a/mail-client/mutt/mutt-2.0.5.ebuild
b/mail-client/mutt/mutt-2.0.5.ebuild
index 5cec641f391..ada7c0b9d3a 100644
--- a/mail-client/mutt/mutt-2.0.5.ebuild
+++ b/mail-client/mutt/mutt-2.0.5.ebuild
@@ -14,7 +14,7 @@ MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
libressl +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
@@ -42,11 +42,8 @@ CDEPEND="
ssl? (
gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? (
- libressl? ( dev-libs/libressl:= )
- !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
)
- )
nls? ( virtual/libintl )
sasl? ( >=dev-libs/cyrus-sasl-2 )
diff --git a/mail-client/mutt/mutt-2.0.6.ebuild
b/mail-client/mutt/mutt-2.0.6.ebuild
index 5cec641f391..ada7c0b9d3a 100644
--- a/mail-client/mutt/mutt-2.0.6.ebuild
+++ b/mail-client/mutt/mutt-2.0.6.ebuild
@@ -14,7 +14,7 @@ MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
libressl +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp
+ssl tokyocabinet vanilla prefix"
# hcache: allow multiple, bug #607360
REQUIRED_USE="
hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
@@ -42,11 +42,8 @@ CDEPEND="
ssl? (
gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? (
- libressl? ( dev-libs/libressl:= )
- !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+ !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
)
- )
nls? ( virtual/libintl )
sasl? ( >=dev-libs/cyrus-sasl-2 )
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: ab158443b2d8870be2de8b1709e7638d2dfd4720
Author: Joonas Niilola gentoo org>
AuthorDate: Thu Apr 29 11:12:17 2021 +
Commit: Joonas Niilola gentoo org>
CommitDate: Thu Apr 29 11:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab158443
mail-client/mutt-wizard: revbump to populate previous changes
Signed-off-by: Joonas Niilola gentoo.org>
.../mutt-wizard/{mutt-wizard-3.1.1.ebuild => mutt-wizard-3.1.1-r1.ebuild} | 0
.../mutt-wizard/{mutt-wizard-3.2.1.ebuild => mutt-wizard-3.2.1-r1.ebuild} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.1.1-r1.ebuild
similarity index 100%
rename from mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild
rename to mail-client/mutt-wizard/mutt-wizard-3.1.1-r1.ebuild
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.2.1-r1.ebuild
similarity index 100%
rename from mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
rename to mail-client/mutt-wizard/mutt-wizard-3.2.1-r1.ebuild
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 247ab6acae171ecc0601cfdbc06017fef2229d37 Author: Aisha Tammy bsd ac> AuthorDate: Sun Apr 18 20:29:15 2021 + Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 29 11:43:42 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247ab6ac mail-client/mutt-wizard: add sasl runtime neomutt dependency Closes: https://bugs.gentoo.org/765763 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/20446 Signed-off-by: Joonas Niilola gentoo.org> mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild | 2 +- mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild | 2 +- mail-client/mutt-wizard/mutt-wizard-.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild b/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild index dc33b5c3168..17c4d75f3c7 100644 --- a/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild +++ b/mail-client/mutt-wizard/mutt-wizard-3.1.1.ebuild @@ -21,7 +21,7 @@ SLOT="0" RDEPEND=" app-admin/pass - mail-client/neomutt[notmuch] + mail-client/neomutt[notmuch,sasl] mail-mta/msmtp net-mail/isync[ssl] " diff --git a/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild b/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild index 118819de42a..65f792c8e17 100644 --- a/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild +++ b/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild @@ -21,7 +21,7 @@ SLOT="0" RDEPEND=" app-admin/pass - mail-client/neomutt[notmuch] + mail-client/neomutt[notmuch,sasl] mail-mta/msmtp net-mail/isync[ssl] " diff --git a/mail-client/mutt-wizard/mutt-wizard-.ebuild b/mail-client/mutt-wizard/mutt-wizard-.ebuild index dc33b5c3168..17c4d75f3c7 100644 --- a/mail-client/mutt-wizard/mutt-wizard-.ebuild +++ b/mail-client/mutt-wizard/mutt-wizard-.ebuild @@ -21,7 +21,7 @@ SLOT="0" RDEPEND=" app-admin/pass - mail-client/neomutt[notmuch] + mail-client/neomutt[notmuch,sasl] mail-mta/msmtp net-mail/isync[ssl] "
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: ac0d7b220c171fecd8eb99e220375f9a08974055
Author: Fabian Groffen gentoo org>
AuthorDate: Sun Mar 7 12:04:03 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Sun Mar 7 12:06:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0d7b22
mail-client/mutt-2.0.6: version bump
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.0.6.ebuild | 265 +
2 files changed, 267 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 73bb3449b57..c0440176cab 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,6 @@
DIST mutt-2.0.4.tar.gz 5293913 BLAKE2B
9c5d2d17fae9653868cca08eb7d92f9c6e122702590ba88a2ba04ee8606cfba5bca99716045b59cf40a21e95a0e32f3b21a34ee34440f155a3e2788720c3d57c
SHA512
8080107810d2ff572b1532bb441573e4dcfbfbc03f28be711dcdebd1e6a1c8b5adf5c5a4f386ce0a661ff7050722b41e122c58964feae665ff4138013af18762
DIST mutt-2.0.5.tar.gz 5294710 BLAKE2B
f33f4d496629c34ad4f341ecd02a1ef6b9e59b77234ca80c096acf30e189fcfbd4d8cf1182d8efcdcac8aeaab8fe0f9b4fdeb47f361a5db23da0c690ea5bf638
SHA512
41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740
+DIST mutt-2.0.6.tar.gz 5294825 BLAKE2B
28891cc13b7e356308f43d3198d1c9ef64b262f3653db4cad4b8d319a02d9aba73654f0992a82f2566dd2c46e0b923b37acff4fadbf47d78112e9860b0d3d460
SHA512
dd1273cf35853b844a41db4e1405fcffdc566727e9a42eed1fc04f0640106d482ef6b213a348ce18f1fda67775265d62de0442247d88e2b1f9ce90e9c4e6e1b6
DIST mutt-gentoo-2.0.4-patches-r1.tar.xz 26908 BLAKE2B
b2ca74496328cd9bcc0eb843e48b99a6a066be6530228534d2d0a60223984e03dde2718116d8314f9cec0f22db0c4fa52521ed4fb95f7e153cfc7fb9f37f84a8
SHA512
7bb6617d900d1058e1d6b9fefd1d557efc669386501c281976c93c2a4c0d1a1a1de459dd39c46a257bd3f9bd64155e1c92add1421d40ed4e061f2fc26d17600a
DIST mutt-gentoo-2.0.5-patches-r0.tar.xz 26408 BLAKE2B
f0ce4b72ccc3bdf870bde2b52b6dec7a89f227533982036524e34b6e37093e419eede4fcac79fe4c0436f475ca8672f0de872b78459959b4c3e78e0628f9a67d
SHA512
1db20c1e2dad6d35ca86b0d52020ad02946ebfef9fbf46341d9dcc95f16b864d026b147a9bd05992416b1b7204e4475df80603c900a5cd85efb00a071758e0fc
+DIST mutt-gentoo-2.0.6-patches-r0.tar.xz 26460 BLAKE2B
5c5f0ce53a2be28a0cc79415c07dcaf65b4e0c815c257f33604718f2402f401f5e51345bb92893d9be1eb85cf371aff90f96b72a48e05140fdee4fd384e14778
SHA512
b06b55a236347a79503ac028df9b3ccfd424ea9f4fc6c5dc2e829650f48f70f0e82cb5a992948a4d5b5df2a9f899c3af3ad65139fc68a7858fc50cc68f001732
diff --git a/mail-client/mutt/mutt-2.0.6.ebuild
b/mail-client/mutt/mutt-2.0.6.ebuild
new file mode 100644
index 000..c9a2e340a3c
--- /dev/null
+++ b/mail-client/mutt/mutt-2.0.6.ebuild
@@ -0,0 +1,265 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
libressl +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? (
+ libressl? ( dev-libs/libressl:= )
+ !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+ )
+
+ nls? ( virtual/libintl )
+
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 0e8f165b487aa8cb01e0ffa44ac94f229c454268
Author: Aisha Tammy aisha cc>
AuthorDate: Thu Feb 11 23:57:20 2021 +
Commit: Sam James gentoo org>
CommitDate: Fri Feb 12 15:10:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8f165b
mail-client/mutt-wizard: version bump to 3.2.1
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19421
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/Manifest | 1 +
mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild | 46
2 files changed, 47 insertions(+)
diff --git a/mail-client/mutt-wizard/Manifest b/mail-client/mutt-wizard/Manifest
index 062ed1c019f..92b86702b9a 100644
--- a/mail-client/mutt-wizard/Manifest
+++ b/mail-client/mutt-wizard/Manifest
@@ -1 +1,2 @@
DIST mutt-wizard-3.1.1.tar.gz 33346 BLAKE2B
0f4d8e973fedc0d102242a06922627039f4244ad9fc901d6e3d7235089164c3a7f255587978c95762242146441d8a48f57401e9ec86754194b531d38f0074652
SHA512
b385bab603eff561bca8aade49f3d11a4ac031cbceb4a64d80be9b591dc34757a05bb3c56c23ec9f1942392833725872d4871bf34964c4503bc01d5223286ddb
+DIST mutt-wizard-3.2.1.tar.gz 33468 BLAKE2B
60087ca8b6cfe2f69e1f078942ef24be8d387fbadcacfdf0105e6ee6df315a57fb21320635b685dad5e5e15860adb9cef147dc9b029d77bfdfd196f219faca91
SHA512
bcd72a937d142bddb2c3b55bd6f5442a96421850ef57931e147aad8feefd6752de90cc7076802f5c806edc9a530e05a24576e33f301196eee707a75aa16279a6
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
new file mode 100644
index 000..dc33b5c3168
--- /dev/null
+++ b/mail-client/mutt-wizard/mutt-wizard-3.2.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} == ]]; 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
+}
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt-wizard/
commit: 315c8dd574b458b417d16e4cba74d84acb22fa75
Author: Sam James gentoo org>
AuthorDate: Fri Feb 12 14:47:46 2021 +
Commit: Sam James gentoo org>
CommitDate: Fri Feb 12 15:10:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315c8dd5
mail-client/mutt-wizard: respect EPREFIX
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James gentoo.org>
mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
b/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
index dc33b5c3168..118819de42a 100644
--- a/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
+++ b/mail-client/mutt-wizard/mutt-wizard-3.2.1.ebuild
@@ -32,7 +32,7 @@ src_compile() {
}
src_install() {
- emake PREFIX="/usr" DESTDIR="${D}" install
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
einstalldocs
}
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 15194e17ea34e171a45a9014a6d868e505108c32
Author: Fabian Groffen gentoo org>
AuthorDate: Mon Jan 25 07:25:17 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Mon Jan 25 07:25:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15194e17
mail-client/mutt-2.0.2: cleanup vulnerable version
Bug: https://bugs.gentoo.org/765790
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 -
mail-client/mutt/mutt-2.0.2.ebuild | 265 -
2 files changed, 267 deletions(-)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 50745d386af..73bb3449b57 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,6 +1,4 @@
-DIST mutt-2.0.2.tar.gz 5293613 BLAKE2B
215a4d54e6dd202ebced91d0536a7f70e774b3c41c129ef87a55ea75a298e485b72145e5dd3c654d9b28138800c4b3e87a3815ab789d952b6b58cfc068fd397b
SHA512
5dea02edf60b33e4873806481aa4256f91d90b05de99a9eccc620c459bd924197b656f85eb5a31757a61675389e6c4d76571128a757cfda255240934e82eec29
DIST mutt-2.0.4.tar.gz 5293913 BLAKE2B
9c5d2d17fae9653868cca08eb7d92f9c6e122702590ba88a2ba04ee8606cfba5bca99716045b59cf40a21e95a0e32f3b21a34ee34440f155a3e2788720c3d57c
SHA512
8080107810d2ff572b1532bb441573e4dcfbfbc03f28be711dcdebd1e6a1c8b5adf5c5a4f386ce0a661ff7050722b41e122c58964feae665ff4138013af18762
DIST mutt-2.0.5.tar.gz 5294710 BLAKE2B
f33f4d496629c34ad4f341ecd02a1ef6b9e59b77234ca80c096acf30e189fcfbd4d8cf1182d8efcdcac8aeaab8fe0f9b4fdeb47f361a5db23da0c690ea5bf638
SHA512
41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740
-DIST mutt-gentoo-2.0.2-patches-r0.tar.xz 26380 BLAKE2B
3ce2dbe07f9340adbaeb0489fe88564b6cc44ef330d298915d42617357799a26f277cc0dcab2b78a5620f20a2533f2fe43287bab76eeb9529013e9f9c7659ffb
SHA512
79fb00ccf6084da805c75eedbdb1631b12e616318e91a4c246d0194a478b803e3dc5d2815f757fecc91316c010058c2d0e9ecaf3fe40d5664ac25af63a0d7e13
DIST mutt-gentoo-2.0.4-patches-r1.tar.xz 26908 BLAKE2B
b2ca74496328cd9bcc0eb843e48b99a6a066be6530228534d2d0a60223984e03dde2718116d8314f9cec0f22db0c4fa52521ed4fb95f7e153cfc7fb9f37f84a8
SHA512
7bb6617d900d1058e1d6b9fefd1d557efc669386501c281976c93c2a4c0d1a1a1de459dd39c46a257bd3f9bd64155e1c92add1421d40ed4e061f2fc26d17600a
DIST mutt-gentoo-2.0.5-patches-r0.tar.xz 26408 BLAKE2B
f0ce4b72ccc3bdf870bde2b52b6dec7a89f227533982036524e34b6e37093e419eede4fcac79fe4c0436f475ca8672f0de872b78459959b4c3e78e0628f9a67d
SHA512
1db20c1e2dad6d35ca86b0d52020ad02946ebfef9fbf46341d9dcc95f16b864d026b147a9bd05992416b1b7204e4475df80603c900a5cd85efb00a071758e0fc
diff --git a/mail-client/mutt/mutt-2.0.2.ebuild
b/mail-client/mutt/mutt-2.0.2.ebuild
deleted file mode 100644
index b5c1a188f27..000
--- a/mail-client/mutt/mutt-2.0.2.ebuild
+++ /dev/null
@@ -1,265 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils flag-o-matic autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/";
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
- https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
- https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
libressl +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
- imap? ( ssl )
- pop? ( ssl )
- smime-classic?( ssl !gnutls )
- smtp? ( ssl sasl )
- sasl? ( || ( imap pop smtp ) )
- kerberos? ( || ( imap pop smtp ) )
- autocrypt?( gpgme )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
-# yes, we overdepend on the backend impls here, hopefully one day we can
-# have REQUIRED_USE do what it is made for again. bug #607360
-CDEPEND="
- app-misc/mime-types
- virtual/libiconv
-
- berkdb?( >=sys-libs/db-4:= )
- gdbm? ( sys-libs/gdbm )
- lmdb? ( dev-db/lmdb:= )
- qdbm? ( dev-db/qdbm )
- tokyocabinet? ( dev-db/tokyocabinet )
-
- ssl? (
- gnutls?( >=net-libs/gnutls-1.0.17:= )
- !gnutls? (
- libressl? ( dev-libs/libressl:= )
- !libressl? ( >=dev-libs/openssl-0.9.6:0= )
- )
- )
-
- nls
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 3e019c6eef5b278f810443a115bae5a59a7b40ae Author: Sam James gentoo org> AuthorDate: Sun Jan 24 22:04:06 2021 + Commit: Sam James gentoo org> CommitDate: Sun Jan 24 22:04:06 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e019c6e mail-client/mutt: Stabilize 2.0.4-r1 ppc64, #765790 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild b/mail-client/mutt/mutt-2.0.4-r1.ebuild index d2caaa5b442..75740fa71bb 100644 --- a/mail-client/mutt/mutt-2.0.4-r1.ebuild +++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 1eb04dcde0bff4f24577a40bbd1c4dc836c6abc1 Author: Sam James gentoo org> AuthorDate: Sun Jan 24 22:04:16 2021 + Commit: Sam James gentoo org> CommitDate: Sun Jan 24 22:04:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb04dcd mail-client/mutt: Stabilize 2.0.4-r1 ppc, #765790 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild b/mail-client/mutt/mutt-2.0.4-r1.ebuild index 75740fa71bb..955b557c9d0 100644 --- a/mail-client/mutt/mutt-2.0.4-r1.ebuild +++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: e86ddb207fcd0c63135e5a6862459a745385783d Author: Sam James gentoo org> AuthorDate: Sun Jan 24 21:51:18 2021 + Commit: Sam James gentoo org> CommitDate: Sun Jan 24 21:51:18 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86ddb20 mail-client/mutt: Stabilize 2.0.4-r1 arm, #765790 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild b/mail-client/mutt/mutt-2.0.4-r1.ebuild index bbee0c7d06c..d2caaa5b442 100644 --- a/mail-client/mutt/mutt-2.0.4-r1.ebuild +++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 6160c012d7bfda6257a74e95937b16878a0dbbd3 Author: Sam James gentoo org> AuthorDate: Sun Jan 24 20:06:07 2021 + Commit: Sam James gentoo org> CommitDate: Sun Jan 24 20:06:07 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6160c012 mail-client/mutt: Stabilize 2.0.4-r1 sparc, #765790 Signed-off-by: Sam James gentoo.org> mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild b/mail-client/mutt/mutt-2.0.4-r1.ebuild index a43f193d6c7..bbee0c7d06c 100644 --- a/mail-client/mutt/mutt-2.0.4-r1.ebuild +++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: fcbb6af858fc292f440978f31699f9e1537e2014 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 24 11:57:51 2021 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 24 11:57:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbb6af8 mail-client/mutt: amd64 stable wrt bug #765790 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> mail-client/mutt/mutt-2.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mutt/mutt-2.0.4-r1.ebuild b/mail-client/mutt/mutt-2.0.4-r1.ebuild index 5131f8871a1..cac5b3080d7 100644 --- a/mail-client/mutt/mutt-2.0.4-r1.ebuild +++ b/mail-client/mutt/mutt-2.0.4-r1.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE=" autocrypt?( gpgme )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # yes, we overdepend on the backend impls here, hopefully one day we can # have REQUIRED_USE do what it is made for again. bug #607360 CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
commit: 79206def8f68fecc6f22b793288ada8838db20d5
Author: Fabian Groffen gentoo org>
AuthorDate: Fri Jan 22 09:32:01 2021 +
Commit: Fabian Groffen gentoo org>
CommitDate: Fri Jan 22 09:32:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79206def
mail-client/mutt-2.0.5: version bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen gentoo.org>
mail-client/mutt/Manifest | 2 +
mail-client/mutt/mutt-2.0.5.ebuild | 265 +
2 files changed, 267 insertions(+)
diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index a59f7d021e9..50745d386af 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,4 +1,6 @@
DIST mutt-2.0.2.tar.gz 5293613 BLAKE2B
215a4d54e6dd202ebced91d0536a7f70e774b3c41c129ef87a55ea75a298e485b72145e5dd3c654d9b28138800c4b3e87a3815ab789d952b6b58cfc068fd397b
SHA512
5dea02edf60b33e4873806481aa4256f91d90b05de99a9eccc620c459bd924197b656f85eb5a31757a61675389e6c4d76571128a757cfda255240934e82eec29
DIST mutt-2.0.4.tar.gz 5293913 BLAKE2B
9c5d2d17fae9653868cca08eb7d92f9c6e122702590ba88a2ba04ee8606cfba5bca99716045b59cf40a21e95a0e32f3b21a34ee34440f155a3e2788720c3d57c
SHA512
8080107810d2ff572b1532bb441573e4dcfbfbc03f28be711dcdebd1e6a1c8b5adf5c5a4f386ce0a661ff7050722b41e122c58964feae665ff4138013af18762
+DIST mutt-2.0.5.tar.gz 5294710 BLAKE2B
f33f4d496629c34ad4f341ecd02a1ef6b9e59b77234ca80c096acf30e189fcfbd4d8cf1182d8efcdcac8aeaab8fe0f9b4fdeb47f361a5db23da0c690ea5bf638
SHA512
41849d700b88e1b28b51fb90be2a9f6b639e8b111dce914073b66327e4655b5d4ca04dc3aedf2d44a0aa1a80ac3c4fcca6058eae7fb4f71f6b506fbe00a2a740
DIST mutt-gentoo-2.0.2-patches-r0.tar.xz 26380 BLAKE2B
3ce2dbe07f9340adbaeb0489fe88564b6cc44ef330d298915d42617357799a26f277cc0dcab2b78a5620f20a2533f2fe43287bab76eeb9529013e9f9c7659ffb
SHA512
79fb00ccf6084da805c75eedbdb1631b12e616318e91a4c246d0194a478b803e3dc5d2815f757fecc91316c010058c2d0e9ecaf3fe40d5664ac25af63a0d7e13
DIST mutt-gentoo-2.0.4-patches-r1.tar.xz 26908 BLAKE2B
b2ca74496328cd9bcc0eb843e48b99a6a066be6530228534d2d0a60223984e03dde2718116d8314f9cec0f22db0c4fa52521ed4fb95f7e153cfc7fb9f37f84a8
SHA512
7bb6617d900d1058e1d6b9fefd1d557efc669386501c281976c93c2a4c0d1a1a1de459dd39c46a257bd3f9bd64155e1c92add1421d40ed4e061f2fc26d17600a
+DIST mutt-gentoo-2.0.5-patches-r0.tar.xz 26408 BLAKE2B
f0ce4b72ccc3bdf870bde2b52b6dec7a89f227533982036524e34b6e37093e419eede4fcac79fe4c0436f475ca8672f0de872b78459959b4c3e78e0628f9a67d
SHA512
1db20c1e2dad6d35ca86b0d52020ad02946ebfef9fbf46341d9dcc95f16b864d026b147a9bd05992416b1b7204e4475df80603c900a5cd85efb00a071758e0fc
diff --git a/mail-client/mutt/mutt-2.0.5.ebuild
b/mail-client/mutt/mutt-2.0.5.ebuild
new file mode 100644
index 000..c9a2e340a3c
--- /dev/null
+++ b/mail-client/mutt/mutt-2.0.5.ebuild
@@ -0,0 +1,265 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+ https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+ https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos
libressl +lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic
+smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+ hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+ imap? ( ssl )
+ pop? ( ssl )
+ smime-classic?( ssl !gnutls )
+ smtp? ( ssl sasl )
+ sasl? ( || ( imap pop smtp ) )
+ kerberos? ( || ( imap pop smtp ) )
+ autocrypt?( gpgme )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris
~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+ app-misc/mime-types
+ virtual/libiconv
+
+ berkdb?( >=sys-libs/db-4:= )
+ gdbm? ( sys-libs/gdbm )
+ lmdb? ( dev-db/lmdb:= )
+ qdbm? ( dev-db/qdbm )
+ tokyocabinet? ( dev-db/tokyocabinet )
+
+ ssl? (
+ gnutls?( >=net-libs/gnutls-1.0.17:= )
+ !gnutls? (
+ libressl? ( dev-libs/libressl:= )
+ !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+ )
+ )
+
+ nls? ( virtual/libintl )
+ sasl?
