diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
commit | 407d3f3b25bd4f01bcff9d04272b52813285c71f (patch) | |
tree | 62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-fs/shfs | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2 gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/shfs')
-rw-r--r-- | net-fs/shfs/Manifest | 4 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.31-r1.ebuild | 8 | ||||
-rw-r--r-- | net-fs/shfs/shfs-0.31.ebuild | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net-fs/shfs/Manifest b/net-fs/shfs/Manifest index 49cd8bc50b53..da85595068cf 100644 --- a/net-fs/shfs/Manifest +++ b/net-fs/shfs/Manifest @@ -1,6 +1,6 @@ MD5 8dbdc25a48b9120a5835d14be17d41fe ChangeLog 1145 -MD5 5a29a0f6527b6ddf2bd7c12f930374ea shfs-0.31.ebuild 1764 -MD5 550273d869149abe02d8a570a125a1fe shfs-0.31-r1.ebuild 2556 +MD5 6075e6f8e572e5c88478b3a09ec234cb shfs-0.31.ebuild 1761 +MD5 03b4992596801480fdf9273158c151e9 shfs-0.31-r1.ebuild 2553 MD5 d9c3f912bc5642882b84fa7f3edd8db8 files/amd.conf 842 MD5 97e8d1e483ac538a072e0e82af787eeb files/amd.shfs 152 MD5 6c1fade43f037362288f5f508ba5fe47 files/digest-shfs-0.31 62 diff --git a/net-fs/shfs/shfs-0.31-r1.ebuild b/net-fs/shfs/shfs-0.31-r1.ebuild index 773d6478ad37..145e4cbe7c60 100644 --- a/net-fs/shfs/shfs-0.31-r1.ebuild +++ b/net-fs/shfs/shfs-0.31-r1.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/net-fs/shfs/shfs-0.31-r1.ebuild,v 1.2 2003/06/12 21:25:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31-r1.ebuild,v 1.3 2003/09/07 00:11:41 msterret Exp $ IUSE="amd doc" @@ -29,7 +29,7 @@ src_install() { cat Makefile.old | grep -v depmod > Makefile einfo " Installing kernel module..." make MODULESDIR=${D}/lib/modules/${KV} install || die - + # Install binaries cd ${S}/shfsmount dobin shfsmount @@ -44,11 +44,11 @@ src_install() { dodir /sbin einfo " Adding /sbin/mount.shfs symlink..." dosym /usr/bin/shfsmount /sbin/mount.shfs - + # Install docs doman ${S}/docs/manpages/shfsmount.8 ${S}/docs/manpages/shfsumount.8 use doc && dohtml -r ${S}/docs/html - + # Install automount support (if desired) if [ -n "`use amd`" ] ; then einfo " Installing am-utils config files..." diff --git a/net-fs/shfs/shfs-0.31.ebuild b/net-fs/shfs/shfs-0.31.ebuild index 666d7de2aede..7ad27538c01d 100644 --- a/net-fs/shfs/shfs-0.31.ebuild +++ b/net-fs/shfs/shfs-0.31.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/net-fs/shfs/shfs-0.31.ebuild,v 1.2 2003/06/12 21:25:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31.ebuild,v 1.3 2003/09/07 00:11:41 msterret Exp $ IUSE="amd doc" @@ -29,7 +29,7 @@ src_install() { cat Makefile.old | grep -v depmod > Makefile einfo " Installing kernel module..." make MODULESDIR=${D}/lib/modules/${KV} install || die - + # Install binaries cd ${S}/shfsmount dobin shfsmount @@ -44,11 +44,11 @@ src_install() { dodir /sbin einfo " Adding /sbin/mount.shfs symlink..." dosym /usr/bin/shfsmount /sbin/mount.shfs - + # Install docs doman ${S}/docs/manpages/shfsmount.8 ${S}/docs/manpages/shfsumount.8 use doc && dohtml -r ${S}/docs/html - + # Install automount support (if desired) if [ -n "`use amd`" ] ; then einfo " Installing am-utils config files..." |