mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emacs/kind-icon: new package, add 0.1.9
Co-authored-by: Sam James <sam@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
1
app-emacs/kind-icon/Manifest
Normal file
1
app-emacs/kind-icon/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST kind-icon-0.1.9.tar.lz 19417 BLAKE2B 9d1590627d1d6bff65af9d0658a0aed9245f43b9d27abc57fdc43edae200f8d5fff993d43d0eae84499975a847fae069d706fd47cb0f7b81406f220fd047bfb4 SHA512 b9cd384399eadd898001ae502315b0c78efb483ccb4414f41eab51cfd2a18a98a53618507f6d2bd5c7f6758a358d744b143f00a7912237efcc9451591505933e
|
||||
3
app-emacs/kind-icon/files/50kind-icon-gentoo.el
Normal file
3
app-emacs/kind-icon/files/50kind-icon-gentoo.el
Normal file
@@ -0,0 +1,3 @@
|
||||
;;; app-emacs/kind-icon site configuration -*- lexical-binding: t; -*-
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(load "@SITELISP@/kind-icon-autoloads.el" nil t)
|
||||
26
app-emacs/kind-icon/kind-icon-0.1.9.ebuild
Normal file
26
app-emacs/kind-icon/kind-icon-0.1.9.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
}
|
||||
20
app-emacs/kind-icon/metadata.xml
Normal file
20
app-emacs/kind-icon/metadata.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sam@gentoo.org</email>
|
||||
<name>Sam James</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>arsen@gentoo.org</email>
|
||||
<name>Arsen Arsenović</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>gnu-emacs@gentoo.org</email>
|
||||
<name>Gentoo GNU Emacs project</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">jdtsmith/kind-icon</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user