From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 765A9138239 for ; Sat, 7 Sep 2019 20:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756E3E0916; Sat, 7 Sep 2019 20:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3B02E0916 for ; Sat, 7 Sep 2019 20:59:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60DFB34AE56 for ; Sat, 7 Sep 2019 20:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D0E4A8 for ; Sat, 7 Sep 2019 20:59:19 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1567889930.81e9c2ac67b548824bdd3c49d80feff6e03dcf40.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/isync/Manifest net-mail/isync/isync-1.3.1.ebuild net-mail/isync/isync-9999.ebuild X-VCS-Directories: net-mail/isync/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 81e9c2ac67b548824bdd3c49d80feff6e03dcf40 X-VCS-Branch: master Date: Sat, 7 Sep 2019 20:59:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd87b88e-c6d7-4acd-829a-054d9e5ad11b X-Archives-Hash: ce195454d782d6a797ff99228cd6fb00 commit: 81e9c2ac67b548824bdd3c49d80feff6e03dcf40 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Sep 7 20:58:50 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Sep 7 20:58:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e9c2ac net-mail/isync: Version bump, bug 689044 Closes: https://bugs.gentoo.org/689044 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> net-mail/isync/Manifest | 1 + net-mail/isync/{isync-9999.ebuild => isync-1.3.1.ebuild} | 6 ++++-- net-mail/isync/isync-9999.ebuild | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest index b40b69a042a..ca24db4d87f 100644 --- a/net-mail/isync/Manifest +++ b/net-mail/isync/Manifest @@ -1 +1,2 @@ DIST isync-1.3.0.tar.gz 309459 BLAKE2B 852b37e1d9d5b0c4fc2f84305e88263adff5448ea355782da17f295a22e3265e68edcc049ce6172155ab0be7518a0431091d45f4e012f49b500fde7c28491ece SHA512 b5186f2afe97cab58ce55d3ec19ae7371676ae614448614a9e3e02d09662c34b74e559f0926661fa0300ab22dab9e2e9089b78ee38b94141ff3f8b4d75578ffa +DIST isync-1.3.1.tar.gz 311868 BLAKE2B e7eae36407873b8f9f3c4e9a827e719aefa608994f5a48a93779207148123c7b796f6aa8ad8157f5eb9e863c5845889ad595d23570f12a0520fe997f8282158c SHA512 59d702d41d4a4e72f03cb282b414d0bb859593171763e845bc24d116a74f807a79e5be61f1dd1f59a9ece492322bceac156b08958a246cbfbe7f230fab4cdda2 diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-1.3.1.ebuild similarity index 91% copy from net-mail/isync/isync-9999.ebuild copy to net-mail/isync/isync-1.3.1.ebuild index a91ca12fb5b..a9663859bf8 100644 --- a/net-mail/isync/isync-9999.ebuild +++ b/net-mail/isync/isync-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,9 @@ RDEPEND=" ) zlib? ( sys-libs/zlib:0= ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-lang/perl +" src_prepare () { default diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild index a91ca12fb5b..a9663859bf8 100644 --- a/net-mail/isync/isync-9999.ebuild +++ b/net-mail/isync/isync-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,9 @@ RDEPEND=" ) zlib? ( sys-libs/zlib:0= ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-lang/perl +" src_prepare () { default