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/howto-html | |
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/howto-html')
-rw-r--r-- | app-doc/howto-html/Manifest | 2 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20021121.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/howto-html/Manifest b/app-doc/howto-html/Manifest index d798522a740e..f86c8f821e57 100644 --- a/app-doc/howto-html/Manifest +++ b/app-doc/howto-html/Manifest @@ -1,5 +1,5 @@ MD5 cf61c023d221f2930766b7b1711683eb ChangeLog 1497 MD5 1d228e31598794c1ce1febe13928fd22 howto-html-20020328.ebuild 686 -MD5 018c1e3f1407cd774c1feede52a92a5f howto-html-20021121.ebuild 634 +MD5 0cf3f4714286164a86a6426097a51f9a howto-html-20021121.ebuild 635 MD5 2122fba39dc4772f9cee07e136c8a55c files/digest-howto-html-20020328 79 MD5 725048772a677ad4c3f02d200aa04ebd files/digest-howto-html-20021121 80 diff --git a/app-doc/howto-html/howto-html-20021121.ebuild b/app-doc/howto-html/howto-html-20021121.ebuild index 167a468b702c..a5a2b6e647b6 100644 --- a/app-doc/howto-html/howto-html-20021121.ebuild +++ b/app-doc/howto-html/howto-html-20021121.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/howto-html/howto-html-20021121.ebuild,v 1.4 2003/02/13 06:35:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20021121.ebuild,v 1.5 2003/09/06 22:17:40 msterret Exp $ MY_P="Linux-html-HOWTOs-${PV}" S=${WORKDIR}/HOWTO @@ -17,6 +17,6 @@ src_install() { dodir /usr/share/doc/howto dodir /usr/share/doc/howto/html dosym /usr/share/doc/howto /usr/share/doc/HOWTO - + cp -R * ${D}/usr/share/doc/howto/html } |