diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-13 01:09:33 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-13 01:09:33 +0000 |
commit | 58523314abd7b5740c06e3bbcd41ada404e7c612 (patch) | |
tree | 2ec4372c4b63bd8679af9b4c591c2743e421b1b9 /app-emacs/treemacs | |
parent | 4fc30e4e13ecfbe29fbef3b5caf96218eab30b68 (diff) |
gentoo auto-resync : 13:01:2024 - 01:09:33
Diffstat (limited to 'app-emacs/treemacs')
-rw-r--r-- | app-emacs/treemacs/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/treemacs/treemacs-3.1-r1.ebuild (renamed from app-emacs/treemacs/treemacs-3.1.ebuild) | 41 |
2 files changed, 27 insertions, 16 deletions
diff --git a/app-emacs/treemacs/Manifest b/app-emacs/treemacs/Manifest index 4adec1e426af..8c8d406bd550 100644 --- a/app-emacs/treemacs/Manifest +++ b/app-emacs/treemacs/Manifest @@ -3,5 +3,5 @@ AUX treemacs-2.9.5-tests.patch 342 BLAKE2B c3ea6362372e732c6ab12621ddb4522a0dc02 AUX treemacs-async-scripts.patch 1651 BLAKE2B bd6aecaff19f87e843c3feb17a7a6b63186779d259933a647c66fd9dd26884e729baf726e038aba13fbcc3c41f56d2159379c3001fe91b009f9c51f3728a54d7 SHA512 94094629d2b78fd88da344e0078ddc043c2edce18f1a373116da2db977a2f6d4141801b8d02c64e67ad41f6c9bec966a88ba3aea33a80021d171a3ae862146e0 AUX treemacs-icons-icon-directory.patch 415 BLAKE2B d53b7bfcca7ab85953e1d98a71d58d273f625e095c72417d0c3e1bcfa65d4e5b9a34a60f1295f68a22f663643a6460adddfd2b03c38f7a10a0c3edfae232fb61 SHA512 c76ead6a99de0494769f35af8e3a5154fed728736e41d9cfe08c04f947959a972488e9d6e871e05b10763551fdcbda8e31e9b1bc308a043b5b315ea0a6e475f9 DIST treemacs-3.1.tar.gz 4562915 BLAKE2B b728c6ea795fe1159c2342b593cc4e6b3d06a1ba58dca876e5472e394b77a3a9930740aa9ecb65973f551322018920f08b0b49e897d5677b7a0f1da42cfad2d3 SHA512 e891cfa68916ecc250ab0446a4eb0149deea17a7f366870ce757e73f175bc823dae87080a584ea315d502c50559d030055f2f399cbd92d40af8c2dca5308604c -EBUILD treemacs-3.1.ebuild 1389 BLAKE2B 05a2637c7d88a41831abb2c92bd718e4cbf9e72dd4abd77072a2419b1da4ada9b28e2439585ec2811a635a17e3dfab56147480ce3699a9d81f66d0fb43c5eb45 SHA512 a964fa37a582b4dbcc6e91389520d489459aaa73cdfef8051734ff66f973a8965c9e9a7048f2f98f7c3219faa3c1d14e2a0abfee30313b40c66b3e05d50b2399 +EBUILD treemacs-3.1-r1.ebuild 1552 BLAKE2B 70b59cc7ce307911bcaffe310c9b04402092c52b4a467041be36500bb0848e1407be8eb6280289d5b709fdba7346b146abd4c465505dd131e91dc3e258f10ae0 SHA512 4ba84cf9b4925b62dce67819c61287694e6e67dd2555777214251be8c10598d27c45faf64bb32964795e8d4211de0b9e7abcc76c71264b7cf0ba7af1223ad1fa MISC metadata.xml 439 BLAKE2B a5536ef58177b5a4802017b81c68951ff5585a745ebc38f036bf2ee98bf6f51b0586ff5022cd1da55dbca13430b1811d8ac60e5b920caec7ea15f83f62ed3cad SHA512 cb6043bf4aa0e741f19630393ec1a25ab74e4ac2f17a41d932fce8d6f95663534cf28c277912c1800b252a98f1dc5ba13d6623f12251486e93dc33df1b77f443 diff --git a/app-emacs/treemacs/treemacs-3.1.ebuild b/app-emacs/treemacs/treemacs-3.1-r1.ebuild index 6d097c74f261..5f04a6ad831c 100644 --- a/app-emacs/treemacs/treemacs-3.1.ebuild +++ b/app-emacs/treemacs/treemacs-3.1-r1.ebuild @@ -1,24 +1,33 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 NEED_EMACS=26.1 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 elisp DESCRIPTION="Tree style project file explorer" HOMEPAGE="https://github.com/Alexander-Miller/treemacs/" -SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}.git" +else + SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64" +fi LICENSE="GPL-3+" -KEYWORDS="~amd64" SLOT="0" RDEPEND=" + >=app-editors/emacs-${NEED_EMACS}[svg] app-emacs/ace-window app-emacs/cfrs app-emacs/dash @@ -27,13 +36,15 @@ RDEPEND=" app-emacs/pfuture app-emacs/s " -BDEPEND="${RDEPEND}" +BDEPEND=" + ${RDEPEND} +" BYTECOMPFLAGS="-L . -L src/elisp" PATCHES=( - "${FILESDIR}"/${PN}-2.9.5-tests.patch - "${FILESDIR}"/${PN}-async-scripts.patch - "${FILESDIR}"/${PN}-icons-icon-directory.patch + "${FILESDIR}/${PN}-2.9.5-tests.patch" + "${FILESDIR}/${PN}-async-scripts.patch" + "${FILESDIR}/${PN}-icons-icon-directory.patch" ) DOCS=( Changelog.org Extensions.org README.org screenshots ) @@ -44,13 +55,13 @@ elisp-enable-tests buttercup test src_prepare() { distutils-r1_src_prepare - sed "s|@SITEETC@|${SITEETC}/${PN}|g" \ - -i src/elisp/${PN}-icons.el \ - -i src/elisp/${PN}-async.el || die + sed "s|@SITEETC@|${SITEETC}/${PN}|g" \ + -i "src/elisp/${PN}-icons.el" \ + -i "src/elisp/${PN}-async.el" || die } python_compile() { - python_optimize "${S}"/src/scripts + python_optimize "${S}/src/scripts" } src_compile() { @@ -60,10 +71,10 @@ src_compile() { } src_install() { - elisp-install ${PN} src/elisp/*.el{,c} + elisp-install "${PN}" src/elisp/*.el{,c} elisp-site-file-install "${FILESDIR}/${SITEFILE}" - insinto ${SITEETC}/${PN} + insinto "${SITEETC}/${PN}" doins -r icons doins -r src/scripts } |