summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2002-12-30 02:27:50 +0000
committerMatthew Turk <satai@gentoo.org>2002-12-30 02:27:50 +0000
commit5224d6ca607c8f2b2a89e4a9bd1e0abb89810398 (patch)
tree02dff6ad0233c47414a6f78aa5e9ff96c614fadb /app-text/xmltex
parentRemoving xmltex, changing to passivetex. (diff)
downloadhistorical-5224d6ca607c8f2b2a89e4a9bd1e0abb89810398.tar.gz
historical-5224d6ca607c8f2b2a89e4a9bd1e0abb89810398.tar.bz2
historical-5224d6ca607c8f2b2a89e4a9bd1e0abb89810398.zip
Removing xmltex, moving to passivetex.
Diffstat (limited to 'app-text/xmltex')
-rw-r--r--app-text/xmltex/ChangeLog28
-rw-r--r--app-text/xmltex/files/digest-xmltex-1.01
-rw-r--r--app-text/xmltex/files/xmltex-1.0-Makefile23
-rw-r--r--app-text/xmltex/xmltex-1.0.ebuild44
4 files changed, 0 insertions, 96 deletions
diff --git a/app-text/xmltex/ChangeLog b/app-text/xmltex/ChangeLog
deleted file mode 100644
index f9dc4f120530..000000000000
--- a/app-text/xmltex/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for app-text/xmltex
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmltex/ChangeLog,v 1.6 2002/12/13 10:56:21 blizzy Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*xmltex-1.0 (23 Nov 2002)
-
- 23 Nov 2002; Sascha Schwabbauer <cybersystem@gentoo.org> xmltex-1.0-Makefile, xmltex-1.0.ebuild :
-
- Added ppc to keywords.
-
-*xmltex-1.0 (1 Feb 2002)
-
- 18 Sep2002; Nick Hadaway <raker@gentoo.org> xmltex-1.0-Makefile,
- xmltex-1.0.ebuild :
- Updated the xmltex-1.0-Makefile so tetex install xmltex and pdfxmltex
- properly. Closes bug #8075.
-
- 2 Aug 2002; phoen][x <phoenix@gentoo.org> xmltex-1.0.ebuild :
- Added LICENSE, KEYWORDS.
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/app-text/xmltex/files/digest-xmltex-1.0 b/app-text/xmltex/files/digest-xmltex-1.0
deleted file mode 100644
index 321212d9bed5..000000000000
--- a/app-text/xmltex/files/digest-xmltex-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 782802256979ef440f6b7871bff97364 base.tar.gz 43828
diff --git a/app-text/xmltex/files/xmltex-1.0-Makefile b/app-text/xmltex/files/xmltex-1.0-Makefile
deleted file mode 100644
index 5bfba3609e64..000000000000
--- a/app-text/xmltex/files/xmltex-1.0-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-default: xmltex.fmt pdfxmltex.fmt
-
-xmltex.fmt:
- tex -ini "&latex" xmltex.ini
-
-pdfxmltex.fmt:
- pdftex -ini "&pdflatex" pdfxmltex.ini
-
-install: xmltex.fmt pdfxmltex.fmt
- (TT=$$DESTDIR/`kpsewhich -expand-var '$$TEXMFMAIN'`; \
- mkdir -p $$TT/web2c; \
- cp pdfxmltex.fmt $$TT/web2c; \
- cp xmltex.fmt $$TT/web2c; \
- mkdir -p $$TT/tex/xmltex; \
- cp *.xmt $$TT/tex/xmltex)
-
-realclean: clean
- -rm xmltex.fmt pdfxmltex.fmt
-
-clean:
- -rm *.log *.aux *.idx *.pdf *.toc *.dvi
-
-
diff --git a/app-text/xmltex/xmltex-1.0.ebuild b/app-text/xmltex/xmltex-1.0.ebuild
deleted file mode 100644
index 15ca8d080ba1..000000000000
--- a/app-text/xmltex/xmltex-1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmltex/xmltex-1.0.ebuild,v 1.12 2002/12/09 04:17:45 manson Exp $
-
-MY_P="base"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A namespace-aware XML parser written in Tex"
-SRC_URI="ftp://ftp.tex.ac.uk/tex-archive/macros/xmltex/${MY_P}.tar.gz"
-HOMEPAGE="http://users.ox.ac.uk/~rahtz/passivetex/"
-
-KEYWORDS="x86 ppc sparc "
-LICENSE="freedist"
-SLOT="0"
-
-DEPEND="app-text/tetex"
-
-src_compile() {
-
- cp ${FILESDIR}/${P}-Makefile Makefile
-
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
-
- dodir /usr/bin
- cd ${D}/usr/bin
- ln -sf /usr/bin/virtex xmltex
- ln -sf /usr/bin/pdfvirtex pdfxmltex
-
-}
-
-pkg_postinst() {
-
- if [ -e /usr/bin/mktexlsr ]
- then
- /usr/bin/mktexlsr
- fi
-
-}