diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
commit | e06e7af770763e37bfa65376dce5d6950538ae54 (patch) | |
tree | 050b3b20e1c8879c2210d026494d7181c37f6d09 /app-doc/dox | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.gz gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.bz2 gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-doc/dox')
-rw-r--r-- | app-doc/dox/Manifest | 2 | ||||
-rw-r--r-- | app-doc/dox/dox-1.1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-doc/dox/Manifest b/app-doc/dox/Manifest index fd12e4129a94..ac4959279a21 100644 --- a/app-doc/dox/Manifest +++ b/app-doc/dox/Manifest @@ -1,3 +1,3 @@ MD5 bf66c69b3bbbbce70ee93ae9811f7b4d ChangeLog 775 -MD5 22398d04c6698c71e36ed58c88f3939d dox-1.1.ebuild 1667 +MD5 96c08ce40d38d7fd2984010976b1e6b7 dox-1.1.ebuild 1665 MD5 6fe2a6182365c50732cb0512e4f70eba files/digest-dox-1.1 61 diff --git a/app-doc/dox/dox-1.1.ebuild b/app-doc/dox/dox-1.1.ebuild index 52edb7c84a33..0322ac232f47 100644 --- a/app-doc/dox/dox-1.1.ebuild +++ b/app-doc/dox/dox-1.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-doc/dox/dox-1.1.ebuild,v 1.9 2003/07/16 15:47:34 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.10 2003/09/06 22:17:40 msterret Exp $ DESCRIPTION="graphical documentation browser for Unix/X11" SRC_URI="http://download.berlios.de/dox/${P}.tar.gz" @@ -37,16 +37,16 @@ src_install() { dobin dox/dox man2html/dox-man2html info2html/dox-info2html tags2dox/dox-tags2dox htdig/dox-htdig insinto ${PREFIX}/scripts insopts -m 0755 - doins pydoc2html/dox_pydoc.py pydoc2html/dox_inspect.py + doins pydoc2html/dox_pydoc.py pydoc2html/dox_inspect.py insinto ${PREFIX}/htdig doins data/wrapper.html data/nomatch.html data/syntax.html data/star.png data/star_blank.png data/bad_words insinto ${PREFIX}/html/libc - doins libc/*.html + doins libc/*.html insinto ${PREFIX}/tocs doins libc/libc.toc stl/STL.toc data/Perl.toc insinto ${PREFIX}/indices doins libc/libc.index stl/STL.index insinto ${PREFIX}/html/stl - doins stl/*.html stl/*.gif + doins stl/*.html stl/*.gif doman data/dox.1 data/dox.5 data/dox-man2html.1 data/dox-info2html.1 data/dox-tags2dox.1 data/dox-htdig.1 } |