summaryrefslogtreecommitdiff
path: root/net-mail/isync
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /net-mail/isync
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'net-mail/isync')
-rw-r--r--net-mail/isync/Manifest4
-rw-r--r--net-mail/isync/isync-1.3.1.ebuild4
-rw-r--r--net-mail/isync/isync-9999.ebuild6
3 files changed, 7 insertions, 7 deletions
diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index 472200303803..2b879adb2267 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -1,4 +1,4 @@
DIST isync-1.3.1.tar.gz 311868 BLAKE2B e7eae36407873b8f9f3c4e9a827e719aefa608994f5a48a93779207148123c7b796f6aa8ad8157f5eb9e863c5845889ad595d23570f12a0520fe997f8282158c SHA512 59d702d41d4a4e72f03cb282b414d0bb859593171763e845bc24d116a74f807a79e5be61f1dd1f59a9ece492322bceac156b08958a246cbfbe7f230fab4cdda2
-EBUILD isync-1.3.1.ebuild 847 BLAKE2B da908a26f1d0afcf55304c26833e816ffeec41aaa6fce5d5a47e6a86e6092dcfa0a775fbd959599522d8f092c614787fb3fe59d308bbb5b28c7f8ddd7ace20bf SHA512 db8cb458e1af7b1a2b3e7794adc99e47d5474fe868840237001ab3d4b9dde4da7c838e310a1626bc0616549594d9f6682997693c880df572a33a47cd1384aeee
-EBUILD isync-9999.ebuild 849 BLAKE2B ad7c0cd7fa2f4b2d6efea4de7743b2173d513cf78d247a684787a97b433435d28d3468964699f543cda45d69c96a2a8dbdb59a580d52db50933efb2bc7f122d9 SHA512 981add2caff2810e074a8b0944d3ee59bd9ab35976baa4d436a0e16e145422a6aaa7c42efd162927db4129191027c6781d0f457faf25e8cd05c436541f579dff
+EBUILD isync-1.3.1.ebuild 845 BLAKE2B 5ebdb96732a4cf424dee5bb149b939748cec6b0324bd1f0ee9b65124499357c22a5f30116973848150807c4fb5f2e74d8f0a803612927bd96f57a759968cb97b SHA512 ad2cd3affdaf1697188ce60d2d00934f0315b3f1fc4041923e18f95451bd481f95601e3810529cc9b9f5e877dc974a8bee242fed8090b16beaa054e869f22d49
+EBUILD isync-9999.ebuild 847 BLAKE2B 48d95904f5ffdaae8199b0a122adcb497129faef094cec4fce61f969def88b23b0b58860e6ea3fc11d64459ddfc3b389afa692b037977c25e3438942e59e83c9 SHA512 993d8e67255b4c2044cabb1d7a85eaaf248816e9d88d399b2f2b292fbcb85ae3697fceee191efa28caaabc2b5dcf733f795101d0c4bf272ba504ab7940c704e5
MISC metadata.xml 295 BLAKE2B 018d8692cf8398f0fe616b81594313139e4a2e8d07724fcca621ae325b0ecef76bed8c9142847483240cb5b597c936600152ce92ead3de8ebc66c74e7fd89039 SHA512 74a5fc01fe3cf7826ba041fb90bb6aeb3c1a1e4ba8f3807a17a3defc08d5e2f507f88ac52a458b9707fa5a877dd3f63210227a7637fcd35574c09e073896457f
diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild
index dbd86955dbcb..83a9098db3da 100644
--- a/net-mail/isync/isync-1.3.1.ebuild
+++ b/net-mail/isync/isync-1.3.1.ebuild
@@ -31,12 +31,12 @@ DEPEND="${RDEPEND}
dev-lang/perl
"
-src_prepare () {
+src_prepare() {
default
[[ ${PV} == 9999 ]] && eautoreconf
}
-src_configure () {
+src_configure() {
econf \
$(use_with ssl) \
$(use_with sasl) \
diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild
index a9663859bf83..c9d9c4a0112f 100644
--- a/net-mail/isync/isync-9999.ebuild
+++ b/net-mail/isync/isync-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,12 +31,12 @@ DEPEND="${RDEPEND}
dev-lang/perl
"
-src_prepare () {
+src_prepare() {
default
[[ ${PV} == 9999 ]] && eautoreconf
}
-src_configure () {
+src_configure() {
econf \
$(use_with ssl) \
$(use_with sasl) \