media-libs/libpng-compat: update HOMEPAGE, align ebuilds

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43408
Closes: https://github.com/gentoo/gentoo/pull/43408
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2025-08-11 09:33:55 +02:00
committed by Sam James
parent eb8888706d
commit 51490d8789
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,11 +7,11 @@ EAPI=8
inherit libtool multilib-minimal
MY_P=libpng-${PV}
MY_P="libpng-${PV}"
DESCRIPTION="Portable Network Graphics library"
HOMEPAGE="http://www.libpng.org/"
HOMEPAGE="https://www.libpng.org/"
SRC_URI="https://downloads.sourceforge.net/libpng/${MY_P}.tar.xz"
S="${WORKDIR}"/${MY_P}
S="${WORKDIR}/${MY_P}"
LICENSE="libpng"
SLOT="1.2"

View File

@@ -9,7 +9,7 @@ inherit libtool multilib-minimal
MY_P="libpng-${PV}"
DESCRIPTION="Portable Network Graphics library"
HOMEPAGE="http://www.libpng.org/"
HOMEPAGE="https://www.libpng.org/"
SRC_URI="https://downloads.sourceforge.net/libpng/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"