diff options
author | 2004-07-01 22:07:08 +0000 | |
---|---|---|
committer | 2004-07-01 22:07:08 +0000 | |
commit | 8373d64369a9e37a050c846034f2b8daca1f91e1 (patch) | |
tree | a76e1b904fff924ba9886023e6685565191e3db8 /net-misc/tftp-hpa | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-8373d64369a9e37a050c846034f2b8daca1f91e1.tar.gz gentoo-2-8373d64369a9e37a050c846034f2b8daca1f91e1.tar.bz2 gentoo-2-8373d64369a9e37a050c846034f2b8daca1f91e1.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/tftp-hpa')
-rw-r--r-- | net-misc/tftp-hpa/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.33.ebuild | 5 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/tftp-hpa/ChangeLog b/net-misc/tftp-hpa/ChangeLog index bf51836115a9..6e397d3c3952 100644 --- a/net-misc/tftp-hpa/ChangeLog +++ b/net-misc/tftp-hpa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tftp-hpa # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.8 2004/06/25 00:14:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.9 2004/07/01 22:03:27 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> tftp-hpa-0.33.ebuild, + tftp-hpa-0.34-r1.ebuild: + change virtual/glibc to virtual/libc, add IUSE 15 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> tftp-hpa-0.34-r1.ebuild: Marked stable on amd64. diff --git a/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild index 8bcfb5595c6a..43b0fad2819b 100644 --- a/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild +++ b/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild,v 1.3 2004/06/25 00:14:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild,v 1.4 2004/07/01 22:03:27 squinky86 Exp $ +IUSE="" DESCRIPTION="port of the OpenBSD TFTP server" SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" @@ -10,7 +11,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="x86 ppc sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die diff --git a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild index 56f70c25ac02..2ce4704693de 100644 --- a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild +++ b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.8 2004/06/25 00:14:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.9 2004/07/01 22:03:27 squinky86 Exp $ +IUSE="" DESCRIPTION="port of the OpenBSD TFTP server" SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" @@ -10,7 +11,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86 s390" -DEPEND="virtual/glibc +DEPEND="virtual/libc !virtual/tftp" PROVIDE="virtual/tftp" |