commit: cf29f6acc06ad8af519774a28e12a82fd6ace0f1 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed May 28 20:02:48 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed May 28 20:17:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf29f6ac
app-emacs/org-modern: drop old 1.6 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/org-modern/Manifest | 1 - app-emacs/org-modern/org-modern-1.6.ebuild | 35 ------------------------------ 2 files changed, 36 deletions(-) diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index bfef291e6983..75d6d9b5d054 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,2 +1 @@ -DIST org-modern-1.6.tar.gz 25782 BLAKE2B 9084074d3cdba5ce2aad1b9b70bde2cc8e98433818444f8df7efa5244579b7493c732dfcf83e75e175c37a075964ecaf6d435b057e44fab7aae82b72ff0a3d76 SHA512 be532590dcb5dc0505ef4e11622ed0a1a130d73f2b1e653af790df0287ba6dbb720749d0c1bfcf84ffee7d98cba33e33be9816e69fc84be36c93ff87ca57d0c2 DIST org-modern-1.7.tar.gz 25815 BLAKE2B 82f469675fcacc6ba74ce2bd90495daa45b0831495eb7be241dd0a6c423f4c69645c232ebe8817b49091285f717725dd8c4c5dd9e6347de1e2904e5c8e9fd732 SHA512 ddeb47783a8469f0bddaae553d6b19c7668bcc21f2b75c5bfe8acba8c41d34d7faab514c1a83336cd7c509d868b9a54696acb478a6f9ce6317bc0e9e7631362e diff --git a/app-emacs/org-modern/org-modern-1.6.ebuild b/app-emacs/org-modern/org-modern-1.6.ebuild deleted file mode 100644 index d51f19027fb6..000000000000 --- a/app-emacs/org-modern/org-modern-1.6.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}.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30.0.0.0 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( README.org example.org ) -SITEFILE="50${PN}-gentoo.el"
