summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-21 00:47:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-21 00:47:28 +0000
commit30e63248ed9d38651ceca000f3f5e102ae692bd1 (patch)
treec05f7a6dd0c1c3dcdc67d47aad2eb8c7b54ed742
parentmips and arm need deps first (Manifest recommit) (diff)
downloadgentoo-2-30e63248ed9d38651ceca000f3f5e102ae692bd1.tar.gz
gentoo-2-30e63248ed9d38651ceca000f3f5e102ae692bd1.tar.bz2
gentoo-2-30e63248ed9d38651ceca000f3f5e102ae692bd1.zip
arm mips and hppa need deps first; header fix; move webapp-detect into setup
-rw-r--r--app-text/man2html/ChangeLog6
-rw-r--r--app-text/man2html/man2html-1.5l-r1.ebuild6
-rw-r--r--app-text/man2html/man2html-1.5l.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/app-text/man2html/ChangeLog b/app-text/man2html/ChangeLog
index 078dc7621621..b5c49ad6bd07 100644
--- a/app-text/man2html/ChangeLog
+++ b/app-text/man2html/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/man2html
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/man2html/ChangeLog,v 1.4 2004/02/17 00:32:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/man2html/ChangeLog,v 1.5 2004/02/21 00:47:28 mr_bones_ Exp $
+
+ 20 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ man2html-1.5l-r1.ebuild, man2html-1.5l.ebuild:
+ arm mips and hppa need deps first; header fix; move webapp-detect into setup
16 Feb 2004; Aron Griffis <agriffis@gentoo.org> man2html-1.5l-r1.ebuild:
stable on ia64
diff --git a/app-text/man2html/man2html-1.5l-r1.ebuild b/app-text/man2html/man2html-1.5l-r1.ebuild
index 75efcbef221d..080fa0d7a369 100644
--- a/app-text/man2html/man2html-1.5l-r1.ebuild
+++ b/app-text/man2html/man2html-1.5l-r1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/man2html/man2html-1.5l-r1.ebuild,v 1.2 2004/02/17 00:32:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/man2html/man2html-1.5l-r1.ebuild,v 1.3 2004/02/21 00:47:28 mr_bones_ Exp $
inherit eutils webapp-apache
-webapp-detect || NO_HTTPD=1
DESCRIPTION="Convert manual pages to HTML"
HOMEPAGE="http://freshmeat.net/projects/man/"
@@ -11,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/man/man-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha arm hppa mips sparc x86 ia64"
+KEYWORDS="alpha sparc x86 ia64"
DEPEND="app-misc/glimpse
sys-apps/gawk
@@ -20,6 +19,7 @@ DEPEND="app-misc/glimpse
S=${WORKDIR}/man-${PV}
pkg_setup() {
+ webapp-detect || NO_HTTPD=1
webapp-pkg_setup "${NO_HTTPD}"
einfo "Installing into ${ROOT}${HTTPD_ROOT}"
}
diff --git a/app-text/man2html/man2html-1.5l.ebuild b/app-text/man2html/man2html-1.5l.ebuild
index 917842f732f2..2e548b0d6605 100644
--- a/app-text/man2html/man2html-1.5l.ebuild
+++ b/app-text/man2html/man2html-1.5l.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/man2html/man2html-1.5l.ebuild,v 1.4 2003/12/15 19:59:12 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/man2html/man2html-1.5l.ebuild,v 1.5 2004/02/21 00:47:28 mr_bones_ Exp $
inherit eutils webapp-apache
-webapp-detect || NO_HTTPD=1
DESCRIPTION="Convert manual pages to HTML"
HOMEPAGE="http://freshmeat.net/projects/man/"
@@ -11,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/man/man-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha arm hppa mips sparc x86"
+KEYWORDS="alpha sparc x86"
DEPEND="app-misc/glimpse
sys-apps/gawk
@@ -20,6 +19,7 @@ DEPEND="app-misc/glimpse
S=${WORKDIR}/man-${PV}
pkg_setup() {
+ webapp-detect || NO_HTTPD=1
webapp-pkg_setup "${NO_HTTPD}"
einfo "Installing into ${ROOT}${HTTPD_ROOT}"
}