summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/man2html')
-rw-r--r--app-text/man2html/files/digest-man2html-1.5l1
-rw-r--r--app-text/man2html/files/digest-man2html-1.5l-r11
-rw-r--r--app-text/man2html/man2html-1.5l-r1.ebuild72
-rw-r--r--app-text/man2html/man2html-1.5l.ebuild69
4 files changed, 0 insertions, 143 deletions
diff --git a/app-text/man2html/files/digest-man2html-1.5l b/app-text/man2html/files/digest-man2html-1.5l
deleted file mode 100644
index 1d4a35da11da..000000000000
--- a/app-text/man2html/files/digest-man2html-1.5l
+++ /dev/null
@@ -1 +0,0 @@
-MD5 07fa5ab41c39afcd59cdef5139ef563b man-1.5l.tar.gz 218249
diff --git a/app-text/man2html/files/digest-man2html-1.5l-r1 b/app-text/man2html/files/digest-man2html-1.5l-r1
deleted file mode 100644
index 1d4a35da11da..000000000000
--- a/app-text/man2html/files/digest-man2html-1.5l-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 07fa5ab41c39afcd59cdef5139ef563b man-1.5l.tar.gz 218249
diff --git a/app-text/man2html/man2html-1.5l-r1.ebuild b/app-text/man2html/man2html-1.5l-r1.ebuild
deleted file mode 100644
index 8e9fe98b7383..000000000000
--- a/app-text/man2html/man2html-1.5l-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.6 2005/01/01 16:25:16 eradicator Exp $
-
-inherit eutils webapp-apache
-
-DESCRIPTION="Convert manual pages to HTML"
-HOMEPAGE="http://freshmeat.net/projects/man/"
-SRC_URI="mirror://kernel/linux/utils/man/man-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha sparc x86 ia64"
-IUSE=""
-
-DEPEND="app-misc/glimpse
- sys-apps/gawk
- sys-apps/man"
-
-S=${WORKDIR}/man-${PV}
-
-pkg_setup() {
- webapp-detect || NO_HTTPD=1
- webapp-pkg_setup "${NO_HTTPD}"
- einfo "Installing into ${ROOT}${HTTPD_ROOT}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/mansearch-gentoo.patch
- epatch ${FILESDIR}/manwhatis-gentoo.patch
- find man2html -type f | xargs sed -i -e "s:/home/httpd/htdocs/:${HTTPD_ROOT}:g"
- find man2html -type f | xargs sed -i -e "s:/home/httpd/cgi-bin/:${HTTPD_CGIBIN}:g"
- find man2html -type f | xargs sed -i -e "s:/home/httpd/cgi-aux/:${HTTPD_CGIBIN/bin/aux}:g"
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- webapp-mkdirs
-
- cd man2html
- exeinto ${HTTPD_CGIBIN}/man
- doexe scripts/cgi-bin/man/*
- insinto ${HTTPD_CGIBIN/bin/aux}/man
- doins scripts/cgi-aux/man/*
- insinto /var/man2html
- newins glimpse_filters .glimpse_filters
- fperms 1777 /var/man2html
- exeinto /etc/cron.daily
- doexe ${FILESDIR}/man2html.cron
-}
-
-pkg_postinst() {
- einfo Run
- einfo "\tebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
- einfo to complete installation.
-}
-
-pkg_config() {
- einfo Running makewhatis
- /usr/sbin/makewhatis
- eend $?
- einfo Running glimpseindex
- /usr/bin/glimpseindex -z -H /var/man2html `man -w | tr : ' '`
- eend $?
- chmod 644 /var/man2html/.glimpse*
- einfo Manual pages are available at http://localhost/cgi-bin/man/man2html
-}
diff --git a/app-text/man2html/man2html-1.5l.ebuild b/app-text/man2html/man2html-1.5l.ebuild
deleted file mode 100644
index 37302914ac95..000000000000
--- a/app-text/man2html/man2html-1.5l.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.8 2005/01/01 16:25:16 eradicator Exp $
-
-inherit eutils webapp-apache
-
-DESCRIPTION="Convert manual pages to HTML"
-HOMEPAGE="http://freshmeat.net/projects/man/"
-SRC_URI="mirror://kernel/linux/utils/man/man-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha sparc x86"
-IUSE=""
-
-DEPEND="app-misc/glimpse
- sys-apps/gawk
- sys-apps/man"
-
-S=${WORKDIR}/man-${PV}
-
-pkg_setup() {
- webapp-detect || NO_HTTPD=1
- webapp-pkg_setup "${NO_HTTPD}"
- einfo "Installing into ${ROOT}${HTTPD_ROOT}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/mansearch-gentoo.patch
- epatch ${FILESDIR}/manwhatis-gentoo.patch
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- webapp-mkdirs
-
- cd man2html
- exeinto ${HTTPD_CGIBIN}/man
- doexe scripts/cgi-bin/man/*
- insinto ${HTTPD_CGIBIN/bin/aux}/man
- doins scripts/cgi-aux/man/*
- insinto /var/man2html
- newins glimpse_filters .glimpse_filters
- fperms 1777 /var/man2html
- exeinto /etc/cron.daily
- doexe ${FILESDIR}/man2html.cron
-}
-
-pkg_postinst() {
- einfo Run
- einfo "\tebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"
- einfo to complete installation.
-}
-
-pkg_config() {
- einfo Running makewhatis
- /usr/sbin/makewhatis
- eend $?
- einfo Running glimpseindex
- /usr/bin/glimpseindex -z -H /var/man2html `man -w | tr : ' '`
- eend $?
- chmod 644 /var/man2html/.glimpse*
- einfo Manual pages are available at http://localhost/cgi-bin/man/man2html
-}