diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:01:38 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:01:38 +0000 |
commit | 76a490731661febfbcc2b199ae623e22e368d251 (patch) | |
tree | 3631a119283913769e8b0683f22c4b16664fb0ef /app-text/info2html | |
parent | Fix for bug #32636 (diff) | |
download | historical-76a490731661febfbcc2b199ae623e22e368d251.tar.gz historical-76a490731661febfbcc2b199ae623e22e368d251.tar.bz2 historical-76a490731661febfbcc2b199ae623e22e368d251.zip |
Fix for bug #32636
Diffstat (limited to 'app-text/info2html')
-rw-r--r-- | app-text/info2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/info2html/Manifest | 6 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog index 420482a2e86f..ab5031eca7e9 100644 --- a/app-text/info2html/ChangeLog +++ b/app-text/info2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/info2html # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.1 2003/09/28 01:05:46 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.2 2003/12/15 20:01:29 stuart Exp $ + + 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> info2html-1.4.ebuild: + Fix for bug #32636 *info2html-1.4 (28 Sep 2003) diff --git a/app-text/info2html/Manifest b/app-text/info2html/Manifest index 888702fe9e0a..6b426ac7f2cc 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 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 495fd408850958212ae70b35f3b8129b files/info2html-gentoo.patch 1767 MD5 4b9f64ddf8e7ef3c725fc1f785c69456 files/digest-info2html-1.4 60 -MD5 e6799ac14437aa943f547e1f9d063463 info2html-1.4.ebuild 934 -MD5 26689b79f9514aca83e25e294ec35f19 ChangeLog 342 -MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 diff --git a/app-text/info2html/info2html-1.4.ebuild b/app-text/info2html/info2html-1.4.ebuild index b3cb9b54a49d..297ba488414f 100644 --- a/app-text/info2html/info2html-1.4.ebuild +++ b/app-text/info2html/info2html-1.4.ebuild @@ -1,6 +1,6 @@ # 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.2 2003/11/13 06:16:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.3 2003/12/15 20:01:29 stuart Exp $ inherit eutils webapp-apache webapp-detect || NO_HTTPD=1 @@ -27,6 +27,8 @@ pkg_setup() { } src_install() { + webapp-mkdirs + exeinto ${HTTPD_CGIBIN} doexe info2html infocat insinto ${HTTPD_CGIBIN} |