diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-07-25 18:44:12 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-07-25 18:48:24 +0200 |
commit | f46f77af3aa617d22fe501749fbf318039c442a1 (patch) | |
tree | db360111b10347c9086f2806ef3ab468f73a28e9 /app-emacs/org-modern | |
parent | app-emacs/org-modern: drop old 1.2 (diff) | |
download | gentoo-f46f77af3aa617d22fe501749fbf318039c442a1.tar.gz gentoo-f46f77af3aa617d22fe501749fbf318039c442a1.tar.bz2 gentoo-f46f77af3aa617d22fe501749fbf318039c442a1.zip |
app-emacs/org-modern: bump to 1.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
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.4.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index a890b40588c3..354d8cb78b3f 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1 +1,2 @@ DIST org-modern-1.3.tar.gz 25476 BLAKE2B ae3c4299ba94fa90fafb8d70ab78dc774052763e88b80974c98cdc1511a8d0107bbc429da6118c4bd16ae85761d6feb791cf8359ebc475fcffafcfbb714b6854 SHA512 d4fc8cbebb8a97a2a06312d35df86b5c3e112740b473bd00681b4dc8e73d82f0bbbdbe2977ef51d27efd59b0ce5aca8d7defba22b25881261ffa1f1d7c0173cc +DIST org-modern-1.4.tar.gz 25746 BLAKE2B fc4269e7b812b93a42f160b8295525d2b830e8f03b4a1af7777b4287b4b879e991ba8384124ae6dc7bd93b09fecf3a2ee7d310c60ed8601f524e14f69f5f4e77 SHA512 1b4d9b504a7a4eff20dcc47528176bbb3b144ef47849ab6b14fe00405322f1c3d5b7448834fa105e99183d0c5ff503d681f2f267df6d10ee7041cefe9d895f2b diff --git a/app-emacs/org-modern/org-modern-1.4.ebuild b/app-emacs/org-modern/org-modern-1.4.ebuild new file mode 100644 index 000000000000..b7d30e300fee --- /dev/null +++ b/app-emacs/org-modern/org-modern-1.4.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" |