app-emacs/revive: Bump to version 2.24.
authorUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 09:40:48 +0000 (11:40 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 13:18:34 +0000 (15:18 +0200)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/revive/Manifest
app-emacs/revive/files/50revive-gentoo-2.24.el [new file with mode: 0644]
app-emacs/revive/revive-2.24.ebuild [new file with mode: 0644]

index 9845a48a93c8e175ad977ef22a2fbf064017e6bd..e5a55baa56eb532a43159b96a07b3c7113229f44 100644 (file)
@@ -1 +1,2 @@
 DIST revive-2.23.el.xz 9960 BLAKE2B c5955137e7f152691b5dde888536a61dcf2b1ceb3045da9ba861f2b10d467942d3581ca706a9041f7c9bf7092a88f7fe4b6fd8f1dc19ed303350f1bf581439cb SHA512 6eccd93e217bdb6d6f78b95c5b620f069c70e87deb5d9ddfdb30c01edafd1ea123eb9d2943e0143062e8db4423cf30bf9028e51cbb1519e67e9210b2dc282128
+DIST revive-2.24.el.xz 10028 BLAKE2B 4def70bce879e5efc42e6e7ce77353b86bd74c6c17b40c29add3af16af114b8c6f414b1a74758a4b5d856a6cf37590ec6fd4181ba5c95b176a36716bee9a810d SHA512 ce8b0860594420ae1270a5ec8b3d21b58f630206707d08e56aa3c22d1ad41b8b25cb96b1e5cff93cb44b250e687a6d8f96cf1cbf3d75bf5cfc2c2892d0ab8562
diff --git a/app-emacs/revive/files/50revive-gentoo-2.24.el b/app-emacs/revive/files/50revive-gentoo-2.24.el
new file mode 100644 (file)
index 0000000..2162c05
--- /dev/null
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'save-current-configuration "revive" "Save status" t)
+(autoload 'resume "revive" "Resume Emacs" t)
+(autoload 'wipe "revive" "Wipe Emacs" t)
diff --git a/app-emacs/revive/revive-2.24.ebuild b/app-emacs/revive/revive-2.24.ebuild
new file mode 100644 (file)
index 0000000..304e89e
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Resume Emacs"
+HOMEPAGE="https://www.gentei.org/~yuuji/software/"
+# taken from https://www.gentei.org/~yuuji/software/euc/revive.el
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo-${PV}.el"