summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/info2html/info2html-1.4-r2.ebuild')
-rw-r--r--app-text/info2html/info2html-1.4-r2.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/app-text/info2html/info2html-1.4-r2.ebuild b/app-text/info2html/info2html-1.4-r2.ebuild
index 5d2842ecabcc..7f4043db5fdb 100644
--- a/app-text/info2html/info2html-1.4-r2.ebuild
+++ b/app-text/info2html/info2html-1.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r2.ebuild,v 1.1 2006/09/01 11:02:44 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r2.ebuild,v 1.2 2006/09/01 12:45:42 kevquinn Exp $
inherit eutils webapp
@@ -9,15 +9,12 @@ HOMEPAGE="http://info2html.sourceforge.net/"
SRC_URI="mirror://sourceforge/info2html/${P}.tgz"
LICENSE="freedist"
+# webapp.eclass deals with SLOTting
#SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86"
-DEPEND="dev-lang/perl"
-
-#pkg_setup() {
-# webapp_pkg_setup
-#}
+RDEPEND="dev-lang/perl"
src_unpack() {
unpack ${A}
@@ -31,7 +28,9 @@ src_install() {
exeinto ${MY_CGIBINDIR}
cp info2html infocat info2html.conf ${D}/${MY_CGIBINDIR}
- dodoc README
+ # README zapped by info2html-gentoo.patch; it only listed
+ # the homepage so it doesn't add anything useful.
+ # dodoc README
webapp_src_install
}