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 C3E4615802E for ; Fri, 28 Jun 2024 14:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DEECE2BAF; Fri, 28 Jun 2024 14:00:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 56A2EE2BAF for ; Fri, 28 Jun 2024 14:00:30 +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 9672433BF41 for ; Fri, 28 Jun 2024 14:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF8C41D85 for ; Fri, 28 Jun 2024 14:00:27 +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: <1719583220.d367e378dfe5c9673880a92ab5dbfa102bee24ab.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/meson-mode/meson-mode-9999.ebuild X-VCS-Directories: app-emacs/meson-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d367e378dfe5c9673880a92ab5dbfa102bee24ab X-VCS-Branch: master Date: Fri, 28 Jun 2024 14:00:27 +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: 6257600b-48ff-4d43-9c2f-0be96cbefef7 X-Archives-Hash: fcb8e46964aa8ff690ed016cfdcc3741 commit: d367e378dfe5c9673880a92ab5dbfa102bee24ab Author: Maciej Barć gentoo org> AuthorDate: Fri Jun 28 13:55:18 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Jun 28 14:00:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d367e378 app-emacs/meson-mode: sync live 9999 version Signed-off-by: Maciej Barć gentoo.org> app-emacs/meson-mode/meson-mode-9999.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/app-emacs/meson-mode/meson-mode-9999.ebuild b/app-emacs/meson-mode/meson-mode-9999.ebuild new file mode 100644 index 000000000000..2af5cb5acb4e --- /dev/null +++ b/app-emacs/meson-mode/meson-mode-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 + +inherit elisp + +DESCRIPTION="A GNU Emacs major mode for Meson build-system files" +HOMEPAGE="https://github.com/wentasah/meson-mode" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/wentasah/${PN}.git" +else + SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="amd64 ~arm64 ~riscv" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el"