commit:     f3f0284b03ba6210b93301e61c71d7043807063b
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 22 02:38:35 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Oct 23 21:53:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f0284b

x11-libs/agg: update HOMEPAGE to archive.org, wire up sourceforge

Old homepage is dead, but as seen on the archive.org version,
sourceforge is very much canonical.

(Sadly none of this helps fix bugs or resolve other packages bundling
personalized copies for 20 years, but at least make this discoverable?)

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 x11-libs/agg/agg-2.5-r3.ebuild | 5 ++++-
 x11-libs/agg/metadata.xml      | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
index ab411ab9ed51..12b591e829f8 100644
--- a/x11-libs/agg/agg-2.5-r3.ebuild
+++ b/x11-libs/agg/agg-2.5-r3.ebuild
@@ -5,7 +5,10 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="High quality rendering engine library for C++"
-HOMEPAGE="http://antigrain.com/";
+HOMEPAGE="
+       https://web.archive.org/web/20180307180425/http://www.antigrain.com/
+       https://sourceforge.net/projects/agg/
+"
 SRC_URI="http://antigrain.com/${P}.tar.gz";
 
 LICENSE="GPL-2 gpc? ( free-noncomm )"

diff --git a/x11-libs/agg/metadata.xml b/x11-libs/agg/metadata.xml
index 3cc14c73b0ea..42ff4cd9a4be 100644
--- a/x11-libs/agg/metadata.xml
+++ b/x11-libs/agg/metadata.xml
@@ -2,6 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
 <!-- maintainer-needed -->
+<upstream>
+       <remote-id type="sourceforge">agg</remote-id>
+</upstream>
 <use>
        <flag name="gpc">Enable gpc polygon clipper library</flag>
 </use>

Reply via email to