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-libs/libbloom/
Date: Sun, 26 Dec 2021 00:20:34
Message-Id: 1640477976.343de4e0f58ca393776cc0e4fc4b6560e52f5a58.sam@gentoo
1 commit: 343de4e0f58ca393776cc0e4fc4b6560e52f5a58
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:15:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:19:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343de4e0
7
8 net-libs/libbloom: drop trailing full stop from DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/libbloom/libbloom-1.5-r2.ebuild | 4 ++--
14 net-libs/libbloom/libbloom-1.6.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-libs/libbloom/libbloom-1.5-r2.ebuild b/net-libs/libbloom/libbloom-1.5-r2.ebuild
18 index 9be6bd8a03a9..17be8bdca711 100644
19 --- a/net-libs/libbloom/libbloom-1.5-r2.ebuild
20 +++ b/net-libs/libbloom/libbloom-1.5-r2.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 inherit toolchain-funcs
29
30 -DESCRIPTION="A simple and small bloom filter implementation in plain C."
31 +DESCRIPTION="A simple and small bloom filter implementation in plain C"
32 HOMEPAGE="https://github.com/jvirkki/libbloom"
33 SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35
36 diff --git a/net-libs/libbloom/libbloom-1.6.ebuild b/net-libs/libbloom/libbloom-1.6.ebuild
37 index 4ba1dfabf23f..a792f191fa46 100644
38 --- a/net-libs/libbloom/libbloom-1.6.ebuild
39 +++ b/net-libs/libbloom/libbloom-1.6.ebuild
40 @@ -5,7 +5,7 @@ EAPI=7
41
42 inherit toolchain-funcs
43
44 -DESCRIPTION="A simple and small bloom filter implementation in plain C."
45 +DESCRIPTION="A simple and small bloom filter implementation in plain C"
46 HOMEPAGE="https://github.com/jvirkki/libbloom"
47 SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"