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 ED44E15800D for ; Wed, 5 Jul 2023 20:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 266A5E08E0; Wed, 5 Jul 2023 20:49:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 07E00E08E0 for ; Wed, 5 Jul 2023 20:49:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 95F30341064 for ; Wed, 5 Jul 2023 20:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56D2CAD5 for ; Wed, 5 Jul 2023 20:49:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688590142.b80bbd20ccce2c59ef1676f06eebc9369bf88246.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild games-misc/fortune-mod/fortune-mod-3.12.0.ebuild games-misc/fortune-mod/fortune-mod-3.14.1-r1.ebuild games-misc/fortune-mod/fortune-mod-3.16.0-r1.ebuild games-misc/fortune-mod/fortune-mod-3.18.0.ebuild X-VCS-Directories: games-misc/fortune-mod/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b80bbd20ccce2c59ef1676f06eebc9369bf88246 X-VCS-Branch: master Date: Wed, 5 Jul 2023 20:49:13 +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: ca85f9b6-9dd4-4efc-9466-c0575b73e9e7 X-Archives-Hash: 1969caa1de4dcf9d299522e4e79440e1 commit: b80bbd20ccce2c59ef1676f06eebc9369bf88246 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 09:47:31 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 5 20:49:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80bbd20 games-misc/fortune-mod: remove dead HOMEPAGE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31735 Signed-off-by: Conrad Kostecki gentoo.org> games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild | 2 +- games-misc/fortune-mod/fortune-mod-3.12.0.ebuild | 4 ++-- games-misc/fortune-mod/fortune-mod-3.14.1-r1.ebuild | 4 ++-- games-misc/fortune-mod/fortune-mod-3.16.0-r1.ebuild | 2 +- games-misc/fortune-mod/fortune-mod-3.18.0.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild index edfe7632a275..bcd81354a081 100644 --- a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild +++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="The notorious fortune program" -HOMEPAGE="http://www.redellipse.net/code/fortune" +HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/" SRC_URI="http://www.redellipse.net/code/downloads/${P}.tar.gz" LICENSE="BSD" diff --git a/games-misc/fortune-mod/fortune-mod-3.12.0.ebuild b/games-misc/fortune-mod/fortune-mod-3.12.0.ebuild index 203ee916b253..dc2af1eb6e7f 100644 --- a/games-misc/fortune-mod/fortune-mod-3.12.0.ebuild +++ b/games-misc/fortune-mod/fortune-mod-3.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="The notorious fortune program" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/ http://www.redellipse.net/code/fortune" +HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/" SRC_URI="https://github.com/shlomif/fortune-mod/releases/download/${P}/${P}.tar.xz" LICENSE="BSD" diff --git a/games-misc/fortune-mod/fortune-mod-3.14.1-r1.ebuild b/games-misc/fortune-mod/fortune-mod-3.14.1-r1.ebuild index 47ab0deb5e40..4e7b95159733 100644 --- a/games-misc/fortune-mod/fortune-mod-3.14.1-r1.ebuild +++ b/games-misc/fortune-mod/fortune-mod-3.14.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="The notorious fortune program" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/ http://www.redellipse.net/code/fortune" +HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/" SRC_URI="https://www.shlomifish.org/open-source/projects/${PN}/arcs/${P}.tar.xz https://github.com/shlomif/fortune-mod/releases/download/${P}/${P}.tar.xz" diff --git a/games-misc/fortune-mod/fortune-mod-3.16.0-r1.ebuild b/games-misc/fortune-mod/fortune-mod-3.16.0-r1.ebuild index e4becfef23a3..2b6993226aed 100644 --- a/games-misc/fortune-mod/fortune-mod-3.16.0-r1.ebuild +++ b/games-misc/fortune-mod/fortune-mod-3.16.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="The notorious fortune program" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/ http://www.redellipse.net/code/fortune" +HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/" SRC_URI="https://www.shlomifish.org/open-source/projects/${PN}/arcs/${P}.tar.xz https://github.com/shlomif/fortune-mod/releases/download/${P}/${P}.tar.xz" diff --git a/games-misc/fortune-mod/fortune-mod-3.18.0.ebuild b/games-misc/fortune-mod/fortune-mod-3.18.0.ebuild index 2d2bc2b46478..cc3dc5c1a1fd 100644 --- a/games-misc/fortune-mod/fortune-mod-3.18.0.ebuild +++ b/games-misc/fortune-mod/fortune-mod-3.18.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="The notorious fortune program" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/ http://www.redellipse.net/code/fortune" +HOMEPAGE="https://www.shlomifish.org/open-source/projects/fortune-mod/" SRC_URI="https://www.shlomifish.org/open-source/projects/${PN}/arcs/${P}.tar.xz https://github.com/shlomif/fortune-mod/releases/download/${P}/${P}.tar.xz"