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
commit80a1de3455e0b6ee134ba3605b1242885bd197ad (patch)
tree8eada736ee8210e2c71ac5a03c18436956bd600e /app-text
parenttexi2html fix for tetex-2.0.2. (diff)
downloadgentoo-2-80a1de3455e0b6ee134ba3605b1242885bd197ad.tar.gz
gentoo-2-80a1de3455e0b6ee134ba3605b1242885bd197ad.tar.bz2
gentoo-2-80a1de3455e0b6ee134ba3605b1242885bd197ad.zip
Version bumped.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/texi2html/ChangeLog7
-rw-r--r--app-text/texi2html/Manifest4
-rw-r--r--app-text/texi2html/files/digest-texi2html-1.701
-rw-r--r--app-text/texi2html/texi2html-1.70.ebuild25
4 files changed, 35 insertions, 2 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..fe0fd45c7761 100644
--- a/app-text/texi2html/Manifest
+++ b/app-text/texi2html/Manifest
@@ -1,6 +1,8 @@
+MD5 04c42c4a13e7639f46643fa5c6e9782a texi2html-1.64.ebuild 987
+MD5 0bfbe5d2c9dd7e84c9431464f2e0ef6e texi2html-1.70.ebuild 761
MD5 8525e1380e52e054b228d46fce22d2e7 ChangeLog 2097
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
+}