diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-03 07:50:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-03 07:50:16 +0000 |
commit | b963c2257f7c91895bdac28e559208bebc2d0675 (patch) | |
tree | 18f7bd46e5c27bc64c846f98b50c4697f654232d /app-emacs/ilisp/ilisp-5.12.0-r3.ebuild | |
parent | Version bump. (diff) | |
download | historical-b963c2257f7c91895bdac28e559208bebc2d0675.tar.gz historical-b963c2257f7c91895bdac28e559208bebc2d0675.tar.bz2 historical-b963c2257f7c91895bdac28e559208bebc2d0675.zip |
Ebuild cleanup.
Diffstat (limited to 'app-emacs/ilisp/ilisp-5.12.0-r3.ebuild')
-rw-r--r-- | app-emacs/ilisp/ilisp-5.12.0-r3.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app-emacs/ilisp/ilisp-5.12.0-r3.ebuild b/app-emacs/ilisp/ilisp-5.12.0-r3.ebuild index a9b653eafaa6..85208ded9cff 100644 --- a/app-emacs/ilisp/ilisp-5.12.0-r3.ebuild +++ b/app-emacs/ilisp/ilisp-5.12.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ilisp/ilisp-5.12.0-r3.ebuild,v 1.8 2004/06/24 22:15:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ilisp/ilisp-5.12.0-r3.ebuild,v 1.9 2004/11/03 07:50:16 usata Exp $ inherit elisp @@ -19,8 +19,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/emacs - dev-lisp/common-lisp-controller +DEPEND="dev-lisp/common-lisp-controller sys-apps/texinfo virtual/tetex app-text/texi2html" @@ -32,10 +31,10 @@ CLPACKAGE=ilisp src_compile() { make EMACS=emacs SHELL=/bin/sh || die - cd extra && for i in *.el ; do - emacs --batch --no-site-file --eval "(byte-compile-file \"$i\")" *.el - done - make -C ${S}/docs + cd extra + elisp-comp *.el || die "elisp-comp failed" + cd - + make -C ${S}/docs || die "make docs failed" } src_install() { @@ -66,7 +65,7 @@ src_install() { elisp-site-file-install ${FILESDIR}/50ilispclc-gentoo.el dodoc ACKNOWLEDGMENTS GETTING-ILISP HISTORY INSTALLATION README Welcome - sed -i "s,@HYPERSPEC@,${P}/HyperSpec,g" ${D}/usr/share/emacs/site-lisp/50ilispclc-gentoo.el + dosed "s,@HYPERSPEC@,${P}/HyperSpec,g" /usr/share/emacs/site-lisp/50ilispclc-gentoo.el } pkg_preinst() { |