public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2013-07-23  8:36 Michal Gorny (mgorny)
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2013-07-23  8:36 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/07/23 08:36:45

  Modified:             ChangeLog
  Added:                glu-9.0.0-r1.ebuild
  Log:
  Switch to autotools-multilib for USE-flag-based multilib support.
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.16                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Mar 2013 11:51:05 -0000	1.15
+++ ChangeLog	23 Jul 2013 08:36:44 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.15 2013/03/03 11:51:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.16 2013/07/23 08:36:44 mgorny Exp $
+
+*glu-9.0.0-r1 (23 Jul 2013)
+
+  23 Jul 2013; Michał Górny <mgorny@gentoo.org> +glu-9.0.0-r1.ebuild:
+  Switch to autotools-multilib for USE-flag-based multilib support.
 
   03 Mar 2013; Mike Frysinger <vapier@gentoo.org> glu-9.0.0.ebuild:
   Add s390 lovin.



1.1                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.1 2013/07/23 08:36:44 mgorny Exp $

EAPI=5

EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu"

if [[ ${PV} = 9999* ]]; then
	AUTOTOOLS_AUTORECONF=1
	GIT_ECLASS="git-2"
	EXPERIMENTAL="true"
fi

inherit autotools-multilib multilib ${GIT_ECLASS}

DESCRIPTION="The OpenGL Utility Library"
HOMEPAGE="http://cgit.freedesktop.org/mesa/glu/"

if [[ ${PV} = 9999* ]]; then
	SRC_URI=""
else
	SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2"
fi

LICENSE="SGI-B-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"

DEPEND="virtual/opengl"
RDEPEND="${DEPEND}
	!<media-libs/mesa-9
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-opengl-20130224 )"

src_unpack() {
	default
	[[ $PV = 9999* ]] && git-2_src_unpack
}

