commit: 729cdbcd36147be4a63b5cb80d3ecad6ed94ed20 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Jul 30 21:35:35 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Jul 30 21:52:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729cdbcd
app-emacs/org-modern: drop old 1.8 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/org-modern/Manifest | 1 - app-emacs/org-modern/org-modern-1.8.ebuild | 35 ------------------------------ 2 files changed, 36 deletions(-) diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index 08e969116de5..942259e6f5cc 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,2 +1 @@ -DIST org-modern-1.8.gh.tar.gz 27024 BLAKE2B 890937efc1782297e7da248d55d181b2cd477cb8b6bb05b43fca3b524045e66f2dc33cf6baa7d5bffe7ba5ed458b8649d9b751aaed5660cda1ac9f4b3f4a53f5 SHA512 097a8ebc6cb464b6815c47a723b24019f6f0c5e5cafa23bd25edb1d8974750bea4addabc7a90195e7a590ee83116ba90e7f08c32fdb708793b15bee5e6db38ee DIST org-modern-1.9.gh.tar.gz 27066 BLAKE2B 9f3efe55356bcd486c68a67c56e3e8792e4db652ee3ea40b3df7f911f4beee43bb9a9a6c96a0e2c1b2f83bbbb7bd2a611988380ecc5fd8cc3730268e8dae1c1e SHA512 201613e6642e397ed49a597f757bf88c9cf64fc203cc1d055cb00cd9e6a0a11a78da989a90c70158effe2a8e437f247dc92131468d12f1d08819bcc75a385a09 diff --git a/app-emacs/org-modern/org-modern-1.8.ebuild b/app-emacs/org-modern/org-modern-1.8.ebuild deleted file mode 100644 index 742c5355d615..000000000000 --- a/app-emacs/org-modern/org-modern-1.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 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}.gh.tar.gz" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30.1.0.0 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( README.org example.org ) -SITEFILE="50${PN}-gentoo.el"
