From e35ed0879a6eda6b1efe18efabc26748a48b0664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 3 Aug 2025 12:54:02 +0200 Subject: [PATCH] app-emacs/treemacs-all-the-icons: drop old 3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/treemacs-all-the-icons/Manifest | 1 - .../treemacs-all-the-icons-3.1.ebuild | 35 ------------------- 2 files changed, 36 deletions(-) delete mode 100644 app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild diff --git a/app-emacs/treemacs-all-the-icons/Manifest b/app-emacs/treemacs-all-the-icons/Manifest index e65efb125dd3..45c2ed9d7a15 100644 --- a/app-emacs/treemacs-all-the-icons/Manifest +++ b/app-emacs/treemacs-all-the-icons/Manifest @@ -1,2 +1 @@ -DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c DIST treemacs-3.2.gh.tar.gz 4677915 BLAKE2B 2679d6797d6e4f9fdc5cd382df0ce53cf1743482b638f057fef7dc78c5226d37be0f728aac6b6e61a0b69b06bf52907185b00b115479582c49e894d2fc31d879 SHA512 830fa6af4b271439564c3dac289c51d416b3c9e6b2eef70d5bac385bdd1a5b805e1f7ae8de1fa33c9d750e2998f64c4234b565ce2b8f473afcaadc7e7d4f6f75 diff --git a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild deleted file mode 100644 index fe5ad54814cb..000000000000 --- a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26.1 - -inherit elisp - -DESCRIPTION="GNU Emacs all-the-icons integration for treemacs" -HOMEPAGE="https://github.com/Alexander-Miller/treemacs/" -SRC_URI="https://github.com/Alexander-Miller/treemacs/archive/${PV}.tar.gz - -> treemacs-${PV}.tar.gz" -S="${WORKDIR}"/treemacs-${PV}/src/extra - -LICENSE="GPL-3+" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - app-emacs/all-the-icons - app-emacs/treemacs -" -BDEPEND="${RDEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile ${PN}.el -} - -src_install() { - elisp-install ${PN} ${PN}.el{,c} - elisp-make-site-file "${SITEFILE}" -}