diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-03 09:47:29 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-03 09:47:29 +0000 |
commit | 4f0e8e9b5d1d7e6127981391718eec693d7869ff (patch) | |
tree | bae059e9d6de759d8fcdd093dac60532fb048b40 /app-emacs/tdtd/tdtd-0.7.1-r1.ebuild | |
parent | removed src_install(); added some quotes; removed pkg_postrm() (diff) | |
download | gentoo-2-4f0e8e9b5d1d7e6127981391718eec693d7869ff.tar.gz gentoo-2-4f0e8e9b5d1d7e6127981391718eec693d7869ff.tar.bz2 gentoo-2-4f0e8e9b5d1d7e6127981391718eec693d7869ff.zip |
removed src_install(); added die comment
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs/tdtd/tdtd-0.7.1-r1.ebuild')
-rw-r--r-- | app-emacs/tdtd/tdtd-0.7.1-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild b/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild index 9c22013519b4..b8f28bb36d8f 100644 --- a/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild +++ b/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild,v 1.4 2007/02/18 10:45:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild,v 1.5 2007/07/03 09:47:29 opfer Exp $ inherit elisp @@ -18,13 +18,9 @@ DEPEND="app-arch/unzip" SITEFILE=50tdtd-gentoo.el S=${WORKDIR} +DOCS="TODO changelog.txt readme.txt tutorial.txt" src_compile() { - elisp-comp *.el || die + elisp-comp *.el || die "elisp-comp failed" } -src_install() { - elisp-install ${PN} *.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc TODO changelog.txt readme.txt tutorial.txt -} |