diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 06:21:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 06:21:04 +0000 |
commit | ac424490569a8f2adf4de56ea88cd8fe87129966 (patch) | |
tree | aba33487f9a6c88f71a23481ace0130a221220a3 /app-text/info2html | |
parent | fix inheritance (diff) | |
download | gentoo-2-ac424490569a8f2adf4de56ea88cd8fe87129966.tar.gz gentoo-2-ac424490569a8f2adf4de56ea88cd8fe87129966.tar.bz2 gentoo-2-ac424490569a8f2adf4de56ea88cd8fe87129966.zip |
fix inheritance
Diffstat (limited to 'app-text/info2html')
-rw-r--r-- | app-text/info2html/info2html-1.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/info2html/info2html-1.4.ebuild b/app-text/info2html/info2html-1.4.ebuild index 94248377d42b..b3cb9b54a49d 100644 --- a/app-text/info2html/info2html-1.4.ebuild +++ b/app-text/info2html/info2html-1.4.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.1 2003/09/28 01:05:46 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.2 2003/11/13 06:16:13 vapier Exp $ + +inherit eutils webapp-apache +webapp-detect || NO_HTTPD=1 DESCRIPTION="Converts GNU .info files to HTML" HOMEPAGE="http://info2html.sourceforge.net/" SRC_URI="mirror://sourceforge/info2html/${P}.tgz" + LICENSE="freedist" SLOT="0" KEYWORDS="alpha arm hppa mips sparc x86" -DEPEND="dev-lang/perl" -inherit eutils -inherit webapp-apache - -webapp-detect || NO_HTTPD=1 +DEPEND="dev-lang/perl" src_unpack() { unpack ${A} |