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 7CE1315806E for ; Wed, 24 May 2023 20:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E8BBE079C; Wed, 24 May 2023 20:37:08 +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 1F1D9E0794 for ; Wed, 24 May 2023 20:37:08 +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 0874E340C6C for ; Wed, 24 May 2023 20:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60094A77 for ; Wed, 24 May 2023 20:37:05 +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: <1684960520.6e34d66196c60ca865ad51fa25f950e932bc3d4b.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/meson_src_configure.yas X-VCS-Directories: snippets/ebuild-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6e34d66196c60ca865ad51fa25f950e932bc3d4b X-VCS-Branch: master Date: Wed, 24 May 2023 20:37:05 +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: 2b02de02-9f86-4a2c-a4df-79726cb06da7 X-Archives-Hash: bdd69e92e5224ba2dcb892f855ebc047 commit: 6e34d66196c60ca865ad51fa25f950e932bc3d4b Author: Maciej Barć gentoo org> AuthorDate: Wed May 24 20:35:20 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed May 24 20:35:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=6e34d661 snippets/ebuild-mode: add meson_src_configure.yas Signed-off-by: Maciej Barć gentoo.org> snippets/ebuild-mode/meson_src_configure.yas | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/snippets/ebuild-mode/meson_src_configure.yas b/snippets/ebuild-mode/meson_src_configure.yas new file mode 100644 index 0000000..eb2509b --- /dev/null +++ b/snippets/ebuild-mode/meson_src_configure.yas @@ -0,0 +1,29 @@ +# -*- mode: snippet; indent-tabs-mode: t; -*- + + +# 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: meson_src_configure +# key: meson_src_configure + + +# -- +local -a emesonargs=( + $0 +) +meson_src_configure