From 6990d0600970cefe6aa2c17668f9028b08d23441 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Apr 2023 23:37:47 +0100 Subject: gentoo auto-resync : 10:04:2023 - 23:37:47 --- app-emacs/treemacs-all-the-icons/Manifest | 4 +++ .../files/50treemacs-all-the-icons-gentoo.el | 1 + app-emacs/treemacs-all-the-icons/metadata.xml | 13 ++++++++ .../treemacs-all-the-icons-3.1.ebuild | 35 ++++++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 app-emacs/treemacs-all-the-icons/Manifest create mode 100644 app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el create mode 100644 app-emacs/treemacs-all-the-icons/metadata.xml create mode 100644 app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild (limited to 'app-emacs/treemacs-all-the-icons') diff --git a/app-emacs/treemacs-all-the-icons/Manifest b/app-emacs/treemacs-all-the-icons/Manifest new file mode 100644 index 000000000000..2c3e76c218b6 --- /dev/null +++ b/app-emacs/treemacs-all-the-icons/Manifest @@ -0,0 +1,4 @@ +AUX 50treemacs-all-the-icons-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5 +DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c +EBUILD treemacs-all-the-icons-3.1.ebuild 708 BLAKE2B 7ded7f3d919944e80a5601917b3c5f6925900600c1449b68876b12472ab273e0a517c06e8419b4f1a7d0ef95c69c70aaf561304943f10b54be09dcb5729d27c7 SHA512 77c3caae95e40648a003f61e1aa68487fa7bbd36696b249560db88b9331ea9a9438ec10932bde6e5a4995d4b01acea2f662fd7681427574b7f0e56636c205867 +MISC metadata.xml 439 BLAKE2B a5536ef58177b5a4802017b81c68951ff5585a745ebc38f036bf2ee98bf6f51b0586ff5022cd1da55dbca13430b1811d8ac60e5b920caec7ea15f83f62ed3cad SHA512 cb6043bf4aa0e741f19630393ec1a25ab74e4ac2f17a41d932fce8d6f95663534cf28c277912c1800b252a98f1dc5ba13d6623f12251486e93dc33df1b77f443 diff --git a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el b/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/treemacs-all-the-icons/metadata.xml b/app-emacs/treemacs-all-the-icons/metadata.xml new file mode 100644 index 000000000000..2b59c18813b9 --- /dev/null +++ b/app-emacs/treemacs-all-the-icons/metadata.xml @@ -0,0 +1,13 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + https://github.com/Alexander-Miller/treemacs/issues/ + Alexander-Miller/treemacs + + 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 new file mode 100644 index 000000000000..be9aa60e9006 --- /dev/null +++ b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild @@ -0,0 +1,35 @@ +# 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-site-file-install "${FILESDIR}/${SITEFILE}" +} -- cgit v1.2.3