summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-23 23:02:45 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-23 23:03:14 -0700
commita5497aa5dad80f20e47bf79d97c9503c6ef303e9 (patch)
treee178f57e401dae05825316e9ee5b7c132fbb99a3 /net-mail/isync
parentapp-emulation/firecracker-bin: update EAPI 7 -> 8 (diff)
downloadgentoo-a5497aa5dad80f20e47bf79d97c9503c6ef303e9.tar.gz
gentoo-a5497aa5dad80f20e47bf79d97c9503c6ef303e9.tar.bz2
gentoo-a5497aa5dad80f20e47bf79d97c9503c6ef303e9.zip
net-mail/isync: drop 1.3.1, 1.3.3, 1.3.5
Bug: https://bugs.gentoo.org/771738 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r--net-mail/isync/Manifest3
-rw-r--r--net-mail/isync/isync-1.3.1.ebuild41
-rw-r--r--net-mail/isync/isync-1.3.3.ebuild42
-rw-r--r--net-mail/isync/isync-1.3.5.ebuild42
4 files changed, 0 insertions, 128 deletions
diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index 8a61d1830c36..5e6635aa2272 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -1,6 +1,3 @@
-DIST isync-1.3.1.tar.gz 311868 BLAKE2B e7eae36407873b8f9f3c4e9a827e719aefa608994f5a48a93779207148123c7b796f6aa8ad8157f5eb9e863c5845889ad595d23570f12a0520fe997f8282158c SHA512 59d702d41d4a4e72f03cb282b414d0bb859593171763e845bc24d116a74f807a79e5be61f1dd1f59a9ece492322bceac156b08958a246cbfbe7f230fab4cdda2
-DIST isync-1.3.3.tar.gz 315912 BLAKE2B 64a6130fd2e0b6bcb4c57e7e353c1227f65ec84b557419aaff617f9cde186e1e8f906a9448e4642bd1f6db245a769923cb8ec779ac077225c47a16160d3a8b10 SHA512 915824272606f75da8c05fb75872bc5cf528fa555024245094d14a25b190f1b813dd5723e9b87f27f3fbb14b100311ee487bc409d074a68d67e9ab675b12c7a1
-DIST isync-1.3.5.tar.gz 316671 BLAKE2B 3018236aef71e7eb9dcb3c0ce4dee208a6b53060cf5354fe142095f227c29aecba34d9a41db24e53b6bcf9e8bb5c9be163178bed30c41117fd459284f18292af SHA512 d3e12ca461a0cddcb7a59665d0b08c5bc690cc187bca68d0bebab2d406382a3c28d015ed6a37bdb13f3dc6295b8381c3e5a6e1a3ac0e7336d1885eadbb0ec451
DIST isync-1.3.6.tar.gz 317174 BLAKE2B 3a230cd4bfac061ceb3325732c336ccd808a662989d2fc81459b4b27fce927a62e335200ef233f63d28b80f6ba79b1e5e102fda8ec68c9cd8e368f8ddd7188a0 SHA512 16e859361b27f00e1ef9eda0a2d06edf271b2643107a1f90c90713c34ffe9b542cdedb31218db72db633e12cf39a6aa2ac509333647c79a1825faac8ad4ead38
DIST isync-1.4.1.tar.gz 336281 BLAKE2B cb15a8c0dcadbc3db072fcb10a6f0d83ccef0de1c49a9d30a7c189f616c965d8e759a72c4e35927e20e2d7995f9430bffa22e535684a7b7290516d8bc78bf071 SHA512 87d1101d3e39680c1d101653a6f48859d539f0d37d65db8d90566fae22f2163c76907d561b2a487d3ed2ab459c5703fa8e077cc3e1f156a895d7ef9078af91e8
DIST isync-1.4.2.tar.gz 336940 BLAKE2B d37dea100c5a994ce65812612a9571fe5649168560799ae17ec866774bb46b4ff989a87f4172a24006f0704e4387260716f4811f6e765df17719e598064119bd SHA512 4f95e06c5bf159b7bd8fedb75e72a8f08ee0907362dde068347706610ed251eb511b00281711ddd40a0ece31dbf07f07487cd4e5504f0898638870c51a506853
diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild
deleted file mode 100644
index fe18739fd1bd..000000000000
--- a/net-mail/isync/isync-1.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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}
- dev-lang/perl
-"
-
-src_prepare() {
- default
- [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with ssl) \
- $(use_with sasl) \
- $(use_with zlib)
-}
diff --git a/net-mail/isync/isync-1.3.3.ebuild b/net-mail/isync/isync-1.3.3.ebuild
deleted file mode 100644
index 4f5fbf97af86..000000000000
--- a/net-mail/isync/isync-1.3.3.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)
-}
diff --git a/net-mail/isync/isync-1.3.5.ebuild b/net-mail/isync/isync-1.3.5.ebuild
deleted file mode 100644
index 4f5fbf97af86..000000000000
--- a/net-mail/isync/isync-1.3.5.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)
-}