public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
Date: Mon, 18 Jan 2021 03:30:37 +0000 (UTC)	[thread overview]
Message-ID: <1610940629.0fcd13dd0a3e1a100381123a75753dede7d4fe93.sam@gentoo> (raw)

commit:     0fcd13dd0a3e1a100381123a75753dede7d4fe93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 03:21:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 03:30:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd13dd

net-mail/imapsync: bump to 1.977

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/imapsync/Manifest              |  1 +
 net-mail/imapsync/imapsync-1.977.ebuild | 84 +++++++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+)

diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index 406d2d7a76f..2db9f5643e0 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -1 +1,2 @@
 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.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild
new file mode 100644
index 00000000000..86eee1532aa
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.977.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+#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/Encode-IMAPUTF7
+	dev-perl/File-Copy-Recursive
+	dev-perl/File-Tail
+	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"
+
+src_prepare() {
+	sed -e "s/^install: testp/install:/" \
+		-e "/^DO_IT/,/^$/d" \
+		-i "${S}"/Makefile || die
+
+	default
+}
+
+src_compile() { :; }


             reply	other threads:[~2021-01-18  3:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18  3:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-06  0:00 [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/ Zac Medico
2021-02-18 23:25 Sam James
2021-02-18 17:15 Sam James
2021-02-18 17:12 Sam James
2021-01-19 15:32 Sam James
2020-12-15 20:20 Aaron Bauman
2020-12-15 10:37 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-12-03 17:37 Thomas Deutschmann
2020-10-15 22:25 Sergei Trofimovich
2018-06-30 16:18 Robin H. Johnson
2018-05-12 20:24 Robin H. Johnson
2018-04-27 10:13 Patrice Clement
2017-10-11 17:24 Tim Harder
2016-10-27  5:13 Tim Harder
2015-08-27  8:04 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610940629.0fcd13dd0a3e1a100381123a75753dede7d4fe93.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox