From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DFF41382C5 for ; Sat, 16 Jan 2021 22:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9651DE0798; Sat, 16 Jan 2021 22:01:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 820ACE0798 for ; Sat, 16 Jan 2021 22:01:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31685340F0F for ; Sat, 16 Jan 2021 22:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BB8749D for ; Sat, 16 Jan 2021 22:01:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610833812.0ae9c305845a99d3681c931618b3b756eeed7115.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/muchsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/muchsync/Manifest net-mail/muchsync/muchsync-6.ebuild X-VCS-Directories: net-mail/muchsync/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ae9c305845a99d3681c931618b3b756eeed7115 X-VCS-Branch: master Date: Sat, 16 Jan 2021 22:01:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4dfd71f0-164b-4ef0-9dd6-5723c9c8e053 X-Archives-Hash: 7f69b3994fd473342c09027dd725f8f1 commit: 0ae9c305845a99d3681c931618b3b756eeed7115 Author: Ralph Seichter seichter de> AuthorDate: Fri Jan 15 23:00:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 16 21:50:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae9c305 net-mail/muchsync: Bump to version 6 Closes: https://bugs.gentoo.org/765445 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ralph Seichter seichter.de> Closes: https://github.com/gentoo/gentoo/pull/19072 Signed-off-by: Sam James gentoo.org> net-mail/muchsync/Manifest | 1 + net-mail/muchsync/muchsync-6.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/net-mail/muchsync/Manifest b/net-mail/muchsync/Manifest index 4a06ac11f67..97dcfd4da55 100644 --- a/net-mail/muchsync/Manifest +++ b/net-mail/muchsync/Manifest @@ -1 +1,2 @@ DIST muchsync-5.tar.gz 134107 BLAKE2B cc706aa650b7a2884df0b40c206e9c58f2d633d51e5b465bd11db0cda6ce32a959db045b468c38ab88179e4e8508631b488f869e7dbf4b2038a4e882e14bc7ae SHA512 0b892a145def56712a95a7212850b01f35be2ff434aa07a43badbb298194e8219efb28525063c66a3a53fabc109891631eb653fcb1b8934d5e9ef5480cb4ee4b +DIST muchsync-6.tar.gz 137023 BLAKE2B b2a60a26bd3a2918b52ea50a98223f828a60c1ba172f349cc350ab8cf224e114623bfb5775a9c05347311f21dbeed14744becd11022fbf8310608faf2a0146f9 SHA512 620e398f7e3973d915c32b1c244e2b1d5ed7c65dfc2a51958e62c229f14f8cf7fe794868930aaddc2d95145795a5affc0f50fc012d2d0b4bf2884930da3eec89 diff --git a/net-mail/muchsync/muchsync-6.ebuild b/net-mail/muchsync/muchsync-6.ebuild new file mode 100644 index 00000000000..616cbee456b --- /dev/null +++ b/net-mail/muchsync/muchsync-6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Synchronizes mail messages and notmuch tags across machines" +HOMEPAGE="http://www.muchsync.org/" +SRC_URI="http://www.muchsync.org/src/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-db/sqlite:3 + dev-libs/openssl:0= + dev-libs/xapian:= + net-mail/notmuch:= + " +RDEPEND="${DEPEND} + net-misc/openssh + "