From 236c64669b7055ffb71af0b6cb43b4e0c8ac542f Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 29 Aug 2019 12:15:39 +0200 Subject: app-emacs/lookup: Version bump, snapshot from git. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild (limited to 'app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild') diff --git a/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild new file mode 100644 index 000000000000..83eb373c097b --- /dev/null +++ b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools elisp + +COMMIT="c4f4986aac6c339e03b9e56a5dfc7c8f5c0bb5e0" +DESCRIPTION="An interface to search CD-ROM books and network dictionaries" +HOMEPAGE="https://lookup2.github.io/lookup2/" +SRC_URI="https://github.com/lookup2/lookup2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="sys-apps/texinfo" + +S="${WORKDIR}/lookup2-${COMMIT}" +SITEFILE="50${PN}-gentoo.el" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --with-lispdir="${EPREFIX}${SITELISP}" +} + +src_compile() { + default +} + +src_install() { + emake DESTDIR="${D}" install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc AUTHORS NEWS README.md +} -- cgit v1.2.3-65-gdbad