diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-12-04 14:01:42 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-12-04 14:01:42 +0000 |
commit | 27a770f53e5e7e409fa0684bd74e471862439707 (patch) | |
tree | 151d9a714496ec3437e00d3d34920644b1a7e7da /net-misc/atftp | |
parent | Fix typo, bug 70767 (Manifest recommit) (diff) | |
download | gentoo-2-27a770f53e5e7e409fa0684bd74e471862439707.tar.gz gentoo-2-27a770f53e5e7e409fa0684bd74e471862439707.tar.bz2 gentoo-2-27a770f53e5e7e409fa0684bd74e471862439707.zip |
Fix typo, bug 72783
Diffstat (limited to 'net-misc/atftp')
-rw-r--r-- | net-misc/atftp/atftp-0.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/atftp/atftp-0.6-r3.ebuild b/net-misc/atftp/atftp-0.6-r3.ebuild index bb51aaaebb7e..b29785fc410f 100644 --- a/net-misc/atftp/atftp-0.6-r3.ebuild +++ b/net-misc/atftp/atftp-0.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6-r3.ebuild,v 1.5 2004/07/15 02:38:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6-r3.ebuild,v 1.6 2004/12/04 14:01:42 dsd Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) !virtual/tftp" -PROVIDE="virtual/tfp" +PROVIDE="virtual/tftp" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-misc/atftp/atftp-0.6.2.ebuild b/net-misc/atftp/atftp-0.6.2.ebuild index 5db2553af411..950297f5ac6f 100644 --- a/net-misc/atftp/atftp-0.6.2.ebuild +++ b/net-misc/atftp/atftp-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.8 2004/07/15 02:38:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.9 2004/12/04 14:01:42 dsd Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) !virtual/tftp" -PROVIDE="virtual/tfp" +PROVIDE="virtual/tftp" src_compile () { myconf="" diff --git a/net-misc/atftp/atftp-0.7.ebuild b/net-misc/atftp/atftp-0.7.ebuild index b7dd021f099e..35cc2447081b 100644 --- a/net-misc/atftp/atftp-0.7.ebuild +++ b/net-misc/atftp/atftp-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.7.ebuild,v 1.7 2004/07/31 19:09:37 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.7.ebuild,v 1.8 2004/12/04 14:01:42 dsd Exp $ DESCRIPTION="Advanced TFTP implementation client/server" HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" @@ -13,7 +13,7 @@ IUSE="tcpd" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) !virtual/tftp" -PROVIDE="virtual/tfp" +PROVIDE="virtual/tftp" src_compile () { econf `use_enable tcpd libwrap` || die "./configure failed" |