mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user