commit: f84832e47fc09cff4ae221bcefade3453ef1283a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 1 16:32:43 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 17:23:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84832e4
app-emacs/modus-themes: drop old 5.0.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/modus-themes/Manifest | 1 - app-emacs/modus-themes/modus-themes-5.0.0.ebuild | 30 ------------------------ 2 files changed, 31 deletions(-) diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 82353142d009..5d3970365a63 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1,2 +1 @@ -DIST modus-themes-5.0.0.tar.gz 369616 BLAKE2B 390108de4501b81717e5e5d9b62f23b5406a64567cebe18ec4653a130f37472fde69aa4c900bbb12e93b43a7e03c012a215a57212515016b9cba16cca168dbfe SHA512 a9ad0740c09ba1c0d85125909d7af6bcf3354464db75d4bf9b535db9f2dbaecbc9021c9778b5773ed42eb29d699340d60c9b9ad9f2b00639be5ed3bd451c20b4 DIST modus-themes-5.1.0.tar.gz 370556 BLAKE2B b2b06f0c016d6727a9179338dd291382cfb826746b04691ebd98fbdc6ff13f85fcc071f1dfd97574ea242707f4e3cf12d748e49413203af1183d61afa72dc103 SHA512 4a7c9b0d13496b5a72eaf27a2fde570e9539c8fb6d67a43659404f382d283d5249b81ccb09da792c789ada54b8e70b94700b07d1f9820440e1f0933649c93a2e diff --git a/app-emacs/modus-themes/modus-themes-5.0.0.ebuild b/app-emacs/modus-themes/modus-themes-5.0.0.ebuild deleted file mode 100644 index b316edcada95..000000000000 --- a/app-emacs/modus-themes/modus-themes-5.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Highly accessible themes for GNU Emacs" -HOMEPAGE="https://github.com/protesilaos/modus-themes/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git" -else - SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -DOCS=( CHANGELOG.org README.md ) -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - - elisp-make-autoload-file -}
