Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Mon, 28 Feb 2022 23:17:26
Message-Id: 1646090230.44b686dca757cc44b248a37f669b9622a7501dea.dilfridge@gentoo
1 commit: 44b686dca757cc44b248a37f669b9622a7501dea
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 23:16:49 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 23:17:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b686dc
7
8 net-mail/isync: Remove old
9
10 Bug: https://bugs.gentoo.org/826902
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 net-mail/isync/Manifest | 1 -
15 net-mail/isync/isync-1.3.6.ebuild | 42 ---------------------------------------
16 2 files changed, 43 deletions(-)
17
18 diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
19 index 7b9b20bd4216..a6de89c96770 100644
20 --- a/net-mail/isync/Manifest
21 +++ b/net-mail/isync/Manifest
22 @@ -1,2 +1 @@
23 -DIST isync-1.3.6.tar.gz 317174 BLAKE2B 3a230cd4bfac061ceb3325732c336ccd808a662989d2fc81459b4b27fce927a62e335200ef233f63d28b80f6ba79b1e5e102fda8ec68c9cd8e368f8ddd7188a0 SHA512 16e859361b27f00e1ef9eda0a2d06edf271b2643107a1f90c90713c34ffe9b542cdedb31218db72db633e12cf39a6aa2ac509333647c79a1825faac8ad4ead38
24 DIST isync-1.4.4.tar.gz 340544 BLAKE2B fdf38b1066af10315b780897f1fe09c8f7d0b4d2202383a5f0ef24b98f11dff625bf178bbb0dc846460f661b18f923d2823bf79643d4d376b606b03980f22e18 SHA512 b769f474f2296764cabaae7e2b23e47c22714fca5919e9f1c916ed70b18c71c0bc9301fff0f64434f4f0ae28c9d16216e72556b48014ec94d1b7646de7183011
25
26 diff --git a/net-mail/isync/isync-1.3.6.ebuild b/net-mail/isync/isync-1.3.6.ebuild
27 deleted file mode 100644
28 index 4f5fbf97af86..000000000000
29 --- a/net-mail/isync/isync-1.3.6.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="MailDir mailbox synchronizer"
38 -HOMEPAGE="http://isync.sourceforge.net/"
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -
42 -if [[ ${PV} == 9999 ]]; then
43 - EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/${PN}"
44 - inherit git-r3 autotools
45 -else
46 - SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
47 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
48 -fi
49 -
50 -IUSE="sasl ssl zlib"
51 -
52 -RDEPEND="
53 - >=sys-libs/db-4.2:=
54 - sasl? ( dev-libs/cyrus-sasl )
55 - ssl? ( >=dev-libs/openssl-0.9.6:0= )
56 - zlib? ( sys-libs/zlib:0= )
57 -"
58 -DEPEND=${RDEPEND}
59 -BDEPEND="
60 - dev-lang/perl
61 -"
62 -
63 -src_prepare() {
64 - default
65 - [[ ${PV} == 9999 ]] && eautoreconf
66 -}
67 -
68 -src_configure() {
69 - econf \
70 - $(use_with ssl) \
71 - $(use_with sasl) \
72 - $(use_with zlib)
73 -}