diff options
author | 2021-12-26 00:15:09 +0000 | |
---|---|---|
committer | 2021-12-26 00:19:36 +0000 | |
commit | 343de4e0f58ca393776cc0e4fc4b6560e52f5a58 (patch) | |
tree | b19f6c327a3969cb83b2ea5ac6ab4a08db8dc0da | |
parent | net-irc/limnoria-plugins-progval: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-343de4e0f58ca393776cc0e4fc4b6560e52f5a58.tar.gz gentoo-343de4e0f58ca393776cc0e4fc4b6560e52f5a58.tar.bz2 gentoo-343de4e0f58ca393776cc0e4fc4b6560e52f5a58.zip |
net-libs/libbloom: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-libs/libbloom/libbloom-1.5-r2.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libbloom/libbloom-1.6.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libbloom/libbloom-1.5-r2.ebuild b/net-libs/libbloom/libbloom-1.5-r2.ebuild index 9be6bd8a03a9..17be8bdca711 100644 --- a/net-libs/libbloom/libbloom-1.5-r2.ebuild +++ b/net-libs/libbloom/libbloom-1.5-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="A simple and small bloom filter implementation in plain C." +DESCRIPTION="A simple and small bloom filter implementation in plain C" HOMEPAGE="https://github.com/jvirkki/libbloom" SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/net-libs/libbloom/libbloom-1.6.ebuild b/net-libs/libbloom/libbloom-1.6.ebuild index 4ba1dfabf23f..a792f191fa46 100644 --- a/net-libs/libbloom/libbloom-1.6.ebuild +++ b/net-libs/libbloom/libbloom-1.6.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit toolchain-funcs -DESCRIPTION="A simple and small bloom filter implementation in plain C." +DESCRIPTION="A simple and small bloom filter implementation in plain C" HOMEPAGE="https://github.com/jvirkki/libbloom" SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |