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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33BDE158083 for ; Thu, 19 Sep 2024 10:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70653E29A1; Thu, 19 Sep 2024 10:32:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54E8AE29A1 for ; Thu, 19 Sep 2024 10:32:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6067B3432BB for ; Thu, 19 Sep 2024 10:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9BD527DE for ; Thu, 19 Sep 2024 10:32:16 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1726741910.4c0885947e13edf2c8a7c9e172898b77500684da.dlan@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-7.ebuild X-VCS-Directories: net-mail/muchsync/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4c0885947e13edf2c8a7c9e172898b77500684da X-VCS-Branch: master Date: Thu, 19 Sep 2024 10:32:16 +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: 09f078b6-257f-4fe1-a499-755df6b9d343 X-Archives-Hash: 1c9d9eaa023d9e7d52809c97af8454ea commit: 4c0885947e13edf2c8a7c9e172898b77500684da Author: Yixun Lan gentoo org> AuthorDate: Thu Sep 19 10:28:32 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Sep 19 10:31:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c088594 net-mail/muchsync: add 7 Signed-off-by: Yixun Lan gentoo.org> net-mail/muchsync/Manifest | 1 + net-mail/muchsync/muchsync-7.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/net-mail/muchsync/Manifest b/net-mail/muchsync/Manifest index 8913c1675a80..c57e3c49ca62 100644 --- a/net-mail/muchsync/Manifest +++ b/net-mail/muchsync/Manifest @@ -1 +1,2 @@ DIST muchsync-6.tar.gz 137023 BLAKE2B b2a60a26bd3a2918b52ea50a98223f828a60c1ba172f349cc350ab8cf224e114623bfb5775a9c05347311f21dbeed14744becd11022fbf8310608faf2a0146f9 SHA512 620e398f7e3973d915c32b1c244e2b1d5ed7c65dfc2a51958e62c229f14f8cf7fe794868930aaddc2d95145795a5affc0f50fc012d2d0b4bf2884930da3eec89 +DIST muchsync-7.tar.gz 140748 BLAKE2B 18b8dd4bcfec4700c304ae97170a3d6e746cd75d9cf3284633bb490b934cf172d0ef792a6f082ad90b2c538755467e193d5b894133e719a4048a3ab09d479afe SHA512 f924d16151a731c370a4a016971e5a1666a2171e3dcc8f691834ec1bda35171a1561274b2a91d866f49df5eab3cd39966514548a8bfaaef136b7c3aa1570dc32 diff --git a/net-mail/muchsync/muchsync-7.ebuild b/net-mail/muchsync/muchsync-7.ebuild new file mode 100644 index 000000000000..fdfd1f891fd7 --- /dev/null +++ b/net-mail/muchsync/muchsync-7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Synchronizes mail messages and notmuch tags across machines" +HOMEPAGE="https://www.muchsync.org/" +SRC_URI="https://www.muchsync.org/src/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND="virtual/pkgconfig" +DEPEND="dev-db/sqlite:3 + dev-libs/openssl:0= + dev-libs/xapian:= + net-mail/notmuch:= +" +RDEPEND="${DEPEND} + virtual/openssh +"