diff options
author | 2003-11-24 09:33:44 +0000 | |
---|---|---|
committer | 2003-11-24 09:33:44 +0000 | |
commit | f45882553b1a65e983163351a8accd56307c1066 (patch) | |
tree | e2e1fd689111154d8c578c3112f91967c273b542 /app-text | |
parent | Fixed binary conflict with teTeX. Bug #34217. (diff) | |
download | gentoo-2-f45882553b1a65e983163351a8accd56307c1066.tar.gz gentoo-2-f45882553b1a65e983163351a8accd56307c1066.tar.bz2 gentoo-2-f45882553b1a65e983163351a8accd56307c1066.zip |
Fixed binary conflict with teTeX. Bug #34217.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texi2html/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/texi2html/Manifest | 5 | ||||
-rw-r--r-- | app-text/texi2html/files/digest-texi2html-1.64-r1 | 1 | ||||
-rw-r--r-- | app-text/texi2html/metadata.xml | 5 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64-r1.ebuild | 44 |
5 files changed, 59 insertions, 3 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index 862de6a084bb..f8be09f6c026 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/texi2html # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.9 2003/07/04 15:50:16 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.10 2003/11/24 09:33:38 usata Exp $ + +*texi2html-1.64-r1 (24 Nov 2003) + + 24 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> texi2html-1.64-r1.ebuild: + Fixed binary conflict with teTeX, bug #34217. 30 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> texi2html-1.64.ebuild: set ppc in keywords diff --git a/app-text/texi2html/Manifest b/app-text/texi2html/Manifest index 821b1d36d9f9..323f063ef85b 100644 --- a/app-text/texi2html/Manifest +++ b/app-text/texi2html/Manifest @@ -1,5 +1,6 @@ -MD5 3540e085201d8d6e6b110c0d38b61809 ChangeLog 1254 -MD5 9ed18c85dc593da7fa88fb33cf1e9435 texi2html-1.64-r1.ebuild 1055 +MD5 c87ccba5a74e0e6376a89012086784bf ChangeLog 1412 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 1eef45a98196fcadb9493586004dd2d2 texi2html-1.64-r1.ebuild 1054 MD5 5716561516f341d2535588d62d7c2fbe texi2html-1.64.ebuild 1007 MD5 59e2094b0a438b711cb1687485e580a4 files/digest-texi2html-1.64 66 MD5 59e2094b0a438b711cb1687485e580a4 files/digest-texi2html-1.64-r1 66 diff --git a/app-text/texi2html/files/digest-texi2html-1.64-r1 b/app-text/texi2html/files/digest-texi2html-1.64-r1 new file mode 100644 index 000000000000..a6a326d04da3 --- /dev/null +++ b/app-text/texi2html/files/digest-texi2html-1.64-r1 @@ -0,0 +1 @@ +MD5 f0fa30e58ed930431c43a07d907593f5 texi2html-1.64.tar.gz 143333 diff --git a/app-text/texi2html/metadata.xml b/app-text/texi2html/metadata.xml new file mode 100644 index 000000000000..06689a1a9114 --- /dev/null +++ b/app-text/texi2html/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +</pkgmetadata> diff --git a/app-text/texi2html/texi2html-1.64-r1.ebuild b/app-text/texi2html/texi2html-1.64-r1.ebuild new file mode 100644 index 000000000000..294826292f40 --- /dev/null +++ b/app-text/texi2html/texi2html-1.64-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.1 2003/11/24 09:33:38 usata Exp $ + +IUSE="" + +inherit alternatives + +DESCRIPTION="Perl script that converts Texinfo to HTML" +HOMEPAGE="http://www.mathematik.uni-kl.de/~obachman/Texi2html/" +SRC_URI="http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/${P}.tar.gz" + +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="virtual/glibc + >=dev-lang/perl-5.6.1" + +S=${WORKDIR}/${P} + +src_compile() { + + econf --program-suffix=-${PV} || die "Configuration Failed" + emake || die "Parallel Make Failed" + +} + +src_install () { + + #yes, htmldir line is correct, no ${D} + make DESTDIR=${D} \ + htmldir=/usr/share/doc/${PF}/html \ + install || die "Installation Failed" + + dodoc AUTHORS COPYING ChangeLog INSTALL INTRODUCTION NEWS \ + README TODO + +} + +pkg_postinst() { + + alternatives_auto_makesym "/usr/bin/texi2html" "/usr/bin/texi2html-*" +} |