diff options
Diffstat (limited to 'net-irc/bnc')
-rw-r--r-- | net-irc/bnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.6.4.ebuild | 4 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.6.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog index c8a8e1b0ed2c..1c398e7cabf3 100644 --- a/net-irc/bnc/ChangeLog +++ b/net-irc/bnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/bnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.10 2004/06/24 23:02:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.11 2004/07/01 22:20:17 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> bnc-2.6.4.ebuild, + bnc-2.8.6-r1.ebuild, bnc-2.8.6.ebuild: + virtual/glibc -> virtual/libc 22 Jun 2004; Sven Wegener <swegener@gentoo.org> files/bnc-2.8.6-gotofail-labelfix.patch, bnc-2.8.6-r1.ebuild: diff --git a/net-irc/bnc/bnc-2.6.4.ebuild b/net-irc/bnc/bnc-2.6.4.ebuild index 8b22106b965d..7a7172c408f9 100644 --- a/net-irc/bnc/bnc-2.6.4.ebuild +++ b/net-irc/bnc/bnc-2.6.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-irc/bnc/bnc-2.6.4.ebuild,v 1.11 2004/06/24 23:02:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.6.4.ebuild,v 1.12 2004/07/01 22:20:18 eradicator Exp $ MY_P=${P/-/} DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha arm" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} diff --git a/net-irc/bnc/bnc-2.8.6-r1.ebuild b/net-irc/bnc/bnc-2.8.6-r1.ebuild index 64bf14a1a199..3ba4a8afc183 100644 --- a/net-irc/bnc/bnc-2.8.6-r1.ebuild +++ b/net-irc/bnc/bnc-2.8.6-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-irc/bnc/bnc-2.8.6-r1.ebuild,v 1.3 2004/06/24 23:02:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.6-r1.ebuild,v 1.4 2004/07/01 22:20:18 eradicator Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} diff --git a/net-irc/bnc/bnc-2.8.6.ebuild b/net-irc/bnc/bnc-2.8.6.ebuild index 9fbe18822c8e..75ff9bee1474 100644 --- a/net-irc/bnc/bnc-2.8.6.ebuild +++ b/net-irc/bnc/bnc-2.8.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-irc/bnc/bnc-2.8.6.ebuild,v 1.15 2004/06/24 23:02:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.6.ebuild,v 1.16 2004/07/01 22:20:18 eradicator Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha arm" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} |