app-emacs/org-modern: drop old 1.12

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-04-15 17:10:04 +02:00
parent f5056307d6
commit 989f913598
2 changed files with 0 additions and 36 deletions
-1
View File
@@ -1,2 +1 @@
DIST org-modern-1.12.gh.tar.gz 27285 BLAKE2B 6a5eacc70c8b77cf28f7a194aa6e4f493747aaeb64e7619ccb5d63be4febe626eeb733f8c956f8b61cf3d3c0d4e49e0b0bf2296fecf849b3574c2ab94a8f6e7f SHA512 37e32647f71733c4aeb137b8b438ba00d8627a8ee83b19458517db66374b1c64bf4c0821e04c36fe6a4a4699be4004ad972ada6763d15571f4abfc2f860e37b0
DIST org-modern-1.13.gh.tar.gz 27311 BLAKE2B 25f1bd81ae05f600d29c55a7ba6abb34bca4115cb858e2348a4583347b69125c61860da4986b6f0b4f5815cac0d209f534206fd90f792856b00005fb5a4c357c SHA512 168a832fcb8f8296e617304e9e597dbfd5b45fc66f1ab3746adc4348619d97653a0301176f79be71a0988594007f3457d8d75fc19d5e1403c48ecd78de0f0407
@@ -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"