commit: 24cc9ce8cea1b73afc02683c8d6be8d5d23cb01e Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 21:38:18 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 22:23:52 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cc9ce8
app-emacs/org-modern: drop old 1.11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/org-modern/Manifest | 1 - app-emacs/org-modern/org-modern-1.11.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index 5616ee982864..b5bb6b2695eb 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,2 +1 @@ -DIST org-modern-1.11.gh.tar.gz 27218 BLAKE2B 98de6adca9cb0c9ca9259b45b217c9cf6e0dcadd9562817e39931d29dd4c1a6c19e73ab52797d1cd9344c58b3faf184917a070d5305a735def242b700bd1f3a1 SHA512 9ffeb05a3f5d714e0a5dd9ebae9b4efc71af6ba170a6a8a2bb17a499e1852be1c9f4d5953cb278ba834ad20511baf9965b8d1c328ec4b6dc4bde1462cead450d DIST org-modern-1.12.gh.tar.gz 27285 BLAKE2B 6a5eacc70c8b77cf28f7a194aa6e4f493747aaeb64e7619ccb5d63be4febe626eeb733f8c956f8b61cf3d3c0d4e49e0b0bf2296fecf849b3574c2ab94a8f6e7f SHA512 37e32647f71733c4aeb137b8b438ba00d8627a8ee83b19458517db66374b1c64bf4c0821e04c36fe6a4a4699be4004ad972ada6763d15571f4abfc2f860e37b0 diff --git a/app-emacs/org-modern/org-modern-1.11.ebuild b/app-emacs/org-modern/org-modern-1.11.ebuild deleted file mode 100644 index 552d455a2a8d..000000000000 --- a/app-emacs/org-modern/org-modern-1.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="29.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}" -else - SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - app-emacs/compat -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( CHANGELOG.org README.org example.org ) -SITEFILE="50${PN}-gentoo.el"
