summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-htmlxml/ChangeLog9
-rw-r--r--dev-texlive/texlive-htmlxml/files/digest-texlive-htmlxml-2007-r215
-rw-r--r--dev-texlive/texlive-htmlxml/texlive-htmlxml-2007-r2.ebuild18
3 files changed, 41 insertions, 1 deletions
diff --git a/dev-texlive/texlive-htmlxml/ChangeLog b/dev-texlive/texlive-htmlxml/ChangeLog
index 14a3d8710ed2..7edfa2fb53e5 100644
--- a/dev-texlive/texlive-htmlxml/ChangeLog
+++ b/dev-texlive/texlive-htmlxml/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-texlive/texlive-htmlxml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-htmlxml/ChangeLog,v 1.9 2007/10/26 19:22:07 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-htmlxml/ChangeLog,v 1.10 2007/10/30 18:06:07 aballier Exp $
+
+*texlive-htmlxml-2007-r2 (30 Oct 2007)
+
+ 30 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+ +texlive-htmlxml-2007-r2.ebuild:
+ revision bump to remove shipped tex4ht, it has its own ebuild so we depend
+ on it, had to drop ppc64, alpha and ia64 keywords
26 Oct 2007; Ferris McCormick <fmccor@gentoo.org> ChangeLog:
Add ~amd64 keyword --- Bug #195815
diff --git a/dev-texlive/texlive-htmlxml/files/digest-texlive-htmlxml-2007-r2 b/dev-texlive/texlive-htmlxml/files/digest-texlive-htmlxml-2007-r2
new file mode 100644
index 000000000000..647edc617152
--- /dev/null
+++ b/dev-texlive/texlive-htmlxml/files/digest-texlive-htmlxml-2007-r2
@@ -0,0 +1,15 @@
+MD5 8977c0f97ab52a327da2ccc43a90fccb texlive-module-bin-xmltex-2007.zip 1847
+RMD160 8d9c4853e7977797daaa5b43a7b775a0a44358b7 texlive-module-bin-xmltex-2007.zip 1847
+SHA256 56d8a2d0b3f4a033bb90a65d33ae651bca2063a5072bceabb3aa4d794e22a39e texlive-module-bin-xmltex-2007.zip 1847
+MD5 d34c906292ed53b3520d81d73bc0faed texlive-module-collection-htmlxml-2007.zip 1056
+RMD160 ef64e8a20d673319548c6c96c82ccdbcc6d789df texlive-module-collection-htmlxml-2007.zip 1056
+SHA256 389ebe7bd5c2d989e56f85400d2893e4818ad41b2004d91b2ca19cc87dfe70d7 texlive-module-collection-htmlxml-2007.zip 1056
+MD5 93c2247578d47504004b6f9c44b92e7e texlive-module-passivetex-2007.zip 142407
+RMD160 a70523a6f48314b2129c680f737f53e43aa4dd24 texlive-module-passivetex-2007.zip 142407
+SHA256 8c21397f3ad16dd5fee16fd9d11d2e92195b90724aa3d3ff920bd59203567243 texlive-module-passivetex-2007.zip 142407
+MD5 bcca826a33253927629a9dd56ce45bd5 texlive-module-xmlplay-2007.zip 3095
+RMD160 651261bac1eeb21fff3d43233705c5c50919f7bc texlive-module-xmlplay-2007.zip 3095
+SHA256 db0f299c4df224800381e736838fc24462ab673d072d1864935ec55a27070be8 texlive-module-xmlplay-2007.zip 3095
+MD5 3179567ed036e0a0ca21cd5c9f818516 texlive-module-xmltex-2007.zip 53574
+RMD160 da1c7950857e627f2682ea36bb0be22e18668fe9 texlive-module-xmltex-2007.zip 53574
+SHA256 672fe02859dc5573d88c5ad59f304d871f3ff6ed680fb26d1f372f3301713f90 texlive-module-xmltex-2007.zip 53574
diff --git a/dev-texlive/texlive-htmlxml/texlive-htmlxml-2007-r2.ebuild b/dev-texlive/texlive-htmlxml/texlive-htmlxml-2007-r2.ebuild
new file mode 100644
index 000000000000..c9d926948ddc
--- /dev/null
+++ b/dev-texlive/texlive-htmlxml/texlive-htmlxml-2007-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-htmlxml/texlive-htmlxml-2007-r2.ebuild,v 1.1 2007/10/30 18:06:07 aballier Exp $
+
+TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic
+dev-texlive/texlive-fontsrecommended
+dev-texlive/texlive-latex
+>=app-text/jadetex-3.13-r2
+>=dev-tex/tex4ht-20071024
+"
+TEXLIVE_MODULE_CONTENTS="bin-xmltex passivetex xmlplay xmltex collection-htmlxml
+"
+inherit texlive-module
+DESCRIPTION="TeXLive HTML/SGML/XML support"
+
+LICENSE="GPL-2 LPPL-1.3c"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"