diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-04-23 00:15:51 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-04-23 00:15:51 +0000 |
commit | a085b1080824cbad7bfb47c87b6c74a19c4a663a (patch) | |
tree | 19af6348f74494ecdfb9b44f9b5744a72fbedad6 /app-text | |
parent | Change supersed dependencies (diff) | |
download | historical-a085b1080824cbad7bfb47c87b6c74a19c4a663a.tar.gz historical-a085b1080824cbad7bfb47c87b6c74a19c4a663a.tar.bz2 historical-a085b1080824cbad7bfb47c87b6c74a19c4a663a.zip |
Change supersed dependencies
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/latex2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/latex2html/Manifest | 5 | ||||
-rw-r--r-- | app-text/latex2html/latex2html-2002.1.ebuild | 12 |
3 files changed, 15 insertions, 7 deletions
diff --git a/app-text/latex2html/ChangeLog b/app-text/latex2html/ChangeLog index 3d2c7fda205a..e6247011ab89 100644 --- a/app-text/latex2html/ChangeLog +++ b/app-text/latex2html/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-text/latex2html # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/ChangeLog,v 1.11 2003/03/10 22:42:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/ChangeLog,v 1.12 2003/04/23 00:15:45 lostlogic Exp $ *latex2html-2002.2 (08 Nov 2002) @@ -22,6 +22,9 @@ *latex2html-2002.1 (18 Jun 2002) + 22 Apr 2003; Brandon Low <lostlogic@gentoo.org> latex2html-2002.1.ebuild: + Change supersed dependencies + 2 Aug 2002; phoen][x <phoenix@gentoo.org> latex2html-2002.ebuild : Added LICENSE, SLOT. diff --git a/app-text/latex2html/Manifest b/app-text/latex2html/Manifest new file mode 100644 index 000000000000..a9c28268f544 --- /dev/null +++ b/app-text/latex2html/Manifest @@ -0,0 +1,5 @@ +MD5 a3c95150a9b1667f381cebd62564ea51 latex2html-2002.2.ebuild 2107 +MD5 02b90c8da0c6a08ec0c292dfbb102a13 ChangeLog 2194 +MD5 f92d574e3498bb693cd9de8c8393d1a9 latex2html-2002.1.ebuild 2118 +MD5 a89847621e215147adc4b263ceb9b00c files/digest-latex2html-2002.1 70 +MD5 b4c0404c2535e091016053386676d0bc files/digest-latex2html-2002.2 70 diff --git a/app-text/latex2html/latex2html-2002.1.ebuild b/app-text/latex2html/latex2html-2002.1.ebuild index c9930e63d828..22d305360b1c 100644 --- a/app-text/latex2html/latex2html-2002.1.ebuild +++ b/app-text/latex2html/latex2html-2002.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.1.ebuild,v 1.12 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.1.ebuild,v 1.13 2003/04/23 00:15:45 lostlogic Exp $ MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -13,7 +13,7 @@ LICENSE="as-is" KEYWORDS="x86 ppc sparc" IUSE="gif png" -DEPEND="sys-apps/supersed" +DEPEND="=sys-apps/sed-4*" RDEPEND="app-text/ghostscript app-text/tetex media-libs/netpbm @@ -67,10 +67,10 @@ src_install() { doins .keep # clean the perl scripts up to remove references to the sandbox - 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 + sed -i "s:${T}::g" ${D}/usr/lib/latex2html/pstoimg.pl + sed -i "s:${T}::g" ${D}/usr/lib/latex2html/latex2html.pl + sed -i "s:${T}::g" ${D}/usr/lib/latex2html/cfgcache.pm + sed -i "s:${T}::g" ${D}/usr/lib/latex2html/l2hconf.pm } pkg_postinst() { |