summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-28 18:31:08 -0400
committerAaron Bauman <bman@gentoo.org>2020-08-28 18:36:37 -0400
commitb21bb84c3a6b0e30be11274bea5f402d8b1bcd19 (patch)
tree3e6707a8b61e0c4a84cf16f817003340cb733547
parentnet-mail/pop2imap: stabilize x86 (diff)
downloadgentoo-b21bb84c.tar.gz
gentoo-b21bb84c.tar.bz2
gentoo-b21bb84c.zip
net-mail/pop2imap: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--net-mail/pop2imap/Manifest1
-rw-r--r--net-mail/pop2imap/pop2imap-1.18.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/net-mail/pop2imap/Manifest b/net-mail/pop2imap/Manifest
index 0c0b4e2564a0..22b5c2c5408c 100644
--- a/net-mail/pop2imap/Manifest
+++ b/net-mail/pop2imap/Manifest
@@ -1,2 +1 @@
-DIST pop2imap-1.18.tgz 20059 BLAKE2B 022eacdf48ca65f1f62372cbf3b63ca45906e8433d2797be3e7e49c0a72b85ef8ebf4466eef75d4643e1bdf1da32f83b1aa55744c910ca3e7dce143b49e3c836 SHA512 8b3a41cc2c7f9b51890d2ba19897f0b1576a027f0f3443fb3fcfeec9beecd797cba383ad83f0b56abb8e79625ad52b25fda20b94dc80cc11ddfe60550809a86f
DIST pop2imap-1.21.tgz 10920 BLAKE2B 6f35fc081aa2b27854aaeec191d9d084fbe063e647fc2042ff8a0670dd4420442e1d2da747b6c5ea05481c25751f8f5f774b0afef4d9007e09a15c879585a7e2 SHA512 8f49ce6ee0dbb71699ec83415f3002f752975eaa39c70ccdc0f2e62ab2791a29d483e1159c2ef035c411fe5e351b9c99845ba2451e95fd3331c3bfb03b8a061e
diff --git a/net-mail/pop2imap/pop2imap-1.18.ebuild b/net-mail/pop2imap/pop2imap-1.18.ebuild
deleted file mode 100644
index 6f6a40519685..000000000000
--- a/net-mail/pop2imap/pop2imap-1.18.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Synchronize mailboxes between a pop and an imap servers"
-HOMEPAGE="http://www.linux-france.org/prj/pop2imap/"
-SRC_URI="http://www.linux-france.org/prj/pop2imap/dist/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- dev-perl/Mail-POP3Client
- dev-perl/Mail-IMAPClient
- dev-perl/Email-Simple
- dev-perl/Date-Manip
- dev-perl/IO-Socket-SSL"
-
-src_install() {
- dobin pop2imap
- dodoc ChangeLog README VERSION
-}