From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild (limited to 'app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild') diff --git a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild deleted file mode 100644 index 003f669a9546..000000000000 --- a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -MY_P=${PN}-${PV/./-} -DESCRIPTION="The GNU Emacs Lisp Reference Manual" -HOMEPAGE="https://www.gnu.org/software/emacs/manual/" -SRC_URI="mirror://gnu/emacs/${MY_P}.tar.gz - https://dev.gentoo.org/~ulm/emacs/${P}-patches.tar.gz" - -LICENSE="FDL-1.1+" -SLOT="21" -KEYWORDS="amd64 ppc x86" - -DEPEND="sys-apps/texinfo" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # remove pre-made info files - rm -f elisp elisp-[0-9]* - EPATCH_SUFFIX=patch epatch -} - -src_compile() { - ln -s index.unperm index.texi || die - makeinfo elisp.texi || die -} - -src_install() { - doinfo elisp21.info* - dodoc README -} -- cgit v1.2.3