summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 04:32:57 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 04:32:57 +0000
commite489dc777b7d6118d5788616e9eb2081d6fb0e5d (patch)
tree57dbd710f9da272bed77cb161d359da7319c9821 /dev-lang/ocaml
parentvirtual/glibc -> virtual/libc (diff)
downloadhistorical-e489dc777b7d6118d5788616e9eb2081d6fb0e5d.tar.gz
historical-e489dc777b7d6118d5788616e9eb2081d6fb0e5d.tar.bz2
historical-e489dc777b7d6118d5788616e9eb2081d6fb0e5d.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r--dev-lang/ocaml/ChangeLog7
-rw-r--r--dev-lang/ocaml/ocaml-3.06-r1.ebuild4
-rw-r--r--dev-lang/ocaml/ocaml-3.06-r2.ebuild4
-rw-r--r--dev-lang/ocaml/ocaml-3.06.ebuild4
-rw-r--r--dev-lang/ocaml/ocaml-3.07-r1.ebuild4
-rw-r--r--dev-lang/ocaml/ocaml-3.07.ebuild4
-rw-r--r--dev-lang/ocaml/ocaml-3.07_beta2.ebuild4
7 files changed, 18 insertions, 13 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index a84ca3da0640..5a22f4223380 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.30 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.31 2004/07/02 04:29:48 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ocaml-3.06-r1.ebuild,
+ ocaml-3.06-r2.ebuild, ocaml-3.06.ebuild, ocaml-3.07-r1.ebuild,
+ ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
+ virtual/glibc -> virtual/libc
28 May 2004; Danny van Dyk <kugelfang@gentoo.org> ocaml-3.07-r1.ebuild,
ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
diff --git a/dev-lang/ocaml/ocaml-3.06-r1.ebuild b/dev-lang/ocaml/ocaml-3.06-r1.ebuild
index 85aa64e665de..a0126e0fffd4 100644
--- a/dev-lang/ocaml/ocaml-3.06-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-3.06-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-lang/ocaml/ocaml-3.06-r1.ebuild,v 1.7 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.06-r1.ebuild,v 1.8 2004/07/02 04:29:48 eradicator Exp $
inherit flag-o-matic eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 sparc ~ppc"
IUSE="tcltk"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
tcltk? ( >=dev-lang/tk-3.3.3 )"
src_compile() {
diff --git a/dev-lang/ocaml/ocaml-3.06-r2.ebuild b/dev-lang/ocaml/ocaml-3.06-r2.ebuild
index e9dbeda9c6b2..62e3fd723e59 100644
--- a/dev-lang/ocaml/ocaml-3.06-r2.ebuild
+++ b/dev-lang/ocaml/ocaml-3.06-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-lang/ocaml/ocaml-3.06-r2.ebuild,v 1.5 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.06-r2.ebuild,v 1.6 2004/07/02 04:29:48 eradicator Exp $
inherit flag-o-matic eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc ppc alpha"
IUSE="tcltk"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
tcltk? ( >=dev-lang/tk-3.3.3 )"
src_unpack() {
diff --git a/dev-lang/ocaml/ocaml-3.06.ebuild b/dev-lang/ocaml/ocaml-3.06.ebuild
index 4d0a26d72019..116c8624e9e9 100644
--- a/dev-lang/ocaml/ocaml-3.06.ebuild
+++ b/dev-lang/ocaml/ocaml-3.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/dev-lang/ocaml/ocaml-3.06.ebuild,v 1.13 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.06.ebuild,v 1.14 2004/07/02 04:29:48 eradicator Exp $
inherit flag-o-matic eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 sparc ~ppc"
IUSE="tcltk"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
tcltk? ( >=dev-lang/tk-3.3.3 )"
src_compile() {
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild
index bb55f398f787..eac8f4c036ab 100644
--- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-3.07-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-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.11 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.12 2004/07/02 04:29:48 eradicator Exp $
inherit flag-o-matic eutils
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc alpha ~ia64 -amd64 hppa"
IUSE="tcltk"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
tcltk? ( >=dev-lang/tk-3.3.3 )"
src_unpack() {
diff --git a/dev-lang/ocaml/ocaml-3.07.ebuild b/dev-lang/ocaml/ocaml-3.07.ebuild
index b7837f8a5e54..3aa00b35bffd 100644
--- a/dev-lang/ocaml/ocaml-3.07.ebuild
+++ b/dev-lang/ocaml/ocaml-3.07.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-lang/ocaml/ocaml-3.07.ebuild,v 1.6 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07.ebuild,v 1.7 2004/07/02 04:29:48 eradicator Exp $
inherit flag-o-matic eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha -amd64"
IUSE="tcltk"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
tcltk? ( >=dev-lang/tk-3.3.3 )"
src_unpack() {
diff --git a/dev-lang/ocaml/ocaml-3.07_beta2.ebuild b/dev-lang/ocaml/ocaml-3.07_beta2.ebuild
index b127d486a55e..1e810702dd51 100644
--- a/dev-lang/ocaml/ocaml-3.07_beta2.ebuild
+++ b/dev-lang/ocaml/ocaml-3.07_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-lang/ocaml/ocaml-3.07_beta2.ebuild,v 1.7 2004/06/24 22:53:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07_beta2.ebuild,v 1.8 2004/07/02 04:29:48 eradicator Exp $
inherit flag-o-matic eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha -amd64"
IUSE="tcltk"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
tcltk? ( >=dev-lang/tk-3.3.3 )"
src_unpack() {