summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 21:28:10 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 21:28:10 +0000
commitf8557d947c3b1d56dfbda782807820d0e78ef7ac (patch)
tree9ca734fc600f573443b34814fb12fa7659d09976
parentvirtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-f8557d947c3b1d56dfbda782807820d0e78ef7ac.tar.gz
gentoo-2-f8557d947c3b1d56dfbda782807820d0e78ef7ac.tar.bz2
gentoo-2-f8557d947c3b1d56dfbda782807820d0e78ef7ac.zip
virtual/glibc -> virtual/libc, add IUSE
-rw-r--r--net-misc/linksys-tftp/ChangeLog5
-rw-r--r--net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild7
-rw-r--r--net-misc/linux-identd/ChangeLog6
-rw-r--r--net-misc/linux-identd/linux-identd-1.2.ebuild5
-rw-r--r--net-misc/linux-identd/linux-identd-1.3.ebuild5
-rw-r--r--net-misc/liveice/ChangeLog5
-rw-r--r--net-misc/liveice/liveice-2000530.ebuild5
-rw-r--r--net-misc/mdidentd/ChangeLog5
-rw-r--r--net-misc/mdidentd/mdidentd-1.04a.ebuild5
9 files changed, 33 insertions, 15 deletions
diff --git a/net-misc/linksys-tftp/ChangeLog b/net-misc/linksys-tftp/ChangeLog
index 35b6aa5df6da..c6a6ab030bd7 100644
--- a/net-misc/linksys-tftp/ChangeLog
+++ b/net-misc/linksys-tftp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/linksys-tftp
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.3 2004/06/24 23:53:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.4 2004/07/01 21:25:14 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> linksys-tftp-1.2.1.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
20 Mar 2004; Daniel Black <dragonheart@gentoo.org>
linksys-tftp-1.2.1.ebuild:
diff --git a/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild b/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild
index 782423ebeb9d..cf95488e16f1 100644
--- a/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild
+++ b/net-misc/linksys-tftp/linksys-tftp-1.2.1.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/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.3 2004/06/24 23:53:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.4 2004/07/01 21:25:14 squinky86 Exp $
+IUSE=""
DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router"
HOMEPAGE="http://redsand.net/"
SRC_URI="http://redsand.net/code/linksys-tftp-${PV}.tar.bz2"
@@ -9,9 +10,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="x86"
DEPEND="sys-devel/gcc
- virtual/glibc"
+ virtual/libc"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
src_compile() {
emake || die
diff --git a/net-misc/linux-identd/ChangeLog b/net-misc/linux-identd/ChangeLog
index b25f7d388ef3..d2917da64036 100644
--- a/net-misc/linux-identd/ChangeLog
+++ b/net-misc/linux-identd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/linux-identd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/linux-identd/ChangeLog,v 1.13 2004/06/24 23:54:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linux-identd/ChangeLog,v 1.14 2004/07/01 21:26:15 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> linux-identd-1.2.ebuild,
+ linux-identd-1.3.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> linux-identd-1.3.ebuild:
Stable on alpha.
diff --git a/net-misc/linux-identd/linux-identd-1.2.ebuild b/net-misc/linux-identd/linux-identd-1.2.ebuild
index de2c714de63a..cb328f480c65 100644
--- a/net-misc/linux-identd/linux-identd-1.2.ebuild
+++ b/net-misc/linux-identd/linux-identd-1.2.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/linux-identd/linux-identd-1.2.ebuild,v 1.9 2004/06/24 23:54:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linux-identd/linux-identd-1.2.ebuild,v 1.10 2004/07/01 21:26:15 squinky86 Exp $
+IUSE=""
DESCRIPTION="A real IDENT daemon for linux."
HOMEPAGE="http://www.fukt.bth.se/~per/identd"
SRC_URI="http://www.fukt.bth.se/~per/identd/${P}.tar.gz"
@@ -10,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
emake || die
diff --git a/net-misc/linux-identd/linux-identd-1.3.ebuild b/net-misc/linux-identd/linux-identd-1.3.ebuild
index 20ea7fd6a802..b7bb230e4873 100644
--- a/net-misc/linux-identd/linux-identd-1.3.ebuild
+++ b/net-misc/linux-identd/linux-identd-1.3.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/linux-identd/linux-identd-1.3.ebuild,v 1.7 2004/06/24 23:54:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linux-identd/linux-identd-1.3.ebuild,v 1.8 2004/07/01 21:26:15 squinky86 Exp $
+IUSE=""
DESCRIPTION="A real IDENT daemon for linux."
HOMEPAGE="http://www.fukt.bth.se/~per/identd"
SRC_URI="http://www.fukt.bth.se/~per/identd/${P}.tar.gz"
@@ -10,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc sparc alpha ~hppa ~mips ~ia64 ~amd64"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
emake CEXTRAS="${CFLAGS}" || die
diff --git a/net-misc/liveice/ChangeLog b/net-misc/liveice/ChangeLog
index 1031718c4840..4f73f7066fee 100644
--- a/net-misc/liveice/ChangeLog
+++ b/net-misc/liveice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/liveice
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.5 2004/06/24 23:54:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.6 2004/07/01 21:27:17 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> liveice-2000530.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
23 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
liveice-2000530.ebuild:
diff --git a/net-misc/liveice/liveice-2000530.ebuild b/net-misc/liveice/liveice-2000530.ebuild
index 6563ffb86904..ae6f1155513c 100644
--- a/net-misc/liveice/liveice-2000530.ebuild
+++ b/net-misc/liveice/liveice-2000530.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/liveice/liveice-2000530.ebuild,v 1.6 2004/06/24 23:54:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild,v 1.7 2004/07/01 21:27:17 squinky86 Exp $
S=${WORKDIR}/${PN}
+IUSE=""
DESCRIPTION="Live Source Client For IceCast"
HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
@@ -11,7 +12,7 @@ SLOT="0"
KEYWORDS="x86"
LICENSE="as-is"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND="media-sound/lame
virtual/mpg123"
diff --git a/net-misc/mdidentd/ChangeLog b/net-misc/mdidentd/ChangeLog
index 979f2f9f8239..8d67229d6fe1 100644
--- a/net-misc/mdidentd/ChangeLog
+++ b/net-misc/mdidentd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/mdidentd
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mdidentd/ChangeLog,v 1.2 2004/06/24 23:55:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mdidentd/ChangeLog,v 1.3 2004/07/01 21:28:10 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> mdidentd-1.04a.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*mdidentd-1.04a (03 Nov 2003)
diff --git a/net-misc/mdidentd/mdidentd-1.04a.ebuild b/net-misc/mdidentd/mdidentd-1.04a.ebuild
index 845774199fad..3103b9df3887 100644
--- a/net-misc/mdidentd/mdidentd-1.04a.ebuild
+++ b/net-misc/mdidentd/mdidentd-1.04a.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/mdidentd/mdidentd-1.04a.ebuild,v 1.4 2004/06/24 23:55:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mdidentd/mdidentd-1.04a.ebuild,v 1.5 2004/07/01 21:28:10 squinky86 Exp $
inherit eutils
+IUSE=""
DESCRIPTION="This is an identd with provides registering of idents"
HOMEPAGE="http://druglord.freelsd.org/ezbounce/"
SRC_URI="http://druglord.freelsd.org/ezbounce/ezbounce-${PV}.tar.gz"
@@ -12,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
ssl? ( dev-libs/openssl )"
S=${WORKDIR}/ezbounce-${PV}