summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-06 16:02:59 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-06 16:33:21 +0100
commit35de6a5411746d3e65cbd8ee3423749ae09aab99 (patch)
tree4a2a600ed45725cc28ed960d5379139079e4d7de /app-emacs
parentapp-emacs/compat: bump to 29.1.4.0 (diff)
downloadgentoo-35de6a5411746d3e65cbd8ee3423749ae09aab99.tar.gz
gentoo-35de6a5411746d3e65cbd8ee3423749ae09aab99.tar.bz2
gentoo-35de6a5411746d3e65cbd8ee3423749ae09aab99.zip
app-emacs/undo-tree: bump to 0.8.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/undo-tree/Manifest1
-rw-r--r--app-emacs/undo-tree/undo-tree-0.8.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/undo-tree/Manifest b/app-emacs/undo-tree/Manifest
index 0fe9d5dd299f..678a76f1c38a 100644
--- a/app-emacs/undo-tree/Manifest
+++ b/app-emacs/undo-tree/Manifest
@@ -1,2 +1,3 @@
DIST undo-tree-0.6.6.el.xz 31520 BLAKE2B 01ddd3283ab257de91bd3f38969b7426f21df58e010302d21ea093c9428481a4595ea7806c107c7f87f46825bf379e22423004a72d73fedf8c2a6138afeba510 SHA512 0510ca0020515d0afaf13dcfd1878fa527472a4115534b8f72ed907507a700b34fe7151f0f9aca3e9977f9d48a6fae231483beb14b63f1ce734dd6b3b0322a7a
+DIST undo-tree-0.8.2.tar.xz 34060 BLAKE2B 4976488fd7ae42eb273c6369758014b96503a3a852ef2a4b4798ec6363e23d3e3219f73c6a2cd2f190de8902dc9705a7a4a5331f0e7b67900f43b192ae25e81b SHA512 403ecdb0a30a53528bbaa64025b96b228249f6d2de85070dec8e20d56e02bbca06bc1dcac411dc4e342652d32626dae4b03e4538b9110b69f50d37c12d3ca391
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.2.ebuild b/app-emacs/undo-tree/undo-tree-0.8.2.ebuild
new file mode 100644
index 000000000000..fc23a69f50bb
--- /dev/null
+++ b/app-emacs/undo-tree/undo-tree-0.8.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 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://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-emacs/queue"
+RDEPEND="${DEPEND}"
+
+DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)'
+ in your .emacs file."
+SITEFILE="50${PN}-gentoo.el"