commit:     2655163217fbbcf0e00c0d7e297a48547a11be6c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 21:40:37 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 22:23:52 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26551632

app-emacs/org-modern: bump to 1.13

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

 app-emacs/org-modern/Manifest               |  1 +
 app-emacs/org-modern/org-modern-1.13.ebuild | 35 +++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest
index b5bb6b2695eb..774f20392446 100644
--- a/app-emacs/org-modern/Manifest
+++ b/app-emacs/org-modern/Manifest
@@ -1 +1,2 @@
 DIST org-modern-1.12.gh.tar.gz 27285 BLAKE2B 
6a5eacc70c8b77cf28f7a194aa6e4f493747aaeb64e7619ccb5d63be4febe626eeb733f8c956f8b61cf3d3c0d4e49e0b0bf2296fecf849b3574c2ab94a8f6e7f
 SHA512 
37e32647f71733c4aeb137b8b438ba00d8627a8ee83b19458517db66374b1c64bf4c0821e04c36fe6a4a4699be4004ad972ada6763d15571f4abfc2f860e37b0
+DIST org-modern-1.13.gh.tar.gz 27311 BLAKE2B 
25f1bd81ae05f600d29c55a7ba6abb34bca4115cb858e2348a4583347b69125c61860da4986b6f0b4f5815cac0d209f534206fd90f792856b00005fb5a4c357c
 SHA512 
168a832fcb8f8296e617304e9e597dbfd5b45fc66f1ab3746adc4348619d97653a0301176f79be71a0988594007f3457d8d75fc19d5e1403c48ecd78de0f0407

diff --git a/app-emacs/org-modern/org-modern-1.13.ebuild 
b/app-emacs/org-modern/org-modern-1.13.ebuild
new file mode 100644
index 000000000000..af6c8f64b12f
--- /dev/null
+++ b/app-emacs/org-modern/org-modern-1.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Modern style for your GNU Emacs Org buffers"
+HOMEPAGE="https://github.com/minad/org-modern/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/minad/${PN}";
+else
+       SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+
+       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+       >=app-emacs/compat-30
+"
+BDEPEND="
+       ${RDEPEND}
+"
+
+DOCS=( CHANGELOG.org README.org example.org )
+SITEFILE="50${PN}-gentoo.el"

Reply via email to