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 2114D1382C5 for ; Mon, 1 Feb 2021 05:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E70E09BF; Mon, 1 Feb 2021 05:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3DEA7E09BF for ; Mon, 1 Feb 2021 05:49:04 +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 E1B38340DFC for ; Mon, 1 Feb 2021 05:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E0FB9 for ; Mon, 1 Feb 2021 05:49:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612158493.0d3be585fdec58361ed44a9b3e033f48c0fc8ee7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgsasl/libgsasl-1.10.0.ebuild net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild net-libs/libgsasl/libgsasl-1.8.1.ebuild X-VCS-Directories: net-libs/libgsasl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d3be585fdec58361ed44a9b3e033f48c0fc8ee7 X-VCS-Branch: master Date: Mon, 1 Feb 2021 05:49:01 +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: 86ec9536-f295-4202-8d6c-2b628b1a32ce X-Archives-Hash: 4d5cbd71bfab8de57a312c5e8878db1b commit: 0d3be585fdec58361ed44a9b3e033f48c0fc8ee7 Author: Sam James gentoo org> AuthorDate: Mon Feb 1 05:48:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 1 05:48:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3be585 net-libs/libgsasl: add note to bump with net-misc/gsasl Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-libs/libgsasl/libgsasl-1.10.0.ebuild | 1 + net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 1 + net-libs/libgsasl/libgsasl-1.8.1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-libs/libgsasl/libgsasl-1.10.0.ebuild b/net-libs/libgsasl/libgsasl-1.10.0.ebuild index 8be209781db..8340dee0fd7 100644 --- a/net-libs/libgsasl/libgsasl-1.10.0.ebuild +++ b/net-libs/libgsasl/libgsasl-1.10.0.ebuild @@ -5,6 +5,7 @@ EAPI=7 inherit autotools +# NOTE: Please bump with net-misc/gsasl DESCRIPTION="The GNU SASL library" HOMEPAGE="https://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz" diff --git a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild index a1b730b55ff..3c6634c1ebe 100644 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 inherit autotools +# NOTE: Please bump with net-misc/gsasl DESCRIPTION="The GNU SASL library" HOMEPAGE="https://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz" diff --git a/net-libs/libgsasl/libgsasl-1.8.1.ebuild b/net-libs/libgsasl/libgsasl-1.8.1.ebuild index 1cb716fb63b..f83373ad3e8 100644 --- a/net-libs/libgsasl/libgsasl-1.8.1.ebuild +++ b/net-libs/libgsasl/libgsasl-1.8.1.ebuild @@ -5,6 +5,7 @@ EAPI=7 inherit autotools +# NOTE: Please bump with net-misc/gsasl DESCRIPTION="The GNU SASL library" HOMEPAGE="https://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"