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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0696E15802C for ; Wed, 18 Dec 2024 00:34:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 468E2E0819; Wed, 18 Dec 2024 00:34:54 +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 2B766E0819 for ; Wed, 18 Dec 2024 00:34:54 +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 36B2C340813 for ; Wed, 18 Dec 2024 00:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1B5A16A1 for ; Wed, 18 Dec 2024 00:34:51 +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: <1734482080.4af895f8e6bef95ac810904b82d3223339c88f8f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4af895f8e6bef95ac810904b82d3223339c88f8f X-VCS-Branch: dev Date: Wed, 18 Dec 2024 00:34:51 +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: d820c6e9-4640-4284-9941-941cadec2054 X-Archives-Hash: fe9b42cf38f684cdc3cdb1d097414012 commit: 4af895f8e6bef95ac810904b82d3223339c88f8f Author: Julien Roy jroy ca> AuthorDate: Wed Dec 18 00:34:40 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed Dec 18 00:34:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4af895f8 profiles: add removal date for masked package Signed-off-by: Julien Roy jroy.ca> profiles/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/package.mask b/profiles/package.mask index 3b9c9e8a8..526c052bd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -21,6 +21,7 @@ # Julien Roy (2024-12-17) # Depends on dev-libs/icu:0/74.1 # Which has been dropped from ::gentoo +# Removal on 2025-12-17 sci-physics/openmodelica # Takuya Wakazono (2024-12-08) 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFD2B15802C for ; Wed, 18 Dec 2024 00:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A035E0819; Wed, 18 Dec 2024 00:36:13 +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 17544E077F for ; Wed, 18 Dec 2024 00:36:13 +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 51115335C36 for ; Wed, 18 Dec 2024 00:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17F716A1 for ; Wed, 18 Dec 2024 00:36:10 +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: <1734482080.4af895f8e6bef95ac810904b82d3223339c88f8f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4af895f8e6bef95ac810904b82d3223339c88f8f X-VCS-Branch: master Date: Wed, 18 Dec 2024 00:36:10 +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: abc4002b-ccba-4661-bb81-7a5676345ace X-Archives-Hash: 6a96506e645c612d99e3872a2450e481 Message-ID: <20241218003610.E70dL6V6oY_kHYEBPgQDd1emO86Cgs-U4QQYA8XPbmI@z> commit: 4af895f8e6bef95ac810904b82d3223339c88f8f Author: Julien Roy jroy ca> AuthorDate: Wed Dec 18 00:34:40 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed Dec 18 00:34:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4af895f8 profiles: add removal date for masked package Signed-off-by: Julien Roy jroy.ca> profiles/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/package.mask b/profiles/package.mask index 3b9c9e8a8..526c052bd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -21,6 +21,7 @@ # Julien Roy (2024-12-17) # Depends on dev-libs/icu:0/74.1 # Which has been dropped from ::gentoo +# Removal on 2025-12-17 sci-physics/openmodelica # Takuya Wakazono (2024-12-08)