diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 08:34:53 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 08:34:53 +0000 |
commit | 7a24c0a981263ca796dcdd7482f3e0b42dad6942 (patch) | |
tree | 19c5c94d0eca9c6c5b8f8844a21a0d8b09da2ebe /net-mail/vimap | |
parent | New Version (diff) | |
download | gentoo-2-7a24c0a981263ca796dcdd7482f3e0b42dad6942.tar.gz gentoo-2-7a24c0a981263ca796dcdd7482f3e0b42dad6942.tar.bz2 gentoo-2-7a24c0a981263ca796dcdd7482f3e0b42dad6942.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/vimap')
-rw-r--r-- | net-mail/vimap/Manifest | 12 | ||||
-rw-r--r-- | net-mail/vimap/vimap-2002c.ebuild | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net-mail/vimap/Manifest b/net-mail/vimap/Manifest index 81082258beb2..11afe5e18fa1 100644 --- a/net-mail/vimap/Manifest +++ b/net-mail/vimap/Manifest @@ -1,11 +1,11 @@ -MD5 e3dd4dfeda93e93b369068cd89fc500d vimap-2002c.ebuild 2763 MD5 40bc76c575b34d3cc7b39a4abbdd22f5 ChangeLog 1294 +MD5 ca4791283e22398c296746bca70cfa9b vimap-2002c.ebuild 2704 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 7d8d4b8b665f8fddabb6b2427c40e574 files/uw-ipop2.xinetd 559 -MD5 ec90fc7f6186f57ea8bcbbcecc099e5f files/uw-ipop3s.xinetd 469 -MD5 a2431cd0bc30744ed8b22b717a3bc1d7 files/uw-imap.xinetd 487 MD5 ff493c5938360a4411843914673d4a05 files/digest-vimap-2002c 63 +MD5 0ec3cd52bf3e7064a3d9e60a5ac16291 files/imap-2002c-virtual.patch.bz2 10394 MD5 2ea01084955d1baee1120d142734f18f files/uw-imap.pam-system-auth 339 -MD5 a00f181e73ac9b0a9e656049a5ac42b2 files/uw-ipop3.xinetd 468 +MD5 a2431cd0bc30744ed8b22b717a3bc1d7 files/uw-imap.xinetd 487 MD5 92589d773c1178e511a570f25278e6ee files/uw-imaps.xinetd 482 -MD5 0ec3cd52bf3e7064a3d9e60a5ac16291 files/imap-2002c-virtual.patch.bz2 10394 +MD5 7d8d4b8b665f8fddabb6b2427c40e574 files/uw-ipop2.xinetd 559 +MD5 a00f181e73ac9b0a9e656049a5ac42b2 files/uw-ipop3.xinetd 468 +MD5 ec90fc7f6186f57ea8bcbbcecc099e5f files/uw-ipop3s.xinetd 469 diff --git a/net-mail/vimap/vimap-2002c.ebuild b/net-mail/vimap/vimap-2002c.ebuild index baa4af2b4078..f9c7b84bc611 100644 --- a/net-mail/vimap/vimap-2002c.ebuild +++ b/net-mail/vimap/vimap-2002c.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-mail/vimap/vimap-2002c.ebuild,v 1.5 2003/06/21 18:50:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vimap/vimap-2002c.ebuild,v 1.6 2003/09/05 08:34:51 msterret Exp $ S=${WORKDIR}/imap-2002c1 @@ -24,9 +24,9 @@ DEPEND="!net-mail/uw-imap src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w ${S} + chmod -R ug+w ${S} cd ${S} - bzcat ${FILESDIR}/imap-2002c-virtual.patch.bz2 | patch -p0 + bzcat ${FILESDIR}/imap-2002c-virtual.patch.bz2 | patch -p0 cd ${S}/src/osdep/unix/ cp Makefile Makefile.orig sed \ @@ -37,7 +37,7 @@ src_unpack() { cd ${S} } -src_compile() { +src_compile() { if use ssl; then cd ${S} yes | make lnv SSLTYPE=unix || die @@ -69,7 +69,7 @@ EOF fi } -src_install() { +src_install() { into /usr dosbin imapd/imapd ipopd/ipop?d |