Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
Date: Thu, 25 Nov 2021 14:45:24
Message-Id: 1637851512.af580119fb0a6eb0b36b04a70b705fc892d64bd9.marecki@gentoo
1 commit: af580119fb0a6eb0b36b04a70b705fc892d64bd9
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 14:43:49 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 14:45:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af580119
7
8 media-libs/pnglite: update SRC_URI
9
10 It actually appeared to work fine without "project/" - but let's do this
11 properly and use the exact URI to which the old one now gets redirected.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 media-libs/pnglite/pnglite-0.1.17-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
19 index 4b5669ea7d37..fbbb21944154 100644
20 --- a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
21 +++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
22 @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs
23
24 DESCRIPTION="Small and simple library for loading and writing PNG images"
25 HOMEPAGE="https://sourceforge.net/projects/pnglite/"
26 -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.zip"
27 +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip"
28
29 LICENSE="ZLIB"
30 SLOT="0"