diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 17:28:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 17:28:54 +0000 |
commit | 57709fc10751b7e06c43d086666ea0c2f86d9727 (patch) | |
tree | 84fc3cc8512aacffccdd50b3d5072673dbede380 /app-text/htmldoc | |
parent | add inherit eutils (diff) | |
download | gentoo-2-57709fc10751b7e06c43d086666ea0c2f86d9727.tar.gz gentoo-2-57709fc10751b7e06c43d086666ea0c2f86d9727.tar.bz2 gentoo-2-57709fc10751b7e06c43d086666ea0c2f86d9727.zip |
add inherit eutils
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.20-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild index 54f71e4d50ea..05fd76250dc3 100644 --- a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.5 2004/03/12 08:24:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.6 2004/04/08 17:28:54 vapier Exp $ + +inherit eutils DESCRIPTION="Convert HTML pages into a PDF document" -SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2" HOMEPAGE="http://www.easysw.com/htmldoc/" +SRC_URI="ftp://ftp.easysw.com/pub/htmldoc/1.8.20/${P}-1-source.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 sparc ppc" DEPEND="virtual/x11" @@ -39,7 +41,7 @@ src_compile() { } src_install() { - einstall + einstall || die # Minor cleanups mv ${D}/usr/share/doc/htmldoc ${D}/usr/share/doc/${PF} |