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 43F3C158089 for ; Fri, 20 Oct 2023 09:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 850E62BC055; Fri, 20 Oct 2023 09:11:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A50F2BC055 for ; Fri, 20 Oct 2023 09:11: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ADD2335CDF for ; Fri, 20 Oct 2023 09:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149871149 for ; Fri, 20 Oct 2023 09:11:03 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1697792653.9593a5b05f7dc3e64a8e038d908cdd66fc3c093f.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: snippets/ebuild-mode/ X-VCS-Repository: proj/emacs-ebuild-snippets X-VCS-Files: snippets/ebuild-mode/dotnet_pkg_compat.yas X-VCS-Directories: snippets/ebuild-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 9593a5b05f7dc3e64a8e038d908cdd66fc3c093f X-VCS-Branch: master Date: Fri, 20 Oct 2023 09:11: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: 6ed3dc48-51a2-499b-933d-b0bcd57f9f45 X-Archives-Hash: de2470e343270a9ba071f8832d2030af commit: 9593a5b05f7dc3e64a8e038d908cdd66fc3c093f Author: Maciej Barć gentoo org> AuthorDate: Fri Oct 20 09:04:13 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Oct 20 09:04:13 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=9593a5b0 add dotnet_pkg_compat.yas Signed-off-by: Maciej Barć gentoo.org> snippets/ebuild-mode/dotnet_pkg_compat.yas | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/snippets/ebuild-mode/dotnet_pkg_compat.yas b/snippets/ebuild-mode/dotnet_pkg_compat.yas new file mode 100644 index 0000000..f865d4e --- /dev/null +++ b/snippets/ebuild-mode/dotnet_pkg_compat.yas @@ -0,0 +1,26 @@ +# -*- mode: snippet -*- + + +# Copyright 2023 Gentoo Authors + + +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with GNU Emacs. If not, see . + + +# name: dotnet_pkg_compat +# key: dotnet_pkg_compat= + + +# -- +DOTNET_PKG_COMPAT=${1:7.0} \ No newline at end of file