summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-30 07:00:37 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-30 07:00:37 +0000
commit027c7014eff7eef0c6a7e192134cc6e6959c1682 (patch)
tree89673ef13f7944ddcc2be14b22f9106e13330543 /app-text/texi2html
parenttexi2html fix for tetex-2.0.2. (diff)
downloadhistorical-027c7014eff7eef0c6a7e192134cc6e6959c1682.tar.gz
historical-027c7014eff7eef0c6a7e192134cc6e6959c1682.tar.bz2
historical-027c7014eff7eef0c6a7e192134cc6e6959c1682.zip
Version bumped.
Diffstat (limited to 'app-text/texi2html')
-rw-r--r--app-text/texi2html/ChangeLog7
-rw-r--r--app-text/texi2html/Manifest6
-rw-r--r--app-text/texi2html/files/digest-texi2html-1.701
-rw-r--r--app-text/texi2html/texi2html-1.70.ebuild25
4 files changed, 36 insertions, 3 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog
index e45099183f34..6cfa454c463a 100644
--- a/app-text/texi2html/ChangeLog
+++ b/app-text/texi2html/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/texi2html
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.18 2004/07/01 19:28:49 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.19 2004/10/30 07:00:37 usata Exp $
+
+*texi2html-1.70 (30 Oct 2004)
+
+ 30 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> +texi2html-1.70.ebuild:
+ Version bumped.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
texi2html-1.64-r1.ebuild, texi2html-1.64.ebuild:
diff --git a/app-text/texi2html/Manifest b/app-text/texi2html/Manifest
index 3805ea986e3b..24b9c4e8809a 100644
--- a/app-text/texi2html/Manifest
+++ b/app-text/texi2html/Manifest
@@ -1,6 +1,8 @@
-MD5 8525e1380e52e054b228d46fce22d2e7 ChangeLog 2097
+MD5 04c42c4a13e7639f46643fa5c6e9782a texi2html-1.64.ebuild 987
+MD5 a201b642989beded8f20d3d70ee47e55 texi2html-1.70.ebuild 753
+MD5 a692e1403649be032238ce684edd4e32 ChangeLog 2215
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 6f2d8236ab30ebe52d8e2cb11cdc22e7 texi2html-1.64-r1.ebuild 1029
-MD5 04c42c4a13e7639f46643fa5c6e9782a texi2html-1.64.ebuild 987
MD5 59e2094b0a438b711cb1687485e580a4 files/digest-texi2html-1.64 66
+MD5 6089420893ab2453c94d9874d0707292 files/digest-texi2html-1.70 67
MD5 59e2094b0a438b711cb1687485e580a4 files/digest-texi2html-1.64-r1 66
diff --git a/app-text/texi2html/files/digest-texi2html-1.70 b/app-text/texi2html/files/digest-texi2html-1.70
new file mode 100644
index 000000000000..0cc61ece4b3d
--- /dev/null
+++ b/app-text/texi2html/files/digest-texi2html-1.70
@@ -0,0 +1 @@
+MD5 54f128b42dd93d119adbeb64a80998ee texi2html-1.70.tar.bz2 305013
diff --git a/app-text/texi2html/texi2html-1.70.ebuild b/app-text/texi2html/texi2html-1.70.ebuild
new file mode 100644
index 000000000000..3bd3740ee446
--- /dev/null
+++ b/app-text/texi2html/texi2html-1.70.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.70.ebuild,v 1.1 2004/10/30 07:00:37 usata Exp $
+
+DESCRIPTION="Perl script that converts Texinfo to HTML"
+HOMEPAGE="https://texi2html.cvshome.org/"
+SRC_URI="https://texi2html.cvshome.org/files/documents/70/173/${P}.tar.bz2"
+LICENSE="GPL-2"
+
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/libc
+ >=dev-lang/perl-5.6.1"
+
+src_install () {
+
+ #yes, htmldir line is correct, no ${D}
+ make DESTDIR=${D} \
+ htmldir=/usr/share/doc/${PF}/html \
+ install || die "Installation Failed"
+
+ dodoc AUTHORS ChangeLog INSTALL INTRODUCTION NEWS README TODO
+}