diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-18 07:04:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-18 07:04:23 +0000 |
| commit | ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a (patch) | |
| tree | bc819537e71e2911443c8f83ef54825b91701fa5 /app-emacs/org-modern | |
| parent | 6d5d9f9dd5fb1dec0c667d6f2287019e89b81dd1 (diff) | |
| download | baldeagleos-repo-ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a.tar.gz baldeagleos-repo-ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a.tar.xz baldeagleos-repo-ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/org-modern')
| -rw-r--r-- | app-emacs/org-modern/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/org-modern/org-modern-1.10.ebuild | 35 | ||||
| -rw-r--r-- | app-emacs/org-modern/org-modern-9999.ebuild | 2 |
3 files changed, 37 insertions, 1 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index 942259e6f5cc..a6a47fb32c42 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1 +1,2 @@ +DIST org-modern-1.10.gh.tar.gz 27213 BLAKE2B b60bc53236bca482e66ed217d6f668acc61f17f6f7c5bb74483a9bb2a0a98145f2e2cd4d11ba303c075810c6a4e11a62e69cf9989487dc0da4b41f97b51b28cb SHA512 3559dc99fce971975a74ac26bf26c28aa0483bb6f0c7a64398301ffc3d3b162c65aa31ac362b9a9bcfdbf5351b6207f935694e07130b2efd7afabf9215608180 DIST org-modern-1.9.gh.tar.gz 27066 BLAKE2B 9f3efe55356bcd486c68a67c56e3e8792e4db652ee3ea40b3df7f911f4beee43bb9a9a6c96a0e2c1b2f83bbbb7bd2a611988380ecc5fd8cc3730268e8dae1c1e SHA512 201613e6642e397ed49a597f757bf88c9cf64fc203cc1d055cb00cd9e6a0a11a78da989a90c70158effe2a8e437f247dc92131468d12f1d08819bcc75a385a09 diff --git a/app-emacs/org-modern/org-modern-1.10.ebuild b/app-emacs/org-modern/org-modern-1.10.ebuild new file mode 100644 index 000000000000..54524ba7ad46 --- /dev/null +++ b/app-emacs/org-modern/org-modern-1.10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 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 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( CHANGELOG.org README.org example.org ) +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/org-modern/org-modern-9999.ebuild b/app-emacs/org-modern/org-modern-9999.ebuild index 742c5355d615..2d0468b6d3f2 100644 --- a/app-emacs/org-modern/org-modern-9999.ebuild +++ b/app-emacs/org-modern/org-modern-9999.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="GPL-3+" |
