From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2601515808F for ; Sat, 2 Apr 2022 09:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7058CE0878; Sat, 2 Apr 2022 09:09:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53E33E0878 for ; Sat, 2 Apr 2022 09:09:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8605E34178C for ; Sat, 2 Apr 2022 09:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08D4934C for ; Sat, 2 Apr 2022 09:09:45 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1648890570.ffa900461a2cfff75529c959c4d8f8aab0949b55.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/poker-eval/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/poker-eval/poker-eval-138.0.ebuild X-VCS-Directories: dev-games/poker-eval/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ffa900461a2cfff75529c959c4d8f8aab0949b55 X-VCS-Branch: master Date: Sat, 2 Apr 2022 09:09:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8edb5418-92b1-40b9-8c25-d5d7ebd0c446 X-Archives-Hash: 46d7bdfcbe2a62873ece3d8bbd1d8b2a commit: ffa900461a2cfff75529c959c4d8f8aab0949b55 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Apr 1 06:07:00 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Apr 2 09:09:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa90046 dev-games/poker-eval: fix HOMEPAGE, LICENSE Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24845 Signed-off-by: James Le Cuirot gentoo.org> dev-games/poker-eval/poker-eval-138.0.ebuild | 8 ++++---- 1 file 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"