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 D7C12158086 for ; Thu, 25 Nov 2021 14:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7D52BC00C; Thu, 25 Nov 2021 14:45:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 10F642BC00C for ; Thu, 25 Nov 2021 14:45:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5149A342CC1 for ; Thu, 25 Nov 2021 14:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F8F11D4 for ; Thu, 25 Nov 2021 14:45:18 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637851512.af580119fb0a6eb0b36b04a70b705fc892d64bd9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pnglite/pnglite-0.1.17-r1.ebuild X-VCS-Directories: media-libs/pnglite/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: af580119fb0a6eb0b36b04a70b705fc892d64bd9 X-VCS-Branch: master Date: Thu, 25 Nov 2021 14:45:18 +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: 8e71e72d-6f8c-4010-88f3-6848ac8084a3 X-Archives-Hash: 06e577b4abf6496937c27ef1f233ba17 commit: af580119fb0a6eb0b36b04a70b705fc892d64bd9 Author: Marek Szuba gentoo org> AuthorDate: Thu Nov 25 14:43:49 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 25 14:45:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af580119 media-libs/pnglite: update SRC_URI It actually appeared to work fine without "project/" - but let's do this properly and use the exact URI to which the old one now gets redirected. Signed-off-by: Marek Szuba gentoo.org> media-libs/pnglite/pnglite-0.1.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild index 4b5669ea7d37..fbbb21944154 100644 --- a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild +++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="Small and simple library for loading and writing PNG images" HOMEPAGE="https://sourceforge.net/projects/pnglite/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.zip" +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip" LICENSE="ZLIB" SLOT="0"