diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-03 00:39:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-03 00:41:05 +0200 |
commit | 9c8a5dadf7b91d1f4c419dcf5f76d4f8470f89d0 (patch) | |
tree | 6d45d439fa29bb58b02cfa5837c3620f6143acce /app-emacs | |
parent | app-emacs/mldonkey: Remove old. (diff) | |
download | gentoo-9c8a5dadf7b91d1f4c419dcf5f76d4f8470f89d0.tar.gz gentoo-9c8a5dadf7b91d1f4c419dcf5f76d4f8470f89d0.tar.bz2 gentoo-9c8a5dadf7b91d1f4c419dcf5f76d4f8470f89d0.zip |
app-emacs/lookup: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/lookup/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/lookup/files/lookup-1.4.1-garbage-char.patch | 8 | ||||
-rw-r--r-- | app-emacs/lookup/lookup-1.4.1.ebuild | 33 |
3 files changed, 0 insertions, 42 deletions
diff --git a/app-emacs/lookup/Manifest b/app-emacs/lookup/Manifest index 0852dd5351e5..c6d48dc9595c 100644 --- a/app-emacs/lookup/Manifest +++ b/app-emacs/lookup/Manifest @@ -1,2 +1 @@ -DIST lookup-1.4.1.tar.gz 346391 BLAKE2B 4de52e0bf444e4822408db580f1aacbeb8a42ea1492eda2c7678f1838615da00a370b1d12efdf0ff1fef4e81302426245e0c2411f42bf17667966c90f8b39cbb SHA512 a28a770ba58f07db5a7b2452792fc0e83b74e3b45556e84a9729c73773df661dbb7d356c1f7be803feb66f23e154aa825dab610f841bbe655bc76bd7120370bf DIST lookup-1.99.96_pre20180209.tar.gz 220833 BLAKE2B 2555b28919991356fe2e655d8058b7a23257bab413ee542fb6a3c5f719e22c1dce1bd08f144f0c71c6590438deeae5b8798fbf9c29edbffe21ddafc499b420a8 SHA512 2292a2d4e61a5fc8d17ca8afb02e172691babd47f296c2b2ff5e284c27a805608fc4b5c63dec07a0387bb52ee4fbd736d7b2d4320d74efc4c210ed156873e8c0 diff --git a/app-emacs/lookup/files/lookup-1.4.1-garbage-char.patch b/app-emacs/lookup/files/lookup-1.4.1-garbage-char.patch deleted file mode 100644 index 7c9a3bea9152..000000000000 --- a/app-emacs/lookup/files/lookup-1.4.1-garbage-char.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- lookup-1.4.1-orig/lisp/ndic.el -+++ lookup-1.4.1/lisp/ndic.el -@@ -1,4 +1,4 @@ --e;;; ndic.el --- Lookup by free dictionaries -+;;; ndic.el --- Lookup by free dictionaries - ;; Copyright (C) 1999 Lookup Development Team <lookup@ring.gr.jp> - - ;; Author: Keisuke Nishida <kei@psn.net> diff --git a/app-emacs/lookup/lookup-1.4.1.ebuild b/app-emacs/lookup/lookup-1.4.1.ebuild deleted file mode 100644 index 77d227163e10..000000000000 --- a/app-emacs/lookup/lookup-1.4.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="An interface to search CD-ROM books and network dictionaries" -HOMEPAGE="http://openlab.jp/edict/lookup/" -SRC_URI="http://openlab.jp/edict/lookup/dist/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -ELISP_PATCHES="${P}-garbage-char.patch" -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf --with-lispdir="${EPREFIX}${SITELISP}/${PN}" -} - -src_compile() { - # parallel make fails with Emacs deadlock - emake -j1 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc AUTHORS ChangeLog NEWS README -} |