diff options
author | 2004-02-21 00:47:28 +0000 | |
---|---|---|
committer | 2004-02-21 00:47:28 +0000 | |
commit | e09842070340d6fdb24a35960601b0655e384a84 (patch) | |
tree | a1579b10ba8b79b48917d2858c4f6ea75af7f234 | |
parent | mips and arm need deps first (diff) | |
download | historical-e09842070340d6fdb24a35960601b0655e384a84.tar.gz historical-e09842070340d6fdb24a35960601b0655e384a84.tar.bz2 historical-e09842070340d6fdb24a35960601b0655e384a84.zip |
arm mips and hppa need deps first; header fix; move webapp-detect into setup
-rw-r--r-- | app-text/info2html/Manifest | 6 | ||||
-rw-r--r-- | app-text/man2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/man2html/man2html-1.5l-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/man2html/man2html-1.5l.ebuild | 8 | ||||
-rw-r--r-- | app-text/xml2doc/Manifest | 2 |
5 files changed, 16 insertions, 12 deletions
diff --git a/app-text/info2html/Manifest b/app-text/info2html/Manifest index 6b426ac7f2cc..24c81d379de4 100644 --- a/app-text/info2html/Manifest +++ b/app-text/info2html/Manifest @@ -1,5 +1,5 @@ -MD5 1baa855284e004981966a1e764eeea11 info2html-1.4.ebuild 950 -MD5 088a85f8894d5348bdb485271fc637ba ChangeLog 439 +MD5 30b357c796a9c078c9cc67eadc320fbf ChangeLog 587 +MD5 826322cf488c2fe98014dad4b6ad4453 info2html-1.4.ebuild 949 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 -MD5 495fd408850958212ae70b35f3b8129b files/info2html-gentoo.patch 1767 MD5 4b9f64ddf8e7ef3c725fc1f785c69456 files/digest-info2html-1.4 60 +MD5 495fd408850958212ae70b35f3b8129b files/info2html-gentoo.patch 1767 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}" } diff --git a/app-text/xml2doc/Manifest b/app-text/xml2doc/Manifest index 31a168adf208..5149200daf1f 100644 --- a/app-text/xml2doc/Manifest +++ b/app-text/xml2doc/Manifest @@ -1,4 +1,4 @@ MD5 a6e1981d62bff288f97b87916ce3318e ChangeLog 572 -MD5 b9c1c98dadf22b31e1cc40d79174da0d xml2doc-20030510.ebuild 1075 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 a86ac7f0b110386de4997caabd1a6e85 xml2doc-20030510.ebuild 1072 MD5 7e303f487b570296c2d407c4bcf15736 files/digest-xml2doc-20030510 64 |