From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
Date: Fri, 28 Jun 2024 14:00:27 +0000 (UTC) [thread overview]
Message-ID: <1719583220.ad6d3b2bc08e743a758183b0e7e0f786990b4779.xgqt@gentoo> (raw)
commit: ad6d3b2bc08e743a758183b0e7e0f786990b4779
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 13:50:04 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 14:00:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6d3b2b
app-emacs/meson-mode: bump EAPI - 7 -> 8; misc tweaks
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../{meson-mode-0.3.ebuild => meson-mode-0.3-r1.ebuild} | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/app-emacs/meson-mode/meson-mode-0.3.ebuild b/app-emacs/meson-mode/meson-mode-0.3-r1.ebuild
similarity index 58%
rename from app-emacs/meson-mode/meson-mode-0.3.ebuild
rename to app-emacs/meson-mode/meson-mode-0.3-r1.ebuild
index 7f9a90e2ec2e..2af5cb5acb4e 100644
--- a/app-emacs/meson-mode/meson-mode-0.3.ebuild
+++ b/app-emacs/meson-mode/meson-mode-0.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
NEED_EMACS=26.1
@@ -9,12 +9,20 @@ inherit elisp
DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
HOMEPAGE="https://github.com/wentasah/meson-mode"
-SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+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"
-KEYWORDS="amd64 ~arm64 ~riscv"
DOCS=( README.md )
-
SITEFILE="50${PN}-gentoo.el"
next reply other threads:[~2024-06-28 14:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-28 14:00 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 16:09 [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/ Jakov Smolić
2025-03-21 16:09 Jakov Smolić
2025-03-13 15:07 Sam James
2025-03-13 10:59 Jakov Smolić
2024-06-29 3:41 Ulrich Müller
2024-06-28 14:00 Maciej Barć
2024-06-28 14:00 Maciej Barć
2024-01-14 17:54 Arthur Zamarin
2021-06-25 10:14 Marek Szuba
2021-04-27 19:38 Sam James
2021-02-15 12:39 Marek Szuba
2020-09-23 11:40 Marek Szuba
2020-03-18 16:02 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1719583220.ad6d3b2bc08e743a758183b0e7e0f786990b4779.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox