diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-01 08:07:00 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-02 10:09:30 +0100 |
commit | ffa900461a2cfff75529c959c4d8f8aab0949b55 (patch) | |
tree | cb212b2dcca78309a661d1518a467d61de1b715e /dev-games | |
parent | games-engines/zoom: EAPI8 bump, update HOMEPAGE (diff) | |
download | gentoo-ffa900461a2cfff75529c959c4d8f8aab0949b55.tar.gz gentoo-ffa900461a2cfff75529c959c4d8f8aab0949b55.tar.bz2 gentoo-ffa900461a2cfff75529c959c4d8f8aab0949b55.zip |
dev-games/poker-eval: fix HOMEPAGE, LICENSE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24845
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/poker-eval/poker-eval-138.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/poker-eval/poker-eval-138.0.ebuild b/dev-games/poker-eval/poker-eval-138.0.ebuild index 415cd26152e0..99c2da9ae20d 100644 --- a/dev-games/poker-eval/poker-eval-138.0.ebuild +++ b/dev-games/poker-eval/poker-eval-138.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="A fast C library for evaluating poker hands" -HOMEPAGE="http://gna.org/projects/pokersource/" +DESCRIPTION="Fast C library for evaluating poker hands" +HOMEPAGE="http://pokersource.sourceforge.net/" SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" |