diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 06:53:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 06:53:54 +0000 |
commit | 6dcdc1002fe317ae9841aa6efb83afb24d95ed30 (patch) | |
tree | f6afc5ec09d8bb9979d7f4e2327af07da3fae133 /dev-tex/latex2html | |
parent | version bump (diff) | |
download | gentoo-2-6dcdc1002fe317ae9841aa6efb83afb24d95ed30.tar.gz gentoo-2-6dcdc1002fe317ae9841aa6efb83afb24d95ed30.tar.bz2 gentoo-2-6dcdc1002fe317ae9841aa6efb83afb24d95ed30.zip |
remove old
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/latex2html')
-rw-r--r-- | dev-tex/latex2html/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild | 102 |
2 files changed, 6 insertions, 104 deletions
diff --git a/dev-tex/latex2html/ChangeLog b/dev-tex/latex2html/ChangeLog index 279cbc1cdc19..3ed86171548f 100644 --- a/dev-tex/latex2html/ChangeLog +++ b/dev-tex/latex2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/latex2html -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.48 2009/01/30 22:47:19 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.49 2009/08/05 06:53:54 aballier Exp $ + + 05 Aug 2009; Alexis Ballier <aballier@gentoo.org> + -latex2html-2002.2.1_pre20041025-r1.ebuild: + remove old 30 Jan 2009; Jeroen Roovers <jer@gentoo.org> latex2html-2008.ebuild: Stable for HPPA (bug #253990). diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild deleted file mode 100644 index 91af1729b0e6..000000000000 --- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2007 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-r1.ebuild,v 1.15 2007/10/14 21:43:06 aballier 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="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" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="gif png" - -DEPEND="virtual/ghostscript - virtual/latex-base - 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" || die - epatch "${FILESDIR}/${PN}-perl_name.patch" || die - epatch "${FILESDIR}/${PN}-extract-major-version.patch" || die -} - -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 -} |