diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:50:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 23:50:09 +0000 |
commit | 789a8427185be1df47faaae78f2099b629c4a42a (patch) | |
tree | 2821b5bf2338c044bf396127a7329a7c02376cad /dev-tex/latex2html | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-789a8427185be1df47faaae78f2099b629c4a42a.tar.gz historical-789a8427185be1df47faaae78f2099b629c4a42a.tar.bz2 historical-789a8427185be1df47faaae78f2099b629c4a42a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-tex/latex2html')
-rw-r--r-- | dev-tex/latex2html/Manifest | 6 | ||||
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.1.ebuild | 6 | ||||
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest index 2938a5382441..69bb207a3234 100644 --- a/dev-tex/latex2html/Manifest +++ b/dev-tex/latex2html/Manifest @@ -1,5 +1,5 @@ +MD5 18c819fbabc1356083aa9ef32de84d35 ChangeLog 2188 +MD5 b6c054af33fdcd8e12495c2f4c58c0fd latex2html-2002.1.ebuild 2113 +MD5 39e0ecde2665e615a4a1155a2491f07e latex2html-2002.2.ebuild 2105 MD5 a89847621e215147adc4b263ceb9b00c files/digest-latex2html-2002.1 70 MD5 b4c0404c2535e091016053386676d0bc files/digest-latex2html-2002.2 70 -MD5 f5d3647ff846718659b5c9fc32c07066 latex2html-2002.1.ebuild 2112 -MD5 721fbb22521be62c97029f9f665e47c9 latex2html-2002.2.ebuild 2104 -MD5 18c819fbabc1356083aa9ef32de84d35 ChangeLog 2188 diff --git a/dev-tex/latex2html/latex2html-2002.1.ebuild b/dev-tex/latex2html/latex2html-2002.1.ebuild index 08c6caff987b..4ce9cdca1de3 100644 --- a/dev-tex/latex2html/latex2html-2002.1.ebuild +++ b/dev-tex/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/dev-tex/latex2html/latex2html-2002.1.ebuild,v 1.1 2003/06/09 13:11:26 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.1.ebuild,v 1.2 2003/09/06 23:50:05 msterret Exp $ MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -46,11 +46,11 @@ src_compile() { } src_install() { - dodir /usr/bin /usr/lib/latex2html /usr/share/latex2html + 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 + # mktexlsr is run later to avoid a sandbox violation sed \ -e "/BINDIR\|LIBDIR\|SHLIBDIR\|TEXPATH/s#q'/#q'"${D}"#" \ -e "/MKTEXLSR/s:q'.*':q'':" \ diff --git a/dev-tex/latex2html/latex2html-2002.2.ebuild b/dev-tex/latex2html/latex2html-2002.2.ebuild index d95631dff36c..aa6ee0fe2cff 100644 --- a/dev-tex/latex2html/latex2html-2002.2.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.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/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.1 2003/06/09 13:11:26 satai Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.2 2003/09/06 23:50:05 msterret Exp $ MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -45,11 +45,11 @@ src_compile() { } src_install() { - dodir /usr/bin /usr/lib/latex2html /usr/share/latex2html + 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 + # mktexlsr is run later to avoid a sandbox violation sed \ -e "/BINDIR\|LIBDIR\|SHLIBDIR\|TEXPATH/s#q'/#q'"${D}"#" \ -e "/MKTEXLSR/s:q'.*':q'':" \ |