diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-11-28 09:17:01 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-11-28 09:33:13 +0100 |
commit | 5b1ffe98eed33963f4b8cb6e42d24fe050b12248 (patch) | |
tree | 499ffd5436f852e9002b10bba8c645d2800128df /net-mail/muchsync | |
parent | net-misc/vncsnapshot: drop 1.2a (diff) | |
download | gentoo-5b1ffe98eed33963f4b8cb6e42d24fe050b12248.tar.gz gentoo-5b1ffe98eed33963f4b8cb6e42d24fe050b12248.tar.bz2 gentoo-5b1ffe98eed33963f4b8cb6e42d24fe050b12248.zip |
net-mail/muchsync: drop 6-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail/muchsync')
-rw-r--r-- | net-mail/muchsync/Manifest | 1 | ||||
-rw-r--r-- | net-mail/muchsync/muchsync-6-r1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/net-mail/muchsync/Manifest b/net-mail/muchsync/Manifest index c57e3c49ca62..4c94340430f3 100644 --- a/net-mail/muchsync/Manifest +++ b/net-mail/muchsync/Manifest @@ -1,2 +1 @@ -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-6-r1.ebuild b/net-mail/muchsync/muchsync-6-r1.ebuild deleted file mode 100644 index d1235a44b624..000000000000 --- a/net-mail/muchsync/muchsync-6-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 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" - -BDEPEND="virtual/pkgconfig" -DEPEND="dev-db/sqlite:3 - dev-libs/openssl:0= - dev-libs/xapian:= - net-mail/notmuch:= -" -RDEPEND="${DEPEND} - virtual/openssh -" |