summaryrefslogtreecommitdiff
path: root/net-mail/imapsync/imapsync-1.592-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-18 11:06:49 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-18 11:06:49 +0000
commitab3da91fb6c91a9df52fff8f991570f456fd3c7a (patch)
treee8f3bfa2c6c3d20ec3b9c352c839e23949068b6b /net-mail/imapsync/imapsync-1.592-r1.ebuild
parent6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (diff)
gentoo resync : 18.12.2020
Diffstat (limited to 'net-mail/imapsync/imapsync-1.592-r1.ebuild')
-rw-r--r--net-mail/imapsync/imapsync-1.592-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mail/imapsync/imapsync-1.592-r1.ebuild b/net-mail/imapsync/imapsync-1.592-r1.ebuild
deleted file mode 100644
index 65e587b45b56..000000000000
--- a/net-mail/imapsync/imapsync-1.592-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another"
-HOMEPAGE="http://ks.lamiral.info/imapsync/"
-SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-perl/Digest-HMAC
- dev-perl/File-Copy-Recursive
- dev-perl/IO-Socket-SSL
- dev-perl/IO-Tee
- dev-perl/Mail-IMAPClient
- dev-perl/TermReadKey
- virtual/perl-Digest-MD5
- virtual/perl-MIME-Base64"
-
-RESTRICT="test"
-
-src_prepare() {
- sed -e "s/^install: testp/install:/" \
- -e "/^DO_IT/,/^$/d" \
- -i "${S}"/Makefile || die
-}
-
-src_compile() { :; }