diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
commit | c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch) | |
tree | cc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/uw-imap | |
parent | un-redefine ${A} (diff) | |
download | historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2 historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r-- | net-mail/uw-imap/Manifest | 14 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2002d-r1.ebuild | 12 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2002d.ebuild | 8 |
3 files changed, 17 insertions, 17 deletions
diff --git a/net-mail/uw-imap/Manifest b/net-mail/uw-imap/Manifest index 52ba128ae5b4..1a4c9048a223 100644 --- a/net-mail/uw-imap/Manifest +++ b/net-mail/uw-imap/Manifest @@ -1,13 +1,13 @@ -MD5 1fc1132a6fb90046b701e9196e7a96b0 files/digest-uw-imap-2002d 62 -MD5 c35bb5e9cfa6e278eccde33e1a6e1b4c files/uw-ipop3s.xinetd 470 -MD5 1fc1132a6fb90046b701e9196e7a96b0 files/digest-uw-imap-2002d-r1 62 +MD5 9b0df9f2801db738295c6beebdc61e21 ChangeLog 3976 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 116193b597a62c725b6d451f6503d5c7 uw-imap-2002d.ebuild 2578 +MD5 184277680f422c3dd29bf3f1f084d178 uw-imap-2002d-r1.ebuild 2928 MD5 f756533666f0e8b80583a709d4891be1 files/uw-imap.pam 244 MD5 5627c6d3e66200c457bf24c47a02c6e9 files/uw-imap.pam-system-auth 344 MD5 16682cd88c80588d22d34dd08678f1da files/uw-imap.xinetd 492 MD5 c1398d15a74439d23bda99c4960ca625 files/uw-imaps.xinetd 487 MD5 a64376593da1d4ed7900ab825abc42dc files/uw-ipop2.xinetd 564 MD5 8e3bbe0dafb99203c2029f531ce4ec8a files/uw-ipop3.xinetd 473 -MD5 a0c4b4090ca2aef0620f073503e8bdfc uw-imap-2002d.ebuild 2636 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 24a2baa4bafd3e1702802700ef830cc0 uw-imap-2002d-r1.ebuild 2988 -MD5 9b0df9f2801db738295c6beebdc61e21 ChangeLog 3976 +MD5 c35bb5e9cfa6e278eccde33e1a6e1b4c files/uw-ipop3s.xinetd 470 +MD5 1fc1132a6fb90046b701e9196e7a96b0 files/digest-uw-imap-2002d 62 +MD5 1fc1132a6fb90046b701e9196e7a96b0 files/digest-uw-imap-2002d-r1 62 diff --git a/net-mail/uw-imap/uw-imap-2002d-r1.ebuild b/net-mail/uw-imap/uw-imap-2002d-r1.ebuild index d5d768bdcf8a..bf87d1fa54ce 100644 --- a/net-mail/uw-imap/uw-imap-2002d-r1.ebuild +++ b/net-mail/uw-imap/uw-imap-2002d-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-mail/uw-imap/uw-imap-2002d-r1.ebuild,v 1.1 2003/08/11 09:05:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002d-r1.ebuild,v 1.2 2003/09/05 08:55:26 msterret Exp $ MY_P=imap-${PV} S=${WORKDIR}/${MY_P} @@ -25,10 +25,10 @@ DEPEND="!net-mail/vimap src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w ${S} + chmod -R ug+w ${S} use pic || use alpha && append-flags -fPIC - + cd ${S}/src/osdep/unix/ cp Makefile Makefile.orig sed \ @@ -46,7 +46,7 @@ src_unpack() { cd ${S} } -src_compile() { +src_compile() { if use ssl; then cd ${S} yes | make lnp SSLTYPE=unix || die @@ -78,10 +78,10 @@ EOF fi } -src_install() { +src_install() { into /usr dosbin imapd/imapd ipopd/ipop?d dmail/dmail tmail/tmail - dobin mailutil/mailutil mlock/mlock mtest/mtest + dobin mailutil/mailutil mlock/mlock mtest/mtest if use ssl; then dodir /etc/ssl/certs diff --git a/net-mail/uw-imap/uw-imap-2002d.ebuild b/net-mail/uw-imap/uw-imap-2002d.ebuild index 2b9954bfa15a..533dd6e6b69e 100644 --- a/net-mail/uw-imap/uw-imap-2002d.ebuild +++ b/net-mail/uw-imap/uw-imap-2002d.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/uw-imap/uw-imap-2002d.ebuild,v 1.5 2003/06/20 17:58:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002d.ebuild,v 1.6 2003/09/05 08:55:26 msterret Exp $ S=${WORKDIR}/imap-${PV} @@ -24,7 +24,7 @@ DEPEND="!net-mail/vimap src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w ${S} + chmod -R ug+w ${S} cd ${S}/src/osdep/unix/ cp Makefile Makefile.orig @@ -36,7 +36,7 @@ src_unpack() { cd ${S} } -src_compile() { +src_compile() { if use ssl; then cd ${S} yes | make lnp SSLTYPE=unix || die @@ -68,7 +68,7 @@ EOF fi } -src_install() { +src_install() { into /usr dosbin imapd/imapd ipopd/ipop?d |