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 7C9D21581D3 for ; Sun, 19 May 2024 17:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EDABE2A04; Sun, 19 May 2024 17:02:42 +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 2032DE2A04 for ; Sun, 19 May 2024 17:02:42 +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 2D9A033BE93 for ; Sun, 19 May 2024 17:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB7671AE2 for ; Sun, 19 May 2024 17:02:39 +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: <1716138096.10a2eeaa541f883efbb3bd3f8e882e01506d8ed0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild media-gfx/graphicsmagick/graphicsmagick-9999.ebuild media-gfx/graphicsmagick/metadata.xml X-VCS-Directories: media-gfx/graphicsmagick/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10a2eeaa541f883efbb3bd3f8e882e01506d8ed0 X-VCS-Branch: master Date: Sun, 19 May 2024 17:02:39 +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: 73dfcf93-db96-4d1d-9eac-2b36c0573159 X-Archives-Hash: 7ed0c2cc464a24c6c77726f1a6861fa0 commit: 10a2eeaa541f883efbb3bd3f8e882e01506d8ed0 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Sun May 19 13:01:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 19 17:01:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a2eeaa media-gfx/graphicsmagick: update HOMEPAGE and git repo URL Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Sam James gentoo.org> media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild | 4 ++-- media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 4 ++-- media-gfx/graphicsmagick/metadata.xml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild index bcb46f3bd183..b432b8a3f02f 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild @@ -7,10 +7,10 @@ inherit autotools toolchain-funcs MY_P=${P/graphicsm/GraphicsM} DESCRIPTION="Collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/ https://hg.osdn.net/view/graphicsmagick/GM" +HOMEPAGE="http://www.graphicsmagick.org/ https://foss.heptapod.net/graphicsmagick/graphicsmagick" if [[ ${PV} == 9999 ]] ; then - EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code" + EHG_REPO_URI="https://foss.heptapod.net/${PN}/${PN}" inherit mercurial else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bobfriesenhahn.asc diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index c0a63edddd7d..10e4e41e90d6 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -7,10 +7,10 @@ inherit autotools toolchain-funcs MY_P=${P/graphicsm/GraphicsM} DESCRIPTION="Collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/ https://hg.osdn.net/view/graphicsmagick/GM" +HOMEPAGE="http://www.graphicsmagick.org/ https://foss.heptapod.net/graphicsmagick/graphicsmagick" if [[ ${PV} == 9999 ]] ; then - EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code" + EHG_REPO_URI="https://foss.heptapod.net/${PN}/${PN}" inherit mercurial else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bobfriesenhahn.asc diff --git a/media-gfx/graphicsmagick/metadata.xml b/media-gfx/graphicsmagick/metadata.xml index 77c1abede762..99ba429c7cac 100644 --- a/media-gfx/graphicsmagick/metadata.xml +++ b/media-gfx/graphicsmagick/metadata.xml @@ -26,5 +26,6 @@ graphicsmagick + graphicsmagick/graphicsmagick