summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:12:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:12:26 +0000
commitc83833f70d02b4247bfb68e704a5b954f242a777 (patch)
treea8c8cc6d41ed8249aba191c94ea6569e78c71605 /net-ftp/ftp
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-c83833f70d02b4247bfb68e704a5b954f242a777.tar.gz
historical-c83833f70d02b4247bfb68e704a5b954f242a777.tar.bz2
historical-c83833f70d02b4247bfb68e704a5b954f242a777.zip
repoman: trim trailing whitespace
Diffstat (limited to 'net-ftp/ftp')
-rw-r--r--net-ftp/ftp/Manifest8
-rw-r--r--net-ftp/ftp/ftp-0.17-r1.ebuild6
-rw-r--r--net-ftp/ftp/ftp-0.17-r2.ebuild8
-rw-r--r--net-ftp/ftp/ftp-0.17-r3.ebuild8
4 files changed, 15 insertions, 15 deletions
diff --git a/net-ftp/ftp/Manifest b/net-ftp/ftp/Manifest
index db1cac81484e..97400d0eafb6 100644
--- a/net-ftp/ftp/Manifest
+++ b/net-ftp/ftp/Manifest
@@ -1,9 +1,9 @@
+MD5 a39ae824777f433d97bbdcfd1a86594c ChangeLog 2113
+MD5 903dc671d24dc56b9a987ffa3a1e8f56 ftp-0.17-r1.ebuild 789
+MD5 651718c35c3669aabe3225b91400874d ftp-0.17-r2.ebuild 981
+MD5 fcda200674017e4bc19077d9caf73f22 ftp-0.17-r3.ebuild 1052
MD5 036b2200a177f3266c5cbb3f4d5e4ed5 files/digest-ftp-0.17-r1 66
MD5 036b2200a177f3266c5cbb3f4d5e4ed5 files/digest-ftp-0.17-r2 66
MD5 b2e1a338f350747a22bc8bf6ea438c4f files/netkit-ftp-0.17+ssl-0.2.diff 45639
MD5 036b2200a177f3266c5cbb3f4d5e4ed5 files/digest-ftp-0.17-r3 66
MD5 10adb0b3b66639bdb39e7c976667eb68 files/netkit-ftp-0.17+ssl-0.2+auth.diff 424
-MD5 ea292842e221c5ff4ce55de024122b93 ftp-0.17-r1.ebuild 803
-MD5 c1e0ead72511622c46ceb36967104042 ftp-0.17-r2.ebuild 994
-MD5 a39ae824777f433d97bbdcfd1a86594c ChangeLog 2113
-MD5 199cfca49c9ca10277a6a5791d4004d1 ftp-0.17-r3.ebuild 1065
diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild
index 7969938b878f..1a0518a44d76 100644
--- a/net-ftp/ftp/ftp-0.17-r1.ebuild
+++ b/net-ftp/ftp/ftp-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/ftp/ftp-0.17-r1.ebuild,v 1.15 2003/02/10 07:34:58 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.16 2003/09/07 00:12:23 msterret Exp $
MY_P=netkit-${P}
S=${WORKDIR}/${MY_P}
@@ -14,14 +14,14 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc alpha"
-src_compile() {
+src_compile() {
./configure --prefix=/usr || die
cp MCONFIG MCONFIG.orig
sed -e "s:-pipe -O2:${CFLAGS}:" MCONFIG.orig > MCONFIG
make || die
}
-src_install() {
+src_install() {
into /usr
dobin ftp/ftp
doman ftp/ftp.1 ftp/netrc.5
diff --git a/net-ftp/ftp/ftp-0.17-r2.ebuild b/net-ftp/ftp/ftp-0.17-r2.ebuild
index 321f3e2661b2..852c2a776b56 100644
--- a/net-ftp/ftp/ftp-0.17-r2.ebuild
+++ b/net-ftp/ftp/ftp-0.17-r2.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/ftp/ftp-0.17-r2.ebuild,v 1.7 2003/02/15 19:40:22 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r2.ebuild,v 1.8 2003/09/07 00:12:23 msterret Exp $
inherit eutils
@@ -20,20 +20,20 @@ KEYWORDS="x86 ppc sparc alpha hppa mips"
src_unpack() {
unpack ${A}
cd ${S}
-
+
if [ "`use ssl`" ]; then
epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff
fi
}
-src_compile() {
+src_compile() {
./configure --prefix=/usr || die
cp MCONFIG MCONFIG.orig
sed -e "s:-pipe -O2:${CFLAGS}:" MCONFIG.orig > MCONFIG
emake || die
}
-src_install() {
+src_install() {
into /usr
dobin ftp/ftp
doman ftp/ftp.1 ftp/netrc.5
diff --git a/net-ftp/ftp/ftp-0.17-r3.ebuild b/net-ftp/ftp/ftp-0.17-r3.ebuild
index e5316a2a07db..294a5d3b2769 100644
--- a/net-ftp/ftp/ftp-0.17-r3.ebuild
+++ b/net-ftp/ftp/ftp-0.17-r3.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/ftp/ftp-0.17-r3.ebuild,v 1.7 2003/08/08 09:12:44 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r3.ebuild,v 1.8 2003/09/07 00:12:23 msterret Exp $
IUSE="ssl"
@@ -25,20 +25,20 @@ DEPEND=">=sys-apps/sed-4
src_unpack() {
unpack ${A}
cd ${S}
-
+
if [ "`use ssl`" ]; then
epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff
epatch ${FILESDIR}/${MY_P}+ssl-0.2+auth.diff
fi
}
-src_compile() {
+src_compile() {
./configure --prefix=/usr || die
sed -i "s:-pipe -O2:${CFLAGS}:" MCONFIG
emake || die
}
-src_install() {
+src_install() {
into /usr
dobin ftp/ftp
doman ftp/ftp.1 ftp/netrc.5