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 B9834158090 for ; Sun, 29 May 2022 23:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51028E0955; Sun, 29 May 2022 23:06:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E4EB0E095C for ; Sun, 29 May 2022 23:06:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC15A34187F for ; Sun, 29 May 2022 23:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CA534C3 for ; Sun, 29 May 2022 23:06:46 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653858481.6db729f112844298196d188177bba363334834b6.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/lodepng/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/lodepng/Manifest media-libs/lodepng/lodepng-20210627-r1.ebuild media-libs/lodepng/lodepng-20210627.ebuild X-VCS-Directories: media-libs/lodepng/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6db729f112844298196d188177bba363334834b6 X-VCS-Branch: dev Date: Sun, 29 May 2022 23:06:46 +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: 8c109f33-ec07-4881-9c52-38fdb26f9f02 X-Archives-Hash: 6a877ce69beefe8054ddd4bfca49b186 commit: 6db729f112844298196d188177bba363334834b6 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 21:08:01 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 29 21:08:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6db729f1 media-libs/lodepng: add subslot Signed-off-by: Alessandro Barbieri gmail.com> media-libs/lodepng/Manifest | 2 +- .../lodepng/{lodepng-20210627.ebuild => lodepng-20210627-r1.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/lodepng/Manifest b/media-libs/lodepng/Manifest index 9c8e5d286..b67c6d112 100644 --- a/media-libs/lodepng/Manifest +++ b/media-libs/lodepng/Manifest @@ -1 +1 @@ -DIST lodepng-20210627-8c6a9e30576f07bf470ad6f09458a2dcd7a6a84a.tar.gz 242778 BLAKE2B eb4b95fdc800b070c96d3303d2c44a33b4304dae946b26569f52a1ad8847d049108975b082ba49b35c84b97bd1ce58ba74885c6dc843e1e8a73446de1c167369 SHA512 2e0abc063be45dc04a070656260e9a2b9fa1172433cdd7d4988f0afc11751ad28aa802350598ef0e2b27c2c011fd9d9f7ab7f267b0bfcdf28f9f708b888c4411 +DIST lodepng-20210627-8c6a9e30576f07bf470ad6f09458a2dcd7a6a84a.gh.tar.gz 242778 BLAKE2B eb4b95fdc800b070c96d3303d2c44a33b4304dae946b26569f52a1ad8847d049108975b082ba49b35c84b97bd1ce58ba74885c6dc843e1e8a73446de1c167369 SHA512 2e0abc063be45dc04a070656260e9a2b9fa1172433cdd7d4988f0afc11751ad28aa802350598ef0e2b27c2c011fd9d9f7ab7f267b0bfcdf28f9f708b888c4411 diff --git a/media-libs/lodepng/lodepng-20210627.ebuild b/media-libs/lodepng/lodepng-20210627-r1.ebuild similarity index 91% rename from media-libs/lodepng/lodepng-20210627.ebuild rename to media-libs/lodepng/lodepng-20210627-r1.ebuild index c579c7860..7dda29727 100644 --- a/media-libs/lodepng/lodepng-20210627.ebuild +++ b/media-libs/lodepng/lodepng-20210627-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,11 +10,11 @@ HOMEPAGE=" http://lodev.org/lodepng https://github.com/lvandeve/lodepng " -SRC_URI="https://github.com/lvandeve/lodepng/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT}.tar.gz" +SRC_URI="https://github.com/lvandeve/lodepng/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT}.gh.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="ZLIB" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="benchmark pngdetail showpng test"