summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-15 09:04:33 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-15 09:04:33 +0200
commitf305b6d585a0bc5f4c89359b3d636b6e73c67183 (patch)
treede9813d3a54478a6ec821c46881ede590bbfeb7a
parentapp-emacs/dash: Remove old. (diff)
downloadgentoo-f305b6d585a0bc5f4c89359b3d636b6e73c67183.tar.gz
gentoo-f305b6d585a0bc5f4c89359b3d636b6e73c67183.tar.bz2
gentoo-f305b6d585a0bc5f4c89359b3d636b6e73c67183.zip
app-emacs/distel: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/distel/Manifest1
-rw-r--r--app-emacs/distel/distel-4.0.6.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-emacs/distel/Manifest b/app-emacs/distel/Manifest
index 92c3a5ee0fbd..76ee3f7b7df1 100644
--- a/app-emacs/distel/Manifest
+++ b/app-emacs/distel/Manifest
@@ -1,2 +1 @@
-DIST distel-4.0.6.tar.gz 210257 BLAKE2B 615682bfc2b773a78ad85d4817135144dda787d1db57b2743ea2fca8ed672fc1e37f6bc23803c9cc2b6096e7376d318cd7c25c3133f7b9c1326dbd451273841b SHA512 510f82b6794379d89020d234462e09251e0db285ebc111eaf096e32a4e3619384650cb2b47ed68d38762a496504b58981c73ca5b930bd0eb1407aee9599c149f
DIST distel-4.1.1.tar.gz 214189 BLAKE2B 0a24039c11d603814ca352ccc09e776b2431ab1172c195a528aba6ecd85eeb15d9739bb37fcc850fd33e2af928eb9d2c7bc8a1721b46f79792ec658f58d41a4e SHA512 3ef73a650775f25f8e77c78cfaec3d2277a4e097128819d118ba566ac477455a1764383959f1d8eca33f8dedfa937eab605dfff899d344b9b03262c2abc7ac44
diff --git a/app-emacs/distel/distel-4.0.6.ebuild b/app-emacs/distel/distel-4.0.6.ebuild
deleted file mode 100644
index b0cdc9f49d4a..000000000000
--- a/app-emacs/distel/distel-4.0.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Distributed Emacs Lisp for Erlang"
-HOMEPAGE="https://code.google.com/p/distel/
- https://www.emacswiki.org/emacs/DistributedEmacsLisp"
-SRC_URI="https://github.com/massemanet/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-# "New BSD License" according to https://code.google.com/p/distel/
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND=">=dev-lang/erlang-11.2.5[emacs]"
-RDEPEND="${DEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- emake base info
- cd elisp || die
- elisp-compile *.el
-}
-
-src_install() {
- emake prefix="${ED}"/usr \
- ELISP_DIR="${ED}${SITELISP}/${PN}" install
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- doinfo doc/distel.info
- dohtml doc/distel/*.html
- dodoc AUTHORS ChangeLog NEWS README*
- use doc && dodoc doc/gorrie02distel.pdf
-}