app-emacs/taxy: add 0.10.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
7f7be669e8
commit
34438feebd
1
app-emacs/taxy/Manifest
Normal file
1
app-emacs/taxy/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST taxy-0.10.1.tar 245760 BLAKE2B 9fabcc2ac7cb727ef8f6bb98d936f8c3f85d0b74fa5535cce748389ac6908bf426b418f57f646ab6c3957412a2565ca49ff32c38ca2e3380ae709325d974e2d7 SHA512 ee2b66ca5d3ae871db19aa0ee65a798fdac6113b048a50d8ca843eb66d966d9432912a178b5322678b5ba504597ad31b41ec839f8dbcb674645b32cee12a4a26
|
1
app-emacs/taxy/files/50taxy-gentoo.el
Normal file
1
app-emacs/taxy/files/50taxy-gentoo.el
Normal file
@ -0,0 +1 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
7
app-emacs/taxy/metadata.xml
Normal file
7
app-emacs/taxy/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">alphapapa/taxy.el</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
31
app-emacs/taxy/taxy-0.10.1.ebuild
Normal file
31
app-emacs/taxy/taxy-0.10.1.ebuild
Normal file
@ -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
|
||||
}
|
31
app-emacs/taxy/taxy-9999.ebuild
Normal file
31
app-emacs/taxy/taxy-9999.ebuild
Normal file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user