Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/poker-eval/
Date: Sat, 02 Apr 2022 09:09:48
Message-Id: 1648890570.ffa900461a2cfff75529c959c4d8f8aab0949b55.chewi@gentoo
1 commit: ffa900461a2cfff75529c959c4d8f8aab0949b55
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Apr 1 06:07:00 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 09:09:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa90046
7
8 dev-games/poker-eval: fix HOMEPAGE, LICENSE
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/24845
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 dev-games/poker-eval/poker-eval-138.0.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-games/poker-eval/poker-eval-138.0.ebuild b/dev-games/poker-eval/poker-eval-138.0.ebuild
19 index 415cd26152e0..99c2da9ae20d 100644
20 --- a/dev-games/poker-eval/poker-eval-138.0.ebuild
21 +++ b/dev-games/poker-eval/poker-eval-138.0.ebuild
22 @@ -1,13 +1,13 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -DESCRIPTION="A fast C library for evaluating poker hands"
30 -HOMEPAGE="http://gna.org/projects/pokersource/"
31 +DESCRIPTION="Fast C library for evaluating poker hands"
32 +HOMEPAGE="http://pokersource.sourceforge.net/"
33 SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz"
34
35 -LICENSE="GPL-3"
36 +LICENSE="GPL-3+"
37 SLOT="0"
38 KEYWORDS="amd64 x86"