summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 19:33:28 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:55:57 +0000
commitde39f50b043ef47cb593c6e0d2681c842c9e7232 (patch)
tree49882f13d8ba13dd9ef0ec678364f1a71ed97b0d /net-mail/imapsync
parentnet-libs/libgsasl: drop 1.8.0-r1, 1.8.1 (diff)
downloadgentoo-de39f50b043ef47cb593c6e0d2681c842c9e7232.tar.gz
gentoo-de39f50b043ef47cb593c6e0d2681c842c9e7232.tar.bz2
gentoo-de39f50b043ef47cb593c6e0d2681c842c9e7232.zip
net-mail/imapsync: drop 1.882
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r--net-mail/imapsync/Manifest1
-rw-r--r--net-mail/imapsync/imapsync-1.882.ebuild89
2 files changed, 0 insertions, 90 deletions
diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index 2db9f5643e0b..d64efe1c744b 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -1,2 +1 @@
-DIST imapsync-1.882.tar.gz 1557501 BLAKE2B 92f37d0c6c64569016a15d71d1b95ca08e4a8bb2402a5151f1429260fb37db47ebfc273e2bb73b06ba77974100780924fa3f256565fcd3e77cbff4c7bbf7b56e SHA512 3953cb29b210c283be3fe72f1e1537594415bd5457b469b801625d6c857b982d2b2b3da9528dd1e6ccc6831c022ce495f7a5eaaea04d228bca374f185344f455
DIST imapsync-1.977.tar.gz 1814568 BLAKE2B ccbe678f331a59b2ee50150b4e6dd3b2a7fb7750f204f3d67c90beed600b83b38a712bfa723dc0a73d21fb9bc03a5013f287469afa1164962cfb0f2923d93910 SHA512 b9810d53f5dc4e0a350e18dff03563c38cd64cff45ad741e77211a22ab49695de14bc4f09df6cf5fde7f3025f1f54d614f7c79ece1bda9f4c0052e5f38dedfd9
diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
deleted file mode 100644
index 1341851d6e31..000000000000
--- a/net-mail/imapsync/imapsync-1.882.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool for incremental and recursive IMAP transfers between mailboxes"
-HOMEPAGE="http://ks.lamiral.info/imapsync/ https://github.com/imapsync/imapsync"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-# ppc dropped pending keywording of:
-# dev-perl/App-cpanminus
-# dev-perl/Data-Uniqid
-# dev-perl/PAR
-IUSE="test" # not fully supported yet
-
-RDEPEND="
- dev-perl/App-cpanminus
- dev-perl/Authen-NTLM
- dev-perl/CGI
- dev-perl/Crypt-OpenSSL-RSA
- dev-perl/Data-Uniqid
- dev-perl/Digest-HMAC
- dev-perl/Dist-CheckConflicts
- dev-perl/File-Copy-Recursive
- dev-perl/IO-Socket-INET6
- dev-perl/IO-Socket-SSL
- dev-perl/IO-Tee
- dev-perl/JSON
- dev-perl/libwww-perl
- dev-perl/Mail-IMAPClient
- dev-perl/Module-Implementation
- dev-perl/Module-Runtime
- dev-perl/Module-ScanDeps
- dev-perl/Net-SSLeay
- dev-perl/Package-Stash
- dev-perl/Package-Stash-XS
- dev-perl/PAR
- dev-perl/Parse-RecDescent
- dev-perl/Readonly
- dev-perl/Readonly-XS
- dev-perl/Regexp-Common
- dev-perl/Sys-MemInfo
- dev-perl/TermReadKey
- dev-perl/Try-Tiny
- dev-perl/Unicode-String
- dev-perl/URI
- virtual/perl-Compress-Raw-Zlib
- virtual/perl-Data-Dumper
- virtual/perl-Digest
- virtual/perl-Digest-MD5
- virtual/perl-Digest-SHA
- virtual/perl-Encode
- virtual/perl-MIME-Base64
- "
- # Not yet in tree:
- # HTML::Entities
- # JSON::WebToken
- # JSON::WebToken::Crypt::RSA
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test
- dev-perl/Test-Deep
- dev-perl/Test-Fatal
- dev-perl/Test-MockObject
- dev-perl/Test-Pod
- dev-perl/Test-Requires
- dev-perl/Test-Warn
- dev-perl/Test-NoWarnings
- )"
- # Not yet in tree:
- # test? ( Test::Mock::Guard )
-
-RESTRICT="test"
-
-S=${WORKDIR}/${PN}-${P}
-
-src_prepare() {
- sed -e "s/^install: testp/install:/" \
- -e "/^DO_IT/,/^$/d" \
- -i "${S}"/Makefile || die
-
- default
-}
-
-src_compile() { :; }