summaryrefslogtreecommitdiff
path: root/net-mail/isync/isync-1.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 11:59:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 11:59:22 +0100
commit6abaca02d36f161c81e2d5ee467719a89f88b2c5 (patch)
tree3caa7c096e2eccd186e20aa71bda508c5c50fb23 /net-mail/isync/isync-1.3.1.ebuild
parentb49088575eb777ced2551f484da86317332d6087 (diff)
gentoo resync (2) : 24.07.2021
Diffstat (limited to 'net-mail/isync/isync-1.3.1.ebuild')
-rw-r--r--net-mail/isync/isync-1.3.1.ebuild41
1 files changed, 0 insertions, 41 deletions
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)
-}