commit:     a933ec4946af86876b76d91a432dfe2cf1eb834b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 21:10:08 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 21:50:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a933ec49

app-emacs/meson-mode: bump to 0.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/meson-mode/Manifest              |  1 +
 app-emacs/meson-mode/meson-mode-0.4.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/meson-mode/Manifest b/app-emacs/meson-mode/Manifest
index bd14e8a08385..a8da08cea727 100644
--- a/app-emacs/meson-mode/Manifest
+++ b/app-emacs/meson-mode/Manifest
@@ -1 +1,2 @@
 DIST meson-mode-0.3.tar.gz 30159 BLAKE2B 
d4d3256b1b9838d9816433c422207f99b6ad8a61d344d1ba34d00a2b1463c8d6d35cb87fa885667df95cd9622715e2f805f5e0e16bf21d404bbec9244916b70f
 SHA512 
95dbe9b706ff9a25e9b235f5d09cbbca035ad9a9bc67abb5fee791ebf3e51cfc3d16e03cea037e9a810ff2bbd8b77caa515e8a26dbfbfe0b46b4cc019138375b
+DIST meson-mode-0.4.tar.gz 30669 BLAKE2B 
2eaf019071c6baae780f9e2ab9d022bf53c8f30fbc42aa7cded35f41d6de2007d7686f5b28c5228dac4c4e09d167326a41d9809265ae5949da9e3b46855f1c8c
 SHA512 
c73404c595564d439da9f9b1adcdd3e7e978e7b520d0d10ad2e6b098b2f31e9b542e00e1f0f9dab8aa58b8584258386512c2dfd42c5a303781b4e961b819c4cb

diff --git a/app-emacs/meson-mode/meson-mode-0.4.ebuild 
b/app-emacs/meson-mode/meson-mode-0.4.ebuild
new file mode 100644
index 000000000000..ba5970888200
--- /dev/null
+++ b/app-emacs/meson-mode/meson-mode-0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}";
+else
+       SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
+
+       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"

Reply via email to