public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2008-12-02 21:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-02 21:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/02 21:10:37

  Modified:             ChangeLog
  Added:                glew-1.5.1.ebuild
  Log:
  Version bump, thanks to Donnie Berkholz.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.38                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	15 Jan 2008 18:01:50 -0000	1.37
+++ ChangeLog	2 Dec 2008 21:10:37 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.37 2008/01/15 18:01:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.38 2008/12/02 21:10:37 ssuominen Exp $
+
+*glew-1.5.1 (02 Dec 2008)
+
+  02 Dec 2008; <ssuominen@gentoo.org> +glew-1.5.1.ebuild:
+  Version bump, thanks to Donnie Berkholz.
 
   15 Jan 2008; Raúl Porcel <armin76@gentoo.org> glew-1.4.0.ebuild:
   ia64 stable wrt #197162



1.1                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.1&content-type=text/plain

Index: glew-1.5.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.1 2008/12/02 21:10:37 ssuominen Exp $

inherit eutils multilib toolchain-funcs

DESCRIPTION="The OpenGL Extension Wrangler Library"
HOMEPAGE="http://glew.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tgz"

LICENSE="BSD GLX SGI-B GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="virtual/opengl
	virtual/glu"

S=${WORKDIR}/${PN}

src_unpack() {
	unpack ${A}
	cd "${S}"
	edos2unix config/config.guess
	sed -i -e 's:-s\b::g' Makefile || die "sed failed."
}

src_compile(){
	emake LD="$(tc-getCC) ${LDFLAGS}" CC="$(tc-getCC)" \
		POPT="${CFLAGS}" M_ARCH="" AR="$(tc-getAR)" \
		|| die "emake failed."
}

