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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD9461382C5 for ; Mon, 18 Jan 2021 16:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1751CE07B3; Mon, 18 Jan 2021 16:23:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEB93E07B3 for ; Mon, 18 Jan 2021 16:23:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF9D5340A9C for ; Mon, 18 Jan 2021 16:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F7F92 for ; Mon, 18 Jan 2021 16:23:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610986943.e052c574b5b6906a09ef202fd9fcb0e6ce316608.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmldoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmldoc/htmldoc-1.8.30.ebuild app-text/htmldoc/htmldoc-1.9.11-r1.ebuild X-VCS-Directories: app-text/htmldoc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e052c574b5b6906a09ef202fd9fcb0e6ce316608 X-VCS-Branch: master Date: Mon, 18 Jan 2021 16:23:35 +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: c64110a8-d3a3-4479-8766-ffbc49d64495 X-Archives-Hash: 6529a3ec70ac5985881ed9487d396442 commit: e052c574b5b6906a09ef202fd9fcb0e6ce316608 Author: Sam James gentoo org> AuthorDate: Mon Jan 18 16:22:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 18 16:22:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e052c574 app-text/htmldoc: fix HOMEPAGE Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-text/htmldoc/htmldoc-1.8.30.ebuild | 4 ++-- app-text/htmldoc/htmldoc-1.9.11-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/htmldoc/htmldoc-1.8.30.ebuild b/app-text/htmldoc/htmldoc-1.8.30.ebuild index 61956c4652b..cbff036765a 100644 --- a/app-text/htmldoc/htmldoc-1.8.30.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs xdg DESCRIPTION="Convert HTML pages into a PDF document" -HOMEPAGE="http://www.msweet.org/projects.php?Z1" +HOMEPAGE="https://www.msweet.org/htmldoc/" SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz" IUSE="fltk" SLOT="0" diff --git a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild index b506567a49a..7c364dc21f2 100644 --- a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild +++ b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools toolchain-funcs xdg DESCRIPTION="Convert HTML pages into a PDF document" -HOMEPAGE="http://www.msweet.org/projects.php?Z1" +HOMEPAGE="https://www.msweet.org/htmldoc/" SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz" SLOT="0"