diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:59:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:59:18 +0000 |
commit | 80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07 (patch) | |
tree | 2fec462d620c80fb0928c2ac376fd3b51fe16ee3 | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07.tar.gz gentoo-2-80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07.tar.bz2 gentoo-2-80e98388dfb9ebe2fb9eb6c3173f3f3b3402fd07.zip |
virtual/glibc -> virtual/libc
60 files changed, 181 insertions, 102 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 8542280b4a62..22bacacc4278 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.15 2004/06/24 23:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.16 2004/07/02 04:54:27 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pth-1.4.0.ebuild, + pth-1.4.1.ebuild: + virtual/glibc -> virtual/libc 08 Jun 2004; Guy Martin <gmsoft@gentoo.org> pth-1.4.0.ebuild, pth-1.4.1.ebuild: diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 4a232a918e83..9f09ee3f187e 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.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/dev-libs/pth/pth-1.4.0.ebuild,v 1.15 2004/06/24 23:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.16 2004/07/02 04:54:27 eradicator Exp $ inherit gnuconfig @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc alpha ~amd64 hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index 06471ce16896..478dbc36e706 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.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/dev-libs/pth/pth-1.4.1.ebuild,v 1.10 2004/06/24 23:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.11 2004/07/02 04:54:27 eradicator Exp $ inherit gnuconfig @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc ~amd64 hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/dev-libs/ptypes/ChangeLog b/dev-libs/ptypes/ChangeLog index 55848e3f080e..e8bffa62f866 100644 --- a/dev-libs/ptypes/ChangeLog +++ b/dev-libs/ptypes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ptypes # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ChangeLog,v 1.6 2004/06/24 23:31:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ChangeLog,v 1.7 2004/07/02 04:54:41 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ptypes-1.7.4.ebuild, + ptypes-1.7.5.ebuild, ptypes-1.8.2.ebuild, ptypes-1.8.3.ebuild: + virtual/glibc -> virtual/libc *ptypes-1.8.3 (01 Oct 2003) diff --git a/dev-libs/ptypes/ptypes-1.7.4.ebuild b/dev-libs/ptypes/ptypes-1.7.4.ebuild index 32775e9523ce..9ff62d512bff 100644 --- a/dev-libs/ptypes/ptypes-1.7.4.ebuild +++ b/dev-libs/ptypes/ptypes-1.7.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/dev-libs/ptypes/ptypes-1.7.4.ebuild,v 1.6 2004/06/24 23:31:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-1.7.4.ebuild,v 1.7 2004/07/02 04:54:41 eradicator Exp $ DESCRIPTION="PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking." @@ -13,7 +13,7 @@ KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { make diff --git a/dev-libs/ptypes/ptypes-1.7.5.ebuild b/dev-libs/ptypes/ptypes-1.7.5.ebuild index a4a97a6e8ac4..9cf603babb9d 100644 --- a/dev-libs/ptypes/ptypes-1.7.5.ebuild +++ b/dev-libs/ptypes/ptypes-1.7.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/dev-libs/ptypes/ptypes-1.7.5.ebuild,v 1.5 2004/06/24 23:31:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-1.7.5.ebuild,v 1.6 2004/07/02 04:54:41 eradicator Exp $ DESCRIPTION="PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking." @@ -13,7 +13,7 @@ KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { make diff --git a/dev-libs/ptypes/ptypes-1.8.2.ebuild b/dev-libs/ptypes/ptypes-1.8.2.ebuild index 592672d43e60..ed71438753f5 100644 --- a/dev-libs/ptypes/ptypes-1.8.2.ebuild +++ b/dev-libs/ptypes/ptypes-1.8.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/dev-libs/ptypes/ptypes-1.8.2.ebuild,v 1.3 2004/06/24 23:31:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-1.8.2.ebuild,v 1.4 2004/07/02 04:54:41 eradicator Exp $ DESCRIPTION="PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking." @@ -13,7 +13,7 @@ KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { make diff --git a/dev-libs/ptypes/ptypes-1.8.3.ebuild b/dev-libs/ptypes/ptypes-1.8.3.ebuild index 93dbf0c5d82d..d47e57f99fd5 100644 --- a/dev-libs/ptypes/ptypes-1.8.3.ebuild +++ b/dev-libs/ptypes/ptypes-1.8.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/dev-libs/ptypes/ptypes-1.8.3.ebuild,v 1.4 2004/06/24 23:31:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-1.8.3.ebuild,v 1.5 2004/07/02 04:54:41 eradicator Exp $ DESCRIPTION="PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking." @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { make diff --git a/dev-libs/publib/ChangeLog b/dev-libs/publib/ChangeLog index b4d656c9e928..7e4f87272a5f 100644 --- a/dev-libs/publib/ChangeLog +++ b/dev-libs/publib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/publib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/ChangeLog,v 1.5 2004/06/24 23:32:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/ChangeLog,v 1.6 2004/07/02 04:54:54 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> publib-0.31.ebuild: + virtual/glibc -> virtual/libc 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-libs/publib/publib-0.31.ebuild b/dev-libs/publib/publib-0.31.ebuild index c8eeb6739720..ad1e9d7ab031 100644 --- a/dev-libs/publib/publib-0.31.ebuild +++ b/dev-libs/publib/publib-0.31.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/dev-libs/publib/publib-0.31.ebuild,v 1.10 2004/06/24 23:32:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/publib-0.31.ebuild,v 1.11 2004/07/02 04:54:54 eradicator Exp $ DESCRIPTION="C library of misc utility functions (parsing, data structs, etc.)" SRC_URI="http://liw.iki.fi/liw/programs/debian/publib_${PV}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { mkdir objs diff --git a/dev-libs/safestr/ChangeLog b/dev-libs/safestr/ChangeLog index fa7f3a59a6ef..5353b8363cf3 100644 --- a/dev-libs/safestr/ChangeLog +++ b/dev-libs/safestr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/safestr # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/safestr/ChangeLog,v 1.3 2004/06/24 23:33:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/safestr/ChangeLog,v 1.4 2004/07/02 04:55:07 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> safestr-1.0.2.ebuild: + virtual/glibc -> virtual/libc *safestr-1.0.2 (11 Dec 2003) diff --git a/dev-libs/safestr/safestr-1.0.2.ebuild b/dev-libs/safestr/safestr-1.0.2.ebuild index 458b3085686d..f6c657162081 100644 --- a/dev-libs/safestr/safestr-1.0.2.ebuild +++ b/dev-libs/safestr/safestr-1.0.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/dev-libs/safestr/safestr-1.0.2.ebuild,v 1.3 2004/06/24 23:33:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/safestr/safestr-1.0.2.ebuild,v 1.4 2004/07/02 04:55:07 eradicator Exp $ DESCRIPTION="provide a standards compatible yet secure string implementation" HOMEPAGE="http://www.zork.org/safestr/" @@ -10,7 +10,7 @@ LICENSE="ZORK" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-libs/xxl" src_unpack() { diff --git a/dev-libs/skyutils/ChangeLog b/dev-libs/skyutils/ChangeLog index c719b38746ed..c078746df0a2 100644 --- a/dev-libs/skyutils/ChangeLog +++ b/dev-libs/skyutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/skyutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/skyutils/ChangeLog,v 1.9 2004/06/24 23:33:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skyutils/ChangeLog,v 1.10 2004/07/02 04:55:20 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> skyutils-2.5.ebuild, + skyutils-2.6.ebuild: + virtual/glibc -> virtual/libc 06 Jun 2004; Daniel Black <dragonheart@gentoo.org> -skyutils-2.1.ebuild, -skyutils-2.4.ebuild, skyutils-2.6.ebuild: diff --git a/dev-libs/skyutils/skyutils-2.5.ebuild b/dev-libs/skyutils/skyutils-2.5.ebuild index 5edeabf0c61c..fab8c788cee2 100644 --- a/dev-libs/skyutils/skyutils-2.5.ebuild +++ b/dev-libs/skyutils/skyutils-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/dev-libs/skyutils/skyutils-2.5.ebuild,v 1.5 2004/06/24 23:33:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skyutils/skyutils-2.5.ebuild,v 1.6 2004/07/02 04:55:20 eradicator Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die "./configure failed" diff --git a/dev-libs/skyutils/skyutils-2.6.ebuild b/dev-libs/skyutils/skyutils-2.6.ebuild index 74e8cdfe7168..1ec03b8eef5b 100644 --- a/dev-libs/skyutils/skyutils-2.6.ebuild +++ b/dev-libs/skyutils/skyutils-2.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/dev-libs/skyutils/skyutils-2.6.ebuild,v 1.3 2004/06/24 23:33:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skyutils/skyutils-2.6.ebuild,v 1.4 2004/07/02 04:55:20 eradicator Exp $ IUSE="ssl" @@ -12,12 +12,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-apps/gawk sys-devel/gcc ssl? ( dev-libs/openssl )" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_compile() { econf `use_enable ssl` || die "./configure failed" diff --git a/dev-libs/syncdir/ChangeLog b/dev-libs/syncdir/ChangeLog index f306ba5e2704..d62a458e7147 100644 --- a/dev-libs/syncdir/ChangeLog +++ b/dev-libs/syncdir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/syncdir # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/ChangeLog,v 1.6 2004/06/24 23:35:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/ChangeLog,v 1.7 2004/07/02 04:55:33 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> syncdir-1.0.ebuild: + virtual/glibc -> virtual/libc 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> syncdir-1.0.ebuild: Don't assign default to S; header fix diff --git a/dev-libs/syncdir/syncdir-1.0.ebuild b/dev-libs/syncdir/syncdir-1.0.ebuild index 1ca142ab3758..5a2a88b3854c 100644 --- a/dev-libs/syncdir/syncdir-1.0.ebuild +++ b/dev-libs/syncdir/syncdir-1.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/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.9 2004/06/24 23:35:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.10 2004/07/02 04:55:33 eradicator Exp $ DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink " HOMEPAGE="http://untroubled.org/syncdir" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_compile() { emake || die "compile problem" diff --git a/dev-libs/tdb/ChangeLog b/dev-libs/tdb/ChangeLog index 09127f897a93..922c9b653fc2 100644 --- a/dev-libs/tdb/ChangeLog +++ b/dev-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/tdb # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tdb/ChangeLog,v 1.12 2004/06/24 23:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tdb/ChangeLog,v 1.13 2004/07/02 04:55:46 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> tdb-1.0.6.ebuild: + virtual/glibc -> virtual/libc 18 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tdb-1.0.6.ebuild: Run gnuconfig_update for all archs, add amd64 keyword, inherit eutils, closing diff --git a/dev-libs/tdb/tdb-1.0.6.ebuild b/dev-libs/tdb/tdb-1.0.6.ebuild index ee526be2a8f8..facb5633faa4 100644 --- a/dev-libs/tdb/tdb-1.0.6.ebuild +++ b/dev-libs/tdb/tdb-1.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/dev-libs/tdb/tdb-1.0.6.ebuild,v 1.17 2004/06/24 23:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tdb/tdb-1.0.6.ebuild,v 1.18 2004/07/02 04:55:46 eradicator Exp $ inherit gnuconfig eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/gdbm" src_unpack() { diff --git a/dev-libs/torch/ChangeLog b/dev-libs/torch/ChangeLog index b97dde026d23..33d159163eea 100644 --- a/dev-libs/torch/ChangeLog +++ b/dev-libs/torch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/torch # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/torch/ChangeLog,v 1.2 2004/06/24 23:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/torch/ChangeLog,v 1.3 2004/07/02 04:55:59 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> torch-3.ebuild: + virtual/glibc -> virtual/libc *torch-3 (17 Jun 2004) diff --git a/dev-libs/torch/torch-3.ebuild b/dev-libs/torch/torch-3.ebuild index 6a0edabe6eb0..97f32bf92cd1 100644 --- a/dev-libs/torch/torch-3.ebuild +++ b/dev-libs/torch/torch-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/dev-libs/torch/torch-3.ebuild,v 1.2 2004/06/24 23:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/torch/torch-3.ebuild,v 1.3 2004/07/02 04:55:59 eradicator Exp $ DESCRIPTION="machine-learning library, written in simple C++" HOMEPAGE="http://www.torch.ch/" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc debug" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/Torch${PV} diff --git a/dev-libs/tre/ChangeLog b/dev-libs/tre/ChangeLog index dfd101943f4e..08f855d6d4a8 100644 --- a/dev-libs/tre/ChangeLog +++ b/dev-libs/tre/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/tre # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.6 2004/06/24 23:36:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.7 2004/07/02 04:56:12 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> tre-0.6.6.ebuild, + tre-0.6.8.ebuild: + virtual/glibc -> virtual/libc 12 Jun 2004; Daniel Black <dragonheart@gentoo.org> tre-0.6.6.ebuild, tre-0.6.8.ebuild: diff --git a/dev-libs/tre/tre-0.6.6.ebuild b/dev-libs/tre/tre-0.6.6.ebuild index a850d9652ea9..de12420d29ce 100644 --- a/dev-libs/tre/tre-0.6.6.ebuild +++ b/dev-libs/tre/tre-0.6.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/dev-libs/tre/tre-0.6.6.ebuild,v 1.5 2004/06/24 23:36:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.6.6.ebuild,v 1.6 2004/07/02 04:56:12 eradicator Exp $ IUSE="nls static" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-apps/gawk sys-apps/grep sys-apps/sed @@ -21,7 +21,7 @@ DEPEND="virtual/glibc sys-devel/gcc dev-util/pkgconfig" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !app-misc/glimpse" src_compile() { diff --git a/dev-libs/tre/tre-0.6.8.ebuild b/dev-libs/tre/tre-0.6.8.ebuild index 6a3642a86c0a..b2c9fbd3c504 100644 --- a/dev-libs/tre/tre-0.6.8.ebuild +++ b/dev-libs/tre/tre-0.6.8.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/dev-libs/tre/tre-0.6.8.ebuild,v 1.3 2004/06/24 23:36:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.6.8.ebuild,v 1.4 2004/07/02 04:56:12 eradicator Exp $ IUSE="nls static" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-apps/gawk sys-apps/grep sys-apps/sed @@ -21,7 +21,7 @@ DEPEND="virtual/glibc sys-devel/gcc dev-util/pkgconfig" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !app-misc/glimpse" src_compile() { diff --git a/dev-libs/uclibc/ChangeLog b/dev-libs/uclibc/ChangeLog index 25312d035523..c66facbca04a 100644 --- a/dev-libs/uclibc/ChangeLog +++ b/dev-libs/uclibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/uclibc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/ChangeLog,v 1.24 2004/06/27 14:01:40 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/ChangeLog,v 1.25 2004/07/02 04:56:31 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> uclibc-0.9.21.ebuild, + uclibc-0.9.26-r1.ebuild, uclibc-0.9.26-r2.ebuild: + virtual/glibc -> virtual/libc 27 Jun 2004; <solar@gentoo.org> uclibc-0.9.21.ebuild, uclibc-0.9.26-r1.ebuild, uclibc-0.9.26-r2.ebuild: diff --git a/dev-libs/uclibc/uclibc-0.9.21.ebuild b/dev-libs/uclibc/uclibc-0.9.21.ebuild index 9dcc4c874800..f08696813997 100644 --- a/dev-libs/uclibc/uclibc-0.9.21.ebuild +++ b/dev-libs/uclibc/uclibc-0.9.21.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/dev-libs/uclibc/uclibc-0.9.21.ebuild,v 1.6 2004/06/27 14:01:40 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/uclibc-0.9.21.ebuild,v 1.7 2004/07/02 04:56:31 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~mips" DEPEND="sys-devel/gcc" -PROVIDE="virtual/glibc virtual/libc" +PROVIDE="virtual/libc virtual/libc" S=${WORKDIR}/${MY_P} diff --git a/dev-libs/uclibc/uclibc-0.9.26-r1.ebuild b/dev-libs/uclibc/uclibc-0.9.26-r1.ebuild index 86eabd286015..caea0656a6b4 100644 --- a/dev-libs/uclibc/uclibc-0.9.26-r1.ebuild +++ b/dev-libs/uclibc/uclibc-0.9.26-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/dev-libs/uclibc/uclibc-0.9.26-r1.ebuild,v 1.6 2004/06/27 14:01:40 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/uclibc-0.9.26-r1.ebuild,v 1.7 2004/07/02 04:56:31 eradicator Exp $ inherit eutils flag-o-matic @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips arm" IUSE="pie" DEPEND="sys-devel/gcc" -PROVIDE="virtual/glibc virtual/libc" +PROVIDE="virtual/libc virtual/libc" S=${WORKDIR}/${MY_P} diff --git a/dev-libs/uclibc/uclibc-0.9.26-r2.ebuild b/dev-libs/uclibc/uclibc-0.9.26-r2.ebuild index b7733abd6267..bf7bd40ac7b4 100644 --- a/dev-libs/uclibc/uclibc-0.9.26-r2.ebuild +++ b/dev-libs/uclibc/uclibc-0.9.26-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/dev-libs/uclibc/uclibc-0.9.26-r2.ebuild,v 1.4 2004/06/27 14:01:40 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/uclibc-0.9.26-r2.ebuild,v 1.5 2004/07/02 04:56:31 eradicator Exp $ inherit eutils flag-o-matic gcc @@ -21,7 +21,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips ~arm" IUSE="build ipv6 uclibc hardened" # nls is not supported yet DEPEND="sys-devel/gcc" -PROVIDE="virtual/glibc virtual/libc" +PROVIDE="virtual/libc virtual/libc" S=${WORKDIR}/${MY_P} diff --git a/dev-libs/vanessa-logger/ChangeLog b/dev-libs/vanessa-logger/ChangeLog index 78719a4ee0fc..b13c08a358ab 100644 --- a/dev-libs/vanessa-logger/ChangeLog +++ b/dev-libs/vanessa-logger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/vanessa-logger # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/ChangeLog,v 1.7 2004/06/24 23:37:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/ChangeLog,v 1.8 2004/07/02 04:56:44 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + vanessa-logger-0.0.4_beta2.ebuild: + virtual/glibc -> virtual/libc 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> vanessa-logger-0.0.4_beta2.ebuild: diff --git a/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild b/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild index 4a2101840cd1..90ddcfa7b3ec 100644 --- a/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild +++ b/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.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/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild,v 1.7 2004/06/24 23:37:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild,v 1.8 2004/07/02 04:56:44 eradicator Exp $ DESCRIPTION="Generic logging layer that may be used to log to one or more of syslog, an open file handle or a file name." HOMEPAGE="http://www.vergenet.net/linux/vanessa/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 alpha ia64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/vanessa_logger-0.0.4beta2 src_compile() { diff --git a/dev-libs/vrb/ChangeLog b/dev-libs/vrb/ChangeLog index 5c28acfdca54..2e7c2541ee33 100644 --- a/dev-libs/vrb/ChangeLog +++ b/dev-libs/vrb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/vrb # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/ChangeLog,v 1.5 2004/06/24 23:37:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/ChangeLog,v 1.6 2004/07/02 04:56:57 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> vrb-0.3.0.ebuild: + virtual/glibc -> virtual/libc 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild index d9eac27b228a..596cc50291d7 100644 --- a/dev-libs/vrb/vrb-0.3.0.ebuild +++ b/dev-libs/vrb/vrb-0.3.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/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.11 2004/06/24 23:37:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vrb/vrb-0.3.0.ebuild,v 1.12 2004/07/02 04:56:57 eradicator Exp $ DESCRIPTION="library for a virtual ring buffer" HOMEPAGE="http://phil.ipal.org/freeware/vrb/" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { sed -i "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS}\"/g" Configure diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index c9759b401f97..74a0d609013e 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xapian # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.6 2004/06/24 23:38:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.7 2004/07/02 04:57:10 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> xapian-0.5.5.ebuild, + xapian-0.7.5.ebuild: + virtual/glibc -> virtual/libc 06 Jun 2004; Daniel Black <dragonheart@gentoo.org> xapian-0.7.5.ebuild: x86 keyword. diff --git a/dev-libs/xapian/xapian-0.5.5.ebuild b/dev-libs/xapian/xapian-0.5.5.ebuild index e9169481bd0e..2e7c23b1000b 100644 --- a/dev-libs/xapian/xapian-0.5.5.ebuild +++ b/dev-libs/xapian/xapian-0.5.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/dev-libs/xapian/xapian-0.5.5.ebuild,v 1.4 2004/06/24 23:38:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.5.5.ebuild,v 1.5 2004/07/02 04:57:10 eradicator Exp $ IUSE="" @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die "./configure failed" diff --git a/dev-libs/xapian/xapian-0.7.5.ebuild b/dev-libs/xapian/xapian-0.7.5.ebuild index 5d86edbe7fc7..60572192eeb7 100644 --- a/dev-libs/xapian/xapian-0.7.5.ebuild +++ b/dev-libs/xapian/xapian-0.7.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/dev-libs/xapian/xapian-0.7.5.ebuild,v 1.4 2004/06/24 23:38:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-0.7.5.ebuild,v 1.5 2004/07/02 04:57:10 eradicator Exp $ IUSE="" @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-apps/gawk sys-apps/grep sys-apps/sed @@ -21,7 +21,7 @@ DEPEND="virtual/glibc sys-devel/bison sys-devel/gcc" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_compile() { econf || die "./configure failed" diff --git a/dev-libs/xerces-c/ChangeLog b/dev-libs/xerces-c/ChangeLog index 75be5a15b78d..474e1a2b0e83 100644 --- a/dev-libs/xerces-c/ChangeLog +++ b/dev-libs/xerces-c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xerces-c # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.19 2004/06/24 23:38:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.20 2004/07/02 04:57:24 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + xerces-c-2.3.0-r6.ebuild, xerces-c-2.4.0-r1.ebuild, xerces-c-2.4.0.ebuild: + virtual/glibc -> virtual/libc 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> xerces-c-2.3.0-r6.ebuild, xerces-c-2.4.0-r1.ebuild, xerces-c-2.4.0.ebuild: diff --git a/dev-libs/xerces-c/xerces-c-2.3.0-r6.ebuild b/dev-libs/xerces-c/xerces-c-2.3.0-r6.ebuild index 73275ac70f8e..5613ea736b16 100644 --- a/dev-libs/xerces-c/xerces-c-2.3.0-r6.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.3.0-r6.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/dev-libs/xerces-c/xerces-c-2.3.0-r6.ebuild,v 1.5 2004/06/24 23:38:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.3.0-r6.ebuild,v 1.6 2004/07/02 04:57:24 eradicator Exp $ MY_PV=${PV//./_} @@ -9,7 +9,7 @@ DESCRIPTION="Xerces-C++ is a validating XML parser written in a portable subset SRC_URI="http://xml.apache.org/dist/xerces-c/stable/${PN}-src_${MY_PV}.tar.gz" HOMEPAGE="http://xml.apache.org/xerces-c/index.html" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86 ~ppc" diff --git a/dev-libs/xerces-c/xerces-c-2.4.0-r1.ebuild b/dev-libs/xerces-c/xerces-c-2.4.0-r1.ebuild index be33e38186ae..f628ccdfc370 100644 --- a/dev-libs/xerces-c/xerces-c-2.4.0-r1.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.4.0-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/dev-libs/xerces-c/xerces-c-2.4.0-r1.ebuild,v 1.5 2004/06/24 23:38:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.4.0-r1.ebuild,v 1.6 2004/07/02 04:57:24 eradicator Exp $ MY_PV=${PV//./_} @@ -9,7 +9,7 @@ DESCRIPTION="Xerces-C++ is a validating XML parser written in a portable subset SRC_URI="http://xml.apache.org/dist/xerces-c/stable/${PN}-src${MY_PV}.tar.gz" HOMEPAGE="http://xml.apache.org/xerces-c/index.html" -DEPEND="virtual/glibc +DEPEND="virtual/libc doc? ( app-doc/doxygen )" LICENSE="Apache-1.1" SLOT="0" diff --git a/dev-libs/xerces-c/xerces-c-2.4.0.ebuild b/dev-libs/xerces-c/xerces-c-2.4.0.ebuild index a8e106ee8dfa..d6500c0d696d 100644 --- a/dev-libs/xerces-c/xerces-c-2.4.0.ebuild +++ b/dev-libs/xerces-c/xerces-c-2.4.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/dev-libs/xerces-c/xerces-c-2.4.0.ebuild,v 1.5 2004/06/24 23:38:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-2.4.0.ebuild,v 1.6 2004/07/02 04:57:24 eradicator Exp $ MY_PV=${PV//./_} @@ -9,7 +9,7 @@ DESCRIPTION="Xerces-C++ is a validating XML parser written in a portable subset SRC_URI="http://xml.apache.org/dist/xerces-c/stable/${PN}-src${MY_PV}.tar.gz" HOMEPAGE="http://xml.apache.org/xerces-c/index.html" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86 ~ppc" diff --git a/dev-libs/xmlrpc-c/ChangeLog b/dev-libs/xmlrpc-c/ChangeLog index 2a5408fcb1b6..a8c74cc75421 100644 --- a/dev-libs/xmlrpc-c/ChangeLog +++ b/dev-libs/xmlrpc-c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xmlrpc-c # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.3 2004/06/24 23:38:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.4 2004/07/02 04:57:37 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + xmlrpc-c-0.9.9.ebuild: + virtual/glibc -> virtual/libc *xmlrpc-c-0.9.9 (07 Mar 2003) diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild index a05aec89efd8..b39defb9d518 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.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/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild,v 1.7 2004/06/24 23:38:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild,v 1.8 2004/07/02 04:57:37 eradicator Exp $ inherit eutils @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-libs/libwww" src_unpack() { diff --git a/dev-libs/xmlwrapp/ChangeLog b/dev-libs/xmlwrapp/ChangeLog index 947c613f1a4f..9d9c47996c73 100644 --- a/dev-libs/xmlwrapp/ChangeLog +++ b/dev-libs/xmlwrapp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xmlwrapp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/ChangeLog,v 1.6 2004/06/24 23:38:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/ChangeLog,v 1.7 2004/07/02 04:57:51 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + xmlwrapp-0.4.0.ebuild, xmlwrapp-0.4.1.ebuild, xmlwrapp-0.4.4.ebuild: + virtual/glibc -> virtual/libc *xmlwrapp-0.4.4 (21 Feb 2004) *xmlwrapp-0.4.1 (21 Feb 2004) diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.4.0.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.4.0.ebuild index 1f4d4f1af478..4f8606913684 100644 --- a/dev-libs/xmlwrapp/xmlwrapp-0.4.0.ebuild +++ b/dev-libs/xmlwrapp/xmlwrapp-0.4.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/dev-libs/xmlwrapp/xmlwrapp-0.4.0.ebuild,v 1.7 2004/06/24 23:38:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/xmlwrapp-0.4.0.ebuild,v 1.8 2004/07/02 04:57:51 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/perl dev-libs/libxml2 dev-libs/libxslt" diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.4.1.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.4.1.ebuild index c8c851c2490d..6f561b5270ec 100644 --- a/dev-libs/xmlwrapp/xmlwrapp-0.4.1.ebuild +++ b/dev-libs/xmlwrapp/xmlwrapp-0.4.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/dev-libs/xmlwrapp/xmlwrapp-0.4.1.ebuild,v 1.4 2004/06/24 23:38:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/xmlwrapp-0.4.1.ebuild,v 1.5 2004/07/02 04:57:51 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/perl dev-libs/libxml2 dev-libs/libxslt" diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.4.4.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.4.4.ebuild index 6f143b2a6e30..311a240baac1 100644 --- a/dev-libs/xmlwrapp/xmlwrapp-0.4.4.ebuild +++ b/dev-libs/xmlwrapp/xmlwrapp-0.4.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/dev-libs/xmlwrapp/xmlwrapp-0.4.4.ebuild,v 1.3 2004/06/24 23:38:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/xmlwrapp-0.4.4.ebuild,v 1.4 2004/07/02 04:57:51 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/perl dev-libs/libxml2 dev-libs/libxslt" diff --git a/dev-libs/xxl/ChangeLog b/dev-libs/xxl/ChangeLog index ae94a00f109f..08db53bda75d 100644 --- a/dev-libs/xxl/ChangeLog +++ b/dev-libs/xxl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xxl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.2 2004/06/24 23:39:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.3 2004/07/02 04:58:04 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> xxl-1.0.0.ebuild: + virtual/glibc -> virtual/libc *xxl-1.0.0 (08 Oct 2003) diff --git a/dev-libs/xxl/xxl-1.0.0.ebuild b/dev-libs/xxl/xxl-1.0.0.ebuild index e1b9a4279f43..161b722f2e0a 100644 --- a/dev-libs/xxl/xxl-1.0.0.ebuild +++ b/dev-libs/xxl/xxl-1.0.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/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.3 2004/06/24 23:39:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.4 2004/07/02 04:58:04 eradicator Exp $ DESCRIPTION="C/C++ library that provides exception handling and asset management" HOMEPAGE="http://www.zork.org/xxl/" @@ -10,7 +10,7 @@ LICENSE="ZORK" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_install() { emake install DESTDIR=${D} || die diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog index 7a9ad658d155..4fae5ee2430e 100644 --- a/dev-libs/zthread/ChangeLog +++ b/dev-libs/zthread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/zthread # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.12 2004/06/24 23:39:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.13 2004/07/02 04:58:18 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> zthread-1.5.3.ebuild, + zthread-2.2.10-r1.ebuild, zthread-2.3.1.ebuild: + virtual/glibc -> virtual/libc 19 Jun 2004; Chuck Short <zul@gentoo.org> zthread-2.2.10-r1.ebuild, files/zthread-gcc34.patch: diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index 82e6dbc151fa..2e9e315aa165 100644 --- a/dev-libs/zthread/zthread-1.5.3.ebuild +++ b/dev-libs/zthread/zthread-1.5.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/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.16 2004/06/24 23:39:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.17 2004/07/02 04:58:18 eradicator Exp $ DESCRIPTION="platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -11,7 +11,7 @@ SLOT="0" IUSE="" KEYWORDS="x86 sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/ZThread-${PV} diff --git a/dev-libs/zthread/zthread-2.2.10-r1.ebuild b/dev-libs/zthread/zthread-2.2.10-r1.ebuild index b8593b7a2621..15a99653aa9a 100644 --- a/dev-libs/zthread/zthread-2.2.10-r1.ebuild +++ b/dev-libs/zthread/zthread-2.2.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/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.7 2004/06/24 23:39:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.8 2004/07/02 04:58:18 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" IUSE="" KEYWORDS="x86 ~sparc ~ppc ~alpha ~mips ~hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/ZThread-${PV} diff --git a/dev-libs/zthread/zthread-2.3.1.ebuild b/dev-libs/zthread/zthread-2.3.1.ebuild index af53e3a4366c..0dd7030c261d 100644 --- a/dev-libs/zthread/zthread-2.3.1.ebuild +++ b/dev-libs/zthread/zthread-2.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/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.6 2004/06/24 23:39:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.7 2004/07/02 04:58:18 eradicator Exp $ DESCRIPTION="a platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -11,7 +11,7 @@ SLOT="0" IUSE="" KEYWORDS="~x86 ~sparc ~ppc alpha ~mips ~hppa ~amd64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/ZThread-${PV} diff --git a/dev-libs/zziplib/ChangeLog b/dev-libs/zziplib/ChangeLog index 2039c2788d8d..8a297dadb2ad 100644 --- a/dev-libs/zziplib/ChangeLog +++ b/dev-libs/zziplib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/zziplib # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zziplib/ChangeLog,v 1.7 2004/06/24 23:39:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zziplib/ChangeLog,v 1.8 2004/07/02 04:58:37 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + zziplib-0.13.33.ebuild: + virtual/glibc -> virtual/libc 29 Apr 2004; Aron Griffis <agriffis@gentoo.org> zziplib-0.13.33.ebuild: Add ~alpha diff --git a/dev-libs/zziplib/zziplib-0.13.33.ebuild b/dev-libs/zziplib/zziplib-0.13.33.ebuild index 3d52609a1c36..e0ee2243678b 100644 --- a/dev-libs/zziplib/zziplib-0.13.33.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.33.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/dev-libs/zziplib/zziplib-0.13.33.ebuild,v 1.4 2004/06/24 23:39:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zziplib/zziplib-0.13.33.ebuild,v 1.5 2004/07/02 04:58:37 eradicator Exp $ inherit fixheadtails @@ -14,7 +14,7 @@ SLOT="0" IUSE="sdl" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-util/pkgconfig sys-libs/zlib sdl? ( >=media-libs/libsdl-1.2.6 )" diff --git a/dev-lisp/guile-pg/ChangeLog b/dev-lisp/guile-pg/ChangeLog index 810e10f62620..e5511356d679 100644 --- a/dev-lisp/guile-pg/ChangeLog +++ b/dev-lisp/guile-pg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/guile-pg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/guile-pg/ChangeLog,v 1.3 2004/06/24 23:59:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/guile-pg/ChangeLog,v 1.4 2004/07/02 04:58:50 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> guile-pg-0.15.ebuild: + virtual/glibc -> virtual/libc 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> guile-pg-0.15.ebuild: remove extra SLOT; don't assign default to S; header fix diff --git a/dev-lisp/guile-pg/guile-pg-0.15.ebuild b/dev-lisp/guile-pg/guile-pg-0.15.ebuild index b4a1ef10ee62..ef0469b4ee69 100644 --- a/dev-lisp/guile-pg/guile-pg-0.15.ebuild +++ b/dev-lisp/guile-pg/guile-pg-0.15.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/dev-lisp/guile-pg/guile-pg-0.15.ebuild,v 1.3 2004/06/24 23:59:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/guile-pg/guile-pg-0.15.ebuild,v 1.4 2004/07/02 04:58:50 eradicator Exp $ IUSE="" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-db/postgresql dev-util/guile" diff --git a/dev-lisp/plt/ChangeLog b/dev-lisp/plt/ChangeLog index 54bb1dcb86f8..3359100b2752 100644 --- a/dev-lisp/plt/ChangeLog +++ b/dev-lisp/plt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/plt # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/ChangeLog,v 1.6 2004/06/25 00:00:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/ChangeLog,v 1.7 2004/07/02 04:59:03 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> plt-202.ebuild: + virtual/glibc -> virtual/libc 12 Dec 2003; Brandy Westcott brandy@gentoo.org plt-202.ebuild: Added gcc3.3 patch. diff --git a/dev-lisp/plt/plt-202.ebuild b/dev-lisp/plt/plt-202.ebuild index ef027ac1f3ab..5c9559748d87 100644 --- a/dev-lisp/plt/plt-202.ebuild +++ b/dev-lisp/plt/plt-202.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/dev-lisp/plt/plt-202.ebuild,v 1.11 2004/06/25 00:00:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.12 2004/07/02 04:59:03 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" LICENSE="LGPL-2.1" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11 sys-devel/gcc sys-devel/binutils" diff --git a/dev-perl/Crypt-Blowfish/ChangeLog b/dev-perl/Crypt-Blowfish/ChangeLog index 6cdea6b021ed..5e3b5633abfd 100644 --- a/dev-perl/Crypt-Blowfish/ChangeLog +++ b/dev-perl/Crypt-Blowfish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-Blowfish # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.10 2004/06/25 00:16:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/ChangeLog,v 1.11 2004/07/02 04:59:18 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + Crypt-Blowfish-2.09-r2.ebuild, Crypt-Blowfish-2.09-r3.ebuild: + virtual/glibc -> virtual/libc 25 Feb 2004; Joshua Kinard <kumba@gentoo.org> Crypt-Blowfish-2.09-r3.ebuild: Added ~mips to KEYWORDS to satisfy repoman deps. diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild index 469c376ee3d9..78a140914d26 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-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/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.16 2004/06/25 00:16:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.17 2004/07/02 04:59:18 eradicator Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha" -DEPEND="virtual/glibc >=dev-lang/perl-5" +DEPEND="virtual/libc >=dev-lang/perl-5" export OPTIMIZE="${CFLAGS}" diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild index 532b512861fe..c9b15a246084 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-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/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.9 2004/06/25 00:16:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.10 2004/07/02 04:59:18 eradicator Exp $ inherit perl-module @@ -12,7 +12,7 @@ LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-lang/perl-5" export OPTIMIZE="${CFLAGS}" |