public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2015-08-27  8:04 Tim Harder
  0 siblings, 0 replies; 17+ messages in thread
From: Tim Harder @ 2015-08-27  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0e3bda5b9e33321205f3df955a9357383f56aa55
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 08:03:32 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 08:03:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3bda5b

net-mail/imapsync: version bump

 net-mail/imapsync/Manifest              |  1 +
 net-mail/imapsync/imapsync-1.644.ebuild | 35 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index 83d3efc..69af836 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -1,2 +1,3 @@
 DIST imapsync-1.592.tgz 906578 SHA256 dd359a5b871dd278fbb39ba0c087576e97af1d746c49a104bc00a533b463ab64 SHA512 3d41b28396d9b8bf83200b324b2e312c76ef88e42f4ff8993c8d697b18f321400d7a157b1fee2d3ad4eae11400dc2186a18528bde50e370d856eac1b09c28f68 WHIRLPOOL ab0783acc911dacf394e19c4b3bbcd0bcc6de55088e11846271a590ffd4d79935d2bcffbe601bd1e599dffd1df5d9ade0fc6578b9252d3363f81f3982e96ff34
 DIST imapsync-1.607.tgz 973467 SHA256 784331cfa6cc391751dcdc5290eba5d50bf3ddbe9b213f072b413941a3fe4f2a SHA512 2630d32683f74ec260d322d2d9f13fb30938c077275cd43cece392b43bbdf8989f8ff6df648d520b785a568bf5d6f45d43761bf4fb94649e210611224ad43841 WHIRLPOOL b2c089879a475aba14fec66912d024b1365e0b6c7bf56c3e4c291c3f5c96008ff302241d3a8675c82dc1fced36ca88a05b06054058c107edcfd7f73bac7e9544
+DIST imapsync-1.644.tgz 972719 SHA256 7eba670442400265246a90296d28731effdbef20ebdb768e08045d8f4149d1d2 SHA512 0e246b142e5e9066ce8a328ce57731c5c9006746bb58dff5c681dcc0596cea25f51bda3a50a7d3d4262efb2e720da3b380b68aa34c0db8f76fae7a6049f9fa2b WHIRLPOOL 4cbd71c2cdfbe51a811d378991f5aa7125efcdaa766eb5907e6cecbb43e8eced62fb6b19b27d853615fc51f8853fece427bf4d8ac26169bf9f76bdee77997592

