summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-16 12:21:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-16 12:21:12 +0000
commit0f6ee5157e8c9f0abf7753f67a65e4f970c8922b (patch)
tree70580a08a375f0a8bed55d42c6cd90af09911c1f /app-text
parentpostgresql fixes (diff)
downloadgentoo-2-0f6ee5157e8c9f0abf7753f67a65e4f970c8922b.tar.gz
gentoo-2-0f6ee5157e8c9f0abf7753f67a65e4f970c8922b.tar.bz2
gentoo-2-0f6ee5157e8c9f0abf7753f67a65e4f970c8922b.zip
removed supersed dependency
Diffstat (limited to 'app-text')
-rw-r--r--app-text/latex2html/ChangeLog11
-rw-r--r--app-text/latex2html/latex2html-2002.2.ebuild20
2 files changed, 17 insertions, 14 deletions
diff --git a/app-text/latex2html/ChangeLog b/app-text/latex2html/ChangeLog
index 1a2d008635b8..50ce2c862ea3 100644
--- a/app-text/latex2html/ChangeLog
+++ b/app-text/latex2html/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for app-text/latex2html
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/ChangeLog,v 1.8 2002/12/13 10:56:19 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/ChangeLog,v 1.9 2003/01/16 12:21:12 seemant Exp $
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*latex2html-2002.2 (08 Nov 2002)
+ 16 Jan 2003; Seemant Kulleen <seemant@gentoo.org> latex2html-2002.2.ebuild :
+
+ Removed dependency on supersed and employed dosed instead (thanks jrray!).
+ Closes bug #13899 by vapier@gentoo.org (SpanKY)
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
08 Nov 2002; Seemant Kulleen <seemant@gentoo.org> latex2html-2002.2.ebuild
files/digest-latex2html-2002.2.ebuild :
diff --git a/app-text/latex2html/latex2html-2002.2.ebuild b/app-text/latex2html/latex2html-2002.2.ebuild
index 01ae0792f7d0..221e7f9727ed 100644
--- a/app-text/latex2html/latex2html-2002.2.ebuild
+++ b/app-text/latex2html/latex2html-2002.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.2.ebuild,v 1.3 2002/12/18 15:51:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.2.ebuild,v 1.4 2003/01/16 12:21:12 seemant Exp $
MY_P=${P/./-}
S=${WORKDIR}/${MY_P}
@@ -13,8 +13,7 @@ LICENSE="as-is"
KEYWORDS="x86 ppc sparc"
IUSE="gif png"
-DEPEND="sys-apps/supersed"
-RDEPEND="app-text/ghostscript
+DEPEND="app-text/ghostscript
app-text/tetex
media-libs/netpbm
sys-devel/perl
@@ -62,16 +61,15 @@ src_install() {
dodoc BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO
# make /usr/share/latex2html sticky
- touch .keep
- insinto /usr/share/latex2html
- doins .keep
+ keepdir /usr/share/latex2html
# clean the perl scripts up to remove references to the sandbox
- einfo "fixing shit"
- ssed -i "s:${T}::g" ${D}/usr/lib/latex2html/pstoimg.pl
- ssed -i "s:${T}::g" ${D}/usr/lib/latex2html/latex2html.pl
- ssed -i "s:${T}::g" ${D}/usr/lib/latex2html/cfgcache.pm
- ssed -i "s:${T}::g" ${D}/usr/lib/latex2html/l2hconf.pm
+ 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() {