diff options
author | 2024-08-10 18:16:27 +0200 | |
---|---|---|
committer | 2024-08-10 20:16:37 +0200 | |
commit | 4dcc865094c595df8e384093c7217346d9836e25 (patch) | |
tree | 9e0659793ea3a87e8cc6949f0cb185311227349f /app-emacs | |
parent | app-emacs/no-littering: bump to 1.7.1 (diff) | |
download | gentoo-4dcc865094c595df8e384093c7217346d9836e25.tar.gz gentoo-4dcc865094c595df8e384093c7217346d9836e25.tar.bz2 gentoo-4dcc865094c595df8e384093c7217346d9836e25.zip |
app-emacs/org-modern: bump to 1.5
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.5.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index 354d8cb78b3f..92909a01768c 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,2 +1,3 @@ DIST org-modern-1.3.tar.gz 25476 BLAKE2B ae3c4299ba94fa90fafb8d70ab78dc774052763e88b80974c98cdc1511a8d0107bbc429da6118c4bd16ae85761d6feb791cf8359ebc475fcffafcfbb714b6854 SHA512 d4fc8cbebb8a97a2a06312d35df86b5c3e112740b473bd00681b4dc8e73d82f0bbbdbe2977ef51d27efd59b0ce5aca8d7defba22b25881261ffa1f1d7c0173cc DIST org-modern-1.4.tar.gz 25746 BLAKE2B fc4269e7b812b93a42f160b8295525d2b830e8f03b4a1af7777b4287b4b879e991ba8384124ae6dc7bd93b09fecf3a2ee7d310c60ed8601f524e14f69f5f4e77 SHA512 1b4d9b504a7a4eff20dcc47528176bbb3b144ef47849ab6b14fe00405322f1c3d5b7448834fa105e99183d0c5ff503d681f2f267df6d10ee7041cefe9d895f2b +DIST org-modern-1.5.tar.gz 25739 BLAKE2B 3d8ccc352c18f71ef4c4d317957ccadf83cefb5caab24417eb930e20078b9a80e5d2758b8724cf271b622251d7e05aefe43a81500f9ca95c523d4fbd70592a67 SHA512 f98833f37a90873d17df4dc0b7540bb05b2794e3bb754514a0fefdc5693acc137ecc7fbf3d3959aecf95cf5368e17aa093c2977ff87a2a57fa694d98cf36d2c1 diff --git a/app-emacs/org-modern/org-modern-1.5.ebuild b/app-emacs/org-modern/org-modern-1.5.ebuild new file mode 100644 index 000000000000..5091d68a3b9b --- /dev/null +++ b/app-emacs/org-modern/org-modern-1.5.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-30.0.0.0 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org example.org ) +SITEFILE="50${PN}-gentoo.el" |