From 2c359e29620429f94a60fc1e832048e54ee41eb5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 May 2023 23:39:55 +0100 Subject: gentoo auto-resync : 08:05:2023 - 23:39:55 --- app-emacs/kind-icon/Manifest | 4 ++-- app-emacs/kind-icon/kind-icon-0.1.9.ebuild | 26 -------------------------- app-emacs/kind-icon/kind-icon-0.2.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 28 deletions(-) delete mode 100644 app-emacs/kind-icon/kind-icon-0.1.9.ebuild create mode 100644 app-emacs/kind-icon/kind-icon-0.2.0.ebuild (limited to 'app-emacs/kind-icon') diff --git a/app-emacs/kind-icon/Manifest b/app-emacs/kind-icon/Manifest index fd5c89be9310..11154eb9940b 100644 --- a/app-emacs/kind-icon/Manifest +++ b/app-emacs/kind-icon/Manifest @@ -1,4 +1,4 @@ AUX 50kind-icon-gentoo.el 160 BLAKE2B 172306977f0fefb5a50499d7de9dab64f90e1004ef259ec253d7ea94cca670cb1f33849fe282b290413b0a7715f40c5dc72c72b8a474b4d2e64db249c7ecbca8 SHA512 fd8a2f37b43f8747533d25a773c4a849e59e0b420ef1f4eff4f9daa97f91aa56d41f0a803e6cd8cb9a2161fa62ac9ac5966542701d4a15005506b323c16e4eb2 -DIST kind-icon-0.1.9.tar.lz 19417 BLAKE2B 9d1590627d1d6bff65af9d0658a0aed9245f43b9d27abc57fdc43edae200f8d5fff993d43d0eae84499975a847fae069d706fd47cb0f7b81406f220fd047bfb4 SHA512 b9cd384399eadd898001ae502315b0c78efb483ccb4414f41eab51cfd2a18a98a53618507f6d2bd5c7f6758a358d744b143f00a7912237efcc9451591505933e -EBUILD kind-icon-0.1.9.ebuild 544 BLAKE2B 98c10b72963e7b6797797de7ae7d3522f6ab2fb1c131570857ef2ba1e179c6c00bec21a358d386689524b3eb259ba3b4882c7b92dd7cec4822d0114292b60599 SHA512 3198f603eff56ac0f01de049278fd8fc4aaf08a13656be5f867c33492b434edf02956b997b5d453b2247e9ce5d503df83295ae93d95a41943ef859fa4c30555c +DIST kind-icon-0.2.0.tar.xz 19804 BLAKE2B 6efd4470114adf451bd08a7158b0e9c6fa5d51978d0228997983d3164d0e4451dbb0ea413bcf64967a18a08e78a76ac59de4acd61a2304512920a37cd9c187f8 SHA512 fafe8eccd2ad7f459105357b6a097cdcdb2e4e3e1567acb3bdaa4fa9e861fcbf44ac5b697ff8755d0c9789e4575de6e6504f86bb851283e89d0571c3b5b65e0a +EBUILD kind-icon-0.2.0.ebuild 471 BLAKE2B 28744c5b32cc3793447464dc595e1dd9bae962cd4533f88eec7b99803234c5db032489d29a722f84bbb6c9faefcfc724e543adbcf384fd0d515804c5b893b75e SHA512 62ded363d8ea0cd4d8a39ddee469ccec1de59cd9d8e0c639c6a7e106b1d61bf44a063f84bb4d917aa34b7132e52feafea12281550143539b0d938bafbc6c8375 MISC metadata.xml 578 BLAKE2B e5e0450ac488021d88a578f1322cdeea8a94bb2d2dacfd3f84b75addf0c5506a3f78418cc35f72eb0e38cba4f507acc6de3d5ae24676c7f5e9cb0e88501fb7e3 SHA512 477e1571f256bef169893ee7a23541f7a0f1e1dd37c4df7a30a5d9461c082570bdc4b8a8eef6588643e8b968ac82c63ee2307247b04be4252e3f89689fc1e43b diff --git a/app-emacs/kind-icon/kind-icon-0.1.9.ebuild b/app-emacs/kind-icon/kind-icon-0.1.9.ebuild deleted file mode 100644 index eb4ee87bfc08..000000000000 --- a/app-emacs/kind-icon/kind-icon-0.1.9.ebuild +++ /dev/null @@ -1,26 +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 unpacker - -DESCRIPTION="Completion kind icons" -HOMEPAGE="https://github.com/jdtsmith/kind-icon" -SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.lz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="app-emacs/svg-lib" -DEPEND="${RDEPEND}" -BDEPEND="$(unpacker_src_uri_depends)" - -SITEFILE="50${PN}-gentoo.el" - -src_install() { - elisp-make-autoload-file - elisp_src_install -} diff --git a/app-emacs/kind-icon/kind-icon-0.2.0.ebuild b/app-emacs/kind-icon/kind-icon-0.2.0.ebuild new file mode 100644 index 000000000000..9941bb5d8d0e --- /dev/null +++ b/app-emacs/kind-icon/kind-icon-0.2.0.ebuild @@ -0,0 +1,25 @@ +# 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" +SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-emacs/svg-lib" +DEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-make-autoload-file + elisp_src_compile +} -- cgit v1.2.3