commit:     a57beedf4e25a5e06cd9a12c8971a049d7821643
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 14:36:10 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 15:25:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57beedf

app-emacs/doom-modeline: drop old 4.0.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/doom-modeline/Manifest                   |  1 -
 app-emacs/doom-modeline/doom-modeline-4.0.1.ebuild | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/app-emacs/doom-modeline/Manifest b/app-emacs/doom-modeline/Manifest
index f4ce7eba3ae9..fe28a5431d3e 100644
--- a/app-emacs/doom-modeline/Manifest
+++ b/app-emacs/doom-modeline/Manifest
@@ -1,2 +1 @@
-DIST doom-modeline-4.0.1.tar.gz 62968 BLAKE2B 
5401917532acc9c69923107d557758ee576799252d86a0b6bb02fda0ca2278ce4f7074a166e1a56a6c2d21144142ebd625a0d1414798d74f31e4d8f8eb965bd4
 SHA512 
e38f58148b6ce2311a43300e45bf32b246250902d9e29bf6ce5da8977af60ff0fe40b3a6b3bb720b11a5c7d1cc5a3e0634f4f4b79abfae03e56a7ee8a5bfd73e
 DIST doom-modeline-4.1.0.tar.gz 64224 BLAKE2B 
cac0d28912e70d56c8cb839fe12c279db553d761bd3d75be9eb65c288f7a235a49fed1f9dd2bdad747778c1173d394b35a97b2b43c6e27420ba4b625f522830c
 SHA512 
83f3cc5e2a39c01a3019282ac4245c644b4caa96bb0b8fcbe645e8a63dd0b5d2add36eab8468129b332d259212c7f011cb6481d34cdfb53faa334c3083b5ee3c

diff --git a/app-emacs/doom-modeline/doom-modeline-4.0.1.ebuild 
b/app-emacs/doom-modeline/doom-modeline-4.0.1.ebuild
deleted file mode 100644
index e35cedd72dc5..000000000000
--- a/app-emacs/doom-modeline/doom-modeline-4.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Fancy and fast mode-line for Emacs inspired by minimalism design"
-HOMEPAGE="https://seagle0128.github.io/doom-modeline/
-       https://github.com/seagle0128/doom-modeline/";
-
-if [[ ${PV} == *9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/seagle0128/${PN}.git";
-else
-       SRC_URI="https://github.com/seagle0128/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-       app-emacs/compat
-       app-emacs/nerd-icons
-       app-emacs/shrink-path
-"
-BDEPEND="${RDEPEND}"
-
-elisp-enable-tests ert test
-
-src_compile() {
-       elisp_src_compile
-       elisp-make-autoload-file
-}

Reply via email to