src_test() {
	:;
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2013-09-21 17:09 Michal Gorny (mgorny)
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-21 17:09 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/21 17:09:42

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Add MULTILIB_USEDEP, update emul-linux blocker.
  
  (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glu-9.0.0-r1.ebuild	23 Jul 2013 08:36:44 -0000	1.1
+++ glu-9.0.0-r1.ebuild	21 Sep 2013 17:09:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.1 2013/07/23 08:36:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.2 2013/09/21 17:09:41 mgorny Exp $
 
 EAPI=5
 
@@ -28,10 +28,10 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
-DEPEND="virtual/opengl"
+DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}
 	!<media-libs/mesa-9
-	abi_x86_32? ( !<=app-emulation/emul-linux-x86-opengl-20130224 )"
+	abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
 
 src_unpack() {
 	default



1.17                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Jul 2013 08:36:44 -0000	1.16
+++ ChangeLog	21 Sep 2013 17:09:42 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.16 2013/07/23 08:36:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.17 2013/09/21 17:09:42 mgorny Exp $
+
+  21 Sep 2013; Michał Górny <mgorny@gentoo.org> glu-9.0.0-r1.ebuild:
+  Add MULTILIB_USEDEP, update emul-linux blocker.
 
 *glu-9.0.0-r1 (23 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-03-27 11:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-27 11:05 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/27 11:05:17

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glu-9.0.0-r1.ebuild	21 Sep 2013 17:09:41 -0000	1.2
+++ glu-9.0.0-r1.ebuild	27 Mar 2014 11:05:16 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.2 2013/09/21 17:09:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.3 2014/03/27 11:05:16 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.18                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	21 Sep 2013 17:09:42 -0000	1.17
+++ ChangeLog	27 Mar 2014 11:05:16 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.17 2013/09/21 17:09:42 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.18 2014/03/27 11:05:16 ago Exp $
+
+  27 Mar 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for amd64, wrt bug #500368
 
   21 Sep 2013; Michał Górny <mgorny@gentoo.org> glu-9.0.0-r1.ebuild:
   Add MULTILIB_USEDEP, update emul-linux blocker.





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-03-29 20:35 Matt Turner (mattst88)
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner (mattst88) @ 2014-03-29 20:35 UTC (permalink / raw
  To: gentoo-commits

mattst88    14/03/29 20:35:27

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  alpha stable, bug #500368.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.5                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glu-9.0.0-r1.ebuild	28 Mar 2014 01:33:12 -0000	1.4
+++ glu-9.0.0-r1.ebuild	29 Mar 2014 20:35:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.4 2014/03/28 01:33:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.5 2014/03/29 20:35:27 mattst88 Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.20                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Mar 2014 01:33:12 -0000	1.19
+++ ChangeLog	29 Mar 2014 20:35:27 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.19 2014/03/28 01:33:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.20 2014/03/29 20:35:27 mattst88 Exp $
+
+  29 Mar 2014; Matt Turner <mattst88@gentoo.org> glu-9.0.0-r1.ebuild:
+  alpha stable, bug #500368.
 
   28 Mar 2014; Jeroen Roovers <jer@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for HPPA (bug #500368).





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-04-06 10:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-06 10:10 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/06 10:10:47

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glu-9.0.0-r1.ebuild	29 Mar 2014 20:35:27 -0000	1.5
+++ glu-9.0.0-r1.ebuild	6 Apr 2014 10:10:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.5 2014/03/29 20:35:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.6 2014/04/06 10:10:47 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.21                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Mar 2014 20:35:27 -0000	1.20
+++ ChangeLog	6 Apr 2014 10:10:47 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.20 2014/03/29 20:35:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.21 2014/04/06 10:10:47 ago Exp $
+
+  06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for x86, wrt bug #500368
 
   29 Mar 2014; Matt Turner <mattst88@gentoo.org> glu-9.0.0-r1.ebuild:
   alpha stable, bug #500368.





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-04-08 20:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-08 20:03 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/08 20:03:04

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glu-9.0.0-r1.ebuild	6 Apr 2014 10:10:47 -0000	1.6
+++ glu-9.0.0-r1.ebuild	8 Apr 2014 20:03:04 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.6 2014/04/06 10:10:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.7 2014/04/08 20:03:04 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.22                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Apr 2014 10:10:47 -0000	1.21
+++ ChangeLog	8 Apr 2014 20:03:04 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.21 2014/04/06 10:10:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.22 2014/04/08 20:03:04 ago Exp $
+
+  08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for ppc, wrt bug #500368
 
   06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for x86, wrt bug #500368





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-04-16  7:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-16  7:43 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/16 07:43:46

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glu-9.0.0-r1.ebuild	8 Apr 2014 20:03:04 -0000	1.7
+++ glu-9.0.0-r1.ebuild	16 Apr 2014 07:43:46 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.7 2014/04/08 20:03:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.8 2014/04/16 07:43:46 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.23                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	8 Apr 2014 20:03:04 -0000	1.22
+++ ChangeLog	16 Apr 2014 07:43:46 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.22 2014/04/08 20:03:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.23 2014/04/16 07:43:46 ago Exp $
+
+  16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for ppc64, wrt bug #500368
 
   08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for ppc, wrt bug #500368





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-04-17  7:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-17  7:51 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/17 07:51:28

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  media-libs/glu/glu-9.0.0-r1.ebuild

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

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glu-9.0.0-r1.ebuild	16 Apr 2014 07:43:46 -0000	1.8
+++ glu-9.0.0-r1.ebuild	17 Apr 2014 07:51:28 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.8 2014/04/16 07:43:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.9 2014/04/17 07:51:28 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.24                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Apr 2014 07:43:46 -0000	1.23
+++ ChangeLog	17 Apr 2014 07:51:28 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.23 2014/04/16 07:43:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.24 2014/04/17 07:51:28 ago Exp $
+
+  17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for ia64, wrt bug #500368
 
   16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for ppc64, wrt bug #500368





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-04-19 17:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-19 17:47 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/19 17:47:02

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 media-libs/glu/glu-9.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?r1=1.9&r2=1.10

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glu-9.0.0-r1.ebuild	17 Apr 2014 07:51:28 -0000	1.9
+++ glu-9.0.0-r1.ebuild	19 Apr 2014 17:47:02 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.9 2014/04/17 07:51:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.10 2014/04/19 17:47:02 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~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 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.25                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Apr 2014 07:51:28 -0000	1.24
+++ ChangeLog	19 Apr 2014 17:47:02 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.24 2014/04/17 07:51:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.25 2014/04/19 17:47:02 ago Exp $
+
+  19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for sparc, wrt bug #500368
 
   17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for ia64, wrt bug #500368





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-06-08  9:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-08  9:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/06/08 09:15:28

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #500368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 media-libs/glu/glu-9.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?r1=1.10&r2=1.11

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glu-9.0.0-r1.ebuild	19 Apr 2014 17:47:02 -0000	1.10
+++ glu-9.0.0-r1.ebuild	8 Jun 2014 09:15:28 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.10 2014/04/19 17:47:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.11 2014/06/08 09:15:28 ago Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 
 LICENSE="SGI-B-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~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 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"



1.26                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	19 Apr 2014 17:47:02 -0000	1.25
+++ ChangeLog	8 Jun 2014 09:15:28 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.25 2014/04/19 17:47:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.26 2014/06/08 09:15:28 ago Exp $
+
+  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
+  Stable for arm, wrt bug #500368
 
   19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for sparc, wrt bug #500368





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

* [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog
@ 2014-06-18 19:30 Michal Gorny (mgorny)
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:30 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 19:30:54

  Modified:             glu-9.0.0-r1.ebuild ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.12                 media-libs/glu/glu-9.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild?r1=1.11&r2=1.12

Index: glu-9.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glu-9.0.0-r1.ebuild	8 Jun 2014 09:15:28 -0000	1.11
+++ glu-9.0.0-r1.ebuild	18 Jun 2014 19:30:54 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.11 2014/06/08 09:15:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0-r1.ebuild,v 1.12 2014/06/18 19:30:54 mgorny Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
-DEPEND="virtual/opengl[${MULTILIB_USEDEP}]"
+DEPEND=">=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}
 	!<media-libs/mesa-9
 	abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"



1.27                 media-libs/glu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	8 Jun 2014 09:15:28 -0000	1.26
+++ ChangeLog	18 Jun 2014 19:30:54 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/glu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.26 2014/06/08 09:15:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.27 2014/06/18 19:30:54 mgorny Exp $
+
+  18 Jun 2014; Michał Górny <mgorny@gentoo.org> glu-9.0.0-r1.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
   08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> glu-9.0.0-r1.ebuild:
   Stable for arm, wrt bug #500368





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

end of thread, other threads:[~2014-06-18 19:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17  7:51 [gentoo-commits] gentoo-x86 commit in media-libs/glu: glu-9.0.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-18 19:30 Michal Gorny (mgorny)
2014-06-08  9:15 Agostino Sarubbo (ago)
2014-04-19 17:47 Agostino Sarubbo (ago)
2014-04-16  7:43 Agostino Sarubbo (ago)
2014-04-08 20:03 Agostino Sarubbo (ago)
2014-04-06 10:10 Agostino Sarubbo (ago)
2014-03-29 20:35 Matt Turner (mattst88)
2014-03-27 11:05 Agostino Sarubbo (ago)
2013-09-21 17:09 Michal Gorny (mgorny)
2013-07-23  8:36 Michal Gorny (mgorny)

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