diff options
author | Ralph Seichter <github@seichter.de> | 2021-04-12 16:22:05 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-13 15:58:53 +0000 |
commit | 9f551bc09253f26ec8eb0dbdb658f963e19ea9e7 (patch) | |
tree | 7377d440e74db03fb4215b252563152799878c34 /net-mail | |
parent | www-servers/nginx-unit: Remove obsolete ebuild (diff) | |
download | gentoo-9f551bc09253f26ec8eb0dbdb658f963e19ea9e7.tar.gz gentoo-9f551bc09253f26ec8eb0dbdb658f963e19ea9e7.tar.bz2 gentoo-9f551bc09253f26ec8eb0dbdb658f963e19ea9e7.zip |
net-mail/muchsync: Remove obsolete ebuild
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ralph Seichter <gentoo@seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/20350
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/muchsync/Manifest | 1 | ||||
-rw-r--r-- | net-mail/muchsync/muchsync-5.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/net-mail/muchsync/Manifest b/net-mail/muchsync/Manifest index 97dcfd4da55a..8913c1675a80 100644 --- a/net-mail/muchsync/Manifest +++ b/net-mail/muchsync/Manifest @@ -1,2 +1 @@ -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-5.ebuild b/net-mail/muchsync/muchsync-5.ebuild deleted file mode 100644 index 06745b47f857..000000000000 --- a/net-mail/muchsync/muchsync-5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 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 - " |