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 BC0D215817D for ; Sat, 15 Jun 2024 11:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A93E42BC01F; Sat, 15 Jun 2024 11:12:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 77AAB2BC017 for ; Sat, 15 Jun 2024 11:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 33DCA33BEBE for ; Sat, 15 Jun 2024 11:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 922511CA4 for ; Sat, 15 Jun 2024 11:12:16 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1718411114.1e37f258832298ba95fcc42173ea21f1a47f19b6.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/pdpmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/pdpmake/Manifest dev-build/pdpmake/pdpmake-1.4.3.ebuild dev-build/pdpmake/pdpmake-2.0.0.ebuild X-VCS-Directories: dev-build/pdpmake/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1e37f258832298ba95fcc42173ea21f1a47f19b6 X-VCS-Branch: master Date: Sat, 15 Jun 2024 11:12:16 +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: 7a75cb39-0caa-46d5-a566-305b10623920 X-Archives-Hash: eb7cf5e0aa138ea61e18cbd33d089587 commit: 1e37f258832298ba95fcc42173ea21f1a47f19b6 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Jun 15 00:24:11 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Jun 15 00:25:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e37f258 dev-build/pdpmake: add 2.0.0, drop 1.4.3 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-build/pdpmake/Manifest | 2 +- dev-build/pdpmake/{pdpmake-1.4.3.ebuild => pdpmake-2.0.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-build/pdpmake/Manifest b/dev-build/pdpmake/Manifest index f6366dd06..7257c2d24 100644 --- a/dev-build/pdpmake/Manifest +++ b/dev-build/pdpmake/Manifest @@ -1 +1 @@ -DIST pdpmake-1.4.3.tgz 45668 BLAKE2B ee2f42e426330003c62a28cc933ef30d94e13c08578c8fdd28b655902cc33d59eb6d1f3211182248e295cbc40a3d5c1a02ad994a305b73622eb97b09f7083318 SHA512 8c85aa85da9058fbfcf3c566ec1d4244fd8a88e58a6dc9bde90bb87117b9237abb01437a78e28cb441523ed6c08db7a08ef837444c3a5d797c42b519b76761ca +DIST pdpmake-2.0.0.tgz 45689 BLAKE2B 7935058a02c2c390ac7a207dacc1a26f7ee9f28bc0455932784abb5edb1c90abe400d54fbf8a81da21d3e84a90ddd49e277b728b3e757a0dae7f8018a8c1163e SHA512 05913dcc9263300797e9b1df45d2afbb04ae8e6a527f0bbd1b59453b4818cf516b877823a06e771f77e7d1ffbf458d9bdb75146e69093129bd6ff2d831dfd9b0 diff --git a/dev-build/pdpmake/pdpmake-1.4.3.ebuild b/dev-build/pdpmake/pdpmake-2.0.0.ebuild similarity index 89% rename from dev-build/pdpmake/pdpmake-1.4.3.ebuild rename to dev-build/pdpmake/pdpmake-2.0.0.ebuild index cb0f1475d..da617d88c 100644 --- a/dev-build/pdpmake/pdpmake-1.4.3.ebuild +++ b/dev-build/pdpmake/pdpmake-2.0.0.ebuild @@ -14,7 +14,7 @@ src_test() { pushd ./testsuite || die # Call manually instead of using `make test` - # Seems to run in POSIX mode otherwise, leading to POSIX 202x tests being skipped + # Seems to run in POSIX mode otherwise, leading to POSIX 2024 tests being skipped ./runtest || die popd