diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-09-19 18:28:32 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-09-19 18:31:50 +0800 |
commit | 4c0885947e13edf2c8a7c9e172898b77500684da (patch) | |
tree | 52deafacf4898f6e3ec88797b684d6ff989664f0 /net-mail | |
parent | dev-libs/rocm-opencl-runtime: Fix quoting (diff) | |
download | gentoo-4c0885947e13edf2c8a7c9e172898b77500684da.tar.gz gentoo-4c0885947e13edf2c8a7c9e172898b77500684da.tar.bz2 gentoo-4c0885947e13edf2c8a7c9e172898b77500684da.zip |
net-mail/muchsync: add 7
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/muchsync/Manifest | 1 | ||||
-rw-r--r-- | net-mail/muchsync/muchsync-7.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
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 +" |