diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-12-04 09:25:48 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-12-04 09:43:29 +0100 |
commit | 434cfc6e3991a4befa37838762248c3ff4404f6d (patch) | |
tree | 010311ad8eeaf682a2604e0b8246547c4667e229 /app-emacs | |
parent | app-emacs/org-modern: drop old 0.9-r1 (diff) | |
download | gentoo-434cfc6e3991a4befa37838762248c3ff4404f6d.tar.gz gentoo-434cfc6e3991a4befa37838762248c3ff4404f6d.tar.bz2 gentoo-434cfc6e3991a4befa37838762248c3ff4404f6d.zip |
app-emacs/org-modern: bump to 1.1
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.1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index ae0544fd1252..5ffa3ab05e61 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1 +1,2 @@ DIST org-modern-0.10.tar.gz 24181 BLAKE2B a905fe099c849d70f608643c058c5356ce8f027c1f4bb13a6954d44a069e75fe070579c168a19aa7bf6610cd3e08fee32f51efaf0d6fb947aa460df1f2aef5dd SHA512 5118f6285b11144df2f4c3b6f3beda2ac14ee6df2cb595cca08dec494772c5617993abf27f4689d08893c38c910eeb61ab552338fce1aad65ca24c5ab9e95b40 +DIST org-modern-1.1.tar.gz 24267 BLAKE2B a556e58384b5cbb24f768778bd0e3f820b63fba0d63590d8943054e4bf2a6ae1137c145bf72282659a22ec4236de036105b82f5a288687dadf6463744c321f3a SHA512 722a9c30031400e060aa4af78fe16ddda362e7803927c8b2ab379ee43a0711cc35fb5c21c617389a1b3ecdfa8123ab6b200d5825e80cecf9b017488a24b376ed diff --git a/app-emacs/org-modern/org-modern-1.1.ebuild b/app-emacs/org-modern/org-modern-1.1.ebuild new file mode 100644 index 000000000000..9fa99148a3ca --- /dev/null +++ b/app-emacs/org-modern/org-modern-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 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/" +SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=app-emacs/compat-29.1.4.0" +BDEPEND="${RDEPEND}" + +DOCS=( README.org example.org ) +SITEFILE="50${PN}-gentoo.el" |