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-ftp/ftpd | |
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-ftp/ftpd')
-rw-r--r-- | net-ftp/ftpd/Manifest | 6 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-ftp/ftpd/Manifest b/net-ftp/ftpd/Manifest index f9b21f3ac776..922a464a52ec 100644 --- a/net-ftp/ftpd/Manifest +++ b/net-ftp/ftpd/Manifest @@ -1,8 +1,8 @@ MD5 2286864f7f15b9222afa0a8077ebe4c0 ChangeLog 1631 -MD5 90d745ead46c5ee5a4484f84d1aa9b03 ftpd-0.17.ebuild 1473 -MD5 0d7f3eb68071c259b1cf10bf5a5bba27 ftpd-0.17-r1.ebuild 1519 +MD5 dfdbfc0efbe6c97469aa33b62ba8209f ftpd-0.17.ebuild 1427 +MD5 7e755cc9cfecb36d237a63b15d5b33af ftpd-0.17-r1.ebuild 1470 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17 66 -MD5 0630d5a4a420220cc8b912bdad705f6c files/ssl.diff.gz 10444 MD5 e9e77d723b87be9b3f8b6bff9deb87c3 files/ftp.xinetd 219 +MD5 0630d5a4a420220cc8b912bdad705f6c files/ssl.diff.gz 10444 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17-r1 66 MD5 7e1217f2de231dda2c8e842a7d7dfb7b files/ftpd-0.17-shadowfix.patch 895 diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index e8f6f4a23057..6ec815e99b54 100644 --- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-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-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.4 2003/08/13 15:34:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.5 2003/09/07 00:12:23 msterret Exp $ inherit eutils @@ -31,7 +31,7 @@ src_unpack() { src_compile() { ./configure --prefix=/usr || die "configure failed" - cp MCONFIG MCONFIG.orig + cp MCONFIG MCONFIG.orig sed -e "s:-pipe -O2:${CFLAGS}:" MCONFIG.orig > MCONFIG emake || die "parallel make failed" } diff --git a/net-ftp/ftpd/ftpd-0.17.ebuild b/net-ftp/ftpd/ftpd-0.17.ebuild index 273e7d84c5a8..105bb871048a 100644 --- a/net-ftp/ftpd/ftpd-0.17.ebuild +++ b/net-ftp/ftpd/ftpd-0.17.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-ftp/ftpd/ftpd-0.17.ebuild,v 1.9 2003/07/18 21:31:41 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.10 2003/09/07 00:12:23 msterret Exp $ inherit eutils @@ -30,7 +30,7 @@ src_unpack() { src_compile() { ./configure --prefix=/usr || die "configure failed" - cp MCONFIG MCONFIG.orig + cp MCONFIG MCONFIG.orig sed -e "s:-pipe -O2:${CFLAGS}:" MCONFIG.orig > MCONFIG emake || die "parallel make failed" } |