summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-10-14 20:54:45 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-10-14 20:54:45 +0000
commitb6ddf36aae662a7c363ef243ad7430a51aa6318a (patch)
treec90ece85f926ee67b0f6732db1f0ac3240fca446 /dev-tex
parentuse texlive-latexrecommended rather than just texlive-latex, it provides more... (diff)
downloadgentoo-2-b6ddf36aae662a7c363ef243ad7430a51aa6318a.tar.gz
gentoo-2-b6ddf36aae662a7c363ef243ad7430a51aa6318a.tar.bz2
gentoo-2-b6ddf36aae662a7c363ef243ad7430a51aa6318a.zip
remove old versions
(Portage version: 2.1.3.13)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latex2html/ChangeLog6
-rw-r--r--dev-tex/latex2html/files/digest-latex2html-2002.23
-rw-r--r--dev-tex/latex2html/files/digest-latex2html-2002.2.1_pre200410253
-rw-r--r--dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild100
-rw-r--r--dev-tex/latex2html/latex2html-2002.2.ebuild86
5 files changed, 5 insertions, 193 deletions
diff --git a/dev-tex/latex2html/ChangeLog b/dev-tex/latex2html/ChangeLog
index 7a1c9680b149..706b3f8be8ae 100644
--- a/dev-tex/latex2html/ChangeLog
+++ b/dev-tex/latex2html/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/latex2html
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.38 2007/04/11 03:30:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.39 2007/10/14 20:54:44 aballier Exp $
+
+ 14 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+ -latex2html-2002.2.ebuild, -latex2html-2002.2.1_pre20041025.ebuild:
+ remove old versions
11 Apr 2007; Jeroen Roovers <jer@gentoo.org>
latex2html-2002.2.1_pre20041025-r1.ebuild:
diff --git a/dev-tex/latex2html/files/digest-latex2html-2002.2 b/dev-tex/latex2html/files/digest-latex2html-2002.2
deleted file mode 100644
index 966244eb9236..000000000000
--- a/dev-tex/latex2html/files/digest-latex2html-2002.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8604e7455f48f5fca126e600aa7b485f latex2html-2002-2.tar.gz 1122586
-RMD160 ad5e35c5f752b53396b041ba4454393250c05688 latex2html-2002-2.tar.gz 1122586
-SHA256 ed7b1137e807d853c8e5e76fa65e00f85831ff42ca0797e3c43b42db455bd657 latex2html-2002-2.tar.gz 1122586
diff --git a/dev-tex/latex2html/files/digest-latex2html-2002.2.1_pre20041025 b/dev-tex/latex2html/files/digest-latex2html-2002.2.1_pre20041025
deleted file mode 100644
index 1e5d7aa72c30..000000000000
--- a/dev-tex/latex2html/files/digest-latex2html-2002.2.1_pre20041025
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a79cda0648c8721ab6df5020cd11e220 latex2html-2002-2-1+20041025.tar.gz 1124233
-RMD160 3ee05b1016fe9aad0db45bbbda6bc76e58dc3c25 latex2html-2002-2-1+20041025.tar.gz 1124233
-SHA256 5bb9204992d03562345a4c0371fd0f9e65e0ac0b133a91ddb4a6bdb011d2ecae latex2html-2002-2-1+20041025.tar.gz 1124233
diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild
deleted file mode 100644
index c07400adc68a..000000000000
--- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.17 2006/07/16 10:33:08 dertobi123 Exp $
-
-inherit eutils
-
-BASE_PV="${PV/_*/}" # 2002.2.1_pre20041025 -> 2002.2.1
-SNAP_PV="${PV/*_pre/}" # 2002.2.1_pre20041025 -> 20041025
-
-MY_P="${PN}-${BASE_PV//./-}" # latex2html-2002-2-1
-JA_P="l2h-${BASE_PV//./-}+jp2.0" # l2h-2002-2-1+jp2.0
-
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML."
-# Downloaded from:
-# http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/latex2html-2002-2-1.tar.gz
-SRC_URI="mirror://gentoo/${MY_P}+${SNAP_PV}.tar.gz"
-# linguas_ja? ( http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/data/${JA_P}.patch.gz )"
-HOMEPAGE="http://www.latex2html.org/"
-# "http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/ltx2html.html"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE="gif png"
-
-DEPEND="virtual/ghostscript
- virtual/tetex
- media-libs/netpbm
- dev-lang/perl
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-convert-length.patch
-}
-
-src_compile() {
- sed -ie 's%@PERL@%/usr/bin/perl%g' wrapper/unix.pin || die
-
- local myconf
-
- use gif || use png || myconf="${myconf} --disable-images"
-
- econf --libdir=/usr/lib/latex2html \
- --shlibdir=/usr/lib/latex2html \
- --enable-pk \
- --enable-eps \
- --enable-reverse \
- --enable-pipes \
- --enable-paths \
- --enable-wrapper \
- $(use_enable gif) \
- $(use_enable png) \
- ${myconf} || die "econf failed"
- make || die
- make check || die
-}
-
-src_install() {
- dodir /usr/bin /usr/lib/latex2html /usr/share/latex2html
- dodir /usr/share/texmf/tex/latex/html
- cp cfgcache.pm cfgcache.pm.bak
-
- # mktexlsr is run later to avoid a sandbox violation
- sed \
- -e "/BINDIR\|LIBDIR\|SHLIBDIR\|TEXPATH/s#q'/#q'"${D}"#" \
- -e "/MKTEXLSR/s:q'.*':q'':" \
- cfgcache.pm.bak > cfgcache.pm
-
- make install || die
- insinto /usr/lib/latex2html
- newins cfgcache.pm.bak cfgcache.pm
-
- dodoc BUGS Changes FAQ LICENSE MANIFEST README* TODO
-
- # make /usr/share/latex2html sticky
- keepdir /usr/share/latex2html
-
- # clean the perl scripts up to remove references to the sandbox
- einfo "fixing sandbox references"
- einfo ${T}
- dosed "s:${T}:/tmp:g" /usr/lib/latex2html/pstoimg.pl
- dosed "s:${S}::g" /usr/lib/latex2html/latex2html.pl
- dosed "s:${T}:/tmp:g" /usr/lib/latex2html/cfgcache.pm
- dosed "s:${T}:/tmp:g" /usr/lib/latex2html/l2hconf.pm
-}
-
-pkg_postinst() {
- einfo "Running mktexlsr to rebuild ls-R database...."
- mktexlsr
-}
-
-pkg_postrm() {
- einfo "Running mktexlsr to rebuild ls-R database...."
- mktexlsr
-}
diff --git a/dev-tex/latex2html/latex2html-2002.2.ebuild b/dev-tex/latex2html/latex2html-2002.2.ebuild
deleted file mode 100644
index 9e9e58048b6c..000000000000
--- a/dev-tex/latex2html/latex2html-2002.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.12 2006/07/02 20:16:58 vapier Exp $
-
-inherit eutils
-
-MY_P=${P/./-}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML."
-SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${MY_P}.tar.gz"
-HOMEPAGE="http://www.latex2html.org/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="alpha amd64 arm ppc ppc64 s390 sparc x86"
-IUSE="gif png"
-
-DEPEND="virtual/ghostscript
- virtual/tetex
- media-libs/netpbm
- dev-lang/perl
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-convert-length.patch
-}
-
-src_compile() {
- local myconf
-
- use gif && myconf="${myconf} --enable-gif"
- use png && myconf="${myconf} --enable-png"
-
- use gif || use png || myconf="${myconf} --disable-images"
-
- myconf="${myconf} \
- --libdir=/usr/lib/latex2html \
- --shlibdir=/usr/lib/latex2html \
- --enable-pk \
- --enable-eps \
- --enable-reverse \
- --enable-pipes \
- --enable-paths \
- --enable-wrapper"
-
- econf ${myconf} || die "econf failed"
- make || die
- make check || die
-}
-
-src_install() {
- dodir /usr/bin /usr/lib/latex2html /usr/share/latex2html
- dodir /usr/share/texmf/tex/latex/html
- cp cfgcache.pm cfgcache.pm.bak
-
- # mktexlsr is run later to avoid a sandbox violation
- sed \
- -e "/BINDIR\|LIBDIR\|SHLIBDIR\|TEXPATH/s#q'/#q'"${D}"#" \
- -e "/MKTEXLSR/s:q'.*':q'':" \
- cfgcache.pm.bak > cfgcache.pm
-
- make install || die
- insinto /usr/lib/latex2html
- newins cfgcache.pm.bak cfgcache.pm
-
- dodoc BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO
-
- # make /usr/share/latex2html sticky
- keepdir /usr/share/latex2html
-
- # clean the perl scripts up to remove references to the sandbox
- einfo "fixing sandbox references"
- einfo ${T}
- dosed "s:${T}:/tmp:g" /usr/lib/latex2html/pstoimg.pl
- dosed "s:${S}::g" /usr/lib/latex2html/latex2html.pl
- dosed "s:${T}:/tmp:g" /usr/lib/latex2html/cfgcache.pm
- dosed "s:${T}:/tmp:g" /usr/lib/latex2html/l2hconf.pm
-}
-
-pkg_postinst() {
- einfo "Running mktexlsr to rebuild ls-R database...."
- mktexlsr
-}