diff --git a/net-mail/imapsync/imapsync-1.644.ebuild b/net-mail/imapsync/imapsync-1.644.ebuild
new file mode 100644
index 0000000..b7267a9
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.644.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+	dev-perl/Unicode-String
+	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() { :; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2016-10-27  5:13 Tim Harder
  0 siblings, 0 replies; 17+ messages in thread
From: Tim Harder @ 2016-10-27  5:13 UTC (permalink / raw
  To: gentoo-commits

commit:     706e9bfef2cd7dce0715829acaa64069411d0e9e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 05:11:16 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 05:13:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706e9bfe

net-mail/imapsync: version bump to 1.684

 net-mail/imapsync/Manifest              |  1 +
 net-mail/imapsync/imapsync-1.684.ebuild | 37 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index 69af836..17f2df7 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -1,3 +1,4 @@
 DIST imapsync-1.592.tgz 906578 SHA256 dd359a5b871dd278fbb39ba0c087576e97af1d746c49a104bc00a533b463ab64 SHA512 3d41b28396d9b8bf83200b324b2e312c76ef88e42f4ff8993c8d697b18f321400d7a157b1fee2d3ad4eae11400dc2186a18528bde50e370d856eac1b09c28f68 WHIRLPOOL ab0783acc911dacf394e19c4b3bbcd0bcc6de55088e11846271a590ffd4d79935d2bcffbe601bd1e599dffd1df5d9ade0fc6578b9252d3363f81f3982e96ff34
 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

diff --git a/net-mail/imapsync/imapsync-1.684.ebuild b/net-mail/imapsync/imapsync-1.684.ebuild
new file mode 100644
index 00000000..190ff67
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.684.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A tool allowing incremental and recursive IMAP transfers between mailboxes"
+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
+	dev-perl/Unicode-String
+	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
+
+	default
+}
+
+src_compile() { :; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2017-10-11 17:24 Tim Harder
  0 siblings, 0 replies; 17+ messages in thread
From: Tim Harder @ 2017-10-11 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e6e5a14fc055fa22be7227fe763c737655b68a02
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 17:21:28 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 17:23:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e5a14f

net-mail/imapsync: version bump to 1.836

Closes: https://bugs.gentoo.org/618048

 net-mail/imapsync/Manifest              |  1 +
 net-mail/imapsync/imapsync-1.836.ebuild | 40 +++++++++++++++++++++++++++++++++
 net-mail/imapsync/metadata.xml          |  3 +++
 3 files changed, 44 insertions(+)

diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index 17f2df7b4bc..570594e870c 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 00000000000..4982c8458d8
--- /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 1c3bc7b3fce..f33498ee6d1 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>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2018-04-27 10:13 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-04-27 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7e0c14c8bcfb0e5a51ca1ca7ce82aedc1444f8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 10:13:06 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 10:13:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7e0c14

net-mail/imapsync: add a missing dependency.

Closes: https://bugs.gentoo.org/652916
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-mail/imapsync/imapsync-1.836.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-mail/imapsync/imapsync-1.836.ebuild b/net-mail/imapsync/imapsync-1.836.ebuild
index 4982c8458d8..1a4e6a72185 100644
--- a/net-mail/imapsync/imapsync-1.836.ebuild
+++ b/net-mail/imapsync/imapsync-1.836.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,14 +11,18 @@ LICENSE="WTFPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
+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


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2018-05-12 20:24 Robin H. Johnson
  0 siblings, 0 replies; 17+ messages in thread
From: Robin H. Johnson @ 2018-05-12 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e3dfa35b046380c1309d7348f651b4086d3309dc
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 20:12:46 2018 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat May 12 20:14:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dfa35b

net-mail/imapsync: bump & missing deps

Many missing deps added, major upstream changes included.

PPC keyword temporarily dropped pending keywording of:
dev-perl/App-cpanminus
dev-perl/Data-Uniqid
dev-perl/PAR

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Package-Manager: Portage-2.3.33, Repoman-2.3.9

 net-mail/imapsync/Manifest              |  1 +
 net-mail/imapsync/imapsync-1.882.ebuild | 95 +++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index f37e9108471..f0d5edc9740 100644
--- a/net-mail/imapsync/Manifest
+++ b/net-mail/imapsync/Manifest
@@ -3,3 +3,4 @@ DIST imapsync-1.607.tgz 973467 BLAKE2B 6be72efeca6797ae4ba823de0d9a763990fec25ae
 DIST imapsync-1.644.tgz 972719 BLAKE2B ab1c36f465a941a2f42fd5ae7c4d56576e9fe2d8f0ba16638a7f9ff73bfbb9e04655dba18f04f870c7113d07aa0aa8c84746587a265473bd8683fc765c436121 SHA512 0e246b142e5e9066ce8a328ce57731c5c9006746bb58dff5c681dcc0596cea25f51bda3a50a7d3d4262efb2e720da3b380b68aa34c0db8f76fae7a6049f9fa2b
 DIST imapsync-1.684.tgz 1030626 BLAKE2B b229f8be4ed9dd0f3bd5ec838517031ec951cdb05012c1def4fc0c1005506bed81b85f089410eb3dad443623d1b13883311a741272a9297ed3e36e0852213818 SHA512 3c85d3c6252765a717386a8687a2bc15da4522219d67c09a2cf27b452623fd0e5f382c53473b9b628dae7fc261d8db99d54bd8dad9e656e29096c0f06f0867ca
 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.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
new file mode 100644
index 00000000000..dc2734c050f
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.882.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/${P}.tar.gz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# ppc dropped pending keywording of:
+# dev-perl/App-cpanminus
+# dev-perl/Data-Uniqid
+# dev-perl/PAR
+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/File-Copy-Recursive
+	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/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
+	dev-perl/Readonly-XS
+	dev-perl/Regexp-Common
+	dev-perl/Sys-MemInfo
+	dev-perl/Sys-MemInfo
+	dev-perl/TermReadKey
+	dev-perl/TermReadKey
+	dev-perl/Try-Tiny
+	dev-perl/Unicode-String
+	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-MD5
+	virtual/perl-Digest-SHA
+	virtual/perl-Encode
+	virtual/perl-MIME-Base64
+	"
+	# Not yet in tree:
+	# HTML::Entities
+	# JSON::WebToken
+	# JSON::WebToken::Crypt::RSA
+RDEPEND="
+	${DEPEND}
+	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"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare() {
+	sed -e "s/^install: testp/install:/" \
+		-e "/^DO_IT/,/^$/d" \
+		-i "${S}"/Makefile || die
+
+	default
+}
+
+src_compile() { :; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2018-06-30 16:18 Robin H. Johnson
  0 siblings, 0 replies; 17+ messages in thread
From: Robin H. Johnson @ 2018-06-30 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     491ef9f971b0d6de0040992f9e07ff7dedf79be9
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 16:16:41 2018 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 16:18:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491ef9f9

net-mail/imapsync: fix *DEPEND variable name flip

CLoses: https://bugs.gentoo.org/655992
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-mail/imapsync/imapsync-1.882.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
index dc2734c050f..d3498548fa2 100644
--- a/net-mail/imapsync/imapsync-1.882.ebuild
+++ b/net-mail/imapsync/imapsync-1.882.ebuild
@@ -31,7 +31,6 @@ RDEPEND="
 	dev-perl/JSON
 	dev-perl/libwww-perl
 	dev-perl/Mail-IMAPClient
-	dev-perl/Mail-IMAPClient
 	dev-perl/Module-Implementation
 	dev-perl/Module-Runtime
 	dev-perl/Module-ScanDeps
@@ -41,22 +40,17 @@ RDEPEND="
 	dev-perl/PAR
 	dev-perl/Parse-RecDescent
 	dev-perl/Readonly
-	dev-perl/Readonly
 	dev-perl/Readonly-XS
 	dev-perl/Regexp-Common
 	dev-perl/Sys-MemInfo
-	dev-perl/Sys-MemInfo
-	dev-perl/TermReadKey
 	dev-perl/TermReadKey
 	dev-perl/Try-Tiny
 	dev-perl/Unicode-String
-	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-MD5
 	virtual/perl-Digest-SHA
 	virtual/perl-Encode
 	virtual/perl-MIME-Base64
@@ -65,8 +59,8 @@ RDEPEND="
 	# HTML::Entities
 	# JSON::WebToken
 	# JSON::WebToken::Crypt::RSA
-RDEPEND="
-	${DEPEND}
+DEPEND="
+	${RDEPEND}
 	test? (
 		virtual/perl-Test
 		dev-perl/Test-Deep


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2020-10-15 22:25 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2020-10-15 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cf7cf0a318b3c4d7b0f132360ebec643e0d7ba86
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 22:25:33 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 22:25:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7cf0a3

net-mail/imapsync: keyworded 1.882 for ppc

keyworded wrt bug #748561

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.882.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
index d3498548fa2..fd46531dcda 100644
--- a/net-mail/imapsync/imapsync-1.882.ebuild
+++ b/net-mail/imapsync/imapsync-1.882.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 # ppc dropped pending keywording of:
 # dev-perl/App-cpanminus
 # dev-perl/Data-Uniqid


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2020-12-03 17:37 Thomas Deutschmann
  0 siblings, 0 replies; 17+ messages in thread
From: Thomas Deutschmann @ 2020-12-03 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b60e13564bfef4316cf3f07b2a3cde26402a28
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 17:33:17 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 17:37:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b60e13

net-mail/imapsync: x86 stable (bug #757198)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.882.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
index fd46531dcda..62e41191691 100644
--- a/net-mail/imapsync/imapsync-1.882.ebuild
+++ b/net-mail/imapsync/imapsync-1.882.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 # ppc dropped pending keywording of:
 # dev-perl/App-cpanminus
 # dev-perl/Data-Uniqid


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2020-12-04 18:31 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2020-12-04 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     40698860884391379cf630e9af0e7bcc3b7d045f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 18:28:57 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 18:31:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40698860

net-mail/imapsync: stable 1.882 for ppc

stable wrt bug #757198

Package-Manager: Portage-3.0.11, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.882.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
index 62e41191691..9fef3c968f7 100644
--- a/net-mail/imapsync/imapsync-1.882.ebuild
+++ b/net-mail/imapsync/imapsync-1.882.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 # ppc dropped pending keywording of:
 # dev-perl/App-cpanminus
 # dev-perl/Data-Uniqid


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2020-12-15 10:37 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-12-15 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     941f3655648e2b03f1d3aab477eedba43c9c8c5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 10:36:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 10:36:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941f3655

net-mail/imapsync: Stabilize 1.882 amd64, #757198

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.882.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild
index 9fef3c968f7..1341851d6e3 100644
--- a/net-mail/imapsync/imapsync-1.882.ebuild
+++ b/net-mail/imapsync/imapsync-1.882.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 # ppc dropped pending keywording of:
 # dev-perl/App-cpanminus
 # dev-perl/Data-Uniqid


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2020-12-15 20:20 Aaron Bauman
  0 siblings, 0 replies; 17+ messages in thread
From: Aaron Bauman @ 2020-12-15 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dbce50f0da90410dd631dd6c8c4ce2226cbef563
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 13:30:09 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 20:19:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbce50f0

net-mail/imapsync: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-mail/imapsync/Manifest                 |  2 --
 net-mail/imapsync/imapsync-1.592-r1.ebuild | 33 ----------------------
 net-mail/imapsync/imapsync-1.836.ebuild    | 44 ------------------------------
 3 files changed, 79 deletions(-)

diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest
index aca256c5abf..406d2d7a76f 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 65e587b45b5..00000000000
--- 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 1a4e6a72185..00000000000
--- 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() { :; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2021-01-18  3:30 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-01-18  3:30 UTC (permalink / raw
  To: gentoo-commits

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() { :; }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2021-01-19 15:32 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-01-19 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f10e9091531116898769a770d456bb86de42fb5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 15:32:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 15:32:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10e9091

net-mail/imapsync: Keyword 1.977 ppc, #765853

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.977.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild
index 86eee1532aa..77e3d52596f 100644
--- a/net-mail/imapsync/imapsync-1.977.ebuild
+++ b/net-mail/imapsync/imapsync-1.977.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 #IUSE="test" # not fully supported yet
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2021-02-18 17:12 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-02-18 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     17157af49c5b325a780905965306ce98793c24dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 17:12:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 17:12:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17157af4

net-mail/imapsync: Stabilize 1.977 amd64, #771228

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.977.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild
index 77e3d52596f..b433e53a6df 100644
--- a/net-mail/imapsync/imapsync-1.977.ebuild
+++ b/net-mail/imapsync/imapsync-1.977.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 #IUSE="test" # not fully supported yet
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2021-02-18 17:15 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-02-18 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a45d695e8c78b88c1bbb4ad476c7ca000f13254f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 17:15:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 17:15:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45d695e

net-mail/imapsync: Stabilize 1.977 ppc, #771228

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.977.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild
index b433e53a6df..f2772528c3f 100644
--- a/net-mail/imapsync/imapsync-1.977.ebuild
+++ b/net-mail/imapsync/imapsync-1.977.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 #IUSE="test" # not fully supported yet
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2021-02-18 23:25 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-02-18 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7bd09099cc00d9bb1e05353bdec57db1bac6c28b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 23:24:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 23:24:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd09099

net-mail/imapsync: Stabilize 1.977 x86, #771228

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.977.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/imapsync/imapsync-1.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild
index f2772528c3f..94d001832ff 100644
--- a/net-mail/imapsync/imapsync-1.977.ebuild
+++ b/net-mail/imapsync/imapsync-1.977.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 #IUSE="test" # not fully supported yet
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/
@ 2021-11-06  0:00 Zac Medico
  0 siblings, 0 replies; 17+ messages in thread
From: Zac Medico @ 2021-11-06  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     105ee673c0cc84877a6b9841d05e82e0cd808bae
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 23:54:52 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 23:59:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105ee673

net-mail/imapsync: Add lsb-release BDEPEND

Closes: https://bugs.gentoo.org/727832
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-mail/imapsync/imapsync-1.977.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mail/imapsync/imapsync-1.977.ebuild b/net-mail/imapsync/imapsync-1.977.ebuild
index 94d001832ff..98cb42dd636 100644
--- a/net-mail/imapsync/imapsync-1.977.ebuild
+++ b/net-mail/imapsync/imapsync-1.977.ebuild
@@ -58,6 +58,7 @@ RDEPEND="
 	# JSON::WebToken
 	# JSON::WebToken::Crypt::RSA
 DEPEND="${RDEPEND}"
+BDEPEND="sys-apps/lsb-release"
 	#test? (
 	#	virtual/perl-Test
 	#	dev-perl/Test-Deep


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-11-06  0:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-30 16:18 [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/ Robin H. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2021-11-06  0:00 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
2021-01-18  3:30 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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox