summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-10-11 12:21:28 -0500
committerTim Harder <radhermit@gentoo.org>2017-10-11 12:23:50 -0500
commite6e5a14fc055fa22be7227fe763c737655b68a02 (patch)
tree4ddc2fc466ca23f55a093d255afdc6951ae1d356 /net-mail/imapsync
parentwww-servers/tomcat: version bump for slot 7 (diff)
downloadgentoo-e6e5a14fc055fa22be7227fe763c737655b68a02.tar.gz
gentoo-e6e5a14fc055fa22be7227fe763c737655b68a02.tar.bz2
gentoo-e6e5a14fc055fa22be7227fe763c737655b68a02.zip
net-mail/imapsync: version bump to 1.836
Closes: https://bugs.gentoo.org/618048
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r--net-mail/imapsync/Manifest1
-rw-r--r--net-mail/imapsync/imapsync-1.836.ebuild40
-rw-r--r--net-mail/imapsync/metadata.xml3
3 files changed, 44 insertions, 0 deletions
diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index 17f2df7b4bc7..570594e870c5 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -2,3 +2,4 @@ DIST imapsync-1.592.tgz 906578 SHA256 dd359a5b871dd278fbb39ba0c087576e97af1d746c
DIST imapsync-1.607.tgz 973467 SHA256 784331cfa6cc391751dcdc5290eba5d50bf3ddbe9b213f072b413941a3fe4f2a SHA512 2630d32683f74ec260d322d2d9f13fb30938c077275cd43cece392b43bbdf8989f8ff6df648d520b785a568bf5d6f45d43761bf4fb94649e210611224ad43841 WHIRLPOOL b2c089879a475aba14fec66912d024b1365e0b6c7bf56c3e4c291c3f5c96008ff302241d3a8675c82dc1fced36ca88a05b06054058c107edcfd7f73bac7e9544
DIST imapsync-1.644.tgz 972719 SHA256 7eba670442400265246a90296d28731effdbef20ebdb768e08045d8f4149d1d2 SHA512 0e246b142e5e9066ce8a328ce57731c5c9006746bb58dff5c681dcc0596cea25f51bda3a50a7d3d4262efb2e720da3b380b68aa34c0db8f76fae7a6049f9fa2b WHIRLPOOL 4cbd71c2cdfbe51a811d378991f5aa7125efcdaa766eb5907e6cecbb43e8eced62fb6b19b27d853615fc51f8853fece427bf4d8ac26169bf9f76bdee77997592
DIST imapsync-1.684.tgz 1030626 SHA256 ab4409c50949fc829bc212d7d9a4919dcafd3ccc55bce6e4e5b11bb8946a98c6 SHA512 3c85d3c6252765a717386a8687a2bc15da4522219d67c09a2cf27b452623fd0e5f382c53473b9b628dae7fc261d8db99d54bd8dad9e656e29096c0f06f0867ca WHIRLPOOL ca98df4c238fcea21e318b01d3273bc21120c1aa1a9b8df5169d13ae76dc2bef509267dc86962421a3264b7415d6d5394584abca6657d33bcf80ca7985cd8c45
+DIST imapsync-1.836.tar.gz 1741595 SHA256 544b8394df6db8722bfd02c8150f3dc5ca48900605efc7f965c1968ce64f3d0a SHA512 f1ea1ef887ebcfa62c90254b3738602dc78275400a7d8dd5af33bc399c82c28d8567ee42d9ebf85735e7df857bf548608e09f01a06bd146f317faa3b4702cbeb WHIRLPOOL ed60191c6b844cd1a19d27cbea2d9c100c707e5a1973fdd0a20f5f400df78536533a4ac6ff55a31b551a79e2dee0cdf0865623ece4ee96a6e18d526c61af7424
diff --git a/net-mail/imapsync/imapsync-1.836.ebuild b/net-mail/imapsync/imapsync-1.836.ebuild
new file mode 100644
index 000000000000..4982c8458d86
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.836.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 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/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() { :; }
diff --git a/net-mail/imapsync/metadata.xml b/net-mail/imapsync/metadata.xml
index 1c3bc7b3fcef..f33498ee6d14 100644
--- a/net-mail/imapsync/metadata.xml
+++ b/net-mail/imapsync/metadata.xml
@@ -5,4 +5,7 @@
<email>net-mail@gentoo.org</email>
<name>Net-Mail</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">imapsync/imapsync</remote-id>
+ </upstream>
</pkgmetadata>