diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-06-04 13:34:51 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-04 17:07:34 +0200 |
commit | e433d1e4f85fce47a2823848e188b25ff75b9651 (patch) | |
tree | c020dab75a3307c67ae13895c5fb6f88b063978a /app-emacs | |
parent | app-emacs/org-modern: drop old 1.1 (diff) | |
download | gentoo-e433d1e4f85fce47a2823848e188b25ff75b9651.tar.gz gentoo-e433d1e4f85fce47a2823848e188b25ff75b9651.tar.bz2 gentoo-e433d1e4f85fce47a2823848e188b25ff75b9651.zip |
app-emacs/org-modern: bump to 1.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-modern/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/org-modern/org-modern-1.3.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index 01090424e677..c8d244d075e1 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1 +1,2 @@ DIST org-modern-1.2.tar.gz 24466 BLAKE2B f7a0426e203078d048744532efc582a2ebf2ed66fd2ff88ea1f7696d442ced5ce00b124c0b57d1dc6a1f79aa5c1f732f4fb7399642cb2957878cc9fa8be903be SHA512 1d5f4bee037aa44433de33701c87273332cd351f9f52cb787f799de084421481cdf95785761c33caed0660a2c9ff6f00617b93be1b6f39a1e1ab70af8a64fd35 +DIST org-modern-1.3.tar.gz 25476 BLAKE2B ae3c4299ba94fa90fafb8d70ab78dc774052763e88b80974c98cdc1511a8d0107bbc429da6118c4bd16ae85761d6feb791cf8359ebc475fcffafcfbb714b6854 SHA512 d4fc8cbebb8a97a2a06312d35df86b5c3e112740b473bd00681b4dc8e73d82f0bbbdbe2977ef51d27efd59b0ce5aca8d7defba22b25881261ffa1f1d7c0173cc diff --git a/app-emacs/org-modern/org-modern-1.3.ebuild b/app-emacs/org-modern/org-modern-1.3.ebuild new file mode 100644 index 000000000000..b7d30e300fee --- /dev/null +++ b/app-emacs/org-modern/org-modern-1.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=27.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}.git" +else + SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-emacs/compat-29.1.4.0 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org example.org ) +SITEFILE="50${PN}-gentoo.el" |