commit:     0f6de7929576088d8572dcaf7b908c2a9304d063
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 12:24:26 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 13:40:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6de792

app-emacs/inform-mode: bump to 2.0.0

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

 app-emacs/inform-mode/Manifest                 |  1 +
 app-emacs/inform-mode/inform-mode-2.0.0.ebuild | 27 ++++++++++++++++++++++++++
 app-emacs/inform-mode/metadata.xml             | 15 +++++++++-----
 3 files changed, 38 insertions(+), 5 deletions(-)

diff --git a/app-emacs/inform-mode/Manifest b/app-emacs/inform-mode/Manifest
index 922dbcee3bb1..e161abd796ce 100644
--- a/app-emacs/inform-mode/Manifest
+++ b/app-emacs/inform-mode/Manifest
@@ -1 +1,2 @@
 DIST inform-mode-1.6.2.tar.gz 33359 BLAKE2B 
5ea2a31443db436e3230b61d4f8cf6a724f0103857ce98b41becf2271956e1aba2dbacc73b47be20ca347314c1be186d99a1884d11ce14a7cbce6944096ad588
 SHA512 
41ab2353942a5d605ec848aed87aa731282a43305cd739fe76d9e6ddd333c84594455f0fb72d95ed02fbcfa9f78f11b16ea8bb579504d1ed29244cbe50e444ee
+DIST inform-mode-2.0.0.gh.tar.gz 54093 BLAKE2B 
9e3838828e9afca63f0d4daff2a19c88c75958783c5c2b00dfb95940174f78dd15b1411ed566f14585a90b4e3590cda452c79b3693317a71f844686c8a5cc2e5
 SHA512 
0e20b57227e72e02ad9db011db983912c98d8c43873dcbab31018bb242d2193264772e9c5bef98a7bd7933d894bb914892020d85a16c8d4c6b36fcad8927a995

diff --git a/app-emacs/inform-mode/inform-mode-2.0.0.ebuild 
b/app-emacs/inform-mode/inform-mode-2.0.0.ebuild
new file mode 100644
index 000000000000..868f5b289a00
--- /dev/null
+++ b/app-emacs/inform-mode/inform-mode-2.0.0.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"

diff --git a/app-emacs/inform-mode/metadata.xml 
b/app-emacs/inform-mode/metadata.xml
index 986088003fe1..cc51b336c625 100644
--- a/app-emacs/inform-mode/metadata.xml
+++ b/app-emacs/inform-mode/metadata.xml
@@ -1,9 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
 <pkgmetadata>
-<maintainer type="project">
-  <email>[email protected]</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <stabilize-allarches/>
+  <upstream>
+    <bugs-to>https://github.com/rrthomas/inform-mode/issues/</bugs-to>
+    <remote-id type="github">rrthomas/inform-mode</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to