From 34438feebdaf17e1567763f1315f743e5c4c03c9 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 9 Jul 2022 21:51:43 +0300 Subject: [PATCH] app-emacs/taxy: add 0.10.1 Signed-off-by: Alfred Wingate --- app-emacs/taxy/Manifest | 1 + app-emacs/taxy/files/50taxy-gentoo.el | 1 + app-emacs/taxy/metadata.xml | 7 ++++++ app-emacs/taxy/taxy-0.10.1.ebuild | 31 +++++++++++++++++++++++++++ app-emacs/taxy/taxy-9999.ebuild | 31 +++++++++++++++++++++++++++ 5 files changed, 71 insertions(+) create mode 100644 app-emacs/taxy/Manifest create mode 100644 app-emacs/taxy/files/50taxy-gentoo.el create mode 100644 app-emacs/taxy/metadata.xml create mode 100644 app-emacs/taxy/taxy-0.10.1.ebuild create mode 100644 app-emacs/taxy/taxy-9999.ebuild diff --git a/app-emacs/taxy/Manifest b/app-emacs/taxy/Manifest new file mode 100644 index 0000000..04bb0aa --- /dev/null +++ b/app-emacs/taxy/Manifest @@ -0,0 +1 @@ +DIST taxy-0.10.1.tar 245760 BLAKE2B 9fabcc2ac7cb727ef8f6bb98d936f8c3f85d0b74fa5535cce748389ac6908bf426b418f57f646ab6c3957412a2565ca49ff32c38ca2e3380ae709325d974e2d7 SHA512 ee2b66ca5d3ae871db19aa0ee65a798fdac6113b048a50d8ca843eb66d966d9432912a178b5322678b5ba504597ad31b41ec839f8dbcb674645b32cee12a4a26 diff --git a/app-emacs/taxy/files/50taxy-gentoo.el b/app-emacs/taxy/files/50taxy-gentoo.el new file mode 100644 index 0000000..431f7e9 --- /dev/null +++ b/app-emacs/taxy/files/50taxy-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/taxy/metadata.xml b/app-emacs/taxy/metadata.xml new file mode 100644 index 0000000..47090b4 --- /dev/null +++ b/app-emacs/taxy/metadata.xml @@ -0,0 +1,7 @@ + + + + + alphapapa/taxy.el + + diff --git a/app-emacs/taxy/taxy-0.10.1.ebuild b/app-emacs/taxy/taxy-0.10.1.ebuild new file mode 100644 index 0000000..aa0dc27 --- /dev/null +++ b/app-emacs/taxy/taxy-0.10.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 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 +} diff --git a/app-emacs/taxy/taxy-9999.ebuild b/app-emacs/taxy/taxy-9999.ebuild new file mode 100644 index 0000000..aa0dc27 --- /dev/null +++ b/app-emacs/taxy/taxy-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 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 +}