summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/stunnel/ChangeLog7
-rw-r--r--net-misc/stunnel/stunnel-3.22-r2.ebuild4
-rw-r--r--net-misc/stunnel/stunnel-3.26.ebuild4
-rw-r--r--net-misc/stunnel/stunnel-4.04-r1.ebuild4
-rw-r--r--net-misc/stunnel/stunnel-4.04-r2.ebuild4
-rw-r--r--net-misc/stunnel/stunnel-4.04-r3.ebuild4
-rw-r--r--net-misc/stunnel/stunnel-4.05.ebuild4
-rw-r--r--net-misc/tiers/ChangeLog5
-rw-r--r--net-misc/tiers/tiers-1.1.ebuild6
-rw-r--r--net-misc/trickle/ChangeLog5
-rw-r--r--net-misc/trickle/trickle-1.06.ebuild6
11 files changed, 32 insertions, 21 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
index c40f6adcc36f..2f0712fa11f7 100644
--- a/net-misc/stunnel/ChangeLog
+++ b/net-misc/stunnel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/stunnel
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.29 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.30 2004/07/01 22:00:33 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> stunnel-3.22-r2.ebuild,
+ stunnel-3.26.ebuild, stunnel-4.04-r1.ebuild, stunnel-4.04-r2.ebuild,
+ stunnel-4.04-r3.ebuild, stunnel-4.05.ebuild:
+ change virtual/glibc to virtual/libc
18 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> stunnel-4.05.ebuild:
Added to ~ppc
diff --git a/net-misc/stunnel/stunnel-3.22-r2.ebuild b/net-misc/stunnel/stunnel-3.22-r2.ebuild
index 1ad288f116a0..fbd89ca8e2d0 100644
--- a/net-misc/stunnel/stunnel-3.22-r2.ebuild
+++ b/net-misc/stunnel/stunnel-3.22-r2.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/stunnel/stunnel-3.22-r2.ebuild,v 1.4 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r2.ebuild,v 1.5 2004/07/01 22:00:33 squinky86 Exp $
inherit eutils
@@ -8,7 +8,7 @@ S=${WORKDIR}/${P}
DESCRIPTION="TLS/SSL - Port Wrapper"
SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
HOMEPAGE="http://www.stunnel.org/"
-DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6c"
+DEPEND="virtual/libc >=dev-libs/openssl-0.9.6c"
RDEPEND=">=dev-libs/openssl-0.9.6c"
KEYWORDS="x86 sparc "
LICENSE="GPL-2"
diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild
index 24e48abff2ce..8c4ab190bb07 100644
--- a/net-misc/stunnel/stunnel-3.26.ebuild
+++ b/net-misc/stunnel/stunnel-3.26.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/stunnel/stunnel-3.26.ebuild,v 1.5 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.6 2004/07/01 22:00:33 squinky86 Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="x86 sparc alpha ppc"
RDEPEND=">=dev-libs/openssl-0.9.6j"
DEPEND="${RDEPEND}
- virtual/glibc"
+ virtual/libc"
src_unpack() {
unpack ${A}
diff --git a/net-misc/stunnel/stunnel-4.04-r1.ebuild b/net-misc/stunnel/stunnel-4.04-r1.ebuild
index c5d2cf7b97c1..cb471debabf8 100644
--- a/net-misc/stunnel/stunnel-4.04-r1.ebuild
+++ b/net-misc/stunnel/stunnel-4.04-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-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.9 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.10 2004/07/01 22:00:33 squinky86 Exp $
inherit eutils
@@ -9,7 +9,7 @@ S=${WORKDIR}/${P}
DESCRIPTION="TLS/SSL - Port Wrapper"
SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
HOMEPAGE="http://stunnel.mirt.net"
-DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6j"
+DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j"
RDEPEND=">=dev-libs/openssl-0.9.6j"
KEYWORDS="x86 sparc alpha"
LICENSE="GPL-2"
diff --git a/net-misc/stunnel/stunnel-4.04-r2.ebuild b/net-misc/stunnel/stunnel-4.04-r2.ebuild
index a1c8fc5ce26c..607f06318950 100644
--- a/net-misc/stunnel/stunnel-4.04-r2.ebuild
+++ b/net-misc/stunnel/stunnel-4.04-r2.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/stunnel/stunnel-4.04-r2.ebuild,v 1.3 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r2.ebuild,v 1.4 2004/07/01 22:00:33 squinky86 Exp $
inherit eutils
@@ -9,7 +9,7 @@ S=${WORKDIR}/${P}
DESCRIPTION="TLS/SSL - Port Wrapper"
SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
HOMEPAGE="http://stunnel.mirt.net"
-DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6j"
+DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j"
RDEPEND=">=dev-libs/openssl-0.9.6j"
KEYWORDS="~x86 ~sparc ~alpha"
LICENSE="GPL-2"
diff --git a/net-misc/stunnel/stunnel-4.04-r3.ebuild b/net-misc/stunnel/stunnel-4.04-r3.ebuild
index 8f160ed5fc1b..4b2efbf81411 100644
--- a/net-misc/stunnel/stunnel-4.04-r3.ebuild
+++ b/net-misc/stunnel/stunnel-4.04-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/stunnel/stunnel-4.04-r3.ebuild,v 1.5 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r3.ebuild,v 1.6 2004/07/01 22:00:33 squinky86 Exp $
inherit ssl-cert eutils
@@ -9,7 +9,7 @@ S=${WORKDIR}/${P}
DESCRIPTION="TLS/SSL - Port Wrapper"
SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
HOMEPAGE="http://stunnel.mirt.net"
-DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6j"
+DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j"
RDEPEND=">=dev-libs/openssl-0.9.6j"
KEYWORDS="~x86 ~sparc alpha amd64"
LICENSE="GPL-2"
diff --git a/net-misc/stunnel/stunnel-4.05.ebuild b/net-misc/stunnel/stunnel-4.05.ebuild
index bfa1330e4074..c473207c6bf9 100644
--- a/net-misc/stunnel/stunnel-4.05.ebuild
+++ b/net-misc/stunnel/stunnel-4.05.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/stunnel/stunnel-4.05.ebuild,v 1.4 2004/06/25 03:12:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.05.ebuild,v 1.5 2004/07/01 22:00:33 squinky86 Exp $
inherit ssl-cert eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~amd64"
IUSE="static"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6j"
RDEPEND=">=dev-libs/openssl-0.9.6j"
diff --git a/net-misc/tiers/ChangeLog b/net-misc/tiers/ChangeLog
index 8cbbf7a1b30b..6c79cf100daf 100644
--- a/net-misc/tiers/ChangeLog
+++ b/net-misc/tiers/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tiers
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/ChangeLog,v 1.3 2004/06/25 00:15:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/ChangeLog,v 1.4 2004/07/01 22:03:51 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> tiers-1.1.ebuild:
+ change virtual/glibc to virtual/libc
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> tiers-1.1.ebuild:
Add inherit eutils
diff --git a/net-misc/tiers/tiers-1.1.ebuild b/net-misc/tiers/tiers-1.1.ebuild
index 59617b55159f..d37c6f4fc6d4 100644
--- a/net-misc/tiers/tiers-1.1.ebuild
+++ b/net-misc/tiers/tiers-1.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-misc/tiers/tiers-1.1.ebuild,v 1.3 2004/06/25 00:15:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tiers/tiers-1.1.ebuild,v 1.4 2004/07/01 22:03:51 squinky86 Exp $
inherit eutils
@@ -13,8 +13,8 @@ LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="sys-devel/gcc virtual/glibc"
-RDEPEND="sys-apps/gawk media-gfx/gnuplot virtual/glibc"
+DEPEND="sys-devel/gcc virtual/libc"
+RDEPEND="sys-apps/gawk media-gfx/gnuplot virtual/libc"
S=${WORKDIR}/${PN}${PV}
src_unpack() {
diff --git a/net-misc/trickle/ChangeLog b/net-misc/trickle/ChangeLog
index 34b5a99f8ab4..15d250430702 100644
--- a/net-misc/trickle/ChangeLog
+++ b/net-misc/trickle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/trickle
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/trickle/ChangeLog,v 1.3 2004/06/25 00:16:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/trickle/ChangeLog,v 1.4 2004/07/01 22:05:21 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> trickle-1.06.ebuild:
+ change virtual/glibc to virtual/libc
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> trickle-1.06.ebuild:
Add die following econf for bug 48950
diff --git a/net-misc/trickle/trickle-1.06.ebuild b/net-misc/trickle/trickle-1.06.ebuild
index f2bf4b4c591c..2dc2059c228a 100644
--- a/net-misc/trickle/trickle-1.06.ebuild
+++ b/net-misc/trickle/trickle-1.06.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/trickle/trickle-1.06.ebuild,v 1.3 2004/06/25 00:16:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/trickle/trickle-1.06.ebuild,v 1.4 2004/07/01 22:05:21 squinky86 Exp $
DESCRIPTION="a portable lightweight userspace bandwidth shaper"
SRC_URI="http://www.monkey.org/~marius/${PN}/${P}.tar.gz"
@@ -11,10 +11,10 @@ SLOT="0"
LICENSE="BSD"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
dev-libs/libevent
sys-apps/sed"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
src_compile() {
econf || die "econf failed"