src_install() {
	emake GLEW_DEST="${D}/usr" LIBDIR="${D}/usr/$(get_libdir)" \
		M_ARCH="" install || die "emake install failed."

	dodoc README.txt
	dohtml doc/*.{html,css,png,jpg}
}






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-01 15:23 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-05-01 15:23 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/01 15:23:49

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  stable ppc64, bug 268020
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.40                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	30 Apr 2009 17:56:59 -0000	1.39
+++ ChangeLog	1 May 2009 15:23:49 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.39 2009/04/30 17:56:59 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.40 2009/05/01 15:23:49 ranger Exp $
+
+  01 May 2009; Brent Baude <ranger@gentoo.org> glew-1.5.1.ebuild:
+  stable ppc64, bug 268020
 
   30 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -glew-1.3.5.ebuild, -glew-1.5.0.ebuild, glew-1.5.1.ebuild:



1.3                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.2&r2=1.3

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glew-1.5.1.ebuild	30 Apr 2009 17:56:59 -0000	1.2
+++ glew-1.5.1.ebuild	1 May 2009 15:23:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.2 2009/04/30 17:56:59 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.3 2009/05/01 15:23:49 ranger Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-02 22:59 Ned Ludd (solar)
  0 siblings, 0 replies; 12+ messages in thread
From: Ned Ludd (solar) @ 2009-05-02 22:59 UTC (permalink / raw
  To: gentoo-commits

solar       09/05/02 22:59:11

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  - keyword ~arm and make sure that we let portage handle the stripping
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	1 May 2009 15:23:49 -0000	1.40
+++ ChangeLog	2 May 2009 22:59:11 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.40 2009/05/01 15:23:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.41 2009/05/02 22:59:11 solar Exp $
+
+  02 May 2009; <solar@gentoo.org> glew-1.5.1.ebuild:
+  - keyword ~arm and make sure that we let portage handle the stripping
 
   01 May 2009; Brent Baude <ranger@gentoo.org> glew-1.5.1.ebuild:
   stable ppc64, bug 268020



1.4                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.3&r2=1.4

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glew-1.5.1.ebuild	1 May 2009 15:23:49 -0000	1.3
+++ glew-1.5.1.ebuild	2 May 2009 22:59:11 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.3 2009/05/01 15:23:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.4 2009/05/02 22:59:11 solar Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~arm ~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl
@@ -31,13 +31,13 @@
 }
 
 src_compile(){
-	emake LD="$(tc-getCC) ${LDFLAGS}" CC="$(tc-getCC)" \
+	emake STRIP=true LD="$(tc-getCC) ${LDFLAGS}" CC="$(tc-getCC)" \
 		POPT="${CFLAGS}" M_ARCH="" AR="$(tc-getAR)" \
 		|| die "emake failed"
 }
 
 src_install() {
-	emake GLEW_DEST="${D}/usr" LIBDIR="${D}/usr/$(get_libdir)" \
+	emake STRIP=true GLEW_DEST="${D}/usr" LIBDIR="${D}/usr/$(get_libdir)" \
 		M_ARCH="" install || die "emake install failed"
 
 	dodoc README.txt






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-03 17:12 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-05-03 17:12 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/03 17:12:13

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  amd64/x86 stable, bug #268020
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	2 May 2009 22:59:11 -0000	1.41
+++ ChangeLog	3 May 2009 17:12:13 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.41 2009/05/02 22:59:11 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.42 2009/05/03 17:12:13 maekke Exp $
+
+  03 May 2009; Markus Meier <maekke@gentoo.org> glew-1.5.1.ebuild:
+  amd64/x86 stable, bug #268020
 
   02 May 2009; <solar@gentoo.org> glew-1.5.1.ebuild:
   - keyword ~arm and make sure that we let portage handle the stripping



1.5                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.4&r2=1.5

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glew-1.5.1.ebuild	2 May 2009 22:59:11 -0000	1.4
+++ glew-1.5.1.ebuild	3 May 2009 17:12:13 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.4 2009/05/02 22:59:11 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.5 2009/05/03 17:12:13 maekke Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~arm ~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-04 17:48 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-05-04 17:48 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/05/04 17:48:40

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  add ~mips love to glew
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	3 May 2009 17:12:13 -0000	1.42
+++ ChangeLog	4 May 2009 17:48:40 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.42 2009/05/03 17:12:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.43 2009/05/04 17:48:40 alexxy Exp $
+
+  04 May 2009; Alexey Shvetsov <alexxy@gentoo.org> glew-1.5.1.ebuild:
+  Mips love
 
   03 May 2009; Markus Meier <maekke@gentoo.org> glew-1.5.1.ebuild:
   amd64/x86 stable, bug #268020



1.6                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.5&r2=1.6

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glew-1.5.1.ebuild	3 May 2009 17:12:13 -0000	1.5
+++ glew-1.5.1.ebuild	4 May 2009 17:48:40 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.5 2009/05/03 17:12:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.6 2009/05/04 17:48:40 alexxy Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-05  5:28 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-05  5:28 UTC (permalink / raw
  To: gentoo-commits

jer         09/05/05 05:28:02

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  Stable for HPPA (bug #268020).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.44                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	4 May 2009 17:48:40 -0000	1.43
+++ ChangeLog	5 May 2009 05:28:01 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.43 2009/05/04 17:48:40 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.44 2009/05/05 05:28:01 jer Exp $
+
+  05 May 2009; Jeroen Roovers <jer@gentoo.org> glew-1.5.1.ebuild:
+  Stable for HPPA (bug #268020).
 
   04 May 2009; Alexey Shvetsov <alexxy@gentoo.org> glew-1.5.1.ebuild:
   Mips love



1.7                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.6&r2=1.7

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glew-1.5.1.ebuild	4 May 2009 17:48:40 -0000	1.6
+++ glew-1.5.1.ebuild	5 May 2009 05:28:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.6 2009/05/04 17:48:40 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.7 2009/05/05 05:28:01 jer Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-05 16:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-05 16:44 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/05 16:44:52

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  arm/ia64 stable wrt #268020
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.45                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 May 2009 05:28:01 -0000	1.44
+++ ChangeLog	5 May 2009 16:44:52 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.44 2009/05/05 05:28:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.45 2009/05/05 16:44:52 armin76 Exp $
+
+  05 May 2009; Raúl Porcel <armin76@gentoo.org> glew-1.5.1.ebuild:
+  arm/ia64 stable wrt #268020
 
   05 May 2009; Jeroen Roovers <jer@gentoo.org> glew-1.5.1.ebuild:
   Stable for HPPA (bug #268020).



1.8                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.7&r2=1.8

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glew-1.5.1.ebuild	5 May 2009 05:28:01 -0000	1.7
+++ glew-1.5.1.ebuild	5 May 2009 16:44:52 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.7 2009/05/05 05:28:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.8 2009/05/05 16:44:52 armin76 Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-05 17:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-05 17:01 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/05 17:01:20

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  Add ~sh
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.46                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 May 2009 16:44:52 -0000	1.45
+++ ChangeLog	5 May 2009 17:01:20 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.45 2009/05/05 16:44:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.46 2009/05/05 17:01:20 armin76 Exp $
+
+  05 May 2009; Raúl Porcel <armin76@gentoo.org> glew-1.5.1.ebuild:
+  Add ~sh
 
   05 May 2009; Raúl Porcel <armin76@gentoo.org> glew-1.5.1.ebuild:
   arm/ia64 stable wrt #268020



1.9                  media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.8&r2=1.9

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glew-1.5.1.ebuild	5 May 2009 16:44:52 -0000	1.8
+++ glew-1.5.1.ebuild	5 May 2009 17:01:20 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.8 2009/05/05 16:44:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.9 2009/05/05 17:01:20 armin76 Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-07 18:45 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-07 18:45 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/07 18:45:32

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  Stable on alpha, bug #268020
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	5 May 2009 17:01:20 -0000	1.46
+++ ChangeLog	7 May 2009 18:45:32 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.46 2009/05/05 17:01:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.47 2009/05/07 18:45:32 klausman Exp $
+
+  07 May 2009; Tobias Klausmann <klausman@gentoo.org> glew-1.5.1.ebuild:
+  Stable on alpha, bug #268020
 
   05 May 2009; Raúl Porcel <armin76@gentoo.org> glew-1.5.1.ebuild:
   Add ~sh



1.10                 media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.9&r2=1.10

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glew-1.5.1.ebuild	5 May 2009 17:01:20 -0000	1.9
+++ glew-1.5.1.ebuild	7 May 2009 18:45:32 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.9 2009/05/05 17:01:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.10 2009/05/07 18:45:32 klausman Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD GLX SGI-B GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-05-20 16:45 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 12+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-05-20 16:45 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/05/20 16:45:14

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  ppc stable #268020
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.48                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	7 May 2009 18:45:32 -0000	1.47
+++ ChangeLog	20 May 2009 16:45:14 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.47 2009/05/07 18:45:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.48 2009/05/20 16:45:14 nixnut Exp $
+
+  20 May 2009; nixnut <nixnut@gentoo.org> glew-1.5.1.ebuild:
+  ppc stable #268020
 
   07 May 2009; Tobias Klausmann <klausman@gentoo.org> glew-1.5.1.ebuild:
   Stable on alpha, bug #268020



1.12                 media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.11&r2=1.12

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glew-1.5.1.ebuild	8 May 2009 12:10:35 -0000	1.11
+++ glew-1.5.1.ebuild	20 May 2009 16:45:14 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.11 2009/05/08 12:10:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.12 2009/05/20 16:45:14 nixnut Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-06-02 17:44 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 12+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-06-02 17:44 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/06/02 17:44:21

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  Sparc stable, Bug #268020.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	20 May 2009 16:45:14 -0000	1.48
+++ ChangeLog	2 Jun 2009 17:44:21 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.48 2009/05/20 16:45:14 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.49 2009/06/02 17:44:21 fmccor Exp $
+
+  02 Jun 2009; Ferris McCormick <fmccor@gentoo.org> glew-1.5.1.ebuild:
+  Sparc stable, Bug #268020.
 
   20 May 2009; nixnut <nixnut@gentoo.org> glew-1.5.1.ebuild:
   ppc stable #268020



1.13                 media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.12&r2=1.13

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- glew-1.5.1.ebuild	20 May 2009 16:45:14 -0000	1.12
+++ glew-1.5.1.ebuild	2 Jun 2009 17:44:21 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.12 2009/05/20 16:45:14 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.13 2009/06/02 17:44:21 fmccor Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild
@ 2009-12-15 18:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-15 18:12 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/15 18:12:33

  Modified:             ChangeLog glew-1.5.1.ebuild
  Log:
  sh stable
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.51                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	24 Jun 2009 12:21:50 -0000	1.50
+++ ChangeLog	15 Dec 2009 18:12:32 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.50 2009/06/24 12:21:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.51 2009/12/15 18:12:32 armin76 Exp $
+
+  15 Dec 2009; Raúl Porcel <armin76@gentoo.org> glew-1.5.1.ebuild:
+  sh stable
 
   24 Jun 2009; Tobias Klausmann <klausman@gentoo.org> ChangeLog:
   Stabilized for xorg-server-1.5/xorg-x11-7.4



1.14                 media-libs/glew/glew-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild?r1=1.13&r2=1.14

Index: glew-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- glew-1.5.1.ebuild	2 Jun 2009 17:44:21 -0000	1.13
+++ glew-1.5.1.ebuild	15 Dec 2009 18:12:32 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.13 2009/06/02 17:44:21 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.1.ebuild,v 1.14 2009/12/15 18:12:32 armin76 Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="virtual/opengl






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-12-15 18:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 17:44 [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.1.ebuild Ferris McCormick (fmccor)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-15 18:12 Raul Porcel (armin76)
2009-05-20 16:45 Gysbert Wassenaar (nixnut)
2009-05-07 18:45 Tobias Klausmann (klausman)
2009-05-05 17:01 Raul Porcel (armin76)
2009-05-05 16:44 Raul Porcel (armin76)
2009-05-05  5:28 Jeroen Roovers (jer)
2009-05-04 17:48 Alexey Shvetsov (alexxy)
2009-05-03 17:12 Markus Meier (maekke)
2009-05-02 22:59 Ned Ludd (solar)
2009-05-01 15:23 Brent Baude (ranger)
2008-12-02 21:10 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox