diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 06:16:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 06:16:13 +0000 |
commit | f246a8c5c418302d595924334e3aa4e6f82dab69 (patch) | |
tree | 2a777c7519f8aa1e31bcd260c08748ff7fda1417 /app-text/info2html | |
parent | version bump (diff) | |
download | historical-f246a8c5c418302d595924334e3aa4e6f82dab69.tar.gz historical-f246a8c5c418302d595924334e3aa4e6f82dab69.tar.bz2 historical-f246a8c5c418302d595924334e3aa4e6f82dab69.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} |