commit: 0625c1976ef6026aca668e6bfdf7ff70383216e5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 16:40:14 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 16:55:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0625c197
app-emacs/modus-themes: drop old 4.5.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/modus-themes/Manifest | 1 - app-emacs/modus-themes/modus-themes-4.5.0.ebuild | 30 ------------------------ 2 files changed, 31 deletions(-) diff --git a/app-emacs/modus-themes/Manifest b/app-emacs/modus-themes/Manifest index 25da40c502c8..9a50216b00ed 100644 --- a/app-emacs/modus-themes/Manifest +++ b/app-emacs/modus-themes/Manifest @@ -1,2 +1 @@ -DIST modus-themes-4.5.0.tar.gz 342760 BLAKE2B 2d9c37646d8c9b2374b6d8eaed9f34e586d43f54059974a9f79c29694a3ac1d8404560b8a05baab88e56cee6a561b7cd9e7fd8f333f9c6614eab50dfb9bba41f SHA512 063f4f9a0ef32130adc8551b6c278d804942f7288af2276a83ce959b0e12be7bb96b83c2e8a2c76598b27c4ea9b38651ce1d0600e852160b2569201e0d2b3028 DIST modus-themes-4.6.0.tar.gz 352157 BLAKE2B 3f455919f3ed6e82e5b8c47d4c1f9948b17b367aa3bc96ecda0768f36eff78f8eb10f2d910b3144a6c7687f75604dc2bead8d46b61f97ad829d5636a3459af6f SHA512 4427f2fa1697bcf4ce5d3a7cd782af2e1605f16b7ac38a1ff527795b8a326a5c9537c7e018a0788a9a53fa2c6ad890588d22a86a7cfe103df770e7ded680d23f diff --git a/app-emacs/modus-themes/modus-themes-4.5.0.ebuild b/app-emacs/modus-themes/modus-themes-4.5.0.ebuild deleted file mode 100644 index 8388a1ab7603..000000000000 --- a/app-emacs/modus-themes/modus-themes-4.5.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 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 -}
