From e2e08f2df82468df55f896a6ffdc329213f17aa9 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 29 Oct 2024 23:57:26 +0100 Subject: app-emacs/modus-themes: drop old 4.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/modus-themes/Manifest | 1 - app-emacs/modus-themes/modus-themes-4.4.0.ebuild | 30 ------------------------ 2 files changed, 31 deletions(-) delete mode 100644 app-emacs/modus-themes/modus-themes-4.4.0.ebuild (limited to 'app-emacs') diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 0557d8aaffc5..5b8258e1f8d4 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1,2 +1 @@ -DIST modus-themes-4.4.0.tar.gz 337719 BLAKE2B 32e189aae2c031a8f0588d241d42c4420120ee45d7a409e4019917f1bb268433d44362305150cba49c7f24a9620ad7208c85d355a383ed684b737e52518e164e SHA512 cf20de778f43225a9412aead302ed373ac078695ec06494a39046bb9ae9e1104408dc282e34582463cc8ea7a5ad389b1ed12b176561271292cc3b50528d71a0e DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028 diff --git a/app-emacs/modus-themes/modus-themes-4.4.0.ebuild b/app-emacs/modus-themes/modus-themes-4.4.0.ebuild deleted file mode 100644 index e3ecfc9b2f8f..000000000000 --- a/app-emacs/modus-themes/modus-themes-4.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 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 -} -- cgit v1.2.3-65-gdbad