Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsasl/
Date: Mon, 01 Feb 2021 05:49:06
Message-Id: 1612158533.27f4ad69d65a5121afa6bc8e465fb80bb104c04a.sam@gentoo
1 commit: 27f4ad69d65a5121afa6bc8e465fb80bb104c04a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 05:48:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 05:48:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f4ad69
7
8 net-misc/gsasl: add note to bump with net-libs/libgsasl
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/gsasl/gsasl-1.10.0.ebuild | 1 +
14 net-misc/gsasl/gsasl-1.8.0-r1.ebuild | 3 ++-
15 net-misc/gsasl/gsasl-1.8.1.ebuild | 3 ++-
16 3 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/gsasl/gsasl-1.10.0.ebuild b/net-misc/gsasl/gsasl-1.10.0.ebuild
19 index abf23f7845d..058ca1ab674 100644
20 --- a/net-misc/gsasl/gsasl-1.10.0.ebuild
21 +++ b/net-misc/gsasl/gsasl-1.10.0.ebuild
22 @@ -5,6 +5,7 @@ EAPI=7
23
24 inherit autotools
25
26 +# NOTE: Please bump with net-libs/libgsasl
27 DESCRIPTION="The GNU SASL client, server, and library"
28 HOMEPAGE="https://www.gnu.org/software/gsasl/"
29 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
30
31 diff --git a/net-misc/gsasl/gsasl-1.8.0-r1.ebuild b/net-misc/gsasl/gsasl-1.8.0-r1.ebuild
32 index a1e9339e1b7..35ba6ca5ea1 100644
33 --- a/net-misc/gsasl/gsasl-1.8.0-r1.ebuild
34 +++ b/net-misc/gsasl/gsasl-1.8.0-r1.ebuild
35 @@ -1,10 +1,11 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41
42 inherit autotools
43
44 +# NOTE: Please bump with net-libs/libgsasl
45 DESCRIPTION="The GNU SASL client, server, and library"
46 HOMEPAGE="https://www.gnu.org/software/gsasl/"
47 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
48
49 diff --git a/net-misc/gsasl/gsasl-1.8.1.ebuild b/net-misc/gsasl/gsasl-1.8.1.ebuild
50 index b98f4c28835..06d078bb87f 100644
51 --- a/net-misc/gsasl/gsasl-1.8.1.ebuild
52 +++ b/net-misc/gsasl/gsasl-1.8.1.ebuild
53 @@ -1,10 +1,11 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 +# Copyright 1999-2021 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59
60 inherit autotools
61
62 +# NOTE: Please bump with net-libs/libgsasl
63 DESCRIPTION="The GNU SASL client, server, and library"
64 HOMEPAGE="https://www.gnu.org/software/gsasl/"
65 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"