diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-16 23:45:23 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-17 00:13:37 +0100 |
commit | 5896ea3d18e4ec419956b5ec64467db83276f1c9 (patch) | |
tree | 10f6d8e8361de776a6f7d6731988273d32577a78 /app-emacs | |
parent | app-emacs/kind-icon: drop old 0.2.0 (diff) | |
download | gentoo-5896ea3d18e4ec419956b5ec64467db83276f1c9.tar.gz gentoo-5896ea3d18e4ec419956b5ec64467db83276f1c9.tar.bz2 gentoo-5896ea3d18e4ec419956b5ec64467db83276f1c9.zip |
app-emacs/kind-icon: drop old 0.2.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/kind-icon/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/kind-icon/kind-icon-0.2.1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/kind-icon/Manifest b/app-emacs/kind-icon/Manifest index ec286a384b0f..0acf6e00abfa 100644 --- a/app-emacs/kind-icon/Manifest +++ b/app-emacs/kind-icon/Manifest @@ -1,2 +1 @@ -DIST kind-icon-0.2.1.tar.gz 21869 BLAKE2B 788dad3e334bb2f85dbd260eb04b60970dcea1030d920f922bc1b00fc561fe825e959891af73af391efa4f3408d72bbd5f021fa3a52edaf27ebdb8894c76a708 SHA512 9ebea8c1bca4b85f1486b0114df06b29463d3852ebaf66a8cf221a73c5456444ba0e1c6d4e43ddac8f51ea2cece18edc2208ab341a8124c5f71a06141f8f641e DIST kind-icon-0.2.2.tar.gz 22111 BLAKE2B dcdf964ebce9cfd89abdd1d8ad73b5734a09dc8971e5043e7d7d523d1ebcf48d5d9a45ade500395059d26fabf776f5486bee68a1be815987998386b23951bf44 SHA512 98573c3a73946628dc06cad5b3ad8cb81ddccc6ceea070e3a40edebb5f60cca78d21a6be3f4e2eb51fc9352fa4d071f1d0fc6a202fd3e03481d6880f85f8a6ea diff --git a/app-emacs/kind-icon/kind-icon-0.2.1.ebuild b/app-emacs/kind-icon/kind-icon-0.2.1.ebuild deleted file mode 100644 index be600aa4026c..000000000000 --- a/app-emacs/kind-icon/kind-icon-0.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="27.1" - -inherit elisp - -DESCRIPTION="Completion kind icons" -HOMEPAGE="https://github.com/jdtsmith/kind-icon/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git" -else - SRC_URI="https://github.com/jdtsmith/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - app-emacs/svg-lib -" -BDEPEND=" - ${RDEPEND} -" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-make-autoload-file - elisp_src_compile -} |