diff options
author | 2023-12-04 09:25:33 +0100 | |
---|---|---|
committer | 2023-12-04 09:43:29 +0100 | |
commit | 81fec2ab1f6ada772aef6a482087ecd713ea1ff5 (patch) | |
tree | c2dd74572d202249544eb880529178c84870e435 /app-emacs | |
parent | app-emacs/org-modern: drop old 0.7 (diff) | |
download | gentoo-81fec2ab1f6ada772aef6a482087ecd713ea1ff5.tar.gz gentoo-81fec2ab1f6ada772aef6a482087ecd713ea1ff5.tar.bz2 gentoo-81fec2ab1f6ada772aef6a482087ecd713ea1ff5.zip |
app-emacs/org-modern: drop old 0.9-r1
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-0.9-r1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index ffeb9a343405..ae0544fd1252 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,2 +1 @@ DIST org-modern-0.10.tar.gz 24181 BLAKE2B a905fe099c849d70f608643c058c5356ce8f027c1f4bb13a6954d44a069e75fe070579c168a19aa7bf6610cd3e08fee32f51efaf0d6fb947aa460df1f2aef5dd SHA512 5118f6285b11144df2f4c3b6f3beda2ac14ee6df2cb595cca08dec494772c5617993abf27f4689d08893c38c910eeb61ab552338fce1aad65ca24c5ab9e95b40 -DIST org-modern-0.9.tar.gz 24023 BLAKE2B 5f016f4e1a748cb33b139794864a3e40ce035c3ce616eef96c9f884dffeb27057523fdd3c2e179061ad3defef67e706d19157742eb503b927fdd07fde9b6b73f SHA512 618bd3ad94a8f6557519549d4918e98af0018e8ad60390843c6638fc245a20c4d304cbb30253238f356e496a4ba0d007ba65e777734b07fee61069410b85bbe9 diff --git a/app-emacs/org-modern/org-modern-0.9-r1.ebuild b/app-emacs/org-modern/org-modern-0.9-r1.ebuild deleted file mode 100644 index 9fa99148a3ca..000000000000 --- a/app-emacs/org-modern/org-modern-0.9-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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" |