From 41102afb61190bee16ae002f20d0d345445cbfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 20 Mar 2026 23:51:41 +0100 Subject: [PATCH] app-emacs/treepy: bump to 0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/treepy/Manifest | 1 + app-emacs/treepy/treepy-0.1.3.ebuild | 29 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 app-emacs/treepy/treepy-0.1.3.ebuild diff --git a/app-emacs/treepy/Manifest b/app-emacs/treepy/Manifest index 9e24b835edb47..b257b3911e8c2 100644 --- a/app-emacs/treepy/Manifest +++ b/app-emacs/treepy/Manifest @@ -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 diff --git a/app-emacs/treepy/treepy-0.1.3.ebuild b/app-emacs/treepy/treepy-0.1.3.ebuild new file mode 100644 index 0000000000000..b072d6866934b --- /dev/null +++ b/app-emacs/treepy/treepy-0.1.3.ebuild @@ -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