diff options
Diffstat (limited to 'app-editors/elisp-manual/elisp-manual-21.2.8.ebuild')
-rw-r--r-- | app-editors/elisp-manual/elisp-manual-21.2.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild b/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild index 14971efb8eec..9b3c83901c47 100644 --- a/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild +++ b/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild,v 1.1 2002/08/23 06:15:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild,v 1.2 2002/11/30 23:20:40 vapier Exp $ MY_PV=21-2.8 - DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="http://www.gnu.org/manual/elisp-manual-${MY_PV}/elisp.html" SRC_URI="http://www.gnu.org/manual/elisp-manual-${MY_PV}/info/elisp-info.tar.gz" + LICENSE="FDL-1.1" SLOT="0" KEYWORDS="x86 ppc sparc sparc64" +DEPEND="" RDEPEND="" -DEPEND="${RDEPEND}" -S=${WORKDIR}/ +S=${WORKDIR} -src_install () { +src_install() { doinfo elisp.info* } |