summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 22:07:08 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 22:07:08 +0000
commit8373d64369a9e37a050c846034f2b8daca1f91e1 (patch)
treea76e1b904fff924ba9886023e6685565191e3db8 /net-misc
parentvirtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-8373d64369a9e37a050c846034f2b8daca1f91e1.tar.gz
gentoo-2-8373d64369a9e37a050c846034f2b8daca1f91e1.tar.bz2
gentoo-2-8373d64369a9e37a050c846034f2b8daca1f91e1.zip
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tftp-hpa/ChangeLog6
-rw-r--r--net-misc/tftp-hpa/tftp-hpa-0.33.ebuild5
-rw-r--r--net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild5
-rw-r--r--net-misc/tlsproxyd/ChangeLog5
-rw-r--r--net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild5
-rw-r--r--net-misc/udhcp/ChangeLog6
-rw-r--r--net-misc/udhcp/udhcp-0.9.8-r2.ebuild5
-rw-r--r--net-misc/udhcp/udhcp-0.9.8-r3.ebuild4
-rw-r--r--net-misc/udpcast/ChangeLog5
-rw-r--r--net-misc/udpcast/udpcast-20040222.ebuild5
10 files changed, 35 insertions, 16 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"
diff --git a/net-misc/tlsproxyd/ChangeLog b/net-misc/tlsproxyd/ChangeLog
index 86b57d68e3de..55090460117c 100644
--- a/net-misc/tlsproxyd/ChangeLog
+++ b/net-misc/tlsproxyd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tlsproxyd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/ChangeLog,v 1.4 2004/06/25 00:15:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/ChangeLog,v 1.5 2004/07/01 22:04:38 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> tlsproxyd-0.0.2.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*tlsproxyd-0.0.2 (31 Oct 2002)
diff --git a/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild b/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild
index 6912d6129f05..c2e4afdd7247 100644
--- a/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild
+++ b/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild,v 1.5 2004/06/25 00:15:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild,v 1.6 2004/07/01 22:04:38 squinky86 Exp $
S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="An TLS Tunneling Tool."
SRC_URI="http://www.ex-parrot.com/~chris/tlsproxyd/${P}.tar.gz"
HOMEPAGE="http://www.ex-parrot.com/~chris/tlsproxyd/"
@@ -10,7 +11,7 @@ KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6"
src_compile() {
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog
index b24242329e37..b2b676e33f46 100644
--- a/net-misc/udhcp/ChangeLog
+++ b/net-misc/udhcp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/udhcp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.12 2004/06/25 00:17:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.13 2004/07/01 22:06:12 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> udhcp-0.9.8-r2.ebuild,
+ udhcp-0.9.8-r3.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
25 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> udhcp-0.9.8-r3.ebuild:
stable da sparc
diff --git a/net-misc/udhcp/udhcp-0.9.8-r2.ebuild b/net-misc/udhcp/udhcp-0.9.8-r2.ebuild
index 225ef28c8e0f..7941527d9d8d 100644
--- a/net-misc/udhcp/udhcp-0.9.8-r2.ebuild
+++ b/net-misc/udhcp/udhcp-0.9.8-r2.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r2.ebuild,v 1.3 2004/06/25 00:17:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r2.ebuild,v 1.4 2004/07/01 22:06:12 squinky86 Exp $
inherit eutils
+IUSE=""
DESCRIPTION="udhcp Server/Client Package"
HOMEPAGE="http://udhcp.busybox.net/"
SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz"
@@ -12,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc amd64"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
PROVIDE="virtual/dhcpc"
pkg_setup() {
diff --git a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
index bcb0ab23ea2e..29bf15bde2a0 100644
--- a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
+++ b/net-misc/udhcp/udhcp-0.9.8-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/udhcp/udhcp-0.9.8-r3.ebuild,v 1.8 2004/06/25 00:17:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.9 2004/07/01 22:06:12 squinky86 Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 ~ppc sparc ~mips ~alpha arm hppa amd64 ~ia64"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
PROVIDE="virtual/dhcpc"
pkg_setup() {
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog
index fc72d7f1f155..f236e23eb3be 100644
--- a/net-misc/udpcast/ChangeLog
+++ b/net-misc/udpcast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/udpcast
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.2 2004/06/25 00:17:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.3 2004/07/01 22:07:08 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> udpcast-20040222.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*udpcast-20040222 (28 Feb 2004)
diff --git a/net-misc/udpcast/udpcast-20040222.ebuild b/net-misc/udpcast/udpcast-20040222.ebuild
index c528d2a62efb..169b67549ef2 100644
--- a/net-misc/udpcast/udpcast-20040222.ebuild
+++ b/net-misc/udpcast/udpcast-20040222.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/udpcast/udpcast-20040222.ebuild,v 1.2 2004/06/25 00:17:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20040222.ebuild,v 1.3 2004/07/01 22:07:08 squinky86 Exp $
+IUSE=""
DESCRIPTION="Multicast file transfer tool"
HOMEPAGE="http://udpcast.linux.lu/"
SRC_URI="http://udpcast.linux.lu/current/${P}.tar.gz"
@@ -10,7 +11,7 @@ LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
dev-lang/perl"
S=${WORKDIR}/${PN}