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.6.ebuild
@ 2010-09-13 12:35 Michael Weber (xmw)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber (xmw) @ 2010-09-13 12:35 UTC (permalink / raw
  To: gentoo-commits

xmw         10/09/13 12:35:38

  Modified:             ChangeLog
  Added:                glew-1.5.6.ebuild
  Log:
  Version bump wrt #316479
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	30 Jul 2010 02:45:16 -0000	1.54
+++ ChangeLog	13 Sep 2010 12:35:38 -0000	1.55
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.54 2010/07/30 02:45:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.55 2010/09/13 12:35:38 xmw Exp $
+
+*glew-1.5.6 (13 Sep 2010)
+
+  13 Sep 2010; Michael Weber <xmw@gentoo.org> +glew-1.5.6.ebuild:
+  Version bump wrt #316479 by Alex Buell.
 
 *glew-1.5.5 (30 Jul 2010)
 



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

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

Index: glew-1.5.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.1 2010/09/13 12:35:38 xmw Exp $

EAPI=3
inherit multilib toolchain-funcs

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

LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND="x11-libs/libXmu
	x11-libs/libXi
	virtual/glu
	virtual/opengl
	x11-libs/libXext
	x11-libs/libX11"
DEPEND="${RDEPEND}"

pkg_setup() {
	myglewopts=(
		GLEW_DEST="${ED}/usr"
		LIBDIR="${ED}/usr/$(get_libdir)"
		AR="$(tc-getAR)"
		STRIP="true"
		CC="$(tc-getCC)"
		LD="$(tc-getCC) ${LDFLAGS}"
		M_ARCH=""
		LDFLAGS.EXTRA=""
		POPT="${CFLAGS}"
		)
}

src_prepare() {
	sed -i \
		-e '/INSTALL/s:-s::' \
		-e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
		Makefile || die

	# don't do stupid Solaris specific stuff that won't work in Prefix
	cp config/Makefile.linux config/Makefile.solaris || die
}

src_compile(){
	emake "${myglewopts[@]}" || die
}

src_install() {
	emake "${myglewopts[@]}" install || die
	dodoc doc/*.txt README.txt TODO.txt || die
	dohtml doc/*.{css,html,jpg,png} || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-07 12:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-07 12:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/07 12:17:19

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  ppc64 stable wrt #340063
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	13 Sep 2010 12:35:38 -0000	1.55
+++ ChangeLog	7 Oct 2010 12:17:19 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.55 2010/09/13 12:35:38 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.56 2010/10/07 12:17:19 ssuominen Exp $
+
+  07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> glew-1.5.6.ebuild:
+  ppc64 stable wrt #340063
 
 *glew-1.5.6 (13 Sep 2010)
 



1.2                  media-libs/glew/glew-1.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild?r1=1.1&r2=1.2

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glew-1.5.6.ebuild	13 Sep 2010 12:35:38 -0000	1.1
+++ glew-1.5.6.ebuild	7 Oct 2010 12:17:19 -0000	1.2
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.1 2010/09/13 12:35:38 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.2 2010/10/07 12:17:19 ssuominen Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-08 11:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-08 11:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/08 11:37:10

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  Stable on amd64 wrt bug #340063
  
  (Portage version: 2.2_rc89/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	7 Oct 2010 12:17:19 -0000	1.56
+++ ChangeLog	8 Oct 2010 11:37:10 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.56 2010/10/07 12:17:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.57 2010/10/08 11:37:10 hwoarang Exp $
+
+  08 Oct 2010; Markos Chandras <hwoarang@gentoo.org> glew-1.5.6.ebuild:
+  Stable on amd64 wrt bug #340063
 
   07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> glew-1.5.6.ebuild:
   ppc64 stable wrt #340063



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

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

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glew-1.5.6.ebuild	7 Oct 2010 12:17:19 -0000	1.2
+++ glew-1.5.6.ebuild	8 Oct 2010 11:37:10 -0000	1.3
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.2 2010/10/07 12:17:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.3 2010/10/08 11:37:10 hwoarang Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-11  7:04 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-11  7:04 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/11 07:04:39

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  stable x86, bug 340063
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.58                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	8 Oct 2010 11:37:10 -0000	1.57
+++ ChangeLog	11 Oct 2010 07:04:39 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.57 2010/10/08 11:37:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.58 2010/10/11 07:04:39 fauli Exp $
+
+  11 Oct 2010; Christian Faulhammer <fauli@gentoo.org> glew-1.5.6.ebuild:
+  stable x86, bug 340063
 
   08 Oct 2010; Markos Chandras <hwoarang@gentoo.org> glew-1.5.6.ebuild:
   Stable on amd64 wrt bug #340063



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

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

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glew-1.5.6.ebuild	8 Oct 2010 11:37:10 -0000	1.3
+++ glew-1.5.6.ebuild	11 Oct 2010 07:04:39 -0000	1.4
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.3 2010/10/08 11:37:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.4 2010/10/11 07:04:39 fauli Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-14 19:12 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-10-14 19:12 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/14 19:12:40

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  stable ppc, bug 340063
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.59                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	11 Oct 2010 07:04:39 -0000	1.58
+++ ChangeLog	14 Oct 2010 19:12:40 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.58 2010/10/11 07:04:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.59 2010/10/14 19:12:40 ranger Exp $
+
+  14 Oct 2010; Brent Baude <ranger@gentoo.org> glew-1.5.6.ebuild:
+  stable ppc, bug 340063
 
   11 Oct 2010; Christian Faulhammer <fauli@gentoo.org> glew-1.5.6.ebuild:
   stable x86, bug 340063



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

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

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glew-1.5.6.ebuild	11 Oct 2010 07:04:39 -0000	1.4
+++ glew-1.5.6.ebuild	14 Oct 2010 19:12:40 -0000	1.5
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.4 2010/10/11 07:04:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.5 2010/10/14 19:12:40 ranger Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-14 20:48 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-10-14 20:48 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/14 20:48:29

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  arm stable, bug #340063
  
  (Portage version: 2.2_rc95/cvs/Linux i686)

Revision  Changes    Path
1.60                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	14 Oct 2010 19:12:40 -0000	1.59
+++ ChangeLog	14 Oct 2010 20:48:29 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.59 2010/10/14 19:12:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.60 2010/10/14 20:48:29 maekke Exp $
+
+  14 Oct 2010; Markus Meier <maekke@gentoo.org> glew-1.5.6.ebuild:
+  arm stable, bug #340063
 
   14 Oct 2010; Brent Baude <ranger@gentoo.org> glew-1.5.6.ebuild:
   stable ppc, bug 340063



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

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

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glew-1.5.6.ebuild	14 Oct 2010 19:12:40 -0000	1.5
+++ glew-1.5.6.ebuild	14 Oct 2010 20:48:29 -0000	1.6
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.5 2010/10/14 19:12:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.6 2010/10/14 20:48:29 maekke Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-24 17:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-24 17:49 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/24 17:49:35

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #340063
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.61                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	14 Oct 2010 20:48:29 -0000	1.60
+++ ChangeLog	24 Oct 2010 17:49:35 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.60 2010/10/14 20:48:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.61 2010/10/24 17:49:35 armin76 Exp $
+
+  24 Oct 2010; Raúl Porcel <armin76@gentoo.org> glew-1.5.6.ebuild:
+  alpha/ia64/sh/sparc stable wrt #340063
 
   14 Oct 2010; Markus Meier <maekke@gentoo.org> glew-1.5.6.ebuild:
   arm stable, bug #340063



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

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

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glew-1.5.6.ebuild	14 Oct 2010 20:48:29 -0000	1.6
+++ glew-1.5.6.ebuild	24 Oct 2010 17:49:35 -0000	1.7
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.6 2010/10/14 20:48:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.7 2010/10/24 17:49:35 armin76 Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2010-10-29  5:41 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-29  5:41 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/29 05:41:52

  Modified:             ChangeLog glew-1.5.6.ebuild
  Log:
  Stable for HPPA (bug #340063).
  
  (Portage version: 2.1.9.23/cvs/Linux i686)

Revision  Changes    Path
1.62                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	24 Oct 2010 17:49:35 -0000	1.61
+++ ChangeLog	29 Oct 2010 05:41:52 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.61 2010/10/24 17:49:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.62 2010/10/29 05:41:52 jer Exp $
+
+  29 Oct 2010; Jeroen Roovers <jer@gentoo.org> glew-1.5.6.ebuild:
+  Stable for HPPA (bug #340063).
 
   24 Oct 2010; Raúl Porcel <armin76@gentoo.org> glew-1.5.6.ebuild:
   alpha/ia64/sh/sparc stable wrt #340063



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

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

Index: glew-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glew-1.5.6.ebuild	24 Oct 2010 17:49:35 -0000	1.7
+++ glew-1.5.6.ebuild	29 Oct 2010 05:41:52 -0000	1.8
@@ -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/media-libs/glew/glew-1.5.6.ebuild,v 1.7 2010/10/24 17:49:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.5.6.ebuild,v 1.8 2010/10/29 05:41:52 jer Exp $
 
 EAPI=3
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXmu






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

* [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild
@ 2012-03-15 21:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-15 21:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/15 21:36:30

  Modified:             ChangeLog
  Removed:              glew-1.5.6.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 media-libs/glew/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	6 Jan 2012 21:37:35 -0000	1.76
+++ ChangeLog	15 Mar 2012 21:36:30 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glew
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.76 2012/01/06 21:37:35 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.77 2012/03/15 21:36:30 ssuominen Exp $
+
+  15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -glew-1.5.6.ebuild:
+  old
 
   06 Jan 2012; Mark Loeser <halcy0n@gentoo.org> glew-1.6.0-r1.ebuild:
   Stable for ppc/ppc64; bug #382497






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

end of thread, other threads:[~2012-03-15 21:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 12:17 [gentoo-commits] gentoo-x86 commit in media-libs/glew: ChangeLog glew-1.5.6.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-15 21:36 Samuli Suominen (ssuominen)
2010-10-29  5:41 Jeroen Roovers (jer)
2010-10-24 17:49 Raul Porcel (armin76)
2010-10-14 20:48 Markus Meier (maekke)
2010-10-14 19:12 Brent Baude (ranger)
2010-10-11  7:04 Christian Faulhammer (fauli)
2010-10-08 11:37 Markos Chandras (hwoarang)
2010-09-13 12:35 Michael Weber (xmw)

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