diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-14 17:16:26 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-14 17:21:32 +0000 |
commit | b9b4bfab615101457f9a145d6eceb8b4cb46936a (patch) | |
tree | 6411731638e524ab5a768a420092b3ea11058c7f /app-emacs/undo-tree | |
parent | app-emacs/queue: initial import at 0.2 (diff) | |
download | gentoo-b9b4bfab615101457f9a145d6eceb8b4cb46936a.tar.gz gentoo-b9b4bfab615101457f9a145d6eceb8b4cb46936a.tar.bz2 gentoo-b9b4bfab615101457f9a145d6eceb8b4cb46936a.zip |
app-emacs/undo-tree: add 0.8.1
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/undo-tree')
-rw-r--r-- | app-emacs/undo-tree/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.8.1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/undo-tree/Manifest b/app-emacs/undo-tree/Manifest index 9a03a3b61889..0fe9d5dd299f 100644 --- a/app-emacs/undo-tree/Manifest +++ b/app-emacs/undo-tree/Manifest @@ -1 +1,2 @@ DIST undo-tree-0.6.6.el.xz 31520 BLAKE2B 01ddd3283ab257de91bd3f38969b7426f21df58e010302d21ea093c9428481a4595ea7806c107c7f87f46825bf379e22423004a72d73fedf8c2a6138afeba510 SHA512 0510ca0020515d0afaf13dcfd1878fa527472a4115534b8f72ed907507a700b34fe7151f0f9aca3e9977f9d48a6fae231483beb14b63f1ce734dd6b3b0322a7a +DIST undo-tree-release-0.8.1.tar.gz 39499 BLAKE2B 0a47ab86889d1d043ff94ced330f9d9e82a9c6914d44633af85ff7e02d80d8914a59345f50a600eb676a9c46619a7ef13b18e4abb02186e6fd39ab9197cf81a6 SHA512 7a5cb7e949d8dd62ce54b7b7ba136f5c6ffcc5ca998af6552e8c9daddf13e38ddfe4de8c2b5d4732d193990018e003bc0eb6b732d913178efba15bb01064a745 diff --git a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild b/app-emacs/undo-tree/undo-tree-0.8.1.ebuild new file mode 100644 index 000000000000..8ba45888a5d0 --- /dev/null +++ b/app-emacs/undo-tree/undo-tree-0.8.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=24 + +inherit readme.gentoo-r1 elisp + +DESCRIPTION="Undo trees and visualization" +HOMEPAGE="http://www.dr-qubit.org/undo-tree.html" +SRC_URI="https://gitlab.com/tsc25/${PN}/-/archive/release/${PV}/${PN}-release-${PV}.tar.gz" +S="${WORKDIR}"/${PN}-release-${PV} + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' + in your .emacs file." + +DEPEND="app-emacs/queue" +RDEPEND="${DEPEND}" |