summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-01 22:15:01 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-01 22:15:01 +0000
commit60d098d2446ae8d22a0ef459d2a3508f989a8fc3 (patch)
tree5e9f586a7de808683862b78a4b8eef1a9b35f5a7
parentFixed compile issue. (diff)
downloadhistorical-60d098d2446ae8d22a0ef459d2a3508f989a8fc3.tar.gz
historical-60d098d2446ae8d22a0ef459d2a3508f989a8fc3.tar.bz2
historical-60d098d2446ae8d22a0ef459d2a3508f989a8fc3.zip
virtual/glibc -> virtual/libc
-rw-r--r--net-firewall/arptables/ChangeLog6
-rw-r--r--net-firewall/arptables/arptables-0.0.3.ebuild4
-rw-r--r--net-firewall/ebtables/ChangeLog6
-rw-r--r--net-firewall/ebtables/ebtables-2.0.6.ebuild4
-rw-r--r--net-firewall/firestorm/ChangeLog6
-rw-r--r--net-firewall/firestorm/firestorm-0.5.2.ebuild4
-rw-r--r--net-firewall/firestorm/firestorm-0.5.4.ebuild4
-rw-r--r--net-firewall/ipchains/ChangeLog6
-rw-r--r--net-firewall/ipchains/ipchains-1.3.10-r1.ebuild4
-rw-r--r--net-firewall/ipkungfu/ChangeLog6
-rw-r--r--net-firewall/ipkungfu/ipkungfu-0.5.0.ebuild4
-rw-r--r--net-firewall/ipkungfu/ipkungfu-0.5.2-r1.ebuild4
-rw-r--r--net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild4
-rw-r--r--net-firewall/ipsec-tools/ChangeLog7
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.2.5.ebuild4
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild4
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild4
17 files changed, 53 insertions, 28 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog
index 6d3e11d729b4..9d0fc0316eb1 100644
--- a/net-firewall/arptables/ChangeLog
+++ b/net-firewall/arptables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/arptables
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.2 2004/06/24 22:38:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.3 2004/07/01 22:13:53 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ arptables-0.0.3.ebuild:
+ virtual/glibc -> virtual/libc
*arptables-0.0.3 (28 Feb 2004)
diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild
index 268c2cab89eb..a41a1e8de346 100644
--- a/net-firewall/arptables/arptables-0.0.3.ebuild
+++ b/net-firewall/arptables/arptables-0.0.3.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-firewall/arptables/arptables-0.0.3.ebuild,v 1.3 2004/06/24 22:38:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.4 2004/07/01 22:13:53 eradicator Exp $
EXT=-2
DESCRIPTION="Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer."
@@ -13,7 +13,7 @@ SLOT="0"
S=${WORKDIR}/${PN}-v${PV}${EXT}/
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
cd ${S}
diff --git a/net-firewall/ebtables/ChangeLog b/net-firewall/ebtables/ChangeLog
index 3277ff413e02..5aa40a0e6406 100644
--- a/net-firewall/ebtables/ChangeLog
+++ b/net-firewall/ebtables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ebtables
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ChangeLog,v 1.3 2004/06/24 22:38:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ChangeLog,v 1.4 2004/07/01 22:14:06 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ ebtables-2.0.6.ebuild:
+ virtual/glibc -> virtual/libc
19 Jun 2004; David Holm <dholm@gentoo.org> ebtables-2.0.6.ebuild:
Added to ~ppc.
diff --git a/net-firewall/ebtables/ebtables-2.0.6.ebuild b/net-firewall/ebtables/ebtables-2.0.6.ebuild
index dc45d2c8e410..2f7b9c6019a1 100644
--- a/net-firewall/ebtables/ebtables-2.0.6.ebuild
+++ b/net-firewall/ebtables/ebtables-2.0.6.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-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.4 2004/06/24 22:38:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.5 2004/07/01 22:14:06 eradicator Exp $
DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting."
SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
@@ -11,7 +11,7 @@ SLOT="0"
S=${WORKDIR}/${PN}-v${PV}/
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
dodir /sbin/
diff --git a/net-firewall/firestorm/ChangeLog b/net-firewall/firestorm/ChangeLog
index 80930170ce50..f4a464c75139 100644
--- a/net-firewall/firestorm/ChangeLog
+++ b/net-firewall/firestorm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/firestorm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/ChangeLog,v 1.6 2004/06/24 22:39:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/ChangeLog,v 1.7 2004/07/01 22:14:20 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ firestorm-0.5.2.ebuild, firestorm-0.5.4.ebuild:
+ virtual/glibc -> virtual/libc
30 Apr 2004; David Holm <dholm@gentoo.org> firestorm-0.5.4.ebuild:
Added to ~ppc.
diff --git a/net-firewall/firestorm/firestorm-0.5.2.ebuild b/net-firewall/firestorm/firestorm-0.5.2.ebuild
index 43f06d411102..ae2aaac928f9 100644
--- a/net-firewall/firestorm/firestorm-0.5.2.ebuild
+++ b/net-firewall/firestorm/firestorm-0.5.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-firewall/firestorm/firestorm-0.5.2.ebuild,v 1.4 2004/06/24 22:39:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.2.ebuild,v 1.5 2004/07/01 22:14:20 eradicator Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Network IDS"
@@ -11,7 +11,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
econf || die
diff --git a/net-firewall/firestorm/firestorm-0.5.4.ebuild b/net-firewall/firestorm/firestorm-0.5.4.ebuild
index 0208cac54d8f..5dc3269c75a1 100644
--- a/net-firewall/firestorm/firestorm-0.5.4.ebuild
+++ b/net-firewall/firestorm/firestorm-0.5.4.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-firewall/firestorm/firestorm-0.5.4.ebuild,v 1.4 2004/06/24 22:39:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.4.ebuild,v 1.5 2004/07/01 22:14:20 eradicator Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Network IDS"
@@ -11,7 +11,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 s390 ~ppc"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
econf || die
diff --git a/net-firewall/ipchains/ChangeLog b/net-firewall/ipchains/ChangeLog
index 0141d8f3d8de..a00d3ae61b02 100644
--- a/net-firewall/ipchains/ChangeLog
+++ b/net-firewall/ipchains/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ipchains
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ChangeLog,v 1.4 2004/06/24 22:40:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ChangeLog,v 1.5 2004/07/01 22:14:32 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ ipchains-1.3.10-r1.ebuild:
+ virtual/glibc -> virtual/libc
*ipchains-1.3.10-r1 (11 Mar 2003)
diff --git a/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild b/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild
index a350e88c7d7d..187765be9863 100644
--- a/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild
+++ b/net-firewall/ipchains/ipchains-1.3.10-r1.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-firewall/ipchains/ipchains-1.3.10-r1.ebuild,v 1.3 2004/06/24 22:40:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild,v 1.4 2004/07/01 22:14:32 eradicator Exp $
S=${WORKDIR}/${P}
DESCRIPTION="legacy Linux firewall/packet mangling tools"
@@ -10,7 +10,7 @@ KEYWORDS="x86 ppc sparc "
SLOT="0"
LICENSE="GPL-2"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
diff --git a/net-firewall/ipkungfu/ChangeLog b/net-firewall/ipkungfu/ChangeLog
index 78093d2511b9..e46bc1143cc4 100644
--- a/net-firewall/ipkungfu/ChangeLog
+++ b/net-firewall/ipkungfu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ipkungfu
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ChangeLog,v 1.4 2004/06/24 22:40:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ChangeLog,v 1.5 2004/07/01 22:14:46 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ ipkungfu-0.5.0.ebuild, ipkungfu-0.5.2-r1.ebuild, ipkungfu-0.5.2.ebuild:
+ virtual/glibc -> virtual/libc
*ipkungfu-0.5.2-r1 (22 Feb 2004)
diff --git a/net-firewall/ipkungfu/ipkungfu-0.5.0.ebuild b/net-firewall/ipkungfu/ipkungfu-0.5.0.ebuild
index 4241847fde43..4a0a294d08b1 100644
--- a/net-firewall/ipkungfu/ipkungfu-0.5.0.ebuild
+++ b/net-firewall/ipkungfu/ipkungfu-0.5.0.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-firewall/ipkungfu/ipkungfu-0.5.0.ebuild,v 1.4 2004/06/24 22:40:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.5.0.ebuild,v 1.5 2004/07/01 22:14:46 eradicator Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
net-firewall/iptables"
diff --git a/net-firewall/ipkungfu/ipkungfu-0.5.2-r1.ebuild b/net-firewall/ipkungfu/ipkungfu-0.5.2-r1.ebuild
index 1638e6457a74..4b45918282c2 100644
--- a/net-firewall/ipkungfu/ipkungfu-0.5.2-r1.ebuild
+++ b/net-firewall/ipkungfu/ipkungfu-0.5.2-r1.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-firewall/ipkungfu/ipkungfu-0.5.2-r1.ebuild,v 1.2 2004/06/24 22:40:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.5.2-r1.ebuild,v 1.3 2004/07/01 22:14:46 eradicator Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
net-firewall/iptables"
diff --git a/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild b/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild
index 3b191463b5e3..f9f08d43fc93 100644
--- a/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild
+++ b/net-firewall/ipkungfu/ipkungfu-0.5.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-firewall/ipkungfu/ipkungfu-0.5.2.ebuild,v 1.3 2004/06/24 22:40:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipkungfu/ipkungfu-0.5.2.ebuild,v 1.4 2004/07/01 22:14:46 eradicator Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
net-firewall/iptables"
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog
index 85474b9655a9..27b9424289af 100644
--- a/net-firewall/ipsec-tools/ChangeLog
+++ b/net-firewall/ipsec-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/ipsec-tools
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.13 2004/06/29 12:21:50 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.14 2004/07/01 22:15:01 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ ipsec-tools-0.2.5.ebuild, ipsec-tools-0.3.1.ebuild,
+ ipsec-tools-0.3.3.ebuild:
+ virtual/glibc -> virtual/libc
29 Jun 2004; Jason Wever <weeve@gentoo.org> ipsec-tools-0.3.3.ebuild:
Stable on sparc.
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.2.5.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.2.5.ebuild
index 31f87e583d6a..c67b3bb0cf18 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.2.5.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.2.5.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-firewall/ipsec-tools/ipsec-tools-0.2.5.ebuild,v 1.3 2004/06/24 22:40:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.2.5.ebuild,v 1.4 2004/07/01 22:15:01 eradicator Exp $
DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
HOMEPAGE="http://ipsec-tools.sourceforge.net/"
@@ -9,7 +9,7 @@ LICENSE="BSD"
KEYWORDS="~x86 amd64 ~sparc"
SLOT="0"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6"
pkg_setup() {
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
index e9af84a85c99..1c73f806c5cf 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.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-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.5 2004/06/24 22:40:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.6 2004/07/01 22:15:01 eradicator Exp $
DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
HOMEPAGE="http://ipsec-tools.sourceforge.net/"
@@ -9,7 +9,7 @@ LICENSE="BSD"
KEYWORDS="~x86 ~sparc amd64"
SLOT="0"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6"
S=${WORKDIR}/${P}
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild
index 2a4124bfacbc..7d6d365cf589 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.3.3.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-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild,v 1.5 2004/06/29 12:21:50 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild,v 1.6 2004/07/01 22:15:01 eradicator Exp $
DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
HOMEPAGE="http://ipsec-tools.sourceforge.net/"
@@ -9,7 +9,7 @@ LICENSE="BSD"
KEYWORDS="x86 amd64 sparc"
SLOT="0"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6"
S=${WORKDIR}/${P}