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 C081D138350 for ; Wed, 5 Feb 2020 11:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C566FE0A7E; Wed, 5 Feb 2020 11:57:59 +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 ABEF6E0A7E for ; Wed, 5 Feb 2020 11:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C0A7034E78F for ; Wed, 5 Feb 2020 11:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6613EB0 for ; Wed, 5 Feb 2020 11:57:57 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1580903862.2f49402df6a9eefef4537dc176c045b6b94ec9e5.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libasr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libasr/Manifest net-libs/libasr/libasr-1.0.2.ebuild net-libs/libasr/libasr-1.0.4.ebuild X-VCS-Directories: net-libs/libasr/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 2f49402df6a9eefef4537dc176c045b6b94ec9e5 X-VCS-Branch: master Date: Wed, 5 Feb 2020 11:57:57 +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: 55370fce-6c70-4e46-ab28-973a0f80a636 X-Archives-Hash: 40619866c09b134dda46e9680678d7b3 commit: 2f49402df6a9eefef4537dc176c045b6b94ec9e5 Author: Jason A. Donenfeld gentoo org> AuthorDate: Wed Feb 5 11:57:42 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Wed Feb 5 11:57:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f49402d net-libs/libasr: bump to 1.0.4 and eapi 7 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld gentoo.org> net-libs/libasr/Manifest | 2 +- net-libs/libasr/{libasr-1.0.2.ebuild => libasr-1.0.4.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libasr/Manifest b/net-libs/libasr/Manifest index 5df96c3d491..ff5031a63ae 100644 --- a/net-libs/libasr/Manifest +++ b/net-libs/libasr/Manifest @@ -1 +1 @@ -DIST libasr-1.0.2.tar.gz 406428 BLAKE2B 527ad44cc4202dd195d6376cfa25b5d8946f24df9c64b91b3468ee961b6d3228f8a3d38c94299e630df7088ae0bf7b16bdb560521124f2a3ee77edb2e67539d0 SHA512 a4825a30130f70a452044c484871ac37459e1c1e6659c4c38dead7d3abbdaecb3517b7accb46586537975fee033857566fd279ecf97ae87dc80bb6bcdd467d3e +DIST libasr-1.0.4.tar.gz 413258 BLAKE2B 971dabb83e322808344c4b53622623556f662c6ada200862469dcfe4f0277ade438b39e0c0e19d372622dfd3c3bc69c2bf1ca22200e6318c062f280f72efc15e SHA512 6f189f9f492da8204396fe1246b4a0162751b2060a881469649ecf987b7ac1cc834193d2052e80a09bf94fedc8fc64123e9dfcfe3a2e4395f9e26d37afc84501 diff --git a/net-libs/libasr/libasr-1.0.2.ebuild b/net-libs/libasr/libasr-1.0.4.ebuild similarity index 88% rename from net-libs/libasr/libasr-1.0.2.ebuild rename to net-libs/libasr/libasr-1.0.4.ebuild index d58a1e62537..8c80ebc6632 100644 --- a/net-libs/libasr/libasr-1.0.2.ebuild +++ b/net-libs/libasr/libasr-1.0.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Async Resolver Library from OpenBSD/OpenSMTPD" HOMEPAGE="https://github.com/OpenSMTPD/libasr"