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 F2F7B15808C for ; Mon, 28 Feb 2022 23:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31F83E0814; Mon, 28 Feb 2022 23:17:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18718E0814 for ; Mon, 28 Feb 2022 23:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE0913434A2 for ; Mon, 28 Feb 2022 23:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF372CB for ; Mon, 28 Feb 2022 23:17:23 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1646090230.44b686dca757cc44b248a37f669b9622a7501dea.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/isync/Manifest net-mail/isync/isync-1.3.6.ebuild X-VCS-Directories: net-mail/isync/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 44b686dca757cc44b248a37f669b9622a7501dea X-VCS-Branch: master Date: Mon, 28 Feb 2022 23:17:23 +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: 5b1d97bc-a34f-4c4f-82db-4c1d57055cff X-Archives-Hash: 8590b951d615f63d9ef46e4062c87a0f commit: 44b686dca757cc44b248a37f669b9622a7501dea Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Feb 28 23:16:49 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Feb 28 23:17:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b686dc net-mail/isync: Remove old Bug: https://bugs.gentoo.org/826902 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> net-mail/isync/Manifest | 1 - net-mail/isync/isync-1.3.6.ebuild | 42 --------------------------------------- 2 files changed, 43 deletions(-) diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest index 7b9b20bd4216..a6de89c96770 100644 --- a/net-mail/isync/Manifest +++ b/net-mail/isync/Manifest @@ -1,2 +1 @@ -DIST isync-1.3.6.tar.gz 317174 BLAKE2B 3a230cd4bfac061ceb3325732c336ccd808a662989d2fc81459b4b27fce927a62e335200ef233f63d28b80f6ba79b1e5e102fda8ec68c9cd8e368f8ddd7188a0 SHA512 16e859361b27f00e1ef9eda0a2d06edf271b2643107a1f90c90713c34ffe9b542cdedb31218db72db633e12cf39a6aa2ac509333647c79a1825faac8ad4ead38 DIST isync-1.4.4.tar.gz 340544 BLAKE2B fdf38b1066af10315b780897f1fe09c8f7d0b4d2202383a5f0ef24b98f11dff625bf178bbb0dc846460f661b18f923d2823bf79643d4d376b606b03980f22e18 SHA512 b769f474f2296764cabaae7e2b23e47c22714fca5919e9f1c916ed70b18c71c0bc9301fff0f64434f4f0ae28c9d16216e72556b48014ec94d1b7646de7183011 diff --git a/net-mail/isync/isync-1.3.6.ebuild b/net-mail/isync/isync-1.3.6.ebuild deleted file mode 100644 index 4f5fbf97af86..000000000000 --- a/net-mail/isync/isync-1.3.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="MailDir mailbox synchronizer" -HOMEPAGE="http://isync.sourceforge.net/" -LICENSE="GPL-2" -SLOT="0" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/${PN}" - inherit git-r3 autotools -else - SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" -fi - -IUSE="sasl ssl zlib" - -RDEPEND=" - >=sys-libs/db-4.2:= - sasl? ( dev-libs/cyrus-sasl ) - ssl? ( >=dev-libs/openssl-0.9.6:0= ) - zlib? ( sys-libs/zlib:0= ) -" -DEPEND=${RDEPEND} -BDEPEND=" - dev-lang/perl -" - -src_prepare() { - default - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - econf \ - $(use_with ssl) \ - $(use_with sasl) \ - $(use_with zlib) -}