commit:     8781a1a3df000f21e10fbe3c82185a6a6ced2e66
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 18:19:15 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 19:00:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8781a1a3

app-emacs/inform-mode: bump to 2.0.1

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

 app-emacs/inform-mode/Manifest                 |  1 +
 app-emacs/inform-mode/inform-mode-2.0.1.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-emacs/inform-mode/Manifest b/app-emacs/inform-mode/Manifest
index c4b57a34e423..7cff1d982959 100644
--- a/app-emacs/inform-mode/Manifest
+++ b/app-emacs/inform-mode/Manifest
@@ -1 +1,2 @@
 DIST inform-mode-2.0.0.gh.tar.gz 54093 BLAKE2B 
9e3838828e9afca63f0d4daff2a19c88c75958783c5c2b00dfb95940174f78dd15b1411ed566f14585a90b4e3590cda452c79b3693317a71f844686c8a5cc2e5
 SHA512 
0e20b57227e72e02ad9db011db983912c98d8c43873dcbab31018bb242d2193264772e9c5bef98a7bd7933d894bb914892020d85a16c8d4c6b36fcad8927a995
+DIST inform-mode-2.0.1.gh.tar.gz 54343 BLAKE2B 
043276fc647fd63026061b9f36f5ac3d3ab39795a85ea14c69c47afe174e0685c325ed85675bd56bb80671757fc4b19a5b45cf07838f2cfe65acebae02f4420f
 SHA512 
822407468753bc1e00893e6c5d387100021d3bc06a09bbc3b54ab645c753f46f3f3dc2c8bbce9feaffb4df0d5490a39b6303d88bc34e1aa2bd78d5aee76129ee

diff --git a/app-emacs/inform-mode/inform-mode-2.0.1.ebuild 
b/app-emacs/inform-mode/inform-mode-2.0.1.ebuild
new file mode 100644
index 000000000000..868f5b289a00
--- /dev/null
+++ b/app-emacs/inform-mode/inform-mode-2.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A major mode for editing Inform programs"
+HOMEPAGE="https://rrthomas.github.io/inform-mode/
+       https://github.com/rrthomas/inform-mode/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/rrthomas/${PN}";
+else
+       SRC_URI="https://github.com/rrthomas/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+
+       KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( AUTHORS README.md )
+SITEFILE="50${PN}-gentoo.el"

Reply via email to