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 DBFCD1382C5 for ; Tue, 13 Apr 2021 15:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E98FE0E33; Tue, 13 Apr 2021 15:59:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 07E69E0E33 for ; Tue, 13 Apr 2021 15:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CE9B8335D8A for ; Tue, 13 Apr 2021 15:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A6964B for ; Tue, 13 Apr 2021 15:59:05 +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: <1618329533.9f551bc09253f26ec8eb0dbdb658f963e19ea9e7.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-5.ebuild X-VCS-Directories: net-mail/muchsync/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f551bc09253f26ec8eb0dbdb658f963e19ea9e7 X-VCS-Branch: master Date: Tue, 13 Apr 2021 15:59:05 +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: a7409e4b-e64a-4037-bfe0-d945fea2caff X-Archives-Hash: e2e9fbc7c9c25b65fc3091476d0a8f45 commit: 9f551bc09253f26ec8eb0dbdb658f963e19ea9e7 Author: Ralph Seichter seichter de> AuthorDate: Mon Apr 12 14:22:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 13 15:58:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f551bc0 net-mail/muchsync: Remove obsolete ebuild Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ralph Seichter seichter.de> Closes: https://github.com/gentoo/gentoo/pull/20350 Signed-off-by: Sam James gentoo.org> net-mail/muchsync/Manifest | 1 - net-mail/muchsync/muchsync-5.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/net-mail/muchsync/Manifest b/net-mail/muchsync/Manifest index 97dcfd4da55..8913c1675a8 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 06745b47f85..00000000000 --- 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 - "