mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
app-emacs/treepy: bump to 0.1.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST treepy-0.1.2.tar.gz 125016 BLAKE2B 42cde1c49d97082e301120c1a8a57896149da0178d99a471509ea84996a007ce540f23fa75f2125492cab0c80a6fb02d959a8ac32fe2c2083ac698d0558a8bbc SHA512 ecfd97e0fc7b8d60c5e6aad4f26ce2ca1481c04e6738dac82c50c63b0a15e2118d51fcac468197b15d763d37cf5b3d845a114a8ca0a51ffc1fbf225a70a334e2
|
||||
DIST treepy-0.1.3.tar.gz 125047 BLAKE2B bb219c0d9e3faf9420f60666c79f28a736ec2ea2e2fc3d6c3027accee8a13c84dc472d17cce8556fa199988a31162959e10f2c51f5366bfc9fb4a1041b03fa92 SHA512 f812da23bafd73116d7d63dc197f38d94b433d64b1032956e11a990ea2e420a2241db09f91a86e3d8bb9ef32581b0c753ce858d3834f6db2cb8214702a38a540
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Generic tree traversing tools for Emacs Lisp"
|
||||
HOMEPAGE="https://github.com/volrath/treepy.el/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/volrath/${PN}.el"
|
||||
else
|
||||
SRC_URI="https://github.com/volrath/${PN}.el/archive/${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}.el-${PV}"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DOCS=( README.md )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
elisp-enable-tests ert test
|
||||
Reference in New Issue
Block a user