From f305b6d585a0bc5f4c89359b3d636b6e73c67183 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 15 Oct 2019 09:04:33 +0200 Subject: app-emacs/distel: Remove old. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- app-emacs/distel/distel-4.0.6.ebuild | 38 ------------------------------------ 1 file changed, 38 deletions(-) delete mode 100644 app-emacs/distel/distel-4.0.6.ebuild (limited to 'app-emacs/distel/distel-4.0.6.ebuild') 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 -} -- cgit v1.2.3-65-gdbad