summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-15 08:30:09 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-15 15:19:55 -0500
commitdbce50f0da90410dd631dd6c8c4ce2226cbef563 (patch)
tree14a3ba862d829e90a0f0b044ae0382a6e75cc676
parentnet-analyzer/icinga2: 2.12.3 bump (diff)
downloadgentoo-dbce50f0da90410dd631dd6c8c4ce2226cbef563.tar.gz
gentoo-dbce50f0da90410dd631dd6c8c4ce2226cbef563.tar.bz2
gentoo-dbce50f0da90410dd631dd6c8c4ce2226cbef563.zip
net-mail/imapsync: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--net-mail/imapsync/Manifest2
-rw-r--r--net-mail/imapsync/imapsync-1.592-r1.ebuild33
-rw-r--r--net-mail/imapsync/imapsync-1.836.ebuild44
3 files changed, 0 insertions, 79 deletions
diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index aca256c5abf6..406d2d7a76f3 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -1,3 +1 @@
-DIST imapsync-1.592.tgz 906578 BLAKE2B 8048edddef4a3d9dad751b051c3e0d88eea883cbc57c0b31526ebe13cc818a5996fa07a746801c05aca8ae50429ad2aaee0983d6c4b9cef843a9169824ec293e SHA512 3d41b28396d9b8bf83200b324b2e312c76ef88e42f4ff8993c8d697b18f321400d7a157b1fee2d3ad4eae11400dc2186a18528bde50e370d856eac1b09c28f68
-DIST imapsync-1.836.tar.gz 1741595 BLAKE2B 6502105147cf2f7d13c0af997cab05e3d65a75d54924c8100a82a322da31c8797710e5370a52998384270713ec7ade1c86e5c8c021b7e0937c188dfc1cf178df SHA512 f1ea1ef887ebcfa62c90254b3738602dc78275400a7d8dd5af33bc399c82c28d8567ee42d9ebf85735e7df857bf548608e09f01a06bd146f317faa3b4702cbeb
DIST imapsync-1.882.tar.gz 1557501 BLAKE2B 92f37d0c6c64569016a15d71d1b95ca08e4a8bb2402a5151f1429260fb37db47ebfc273e2bb73b06ba77974100780924fa3f256565fcd3e77cbff4c7bbf7b56e SHA512 3953cb29b210c283be3fe72f1e1537594415bd5457b469b801625d6c857b982d2b2b3da9528dd1e6ccc6831c022ce495f7a5eaaea04d228bca374f185344f455
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() { :; }
diff --git a/net-mail/imapsync/imapsync-1.836.ebuild b/net-mail/imapsync/imapsync-1.836.ebuild
deleted file mode 100644
index 1a4e6a72185c..000000000000
--- a/net-mail/imapsync/imapsync-1.836.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A tool allowing 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"
-
-DEPEND="
- dev-lang/perl"
-
-RDEPEND="
- ${DEPEND}
- dev-perl/Digest-HMAC
- dev-perl/File-Copy-Recursive
- dev-perl/IO-Socket-INET6
- dev-perl/IO-Socket-SSL
- dev-perl/IO-Tee
- dev-perl/Mail-IMAPClient
- dev-perl/Readonly
- dev-perl/Sys-MemInfo
- dev-perl/TermReadKey
- dev-perl/Unicode-String
- virtual/perl-Digest-MD5
- virtual/perl-MIME-Base64"
-
-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() { :; }