summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-16 16:41:26 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-16 16:41:26 +0000
commit6494959bb2cf31530eb947b70688ccb1a4448b5e (patch)
treebde5d02150a7f069e9f87c7c25b46971df2c91a1 /dev-lang
parentvirtual/glut -> media-libs/glut (diff)
downloadhistorical-6494959bb2cf31530eb947b70688ccb1a4448b5e.tar.gz
historical-6494959bb2cf31530eb947b70688ccb1a4448b5e.tar.bz2
historical-6494959bb2cf31530eb947b70688ccb1a4448b5e.zip
virtual/glut -> media-libs/glut
Package-Manager: portage-2.2_rc83/cvs/Linux x86_64
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ghc/ChangeLog6
-rw-r--r--dev-lang/ghc/ghc-6.2.2.ebuild4
-rw-r--r--dev-lang/ghc/ghc-6.4.2.ebuild4
-rw-r--r--dev-lang/hugs98/ChangeLog8
-rw-r--r--dev-lang/hugs98/hugs98-2003.11.ebuild6
-rw-r--r--dev-lang/hugs98/hugs98-2005.3-r2.ebuild6
-rw-r--r--dev-lang/hugs98/hugs98-2006.9.ebuild6
-rw-r--r--dev-lang/mercury-extras/ChangeLog8
-rw-r--r--dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild6
-rw-r--r--dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild4
-rw-r--r--dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild4
-rw-r--r--dev-lang/mercury-extras/mercury-extras-10.04.ebuild4
-rw-r--r--dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild4
-rw-r--r--dev-lang/parrot/ChangeLog6
-rw-r--r--dev-lang/parrot/parrot-2.6.0.ebuild4
-rw-r--r--dev-lang/parrot/parrot-2.7.0.ebuild4
-rw-r--r--dev-lang/pike/ChangeLog9
-rw-r--r--dev-lang/pike/pike-7.6.112-r1.ebuild6
-rw-r--r--dev-lang/pike/pike-7.6.112.ebuild6
-rw-r--r--dev-lang/pike/pike-7.6.86-r1.ebuild6
-rw-r--r--dev-lang/pike/pike-7.8.316.ebuild6
21 files changed, 70 insertions, 47 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index c35d34e66c5c..a2d97277a659 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ghc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.190 2010/09/13 18:20:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.191 2010/09/16 16:37:17 scarabeus Exp $
+
+ 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> ghc-6.2.2.ebuild,
+ ghc-6.4.2.ebuild:
+ virtual/glut -> media-libs/glut
13 Sep 2010; Sergei Trofimovich <slyfox@gentoo.org> ghc-6.12.3.ebuild,
+files/ghc-6.12.3-autoconf-2.66-4252.patch:
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild
index c9bfc4633f1f..49d7421a73fd 100644
--- a/dev-lang/ghc/ghc-6.2.2.ebuild
+++ b/dev-lang/ghc/ghc-6.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.29 2010/07/21 21:49:33 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.30 2010/09/16 16:37:17 scarabeus Exp $
# Brief explanation of the bootstrap logic:
#
@@ -52,7 +52,7 @@ RDEPEND="
>=dev-libs/gmp-4.1
=sys-libs/readline-5*
opengl? ( virtual/opengl
- virtual/glu virtual/glut )"
+ virtual/glu media-libs/freeglut )"
DEPEND="${RDEPEND}"
# In the ghcbootstrap case we rely on the developer having
diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild
index 2246dfadcba0..5fd95294c441 100644
--- a/dev-lang/ghc/ghc-6.4.2.ebuild
+++ b/dev-lang/ghc/ghc-6.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.30 2010/07/21 21:49:33 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.31 2010/09/16 16:37:17 scarabeus Exp $
# Brief explanation of the bootstrap logic:
#
@@ -68,7 +68,7 @@ RDEPEND="
=sys-libs/readline-5*
X? ( x11-libs/libX11 )
opengl? ( virtual/opengl
- virtual/glu virtual/glut
+ virtual/glu media-libs/freeglut
openal? ( media-libs/openal media-libs/freealut ) )"
DEPEND="${RDEPEND}"
diff --git a/dev-lang/hugs98/ChangeLog b/dev-lang/hugs98/ChangeLog
index b3ea299d979e..3a3af3eb1e28 100644
--- a/dev-lang/hugs98/ChangeLog
+++ b/dev-lang/hugs98/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/hugs98
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.47 2009/09/23 16:51:28 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.48 2010/09/16 16:38:18 scarabeus Exp $
+
+ 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ hugs98-2003.11.ebuild, hugs98-2005.3-r2.ebuild, hugs98-2006.9.ebuild:
+ virtual/glut -> media-libs/glut
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hugs98-2003.11.ebuild:
Remove virtual/libc
diff --git a/dev-lang/hugs98/hugs98-2003.11.ebuild b/dev-lang/hugs98/hugs98-2003.11.ebuild
index 35b1d8fa4d4f..b2066983f796 100644
--- a/dev-lang/hugs98/hugs98-2003.11.ebuild
+++ b/dev-lang/hugs98/hugs98-2003.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.13 2009/09/23 16:51:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.14 2010/09/16 16:38:18 scarabeus Exp $
inherit base flag-o-matic eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="x86 ~sparc ~amd64 ~ppc"
LICENSE="as-is"
-DEPEND="opengl? ( virtual/opengl virtual/glu virtual/glut )
+DEPEND="opengl? ( virtual/opengl virtual/glu media-libs/freeglut )
~app-text/docbook-sgml-dtd-4.2"
# the testsuite is not included in the tarball
diff --git a/dev-lang/hugs98/hugs98-2005.3-r2.ebuild b/dev-lang/hugs98/hugs98-2005.3-r2.ebuild
index 0b96584efcca..e438e6f9e098 100644
--- a/dev-lang/hugs98/hugs98-2005.3-r2.ebuild
+++ b/dev-lang/hugs98/hugs98-2005.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2005.3-r2.ebuild,v 1.19 2007/07/22 08:56:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2005.3-r2.ebuild,v 1.20 2010/09/16 16:38:18 scarabeus Exp $
inherit base flag-o-matic eutils versionator multilib
@@ -43,7 +43,7 @@ LICENSE="as-is"
RDEPEND="
X? ( x11-libs/libX11 )
- opengl? ( virtual/opengl virtual/glu virtual/glut )
+ opengl? ( virtual/opengl virtual/glu media-libs/freeglut )
openal? ( media-libs/openal )"
DEPEND="${RDEPEND}
opengl? ( app-admin/eselect-opengl )
diff --git a/dev-lang/hugs98/hugs98-2006.9.ebuild b/dev-lang/hugs98/hugs98-2006.9.ebuild
index 5844a9ca34cd..46a66b2de1a0 100644
--- a/dev-lang/hugs98/hugs98-2006.9.ebuild
+++ b/dev-lang/hugs98/hugs98-2006.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2006.9.ebuild,v 1.1 2008/01/26 20:29:19 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2006.9.ebuild,v 1.2 2010/09/16 16:38:18 scarabeus Exp $
inherit base flag-o-matic eutils versionator multilib
@@ -51,7 +51,7 @@ LICENSE="as-is"
RDEPEND="
X? ( x11-libs/libX11 )
- opengl? ( virtual/opengl virtual/glu virtual/glut )
+ opengl? ( virtual/opengl virtual/glu media-libs/freeglut )
openal? ( media-libs/openal )"
DEPEND="${RDEPEND}
opengl? ( app-admin/eselect-opengl )
diff --git a/dev-lang/mercury-extras/ChangeLog b/dev-lang/mercury-extras/ChangeLog
index e44b5fa6e56c..a83b457a5103 100644
--- a/dev-lang/mercury-extras/ChangeLog
+++ b/dev-lang/mercury-extras/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/mercury-extras
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v 1.75 2010/09/06 08:07:07 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v 1.76 2010/09/16 16:39:20 scarabeus Exp $
+
+ 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ mercury-extras-0.13.1-r1.ebuild, mercury-extras-10.04_beta1.ebuild,
+ mercury-extras-10.04.ebuild, mercury-extras-10.04-r1.ebuild,
+ mercury-extras-10.04.1.ebuild:
+ virtual/glut -> media-libs/glut
*mercury-extras-10.04.1 (06 Sep 2010)
diff --git a/dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild b/dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild
index 9ee436ce38d8..05e496270c48 100644
--- a/dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild,v 1.4 2008/12/14 20:46:28 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1-r1.ebuild,v 1.5 2010/09/16 16:39:20 scarabeus Exp $
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE="examples glut iodbc ncurses odbc opengl tcl tk xml"
DEPEND="~dev-lang/mercury-${PV}
- glut? ( virtual/glut )
+ glut? ( media-libs/freeglut )
odbc? ( dev-db/unixODBC )
iodbc? ( !odbc? ( dev-db/libiodbc ) )
ncurses? ( sys-libs/ncurses )
diff --git a/dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild b/dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild
index 723c092b4aad..0414de097e21 100644
--- a/dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild,v 1.1 2010/08/22 06:25:20 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04-r1.ebuild,v 1.2 2010/09/16 16:39:20 scarabeus Exp $
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="X examples glut iodbc ncurses odbc opengl tcl tk xml"
DEPEND="~dev-lang/mercury-${PV}
- glut? ( virtual/glut )
+ glut? ( media-libs/freeglut )
odbc? ( dev-db/unixODBC )
iodbc? ( !odbc? ( dev-db/libiodbc ) )
ncurses? ( sys-libs/ncurses )
diff --git a/dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild b/dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild
index d7bdee537789..598146f6f7c3 100644
--- a/dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild,v 1.1 2010/09/06 08:07:07 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04.1.ebuild,v 1.2 2010/09/16 16:39:20 scarabeus Exp $
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="X examples glut iodbc ncurses odbc opengl tcl tk xml"
DEPEND="~dev-lang/mercury-${PV}
- glut? ( virtual/glut )
+ glut? ( media-libs/freeglut )
odbc? ( dev-db/unixODBC )
iodbc? ( !odbc? ( dev-db/libiodbc ) )
ncurses? ( sys-libs/ncurses )
diff --git a/dev-lang/mercury-extras/mercury-extras-10.04.ebuild b/dev-lang/mercury-extras/mercury-extras-10.04.ebuild
index 0926dfee874f..87845299c97c 100644
--- a/dev-lang/mercury-extras/mercury-extras-10.04.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-10.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04.ebuild,v 1.2 2010/07/23 21:48:25 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04.ebuild,v 1.3 2010/09/16 16:39:20 scarabeus Exp $
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="X examples glut iodbc ncurses odbc opengl tcl tk xml"
DEPEND="~dev-lang/mercury-${PV}
- glut? ( virtual/glut )
+ glut? ( media-libs/freeglut )
odbc? ( dev-db/unixODBC )
iodbc? ( !odbc? ( dev-db/libiodbc ) )
ncurses? ( sys-libs/ncurses )
diff --git a/dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild b/dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild
index c48431a81ba1..104b43b256b4 100644
--- a/dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild,v 1.2 2010/02/20 08:08:23 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-10.04_beta1.ebuild,v 1.3 2010/09/16 16:39:20 scarabeus Exp $
inherit eutils
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="X examples glut iodbc ncurses odbc opengl tcl tk xml"
DEPEND="~dev-lang/mercury-${PV}
- glut? ( virtual/glut )
+ glut? ( media-libs/freeglut )
odbc? ( dev-db/unixODBC )
iodbc? ( !odbc? ( dev-db/libiodbc ) )
ncurses? ( sys-libs/ncurses )
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog
index 82bd8f1ac36c..05733d1440af 100644
--- a/dev-lang/parrot/ChangeLog
+++ b/dev-lang/parrot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/parrot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.36 2010/09/11 10:35:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.37 2010/09/16 16:40:21 scarabeus Exp $
+
+ 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> parrot-2.6.0.ebuild,
+ parrot-2.7.0.ebuild:
+ virtual/glut -> media-libs/glut
*parrot-2.7.0 (11 Sep 2010)
diff --git a/dev-lang/parrot/parrot-2.6.0.ebuild b/dev-lang/parrot/parrot-2.6.0.ebuild
index f89b3b106b26..2a3007a3fe28 100644
--- a/dev-lang/parrot/parrot-2.6.0.ebuild
+++ b/dev-lang/parrot/parrot-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-2.6.0.ebuild,v 1.2 2010/09/11 10:14:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-2.6.0.ebuild,v 1.3 2010/09/16 16:40:21 scarabeus Exp $
EAPI=3
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
RDEPEND="sys-libs/readline
- opengl? ( virtual/glut )
+ opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6 )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
diff --git a/dev-lang/parrot/parrot-2.7.0.ebuild b/dev-lang/parrot/parrot-2.7.0.ebuild
index 8fb816013a6c..726118307a15 100644
--- a/dev-lang/parrot/parrot-2.7.0.ebuild
+++ b/dev-lang/parrot/parrot-2.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-2.7.0.ebuild,v 1.1 2010/09/11 10:35:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-2.7.0.ebuild,v 1.2 2010/09/16 16:40:21 scarabeus Exp $
EAPI=3
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
RDEPEND="sys-libs/readline
- opengl? ( virtual/glut )
+ opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6 )
gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
diff --git a/dev-lang/pike/ChangeLog b/dev-lang/pike/ChangeLog
index 04f9d60fd169..6ad58b061462 100644
--- a/dev-lang/pike/ChangeLog
+++ b/dev-lang/pike/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/pike
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.35 2009/09/18 21:44:28 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.36 2010/09/16 16:41:26 scarabeus Exp $
+
+ 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ pike-7.6.86-r1.ebuild, pike-7.6.112.ebuild, pike-7.6.112-r1.ebuild,
+ pike-7.8.316.ebuild:
+ virtual/glut -> media-libs/glut
18 Sep 2009; Patrick Lauer <patrick@gentoo.org> pike-7.6.86-r1.ebuild:
Fixing nettle dep for stable pike too
diff --git a/dev-lang/pike/pike-7.6.112-r1.ebuild b/dev-lang/pike/pike-7.6.112-r1.ebuild
index fc695b4fd1a0..ad7b86725413 100644
--- a/dev-lang/pike/pike-7.6.112-r1.ebuild
+++ b/dev-lang/pike/pike-7.6.112-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.112-r1.ebuild,v 1.1 2008/11/27 23:14:01 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.112-r1.ebuild,v 1.2 2010/09/16 16:41:26 scarabeus Exp $
DESCRIPTION="Pike programming language and runtime"
HOMEPAGE="http://pike.ida.liu.se/"
@@ -21,7 +21,7 @@ DEPEND="dev-libs/nettle
jpeg? ( media-libs/jpeg )
kerberos? ( virtual/krb5 )
mysql? ( virtual/mysql )
- opengl? ( virtual/opengl virtual/glut )
+ opengl? ( virtual/opengl media-libs/freeglut )
pcre? ( dev-libs/libpcre )
pdf? ( media-libs/pdflib )
!x86-fbsd? ( scanner? ( media-gfx/sane-backends ) )
diff --git a/dev-lang/pike/pike-7.6.112.ebuild b/dev-lang/pike/pike-7.6.112.ebuild
index 136aff6eecd1..59a4b0eb235d 100644
--- a/dev-lang/pike/pike-7.6.112.ebuild
+++ b/dev-lang/pike/pike-7.6.112.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.112.ebuild,v 1.1 2008/02/28 08:27:12 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.112.ebuild,v 1.2 2010/09/16 16:41:26 scarabeus Exp $
DESCRIPTION="Pike programming language and runtime"
HOMEPAGE="http://pike.ida.liu.se/"
@@ -21,7 +21,7 @@ DEPEND="dev-libs/nettle
jpeg? ( media-libs/jpeg )
kerberos? ( virtual/krb5 )
mysql? ( virtual/mysql )
- opengl? ( virtual/opengl virtual/glut )
+ opengl? ( virtual/opengl media-libs/freeglut )
pcre? ( dev-libs/libpcre )
pdf? ( media-libs/pdflib )
!x86-fbsd? ( scanner? ( media-gfx/sane-backends ) )
diff --git a/dev-lang/pike/pike-7.6.86-r1.ebuild b/dev-lang/pike/pike-7.6.86-r1.ebuild
index 6fceb34af5a8..787092174d61 100644
--- a/dev-lang/pike/pike-7.6.86-r1.ebuild
+++ b/dev-lang/pike/pike-7.6.86-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.12 2009/09/18 21:44:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.13 2010/09/16 16:41:26 scarabeus Exp $
DESCRIPTION="Pike programming language and runtime"
HOMEPAGE="http://pike.ida.liu.se/"
@@ -21,7 +21,7 @@ DEPEND="<dev-libs/nettle-2
jpeg? ( media-libs/jpeg )
kerberos? ( virtual/krb5 )
mysql? ( virtual/mysql )
- opengl? ( virtual/opengl virtual/glut )
+ opengl? ( virtual/opengl media-libs/freeglut )
pcre? ( dev-libs/libpcre )
pdf? ( media-libs/pdflib )
!x86-fbsd? ( scanner? ( media-gfx/sane-backends ) )
diff --git a/dev-lang/pike/pike-7.8.316.ebuild b/dev-lang/pike/pike-7.8.316.ebuild
index 6aee1e6e5a04..ee44d8db4a47 100644
--- a/dev-lang/pike/pike-7.8.316.ebuild
+++ b/dev-lang/pike/pike-7.8.316.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.8.316.ebuild,v 1.2 2009/09/09 21:21:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.8.316.ebuild,v 1.3 2010/09/16 16:41:26 scarabeus Exp $
EAPI="2"
DESCRIPTION="Pike programming language and runtime"
@@ -26,7 +26,7 @@ DEPEND="<dev-libs/nettle-2
kerberos? ( virtual/krb5 net-libs/libgssglue )
mysql? ( virtual/mysql )
odbc? ( dev-db/libiodbc )
- opengl? ( virtual/opengl glut? ( virtual/glut ) )
+ opengl? ( virtual/opengl glut? ( media-libs/freeglut ) )
pcre? ( dev-libs/libpcre )
pdf? ( media-libs/pdflib )
!x86-fbsd? ( scanner? ( media-gfx/sane-backends ) )