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 E9C57158094 for ; Fri, 23 Sep 2022 03:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE81AE0BB8; Fri, 23 Sep 2022 03:01:39 +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 DA5DAE0BB8 for ; Fri, 23 Sep 2022 03:01:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23E61341089 for ; Fri, 23 Sep 2022 03:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF1A5CD for ; Fri, 23 Sep 2022 03:01:36 +0000 (UTC) From: "Zhang Zheng" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zhang Zheng" Message-ID: <1663902046.cef0b19b7b9a6f31c7a3a770197cf023a6d0b867.zhangzheng.dylan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ddnet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ddnet/Manifest games-action/ddnet/ddnet-16.3.2.ebuild games-action/ddnet/ddnet-16.4.ebuild X-VCS-Directories: games-action/ddnet/ X-VCS-Committer: zhangzheng.dylan X-VCS-Committer-Name: Zhang Zheng X-VCS-Revision: cef0b19b7b9a6f31c7a3a770197cf023a6d0b867 X-VCS-Branch: dev Date: Fri, 23 Sep 2022 03:01:36 +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: 9af3cdce-f9a7-421f-939c-5a89d08b458b X-Archives-Hash: 3495b53e80d9cc597c20e2cfb0e3fc3b commit: cef0b19b7b9a6f31c7a3a770197cf023a6d0b867 Author: Big Pineapple foxmail com> AuthorDate: Fri Sep 23 02:59:42 2022 +0000 Commit: Zhang Zheng foxmail com> CommitDate: Fri Sep 23 03:00:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cef0b19b games-action/ddnet: add 16.4, drop 16.3.2 Signed-off-by: Big Pineapple foxmail.com> games-action/ddnet/Manifest | 2 +- games-action/ddnet/{ddnet-16.3.2.ebuild => ddnet-16.4.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/ddnet/Manifest b/games-action/ddnet/Manifest index 310cba617..3efea2392 100644 --- a/games-action/ddnet/Manifest +++ b/games-action/ddnet/Manifest @@ -1 +1 @@ -DIST ddnet-16.3.2.tar.gz 35885532 BLAKE2B 9ba13ef9bf6f31cd1084a88a4156db5abb5163e3566201f94872b9a32ed94750d356f5209e62fb4d98272164816b66d48d34415f978188212db044fcc157375b SHA512 6ddfb80f742d674a87d4953aab708e05d4efce2758dd91a1366454a799d10b607a2b3beba75d1104b49870cc4ebdbb3631478c11403a14cf7f9507666741169b +DIST ddnet-16.4.tar.gz 35885750 BLAKE2B 0ed16b83f1b4327f3bac0687372bdcdf362385ac5e553ab62c0bf80e853a0f3a3dee46e3a114b61e462de60794b7e08c77d9000eba31bba867c73612e68e5c64 SHA512 a1215f052a42e346510c2303dcf008f00b78bd99fa869ff65b8383c473c3d09fd53066264ba826f0a4462232f9ad860792a1d5f8fd96417d3118f311e527070d diff --git a/games-action/ddnet/ddnet-16.3.2.ebuild b/games-action/ddnet/ddnet-16.4.ebuild similarity index 96% rename from games-action/ddnet/ddnet-16.3.2.ebuild rename to games-action/ddnet/ddnet-16.4.ebuild index 8f3b5f9c0..03ca0306c 100644 --- a/games-action/ddnet/ddnet-16.3.2.ebuild +++ b/games-action/ddnet/ddnet-16.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-any-r1 xdg DESCRIPTION="DDraceNetwork, a cooperative racing mod of Teeworlds " -HOMEPAGE="https://ddnet.tw/ +HOMEPAGE="https://ddnet.org/ https://github.com/ddnet/ddnet" SRC_URI="https://github.com/ddnet/ddnet/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" @@ -50,7 +50,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - >=dev-lang/python-3.8:3.8 + >=dev-lang/python-3.9 dev-util/cmake dev-util/glslang dev-util/spirv-tools