diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 08:36:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 08:36:15 +0000 |
commit | 9e79c68498972c80645f355bead1a31fdae2b837 (patch) | |
tree | e77b8eb60df1d00073f5b000f23321bc1c907670 | |
parent | New Version (diff) | |
download | historical-9e79c68498972c80645f355bead1a31fdae2b837.tar.gz historical-9e79c68498972c80645f355bead1a31fdae2b837.tar.bz2 historical-9e79c68498972c80645f355bead1a31fdae2b837.zip |
header fix; whitespace cleanup
-rw-r--r-- | net-mail/xfmail/Manifest | 8 | ||||
-rw-r--r-- | net-mail/xfmail/xfmail-1.5.3.ebuild | 6 | ||||
-rw-r--r-- | net-mail/xfmail/xfmail-1.5.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/xfmail/xfmail-1.5.4.ebuild | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/net-mail/xfmail/Manifest b/net-mail/xfmail/Manifest index 5d7f00559f37..1f676067ce51 100644 --- a/net-mail/xfmail/Manifest +++ b/net-mail/xfmail/Manifest @@ -1,8 +1,8 @@ -MD5 18f4a6fdc5a53b001b183faa822340eb xfmail-1.5.3.ebuild 991 -MD5 0d5ffbdde19da223a986b4954c9d0c82 xfmail-1.5.4-r1.ebuild 1114 MD5 060f1cff970a0fb7389c07595511ae3c ChangeLog 674 +MD5 dfd53aef8a2bb7a18075760af17838ed xfmail-1.5.3.ebuild 982 +MD5 b3d2ac76eb0f1fe53debe52ac28a056e xfmail-1.5.4-r1.ebuild 1108 +MD5 4eea2dc7bbd31b865ce5b87bb3014c5c xfmail-1.5.4.ebuild 1096 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 c647c1936562c575d26a4d9cfce27fce xfmail-1.5.4.ebuild 1104 -MD5 69be169d9f01ce23d16f9cf5b398b526 files/digest-xfmail-1.5.4-r1 67 MD5 af2f8bd250fae641a5934c15173048d9 files/digest-xfmail-1.5.3 65 MD5 5cd490c9d4971d8f547a1496509b926a files/digest-xfmail-1.5.4 65 +MD5 69be169d9f01ce23d16f9cf5b398b526 files/digest-xfmail-1.5.4-r1 67 diff --git a/net-mail/xfmail/xfmail-1.5.3.ebuild b/net-mail/xfmail/xfmail-1.5.3.ebuild index 570956155a9d..43e5c5a3b640 100644 --- a/net-mail/xfmail/xfmail-1.5.3.ebuild +++ b/net-mail/xfmail/xfmail-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.3.ebuild,v 1.3 2003/02/13 14:44:06 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.3.ebuild,v 1.4 2003/09/05 08:36:13 msterret Exp $ IUSE="ldap" @@ -28,7 +28,7 @@ src_compile() { local myconf use ldap && myconf="$myconf --with-ldap" - + ./autogen.sh \ --host=${CHOST} \ --prefix=/usr \ diff --git a/net-mail/xfmail/xfmail-1.5.4-r1.ebuild b/net-mail/xfmail/xfmail-1.5.4-r1.ebuild index aecf9097f438..669bd751e1ad 100644 --- a/net-mail/xfmail/xfmail-1.5.4-r1.ebuild +++ b/net-mail/xfmail/xfmail-1.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4-r1.ebuild,v 1.3 2003/07/13 13:32:32 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4-r1.ebuild,v 1.4 2003/09/05 08:36:13 msterret Exp $ IUSE="ldap" S=${WORKDIR}/${P} diff --git a/net-mail/xfmail/xfmail-1.5.4.ebuild b/net-mail/xfmail/xfmail-1.5.4.ebuild index b155945652ca..96e3e4a81845 100644 --- a/net-mail/xfmail/xfmail-1.5.4.ebuild +++ b/net-mail/xfmail/xfmail-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4.ebuild,v 1.2 2003/02/13 14:44:12 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4.ebuild,v 1.3 2003/09/05 08:36:13 msterret Exp $ IUSE="ldap" S=${WORKDIR}/${P} |