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 /net-mail/pop2imap/pop2imap-1.18.ebuild
parentnet-mail/pop2imap: stabilize x86 (diff)
downloadgentoo-b21bb84c3a6b0e30be11274bea5f402d8b1bcd19.tar.gz
gentoo-b21bb84c3a6b0e30be11274bea5f402d8b1bcd19.tar.bz2
gentoo-b21bb84c3a6b0e30be11274bea5f402d8b1bcd19.zip
net-mail/pop2imap: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail/pop2imap/pop2imap-1.18.ebuild')
-rw-r--r--net-mail/pop2imap/pop2imap-1.18.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-}