summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/elisp-manual/elisp-manual-18.1.03.ebuild')
-rw-r--r--app-doc/elisp-manual/elisp-manual-18.1.03.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild b/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild
deleted file mode 100644
index ba03fa2..0000000
--- a/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils versionator
-
-MY_PV=$(replace_version_separator 1 '-' )
-MY_P=${PN}-${MY_PV}
-DESCRIPTION="The GNU Emacs Lisp Reference Manual"
-HOMEPAGE="http://www.gnu.org/software/emacs/manual/"
-SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="18"
-KEYWORDS="~x86"
-IUSE=""
-
-S="${WORKDIR}/elisp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # remove pre-made info files
- rm -f elisp elisp-[0-9]*
- epatch "${FILESDIR}/${P}-fix-texinfo.patch"
- epatch "${FILESDIR}/${P}-direntry.patch"
-}
-
-src_compile() {
- ln -s index.unperm index.texi
- makeinfo elisp.texi || die "makeinfo failed"
-}
-
-src_install() {
- doinfo elisp18.info* || die "doinfo failed"
-}