diff options
30 files changed, 136 insertions, 52 deletions
diff --git a/app-text/par/ChangeLog b/app-text/par/ChangeLog index e7d289c21324..24b430a0553d 100644 --- a/app-text/par/ChangeLog +++ b/app-text/par/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/par # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/par/ChangeLog,v 1.4 2004/06/28 03:15:35 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/par/ChangeLog,v 1.5 2004/07/01 12:00:50 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> par-1.52.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> par-1.52.ebuild: + virtual/glibc -> virtual/libc 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> par-1.52.ebuild: Added ~sparc, ~mips diff --git a/app-text/par/par-1.52.ebuild b/app-text/par/par-1.52.ebuild index 2557d9bce61d..a79398d96a6b 100644 --- a/app-text/par/par-1.52.ebuild +++ b/app-text/par/par-1.52.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/app-text/par/par-1.52.ebuild,v 1.3 2004/06/28 03:15:35 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/par/par-1.52.ebuild,v 1.4 2004/07/01 12:00:50 eradicator Exp $ MY_P="Par${PV/./}" @@ -12,7 +12,7 @@ LICENSE="freedist" SLOT="0" KEYWORDS="~x86 ~sparc ~mips" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} src_compile() { diff --git a/app-text/pdftk/ChangeLog b/app-text/pdftk/ChangeLog index 87214840a2f5..0e9bdd260e6c 100644 --- a/app-text/pdftk/ChangeLog +++ b/app-text/pdftk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/pdftk # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/ChangeLog,v 1.3 2004/06/24 22:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/ChangeLog,v 1.4 2004/07/01 12:01:05 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pdftk-0.93.ebuild, + pdftk-0.94.1.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pdftk-0.93.ebuild, + pdftk-0.94.1.ebuild: + virtual/glibc -> virtual/libc *pdftk-0.94.1 (06 Jun 2004) diff --git a/app-text/pdftk/pdftk-0.93.ebuild b/app-text/pdftk/pdftk-0.93.ebuild index 43f1b9e1349b..7a07856e7602 100644 --- a/app-text/pdftk/pdftk-0.93.ebuild +++ b/app-text/pdftk/pdftk-0.93.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/app-text/pdftk/pdftk-0.93.ebuild,v 1.3 2004/06/24 22:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/pdftk-0.93.ebuild,v 1.4 2004/07/01 12:01:05 eradicator Exp $ DESCRIPTION="A tool for manipulating PDF documents" HOMEPAGE="http://www.accesspdf.com/pdftk" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-devel/gcc-3.3" S=${WORKDIR}/${P}/${PN} diff --git a/app-text/pdftk/pdftk-0.94.1.ebuild b/app-text/pdftk/pdftk-0.94.1.ebuild index affd253d5cce..57f86aa86ca2 100644 --- a/app-text/pdftk/pdftk-0.94.1.ebuild +++ b/app-text/pdftk/pdftk-0.94.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/app-text/pdftk/pdftk-0.94.1.ebuild,v 1.2 2004/06/24 22:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/pdftk-0.94.1.ebuild,v 1.3 2004/07/01 12:01:05 eradicator Exp $ MY_P="${PN}-${PV%.*}${PV##*.}" # 0.94.1 -> 0.941 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-devel/gcc-3.3" S=${WORKDIR}/${MY_P}/${PN} diff --git a/app-text/pdftohtml/ChangeLog b/app-text/pdftohtml/ChangeLog index d7c5a1a4221e..312a89590f7c 100644 --- a/app-text/pdftohtml/ChangeLog +++ b/app-text/pdftohtml/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/pdftohtml # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.6 2004/06/24 22:47:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.7 2004/07/01 12:01:18 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + pdftohtml-0.36.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + pdftohtml-0.36.ebuild: + virtual/glibc -> virtual/libc 07 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> pdftohtml-0.36.ebuild: Stable on sparc, #50392 diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild index 4d84fa4c2fda..ad3b2c5f8343 100644 --- a/app-text/pdftohtml/pdftohtml-0.36.ebuild +++ b/app-text/pdftohtml/pdftohtml-0.36.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/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.6 2004/06/24 22:47:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.7 2004/07/01 12:01:18 eradicator Exp $ DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats" HOMEPAGE="http://${PN}.sourceforge.net/" @@ -9,8 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 sparc ~ppc" IUSE="" -DEPEND="virtual/glibc sys-devel/gcc" -RDEPEND="virtual/glibc" +DEPEND="virtual/libc sys-devel/gcc" +RDEPEND="virtual/libc" src_compile() { emake || die diff --git a/app-text/pep/ChangeLog b/app-text/pep/ChangeLog index f84afdca7165..e73849aea11f 100644 --- a/app-text/pep/ChangeLog +++ b/app-text/pep/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/pep # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pep/ChangeLog,v 1.4 2004/06/28 03:18:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/ChangeLog,v 1.5 2004/07/01 12:01:31 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pep-2.8.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pep-2.8.ebuild: + virtual/glibc -> virtual/libc 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> pep-2.8.ebuild: Added ~sparc, ~mips diff --git a/app-text/pep/pep-2.8.ebuild b/app-text/pep/pep-2.8.ebuild index c2c46c024a0e..55d9a06c5f97 100644 --- a/app-text/pep/pep-2.8.ebuild +++ b/app-text/pep/pep-2.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/app-text/pep/pep-2.8.ebuild,v 1.5 2004/06/28 03:18:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.6 2004/07/01 12:01:31 eradicator Exp $ inherit eutils @@ -14,8 +14,8 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips" IUSE="" DEPEND="app-arch/unzip - virtual/glibc" -RDEPEND="virtual/glibc" + virtual/libc" +RDEPEND="virtual/libc" S=${WORKDIR} diff --git a/app-text/psiconv/ChangeLog b/app-text/psiconv/ChangeLog index 0e756c93fb6d..3c9c4995722c 100644 --- a/app-text/psiconv/ChangeLog +++ b/app-text/psiconv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/psiconv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.3 2004/06/24 22:48:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.4 2004/07/01 12:01:44 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psiconv-0.8.3.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psiconv-0.8.3.ebuild: + virtual/glibc -> virtual/libc 13 May 2004; Bryan Østergaard <kloeri@gentoo.org> psiconv-0.8.3.ebuild: Stable on alpha. diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild index 551e67ebfece..84be9f2d0e06 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.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/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.6 2004/06/24 22:48:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.7 2004/07/01 12:01:44 eradicator Exp $ IUSE="doc" @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog index 85860506044c..b8cb9bfeb230 100644 --- a/app-text/pspresent/ChangeLog +++ b/app-text/pspresent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/pspresent # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.4 2004/06/24 22:48:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.5 2004/07/01 12:01:57 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pspresent-1.1.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pspresent-1.1.ebuild: + virtual/glibc -> virtual/libc 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> pspresent-1.1.ebuild: Fix use invocation diff --git a/app-text/pspresent/pspresent-1.1.ebuild b/app-text/pspresent/pspresent-1.1.ebuild index 0581b443a15b..01129379c7d2 100644 --- a/app-text/pspresent/pspresent-1.1.ebuild +++ b/app-text/pspresent/pspresent-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/app-text/pspresent/pspresent-1.1.ebuild,v 1.6 2004/06/24 22:48:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.7 2004/07/01 12:01:57 eradicator Exp $ IUSE="xinerama" @@ -8,11 +8,11 @@ DESCRIPTION="A tool to display full-screen PostScript presentations." SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11 >=sys-apps/sed-4 virtual/ghostscript" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc virtual/x11 virtual/ghostscript" diff --git a/app-text/psutils/ChangeLog b/app-text/psutils/ChangeLog index 6d25f11eef53..21c273a031a0 100644 --- a/app-text/psutils/ChangeLog +++ b/app-text/psutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/psutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.10 2004/06/28 02:08:00 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.11 2004/07/01 12:02:11 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psutils-1.17.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psutils-1.17.ebuild: + virtual/glibc -> virtual/libc 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> psutils-1.17.ebuild: Stable on mips diff --git a/app-text/psutils/psutils-1.17.ebuild b/app-text/psutils/psutils-1.17.ebuild index 469eed0cc8ba..3f8c56a6f984 100644 --- a/app-text/psutils/psutils-1.17.ebuild +++ b/app-text/psutils/psutils-1.17.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/app-text/psutils/psutils-1.17.ebuild,v 1.18 2004/06/28 02:08:00 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17.ebuild,v 1.19 2004/07/01 12:02:11 eradicator Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Post Script Utilities" @@ -10,8 +10,8 @@ KEYWORDS="ia64 x86 ppc sparc alpha amd64 hppa mips" SLOT="0" LICENSE="as-is" -DEPEND="virtual/glibc dev-lang/perl" -RDEPEND="virtual/glibc" +DEPEND="virtual/libc dev-lang/perl" +RDEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/app-text/rcs/ChangeLog b/app-text/rcs/ChangeLog index b133068e0c69..fae70abef873 100644 --- a/app-text/rcs/ChangeLog +++ b/app-text/rcs/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/rcs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/ChangeLog,v 1.14 2004/06/24 22:49:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/ChangeLog,v 1.15 2004/07/01 12:02:25 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> rcs-5.7-r1.ebuild, + rcs-5.7-r2.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> rcs-5.7-r1.ebuild, + rcs-5.7-r2.ebuild: + virtual/glibc -> virtual/libc 12 Apr 2004; Seemant Kulleen <seemant@gentoo.org> rcs-5.7-r2.ebuild: change BACK from econf to ./configure, closing bug #47588 by: Toni Viemero diff --git a/app-text/rcs/rcs-5.7-r1.ebuild b/app-text/rcs/rcs-5.7-r1.ebuild index c2c20a08cb9f..9f716bebf81f 100644 --- a/app-text/rcs/rcs-5.7-r1.ebuild +++ b/app-text/rcs/rcs-5.7-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/app-text/rcs/rcs-5.7-r1.ebuild,v 1.14 2004/06/24 22:49:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.15 2004/07/01 12:02:25 eradicator Exp $ DESCRIPTION="Revision Control System" SRC_URI="ftp://ftp.gnu.org/gnu/rcs/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/rcs/" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="sys-apps/diffutils" diff --git a/app-text/rcs/rcs-5.7-r2.ebuild b/app-text/rcs/rcs-5.7-r2.ebuild index 5796bb39ad83..5fa3ca79e32c 100644 --- a/app-text/rcs/rcs-5.7-r2.ebuild +++ b/app-text/rcs/rcs-5.7-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/app-text/rcs/rcs-5.7-r2.ebuild,v 1.16 2004/06/24 22:49:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r2.ebuild,v 1.17 2004/07/01 12:02:25 eradicator Exp $ DESCRIPTION="Revision Control System" HOMEPAGE="http://www.gnu.org/software/rcs/" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="sys-apps/diffutils" src_compile() { diff --git a/app-text/recode/ChangeLog b/app-text/recode/ChangeLog index 367ab783b97f..591b9fe3e6c4 100644 --- a/app-text/recode/ChangeLog +++ b/app-text/recode/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/recode # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.21 2004/06/28 03:28:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/ChangeLog,v 1.22 2004/07/01 12:03:10 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> recode-3.5.ebuild, + recode-3.6-r1.ebuild, recode-3.6.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> recode-3.5.ebuild, + recode-3.6-r1.ebuild, recode-3.6.ebuild: + virtual/glibc -> virtual/libc 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> recode-3.6-r1.ebuild: Stable on mips diff --git a/app-text/recode/recode-3.5.ebuild b/app-text/recode/recode-3.5.ebuild index 0bfb35f97eab..a50076e3a257 100644 --- a/app-text/recode/recode-3.5.ebuild +++ b/app-text/recode/recode-3.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/app-text/recode/recode-3.5.ebuild,v 1.15 2004/06/24 22:49:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.5.ebuild,v 1.16 2004/07/01 12:03:10 eradicator Exp $ DESCRIPTION="Convert files between various character sets." SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 sparc" IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc nls? ( sys-devel/gettext )" src_compile() { diff --git a/app-text/recode/recode-3.6-r1.ebuild b/app-text/recode/recode-3.6-r1.ebuild index 6444527c3de7..c4014597d221 100644 --- a/app-text/recode/recode-3.6-r1.ebuild +++ b/app-text/recode/recode-3.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/app-text/recode/recode-3.6-r1.ebuild,v 1.9 2004/06/28 03:28:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6-r1.ebuild,v 1.10 2004/07/01 12:03:10 eradicator Exp $ inherit flag-o-matic base eutils gcc @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="x86 sparc ppc amd64 alpha ia64 mips" IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc nls? ( sys-devel/gettext )" src_unpack() { diff --git a/app-text/recode/recode-3.6.ebuild b/app-text/recode/recode-3.6.ebuild index 54321a8bb9ed..fec39a3f9e46 100644 --- a/app-text/recode/recode-3.6.ebuild +++ b/app-text/recode/recode-3.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/app-text/recode/recode-3.6.ebuild,v 1.19 2004/06/24 22:49:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6.ebuild,v 1.20 2004/07/01 12:03:10 eradicator Exp $ inherit flag-o-matic gcc @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 sparc ~ppc" IUSE="nls" -DEPEND="virtual/glibc +DEPEND="virtual/libc nls? ( sys-devel/gettext )" src_compile() { diff --git a/app-text/rpl/ChangeLog b/app-text/rpl/ChangeLog index 7e31b2fa2493..cd9bb2b2b6df 100644 --- a/app-text/rpl/ChangeLog +++ b/app-text/rpl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/rpl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.7 2004/06/28 04:08:31 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.8 2004/07/01 12:04:00 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> rpl-1.4.0.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> rpl-1.4.0.ebuild: + virtual/glibc -> virtual/libc 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> rpl-1.4.0.ebuild: Added ~mips diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild index f5e9c934882a..4bb7370246e4 100644 --- a/app-text/rpl/rpl-1.4.0.ebuild +++ b/app-text/rpl/rpl-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/app-text/rpl/rpl-1.4.0.ebuild,v 1.11 2004/06/28 04:08:31 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.12 2004/07/01 12:04:00 eradicator Exp $ DESCRIPTION="rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively" HOMEPAGE="http://www.laffeycomputer.com/rpl.html" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~mips" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_install () { dobin src/rpl diff --git a/app-text/spellutils/ChangeLog b/app-text/spellutils/ChangeLog index 00773eb3b8d2..df79d5a9ecb1 100644 --- a/app-text/spellutils/ChangeLog +++ b/app-text/spellutils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/spellutils # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/ChangeLog,v 1.3 2004/06/24 22:52:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/ChangeLog,v 1.4 2004/07/01 12:04:51 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + spellutils-0.7.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + spellutils-0.7.ebuild: + virtual/glibc -> virtual/libc 13 May 2004; Bryan Østergaard <kloeri@gentoo.org> spellutils-0.7.ebuild: Stable on alpha. diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild index b3b2bc4b5284..991d0dc025b5 100644 --- a/app-text/spellutils/spellutils-0.7.ebuild +++ b/app-text/spellutils/spellutils-0.7.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/app-text/spellutils/spellutils-0.7.ebuild,v 1.5 2004/06/24 22:52:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/spellutils-0.7.ebuild,v 1.6 2004/07/01 12:04:51 eradicator Exp $ IUSE="nls" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf `use_enable nls` || die diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index 1868c2046cf9..e455f7d5aa49 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/sword # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.16 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.17 2004/07/01 12:05:37 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> sword-1.5.6.ebuild, + sword-1.5.7.ebuild, sword-1.5.8_pre1.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> sword-1.5.6.ebuild, + sword-1.5.7.ebuild, sword-1.5.8_pre1.ebuild: + virtual/glibc -> virtual/libc *sword-1.5.8_pre1 (23 Jun 2004) diff --git a/app-text/sword/sword-1.5.6.ebuild b/app-text/sword/sword-1.5.6.ebuild index 86350bd34519..0c159b3e2aec 100644 --- a/app-text/sword/sword-1.5.6.ebuild +++ b/app-text/sword/sword-1.5.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/app-text/sword/sword-1.5.6.ebuild,v 1.6 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.6.ebuild,v 1.7 2004/07/01 12:05:37 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="curl" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/zlib curl? ( >=net-misc/curl-7.10.8 )" diff --git a/app-text/sword/sword-1.5.7.ebuild b/app-text/sword/sword-1.5.7.ebuild index 45f25268a1d4..95c527e04c5f 100644 --- a/app-text/sword/sword-1.5.7.ebuild +++ b/app-text/sword/sword-1.5.7.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/app-text/sword/sword-1.5.7.ebuild,v 1.8 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.7.ebuild,v 1.9 2004/07/01 12:05:37 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="icu curl" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-libs/zlib curl? ( >=net-misc/curl-7.10.8 ) icu? ( dev-libs/icu )" diff --git a/app-text/sword/sword-1.5.8_pre1.ebuild b/app-text/sword/sword-1.5.8_pre1.ebuild index 050f15a20eb8..9eaa277895ae 100644 --- a/app-text/sword/sword-1.5.8_pre1.ebuild +++ b/app-text/sword/sword-1.5.8_pre1.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/app-text/sword/sword-1.5.8_pre1.ebuild,v 1.2 2004/06/24 22:52:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8_pre1.ebuild,v 1.3 2004/07/01 12:05:37 eradicator Exp $ DESCRIPTION="Library for Bible reading software" HOMEPAGE="http://www.crosswire.org/sword/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" SRC_URI="http://dev.gentoo.org/~squinky86/files/${P}.tar.bz2" IUSE="icu curl" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc sys-libs/zlib curl? ( >=net-misc/curl-7.10.8 ) icu? ( dev-libs/icu )" |