From a1392efe64137262023d92492396ca9156d22396 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:45:37 +0100 Subject: gentoo resync : 13.09.2019 --- net-mail/imapsync/imapsync-1.607-r1.ebuild | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 net-mail/imapsync/imapsync-1.607-r1.ebuild (limited to 'net-mail/imapsync/imapsync-1.607-r1.ebuild') diff --git a/net-mail/imapsync/imapsync-1.607-r1.ebuild b/net-mail/imapsync/imapsync-1.607-r1.ebuild deleted file mode 100644 index b4513397c497..000000000000 --- a/net-mail/imapsync/imapsync-1.607-r1.ebuild +++ /dev/null @@ -1,34 +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 - dev-perl/Unicode-String - 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() { :; } -- cgit v1.2.3