app-emacs/revive: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 09:41:53 +0000 (11:41 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 13:18:35 +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.el [deleted file]
app-emacs/revive/revive-2.23.ebuild [deleted file]

index e5a55baa56eb532a43159b96a07b3c7113229f44..13fde4fa0dc5c941c2e25923b64172fe46e356af 100644 (file)
@@ -1,2 +1 @@
-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.el b/app-emacs/revive/files/50revive-gentoo.el
deleted file mode 100644 (file)
index f51bc40..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "revive-autoloads" nil t)
diff --git a/app-emacs/revive/revive-2.23.ebuild b/app-emacs/revive/revive-2.23.ebuild
deleted file mode 100644 (file)
index 056dfc5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Resume Emacs"
-HOMEPAGE="http://www.gentei.org/~yuuji/software/"
-# taken from http://www.gentei.org/~yuuji/software/euc/revive.el
-SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz"
-
-LICENSE="yuuji"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       elisp-compile *.el
-       elisp-make-autoload-file
-}