Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primesieve/
Date: Sun, 26 Dec 2021 00:20:37
Message-Id: 1640477985.f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2.sam@gentoo
1 commit: f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 00:15:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 00:19:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a4d48f
7
8 sci-mathematics/primesieve: 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 sci-mathematics/primesieve/primesieve-7.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/primesieve/primesieve-7.7.ebuild b/sci-mathematics/primesieve/primesieve-7.7.ebuild
17 index 5d26f8b6a858..dff175df46b6 100644
18 --- a/sci-mathematics/primesieve/primesieve-7.7.ebuild
19 +++ b/sci-mathematics/primesieve/primesieve-7.7.ebuild
20 @@ -5,7 +5,7 @@ EAPI=8
21
22 inherit cmake
23
24 -DESCRIPTION="CLI and library for quickly generating prime numbers."
25 +DESCRIPTION="CLI and library for quickly generating prime numbers"
26 HOMEPAGE="https://github.com/kimwalisch/primesieve"
27 SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="BSD-2"