* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2013-09-21 17:10 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-21 17:10 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/21 17:10:29
Modified: ChangeLog
Added: glew-1.10.0-r2.ebuild
Log:
Convert to multilib.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.95 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 23 Jul 2013 23:48:01 -0000 1.94
+++ ChangeLog 21 Sep 2013 17:10:29 -0000 1.95
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.94 2013/07/23 23:48:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.95 2013/09/21 17:10:29 mgorny Exp $
+
+*glew-1.10.0-r2 (21 Sep 2013)
+
+ 21 Sep 2013; Michał Górny <mgorny@gentoo.org> +glew-1.10.0-r2.ebuild:
+ Convert to multilib.
*glew-1.10.0-r1 (23 Jul 2013)
1.1 media-libs/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.1&content-type=text/plain
Index: glew-1.10.0-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.1 2013/09/21 17:10:29 mgorny Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
DESCRIPTION="The OpenGL Extension Wrangler Library"
HOMEPAGE="http://glew.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND="virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXmu[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
DEPEND=${RDEPEND}
src_prepare() {
sed -i \
-e '/INSTALL/s:-s::' \
-e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
-e '/^.PHONY: .*\.pc$/d' \
Makefile || die
if ! use static-libs ; then
sed -i \
-e '/glew.lib:/s|lib/$(LIB.STATIC) ||' \
-e '/glew.lib.mx:/s|lib/$(LIB.STATIC.MX) ||' \
-e '/INSTALL.*LIB.STATIC/d' \
Makefile || die
fi
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
# and let freebsd be built as on linux too
cp config/Makefile.linux config/Makefile.freebsd || die
multilib_copy_sources
}
set_opts() {
myglewopts=(
AR="$(tc-getAR)"
STRIP=true
CC="$(tc-getCC)"
LD="$(tc-getCC) ${LDFLAGS}"
M_ARCH=""
LDFLAGS.EXTRA=""
POPT="${CFLAGS}"
)
}
multilib_src_compile() {
set_opts
emake GLEW_DEST="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" "${myglewopts[@]}"
}
multilib_src_install() {
set_opts
emake \
GLEW_DEST="${ED}/usr" \
LIBDIR="${ED}/usr/$(get_libdir)" \
"${myglewopts[@]}" \
install.all
dodoc TODO.txt
use doc && dohtml doc/*
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-06-18 19:30 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:30 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 19:30:50
Modified: glew-1.10.0-r2.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.2 media-libs/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.1&r2=1.2
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glew-1.10.0-r2.ebuild 21 Sep 2013 17:10:29 -0000 1.1
+++ glew-1.10.0-r2.ebuild 18 Jun 2014 19:30:50 -0000 1.2
@@ -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/glew/glew-1.10.0-r2.ebuild,v 1.1 2013/09/21 17:10:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.2 2014/06/18 19:30:50 mgorny Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -14,12 +14,12 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
-RDEPEND="virtual/glu[${MULTILIB_USEDEP}]
- virtual/opengl[${MULTILIB_USEDEP}]
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libXext[${MULTILIB_USEDEP}]
- x11-libs/libXi[${MULTILIB_USEDEP}]
- x11-libs/libXmu[${MULTILIB_USEDEP}]
+RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
+ >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
DEPEND=${RDEPEND}
1.96 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 21 Sep 2013 17:10:29 -0000 1.95
+++ ChangeLog 18 Jun 2014 19:30:50 -0000 1.96
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/glew
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.95 2013/09/21 17:10:29 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.96 2014/06/18 19:30:50 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> glew-1.10.0-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*glew-1.10.0-r2 (21 Sep 2013)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-07-22 10:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:48 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:48:11
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 media-libs/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.3&r2=1.4
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glew-1.10.0-r2.ebuild 20 Jul 2014 18:20:16 -0000 1.3
+++ glew-1.10.0-r2.ebuild 22 Jul 2014 10:48:11 -0000 1.4
@@ -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/glew/glew-1.10.0-r2.ebuild,v 1.3 2014/07/20 18:20:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.4 2014/07/22 10:48:11 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.98 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 20 Jul 2014 18:20:16 -0000 1.97
+++ ChangeLog 22 Jul 2014 10:48:11 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.97 2014/07/20 18:20:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.98 2014/07/22 10:48:11 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for amd64, wrt bug #512912
20 Jul 2014; Markus Meier <maekke@gentoo.org> glew-1.10.0-r2.ebuild:
arm stable, bug #512012
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-07-23 15:19 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:19 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:19:21
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 media-libs/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.4&r2=1.5
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glew-1.10.0-r2.ebuild 22 Jul 2014 10:48:11 -0000 1.4
+++ glew-1.10.0-r2.ebuild 23 Jul 2014 15:19:21 -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/glew/glew-1.10.0-r2.ebuild,v 1.4 2014/07/22 10:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.5 2014/07/23 15:19:21 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.99 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 22 Jul 2014 10:48:11 -0000 1.98
+++ ChangeLog 23 Jul 2014 15:19:21 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.98 2014/07/22 10:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.99 2014/07/23 15:19:21 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
Stable for amd64, wrt bug #512912
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-07-28 13:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:45 UTC (permalink / raw
To: gentoo-commits
ago 14/07/28 13:45:15
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #512012
(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/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.5&r2=1.6
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glew-1.10.0-r2.ebuild 23 Jul 2014 15:19:21 -0000 1.5
+++ glew-1.10.0-r2.ebuild 28 Jul 2014 13:45:15 -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/glew/glew-1.10.0-r2.ebuild,v 1.5 2014/07/23 15:19:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.6 2014/07/28 13:45:15 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.100 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 23 Jul 2014 15:19:21 -0000 1.99
+++ ChangeLog 28 Jul 2014 13:45:15 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.99 2014/07/23 15:19:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.100 2014/07/28 13:45:15 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
Stable for x86, wrt bug #512012
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-08-21 10:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 10:41 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 10:41:26
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #512012
(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/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.7&r2=1.8
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glew-1.10.0-r2.ebuild 7 Aug 2014 18:55:21 -0000 1.7
+++ glew-1.10.0-r2.ebuild 21 Aug 2014 10:41:26 -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/glew/glew-1.10.0-r2.ebuild,v 1.7 2014/08/07 18:55:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.8 2014/08/21 10:41:26 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.102 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 7 Aug 2014 18:55:21 -0000 1.101
+++ ChangeLog 21 Aug 2014 10:41:26 -0000 1.102
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.101 2014/08/07 18:55:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.102 2014/08/21 10:41:26 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for ppc64, wrt bug #512012
07 Aug 2014; Jeroen Roovers <jer@gentoo.org> glew-1.10.0-r2.ebuild:
Stable for HPPA (bug #512012).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-08-23 15:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:30 UTC (permalink / raw
To: gentoo-commits
ago 14/08/23 15:30:44
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #512012
(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/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.8&r2=1.9
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glew-1.10.0-r2.ebuild 21 Aug 2014 10:41:26 -0000 1.8
+++ glew-1.10.0-r2.ebuild 23 Aug 2014 15:30:44 -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/glew/glew-1.10.0-r2.ebuild,v 1.8 2014/08/21 10:41:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.9 2014/08/23 15:30:44 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.103 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 21 Aug 2014 10:41:26 -0000 1.102
+++ ChangeLog 23 Aug 2014 15:30:44 -0000 1.103
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.102 2014/08/21 10:41:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.103 2014/08/23 15:30:44 ago Exp $
+
+ 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for ia64, wrt bug #512012
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
Stable for ppc64, wrt bug #512012
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-08-25 10:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-25 10:59 UTC (permalink / raw
To: gentoo-commits
ago 14/08/25 10:59:24
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #512012
(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/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.9&r2=1.10
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glew-1.10.0-r2.ebuild 23 Aug 2014 15:30:44 -0000 1.9
+++ glew-1.10.0-r2.ebuild 25 Aug 2014 10:59:24 -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/glew/glew-1.10.0-r2.ebuild,v 1.9 2014/08/23 15:30:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.10 2014/08/25 10:59:24 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.104 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 23 Aug 2014 15:30:44 -0000 1.103
+++ ChangeLog 25 Aug 2014 10:59:24 -0000 1.104
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.103 2014/08/23 15:30:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.104 2014/08/25 10:59:24 ago Exp $
+
+ 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for alpha, wrt bug #512012
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
Stable for ia64, wrt bug #512012
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog
@ 2014-09-15 8:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-15 8:20 UTC (permalink / raw
To: gentoo-commits
ago 14/09/15 08:20:54
Modified: glew-1.10.0-r2.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #512012
(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/glew/glew-1.10.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild?r1=1.10&r2=1.11
Index: glew-1.10.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glew-1.10.0-r2.ebuild 25 Aug 2014 10:59:24 -0000 1.10
+++ glew-1.10.0-r2.ebuild 15 Sep 2014 08:20:54 -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/glew/glew-1.10.0-r2.ebuild,v 1.10 2014/08/25 10:59:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.10.0-r2.ebuild,v 1.11 2014/09/15 08:20:54 ago Exp $
EAPI=5
inherit multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
1.105 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 25 Aug 2014 10:59:24 -0000 1.104
+++ ChangeLog 15 Sep 2014 08:20:54 -0000 1.105
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.104 2014/08/25 10:59:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.105 2014/09/15 08:20:54 ago Exp $
+
+ 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
+ Stable for sparc, wrt bug #512012
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> glew-1.10.0-r2.ebuild:
Stable for alpha, wrt bug #512012
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-09-15 8:22 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 10:48 [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.10.0-r2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-09-15 8:20 Agostino Sarubbo (ago)
2014-08-25 10:59 Agostino Sarubbo (ago)
2014-08-23 15:30 Agostino Sarubbo (ago)
2014-08-21 10:41 Agostino Sarubbo (ago)
2014-07-28 13:45 Agostino Sarubbo (ago)
2014-07-23 15:19 Agostino Sarubbo (ago)
2014-06-18 19:30 Michal Gorny (mgorny)
2013-09-21 17:10 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