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 CB52F158089 for ; Tue, 10 Oct 2023 13:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 062C72BC017; Tue, 10 Oct 2023 13:16:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDD112BC017 for ; Tue, 10 Oct 2023 13:16:05 +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 E45F2335C31 for ; Tue, 10 Oct 2023 13:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90509EBF for ; Tue, 10 Oct 2023 13:16:03 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1696943728.4cb2763d07a8b8759f686a457d0c13cad2b1c326.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/moodle/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/moodle/Manifest www-apps/moodle/moodle-4.2.2.ebuild www-apps/moodle/moodle-4.2.3.ebuild X-VCS-Directories: www-apps/moodle/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4cb2763d07a8b8759f686a457d0c13cad2b1c326 X-VCS-Branch: master Date: Tue, 10 Oct 2023 13:16:03 +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: 0fd833c7-8ee0-4c2e-afb2-9e70c8273b9f X-Archives-Hash: 2120c1cf64de5655dd2ec472c659e282 commit: 4cb2763d07a8b8759f686a457d0c13cad2b1c326 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Oct 10 13:15:28 2023 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Oct 10 13:15:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb2763d www-apps/moodle: add 4.2.3, drop 4.2.2 Signed-off-by: Anthony G. Basile gentoo.org> www-apps/moodle/Manifest | 2 +- www-apps/moodle/{moodle-4.2.2.ebuild => moodle-4.2.3.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/moodle/Manifest b/www-apps/moodle/Manifest index 012e01eaffb5..45fd1486cd68 100644 --- a/www-apps/moodle/Manifest +++ b/www-apps/moodle/Manifest @@ -1 +1 @@ -DIST moodle-4.2.2.tgz 65324589 BLAKE2B d11a64482dc9f2ac2acf995883fa1fe3c5b9f611e49324957c5857a4be5deb32fbf78880f12e653816ada4ebf629d3f5587567448b466a475763cd92b0e4d6c9 SHA512 b0302a12b90249dd61159cfa552cbf87b7fc7288c5a4c0a1cda657c07e1e988b7c569b2e5c8ce88a5517ac97fd52b20e4c5a1cb37cfd6e94a91edb8d26e51ecd +DIST moodle-4.2.3.tgz 65362300 BLAKE2B 953a010efe4b5b90cddb5538720c164a96554965ca67a386c48c908334fd8ca57c78a6923d9a2332056a1c1b5281b32bfd0203f77c7f42c87cc6674408663a7c SHA512 43352b5f840f012aa3c460adeb1b68e5db5201102157c85449902edda9e95abd94e2aa526251a97e07af4d0e75b82eaa83bd3d6f26718095e10e3cc9956f22ce diff --git a/www-apps/moodle/moodle-4.2.2.ebuild b/www-apps/moodle/moodle-4.2.3.ebuild similarity index 100% rename from www-apps/moodle/moodle-4.2.2.ebuild rename to www-apps/moodle/moodle-4.2.3.ebuild