diff options
author | 2009-09-05 23:47:51 +0000 | |
---|---|---|
committer | 2009-09-05 23:47:51 +0000 | |
commit | 6ab8aab7cd8c1b25903b87418a08fec83256d2fb (patch) | |
tree | b7ecb924e20ee73cdc8a2b6c5f19fbb2ceaded0b /app-doc/elisp-manual/elisp-manual-22.3.ebuild | |
parent | Moved to Portage tree. (diff) | |
download | emacs-6ab8aab7cd8c1b25903b87418a08fec83256d2fb.tar.gz emacs-6ab8aab7cd8c1b25903b87418a08fec83256d2fb.tar.bz2 emacs-6ab8aab7cd8c1b25903b87418a08fec83256d2fb.zip |
Moved to Portage tree.
svn path=/emacs-overlay/; revision=1434
Diffstat (limited to 'app-doc/elisp-manual/elisp-manual-22.3.ebuild')
-rw-r--r-- | app-doc/elisp-manual/elisp-manual-22.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-doc/elisp-manual/elisp-manual-22.3.ebuild b/app-doc/elisp-manual/elisp-manual-22.3.ebuild deleted file mode 100644 index 49f7e17..0000000 --- a/app-doc/elisp-manual/elisp-manual-22.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="The GNU Emacs Lisp Reference Manual" -HOMEPAGE="http://www.gnu.org/software/emacs/manual/" -SRC_URI="mirror://gnu/emacs/emacs-${PV}.tar.gz" - -LICENSE="FDL-1.2" -SLOT="22" -KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86" -IUSE="" - -S="${WORKDIR}/emacs-${PV}/lispref" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-direntry.patch" -} - -src_compile() { - makeinfo elisp.texi || die "makeinfo failed" -} - -src_install() { - doinfo elisp22.info* || die "doinfo failed" - dodoc ChangeLog README -} |