diff --git a/app-emacs/taxy/Manifest b/app-emacs/taxy/Manifest index 04bb0aa..602aa1b 100644 --- a/app-emacs/taxy/Manifest +++ b/app-emacs/taxy/Manifest @@ -1 +1,2 @@ DIST taxy-0.10.1.tar 245760 BLAKE2B 9fabcc2ac7cb727ef8f6bb98d936f8c3f85d0b74fa5535cce748389ac6908bf426b418f57f646ab6c3957412a2565ca49ff32c38ca2e3380ae709325d974e2d7 SHA512 ee2b66ca5d3ae871db19aa0ee65a798fdac6113b048a50d8ca843eb66d966d9432912a178b5322678b5ba504597ad31b41ec839f8dbcb674645b32cee12a4a26 +DIST taxy-0.10.2.tar 245760 BLAKE2B 8310f3ba3bd7c29ad0f89d9ac5717f9cc122aa95fa28ee92c17bf4e6c20bac2b6b9cc70c3b5bb288b2e1ba49b73db72a67d80c14fb6665e4380ad28d6341b94a SHA512 d5494c670fa8c837736c5f4594dd143759f6bf9b371359daf8e695599c8c4a0bd357357e445fb94f22ac6801b48117a41dc23252bf99dbd8db6757e0e059f229 diff --git a/app-emacs/taxy/taxy-0.10.2.ebuild b/app-emacs/taxy/taxy-0.10.2.ebuild new file mode 100644 index 0000000..f290fb8 --- /dev/null +++ b/app-emacs/taxy/taxy-0.10.2.ebuild @@ -0,0 +1,31 @@ +# 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" +else + SRC_URI="https://elpa.gnu.org/packages/${P}.tar" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" + +RESTRICT="test" + +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + doinfo ${PN}.info +}