From 2004a1fe5bff36a8baa6cb67516bd094198c353f Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 20 Aug 2024 06:52:57 +0300 Subject: [PATCH] app-emacs/taxy-magit-section: add 0.14 Signed-off-by: Alfred Wingate --- app-emacs/taxy-magit-section/Manifest | 1 + .../taxy-magit-section-0.14.ebuild | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 app-emacs/taxy-magit-section/taxy-magit-section-0.14.ebuild diff --git a/app-emacs/taxy-magit-section/Manifest b/app-emacs/taxy-magit-section/Manifest index 1b77374..556873b 100644 --- a/app-emacs/taxy-magit-section/Manifest +++ b/app-emacs/taxy-magit-section/Manifest @@ -1 +1,2 @@ DIST taxy-magit-section-0.13.tar 81920 BLAKE2B 286fde7e9dc9dffe9985020ffc8739e47ecc4c1cfeb3a8816b6cb4f3eb6c143aeba76942080f9cdbaee55f9f1f3398b04a4a69ebc9cd3eec591aa708e79267a3 SHA512 f01178a5dc26f56eecafd1d366456a3815b890315369763c10f1203ba415e701b81b53714a5b43f297bf5dfdfd365e1fad763f88914a3f5e779db8dbd108a2c5 +DIST taxy-magit-section-0.14.tar 81920 BLAKE2B 0f308bc5dd9f6ecd1dba8d38510b8f905fc0068c6282886c9793c3f3cc8239c87c63727b44fa6b6ceff6f9ceaaadaa7a3d093c820674a9b3fcf17b68fcc96b26 SHA512 f0076d3bb03ce8062e357b39880dc82c2deaee099eccbf26cb86e32a524e8db837deb5f43e12029eb120f6c8689bc70b78ba3898aacfd4126772750275146b11 diff --git a/app-emacs/taxy-magit-section/taxy-magit-section-0.14.ebuild b/app-emacs/taxy-magit-section/taxy-magit-section-0.14.ebuild new file mode 100644 index 0000000..be7abd9 --- /dev/null +++ b/app-emacs/taxy-magit-section/taxy-magit-section-0.14.ebuild @@ -0,0 +1,38 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="26.3" + +inherit elisp + +DESCRIPTION="Programmable taxonomical hierarchies for arbitrary objects" +HOMEPAGE="https://github.com/alphapapa/taxy.el" + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/alphapapa/taxy.el" + EGIT_BRANCH="package/${PN}" +else + SRC_URI="https://elpa.gnu.org/packages/${P}.tar" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" + +RESTRICT="test" + +DEPEND=" + >=app-emacs/magit-3.2.1 + >=app-emacs/taxy-0.10 +" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + doinfo ${PN}.info +}