diff options
author | 2024-08-25 01:30:33 +0200 | |
---|---|---|
committer | 2024-08-25 01:47:59 +0200 | |
commit | 042384534ce0bbcb4f7168acc2e0a183f0ff98e0 (patch) | |
tree | 8de25b13cbdc1e0b031494fe6470a6e460c52042 /app-emacs/modus-themes | |
parent | app-emacs/modus-themes: bump to 4.5.0 (diff) | |
download | gentoo-042384534ce0bbcb4f7168acc2e0a183f0ff98e0.tar.gz gentoo-042384534ce0bbcb4f7168acc2e0a183f0ff98e0.tar.bz2 gentoo-042384534ce0bbcb4f7168acc2e0a183f0ff98e0.zip |
app-emacs/modus-themes: drop old 4.3.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/modus-themes')
-rw-r--r-- | app-emacs/modus-themes/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/modus-themes/modus-themes-4.3.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 4dffc531c423..0557d8aaffc5 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1,3 +1,2 @@ -DIST modus-themes-4.3.0.tar.gz 329115 BLAKE2B 343070beb66fece35000abe4ae2d4b38c4e06f40a79ed6b12586ed37d39d4c9b67f930869ea8dab51bba84936ed55a8280ea838c4f3be235f95b28d9ec89ffc2 SHA512 3fd24e1b94ec6f3391568f3b92c9224372729494d7edd3ca51167f1a410038f046aaa7fcc8bda8a46ac0a1da5f0509fa9c8dbe49ddfb1aa26b64dcc11ee7ee77 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.3.0.ebuild b/app-emacs/modus-themes/modus-themes-4.3.0.ebuild deleted file mode 100644 index e3ecfc9b2f8f..000000000000 --- a/app-emacs/modus-themes/modus-themes-4.3.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 -} |