* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-03-07 13:35 Remi Cardona (remi)
0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-03-07 13:35 UTC (permalink / raw
To: gentoo-commits
remi 09/03/07 13:35:22
Modified: ChangeLog
Added: mesa-7.3-r1.ebuild
Log:
media-libs/mesa: add 60+ patches from the 7.4 branch
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.193 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.193&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.193&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.192&r2=1.193
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog 3 Feb 2009 15:56:57 -0000 1.192
+++ ChangeLog 7 Mar 2009 13:35:22 -0000 1.193
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.192 2009/02/03 15:56:57 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.193 2009/03/07 13:35:22 remi Exp $
+
+*mesa-7.3-r1 (07 Mar 2009)
+
+ 07 Mar 2009; Rémi Cardona <remi@gentoo.org> +mesa-7.3-r1.ebuild:
+ add 60+ patches from the 7.4 branch
03 Feb 2009; Rémi Cardona <remi@gentoo.org> mesa-7.3.ebuild:
only pull in the git eclass when PV==9999, fixes bug #257461
1.1 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: mesa-7.3-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.1 2009/03/07 13:35:22 remi Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
inherit autotools multilib flag-o-matic ${GIT} portability
OPENGL_DIR="xorg-x11"
MY_PN="${PN/m/M}"
MY_P="${MY_PN}-${PV/_/-}"
MY_SRC_P="${MY_PN}Lib-${PV/_/-}"
DESCRIPTION="OpenGL-like graphic library for Linux"
HOMEPAGE="http://mesa3d.sourceforge.net/"
if [[ $PV = *_rc* ]]; then
SRC_URI="http://www.mesa3d.org/beta/${MY_SRC_P}.tar.gz"
elif [[ $PV = 9999 ]]; then
SRC_URI=""
else
SRC_URI="mirror://sourceforge/mesa3d/${MY_SRC_P}.tar.bz2
mirror://gentoo/${P}-gentoo-patches-01.tar.bz2"
fi
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
video_cards_mga
video_cards_none
video_cards_r128
video_cards_radeon
video_cards_s3virge
video_cards_savage
video_cards_sis
video_cards_sunffb
video_cards_tdfx
video_cards_trident
video_cards_via"
IUSE="${IUSE_VIDEO_CARDS}
debug
doc
pic
motif
nptl
xcb
kernel_FreeBSD"
RDEPEND="app-admin/eselect-opengl
dev-libs/expat
x11-libs/libX11
x11-libs/libXext
x11-libs/libXxf86vm
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXdamage
>=x11-libs/libdrm-2.4.3
x11-libs/libICE
motif? ( x11-libs/openmotif )
doc? ( app-doc/opengl-manpages )
!<=x11-base/xorg-x11-6.9"
DEPEND="${RDEPEND}
!<=x11-proto/xf86driproto-2.0.3
dev-util/pkgconfig
x11-misc/makedepend
x11-proto/inputproto
x11-proto/xextproto
!hppa? ( x11-proto/xf86driproto )
>=x11-proto/dri2proto-1.99.3
x11-proto/xf86vidmodeproto
>=x11-proto/glproto-1.4.8
motif? ( x11-proto/printproto )"
S="${WORKDIR}/${MY_P}"
# Think about: ggi, svga, fbcon, no-X configs
pkg_setup() {
if use xcb; then
if ! built_with_use x11-libs/libX11 xcb; then
msg="You must build libX11 with xcb enabled."
eerror ${msg}
die ${msg}
fi
fi
if use debug; then
append-flags -g
fi
# gcc 4.2 has buggy ivopts
if [[ $(gcc-version) = "4.2" ]]; then
append-flags -fno-ivopts
fi
# recommended by upstream
append-flags -ffast-math
}
src_unpack() {
if [[ $PV = 9999 ]]; then
git_src_unpack
else
unpack ${A}
fi
cd "${S}"
[[ $PV = 9999 ]] || \
EPATCH_FORCE="yes" EPATCH_SOURCE="${WORKDIR}/patches" \
EPATCH_SUFFIX="patch" epatch
# FreeBSD 6.* doesn't have posix_memalign().
[[ ${CHOST} == *-freebsd6.* ]] && sed -i -e "s/-DHAVE_POSIX_MEMALIGN//" configure.ac
# Don't compile debug code with USE=-debug - bug #125004
if ! use debug; then
einfo "Removing DO_DEBUG defs in dri drivers..."
find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;
fi
eautoreconf
}
src_compile() {
local myconf
# This is where we might later change to build xlib/osmesa
myconf="${myconf} --with-driver=dri"
# Do we want thread-local storage (TLS)?
myconf="${myconf} $(use_enable nptl glx-tls)"
# Configurable DRI drivers
driver_enable swrast
driver_enable video_cards_intel i810 i915 i965
driver_enable video_cards_mach64 mach64
driver_enable video_cards_mga mga
driver_enable video_cards_r128 r128
driver_enable video_cards_radeon radeon r200 r300
driver_enable video_cards_s3virge s3v
driver_enable video_cards_savage savage
driver_enable video_cards_sis sis
driver_enable video_cards_sunffb ffb
driver_enable video_cards_tdfx tdfx
driver_enable video_cards_trident trident
driver_enable video_cards_via unichrome
# Set drivers to everything on which we ran driver_enable()
myconf="${myconf} --with-dri-drivers=${DRI_DRIVERS}"
# Deactivate assembly code for pic build
myconf="${myconf} $(use_enable pic asm)"
# Sparc assembly code is not working
myconf="${myconf} $(use_enable sparc asm)"
myconf="${myconf} --disable-glut"
myconf="${myconf} --without-demos"
myconf="${myconf} $(use_enable xcb)"
# Get rid of glut includes
rm -f "${S}"/include/GL/glut*h
myconf="${myconf} $(use_enable motif glw)"
econf ${myconf} || die
emake || die
}
src_install() {
dodir /usr
emake \
DESTDIR="${D}" \
install || die "Installation failed"
if ! use motif; then
rm "${D}"/usr/include/GL/GLwMDrawA.h
fi
# Don't install private headers
rm -f "${D}"/usr/include/GL/GLw*P.h
fix_opengl_symlinks
dynamic_libgl_install
# Install libtool archives
insinto /usr/$(get_libdir)
# (#67729) Needs to be lib, not $(get_libdir)
doins "${FILESDIR}"/lib/libGLU.la
sed -e "s:\${libdir}:$(get_libdir):g" "${FILESDIR}"/lib/libGL.la \
> "${D}"/usr/$(get_libdir)/opengl/xorg-x11/lib/libGL.la
# On *BSD libcs dlopen() and similar functions are present directly in
# libc.so and does not require linking to libdl. portability eclass takes
# care of finding the needed library (if needed) witht the dlopen_lib
# function.
sed -i -e 's:-ldl:'$(dlopen_lib)':g' \
"${D}"/usr/$(get_libdir)/libGLU.la \
"${D}"/usr/$(get_libdir)/opengl/xorg-x11/lib/libGL.la
# libGLU doesn't get the plain .so symlink either
#dosym libGLU.so.1 /usr/$(get_libdir)/libGLU.so
# Figure out why libGL.so.1.5 is built (directfb), and why it's linked to
# as the default libGL.so.1
}
pkg_postinst() {
switch_opengl_implem
}
fix_opengl_symlinks() {
# Remove invalid symlinks
local LINK
for LINK in $(find "${D}"/usr/$(get_libdir) \
-name libGL\.* -type l); do
rm -f ${LINK}
done
# Create required symlinks
if [[ ${CHOST} == *-freebsd* ]]; then
# FreeBSD doesn't use major.minor versioning, so the library is only
# libGL.so.1 and no libGL.so.1.2 is ever used there, thus only create
# libGL.so symlink and leave libGL.so.1 being the real thing
dosym libGL.so.1 /usr/$(get_libdir)/libGL.so
else
dosym libGL.so.1.2 /usr/$(get_libdir)/libGL.so
dosym libGL.so.1.2 /usr/$(get_libdir)/libGL.so.1
fi
}
dynamic_libgl_install() {
# next section is to setup the dynamic libGL stuff
ebegin "Moving libGL and friends for dynamic switching"
dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/{lib,extensions,include}
local x=""
for x in "${D}"/usr/$(get_libdir)/libGL.so* \
"${D}"/usr/$(get_libdir)/libGL.la \
"${D}"/usr/$(get_libdir)/libGL.a; do
if [ -f ${x} -o -L ${x} ]; then
# libGL.a cause problems with tuxracer, etc
mv -f ${x} "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/lib
fi
done
# glext.h added for #54984
for x in "${D}"/usr/include/GL/{gl.h,glx.h,glext.h,glxext.h}; do
if [ -f ${x} -o -L ${x} ]; then
mv -f ${x} "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
fi
done
eend 0
}
switch_opengl_implem() {
# Switch to the xorg implementation.
# Use new opengl-update that will not reset user selected
# OpenGL interface ...
echo
eselect opengl set --use-old ${OPENGL_DIR}
}
# $1 - VIDEO_CARDS flag
# other args - names of DRI drivers to enable
driver_enable() {
case $# in
# for enabling unconditionally
1)
DRI_DRIVERS="${DRI_DRIVERS},$1"
;;
*)
if use $1; then
shift
for i in $@; do
DRI_DRIVERS="${DRI_DRIVERS},${i}"
done
fi
;;
esac
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-03 13:26 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-04-03 13:26 UTC (permalink / raw
To: gentoo-commits
ranger 09/04/03 13:26:55
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
Marking mesa-7.3-r1 ppc for bug 251832
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Revision Changes Path
1.199 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.198&r2=1.199
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog 29 Mar 2009 17:56:54 -0000 1.198
+++ ChangeLog 3 Apr 2009 13:26:55 -0000 1.199
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.198 2009/03/29 17:56:54 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.199 2009/04/03 13:26:55 ranger Exp $
+
+ 03 Apr 2009; Brent Baude <ranger@gentoo.org> mesa-7.3-r1.ebuild:
+ Marking mesa-7.3-r1 ppc stable for bug 251832
*mesa-7.4 (29 Mar 2009)
1.2 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.1&r2=1.2
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mesa-7.3-r1.ebuild 7 Mar 2009 13:35:22 -0000 1.1
+++ mesa-7.3-r1.ebuild 3 Apr 2009 13:26:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.1 2009/03/07 13:35:22 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.2 2009/04/03 13:26:55 ranger Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-03 14:30 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-04-03 14:30 UTC (permalink / raw
To: gentoo-commits
ranger 09/04/03 14:30:43
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
Marking mesa-7.3-r1 ppc64 for bug 251832
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Revision Changes Path
1.200 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.199&r2=1.200
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog 3 Apr 2009 13:26:55 -0000 1.199
+++ ChangeLog 3 Apr 2009 14:30:42 -0000 1.200
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.199 2009/04/03 13:26:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.200 2009/04/03 14:30:42 ranger Exp $
+
+ 03 Apr 2009; Brent Baude <ranger@gentoo.org> mesa-7.3-r1.ebuild:
+ Marking mesa-7.3-r1 ppc64 stable for bug 251832
03 Apr 2009; Brent Baude <ranger@gentoo.org> mesa-7.3-r1.ebuild:
Marking mesa-7.3-r1 ppc stable for bug 251832
1.3 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.2&r2=1.3
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mesa-7.3-r1.ebuild 3 Apr 2009 13:26:55 -0000 1.2
+++ mesa-7.3-r1.ebuild 3 Apr 2009 14:30:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.2 2009/04/03 13:26:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.3 2009/04/03 14:30:42 ranger Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-05 18:33 Olivier Crete (tester)
0 siblings, 0 replies; 10+ messages in thread
From: Olivier Crete (tester) @ 2009-04-05 18:33 UTC (permalink / raw
To: gentoo-commits
tester 09/04/05 18:33:32
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
Stable on amd64, bug #251832
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.201 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.200&r2=1.201
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog 3 Apr 2009 14:30:42 -0000 1.200
+++ ChangeLog 5 Apr 2009 18:33:31 -0000 1.201
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.200 2009/04/03 14:30:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.201 2009/04/05 18:33:31 tester Exp $
+
+ 05 Apr 2009; Olivier Crête <tester@gentoo.org> mesa-7.3-r1.ebuild:
+ Stable on amd64, bug #251832
+
+ 05 Apr 2009; Olivier Crête <tester@gentoo.org> mesa-7.3-r1.ebuild:
+ Stable on amd64, bug #251832
03 Apr 2009; Brent Baude <ranger@gentoo.org> mesa-7.3-r1.ebuild:
Marking mesa-7.3-r1 ppc64 stable for bug 251832
1.4 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.3&r2=1.4
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mesa-7.3-r1.ebuild 3 Apr 2009 14:30:42 -0000 1.3
+++ mesa-7.3-r1.ebuild 5 Apr 2009 18:33:32 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.3 2009/04/03 14:30:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.4 2009/04/05 18:33:32 tester Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-05 21:41 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-04-05 21:41 UTC (permalink / raw
To: gentoo-commits
maekke 09/04/05 21:41:07
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
x86 stable, bug #251832
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.202 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.202&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.202&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.201&r2=1.202
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog 5 Apr 2009 18:33:31 -0000 1.201
+++ ChangeLog 5 Apr 2009 21:41:07 -0000 1.202
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.201 2009/04/05 18:33:31 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.202 2009/04/05 21:41:07 maekke Exp $
+
+ 05 Apr 2009; Markus Meier <maekke@gentoo.org> mesa-7.3-r1.ebuild:
+ x86 stable, bug #251832
05 Apr 2009; Olivier Crête <tester@gentoo.org> mesa-7.3-r1.ebuild:
Stable on amd64, bug #251832
1.5 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.4&r2=1.5
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mesa-7.3-r1.ebuild 5 Apr 2009 18:33:32 -0000 1.4
+++ mesa-7.3-r1.ebuild 5 Apr 2009 21:41:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.4 2009/04/05 18:33:32 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.5 2009/04/05 21:41:07 maekke Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-06 17:42 Friedrich Oslage (bluebird)
0 siblings, 0 replies; 10+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-04-06 17:42 UTC (permalink / raw
To: gentoo-commits
bluebird 09/04/06 17:42:58
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
Stable on sparc, bug #251832
(Portage version: 2.2_rc28/cvs/Linux sparc64)
Revision Changes Path
1.203 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.203&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.203&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.202&r2=1.203
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog 5 Apr 2009 21:41:07 -0000 1.202
+++ ChangeLog 6 Apr 2009 17:42:57 -0000 1.203
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.202 2009/04/05 21:41:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.203 2009/04/06 17:42:57 bluebird Exp $
+
+ 06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> mesa-7.3-r1.ebuild:
+ Stable on sparc, bug #251832
05 Apr 2009; Markus Meier <maekke@gentoo.org> mesa-7.3-r1.ebuild:
x86 stable, bug #251832
1.6 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.5&r2=1.6
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mesa-7.3-r1.ebuild 5 Apr 2009 21:41:07 -0000 1.5
+++ mesa-7.3-r1.ebuild 6 Apr 2009 17:42:57 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.5 2009/04/05 21:41:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.6 2009/04/06 17:42:57 bluebird Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-15 14:47 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-15 14:47 UTC (permalink / raw
To: gentoo-commits
armin76 09/04/15 14:47:47
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
ia64/sh stable wrt #251832
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.204 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.204&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.204&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.203&r2=1.204
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog 6 Apr 2009 17:42:57 -0000 1.203
+++ ChangeLog 15 Apr 2009 14:47:47 -0000 1.204
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.203 2009/04/06 17:42:57 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.204 2009/04/15 14:47:47 armin76 Exp $
+
+ 15 Apr 2009; Raúl Porcel <armin76@gentoo.org> mesa-7.3-r1.ebuild:
+ ia64/sh stable wrt #251832
06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> mesa-7.3-r1.ebuild:
Stable on sparc, bug #251832
1.7 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.6&r2=1.7
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mesa-7.3-r1.ebuild 6 Apr 2009 17:42:57 -0000 1.6
+++ mesa-7.3-r1.ebuild 15 Apr 2009 14:47:47 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.6 2009/04/06 17:42:57 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.7 2009/04/15 14:47:47 armin76 Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-04-16 2:05 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-16 2:05 UTC (permalink / raw
To: gentoo-commits
jer 09/04/16 02:05:10
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
Stable for HPPA (bug #251832).
(Portage version: 2.2_rc30/cvs/Linux i686)
Revision Changes Path
1.205 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.205&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.205&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.204&r2=1.205
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog 15 Apr 2009 14:47:47 -0000 1.204
+++ ChangeLog 16 Apr 2009 02:05:10 -0000 1.205
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.204 2009/04/15 14:47:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.205 2009/04/16 02:05:10 jer Exp $
+
+ 16 Apr 2009; Jeroen Roovers <jer@gentoo.org> mesa-7.3-r1.ebuild:
+ Stable for HPPA (bug #251832).
15 Apr 2009; Raúl Porcel <armin76@gentoo.org> mesa-7.3-r1.ebuild:
ia64/sh stable wrt #251832
1.8 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.7&r2=1.8
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mesa-7.3-r1.ebuild 15 Apr 2009 14:47:47 -0000 1.7
+++ mesa-7.3-r1.ebuild 16 Apr 2009 02:05:10 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.7 2009/04/15 14:47:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.8 2009/04/16 02:05:10 jer Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-05-15 15:12 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-15 15:12 UTC (permalink / raw
To: gentoo-commits
armin76 09/05/15 15:12:08
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
arm stable
(Portage version: 2.1.6.11/cvs/Linux ia64)
Revision Changes Path
1.212 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.211&r2=1.212
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog 9 May 2009 00:04:10 -0000 1.211
+++ ChangeLog 15 May 2009 15:12:08 -0000 1.212
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.211 2009/05/09 00:04:10 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.212 2009/05/15 15:12:08 armin76 Exp $
+
+ 15 May 2009; Raúl Porcel <armin76@gentoo.org> mesa-7.3-r1.ebuild:
+ arm stable
09 May 2009; Rémi Cardona <remi@gentoo.org> mesa-7.4.ebuild,
mesa-7.4.1-r1.ebuild, mesa-7.4.1-r2.ebuild:
1.9 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.8&r2=1.9
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mesa-7.3-r1.ebuild 16 Apr 2009 02:05:10 -0000 1.8
+++ mesa-7.3-r1.ebuild 15 May 2009 15:12:08 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.8 2009/04/16 02:05:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.9 2009/05/15 15:12:08 armin76 Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild
@ 2009-08-26 17:33 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-08-26 17:33 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/08/26 17:33:33
Modified: ChangeLog mesa-7.3-r1.ebuild
Log:
Stabilise 7.3-r1 on alpha which should be the target (not the 7.4.2). They are mostly 1:1.
(Portage version: 2.2_rc38/cvs/Linux i686)
Revision Changes Path
1.229 media-libs/mesa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.229&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.229&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.228&r2=1.229
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog 26 Aug 2009 14:59:28 -0000 1.228
+++ ChangeLog 26 Aug 2009 17:33:33 -0000 1.229
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.228 2009/08/26 14:59:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.229 2009/08/26 17:33:33 scarabeus Exp $
+
+ 26 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org> mesa-7.3-r1.ebuild:
+ Stabilise 7.3-r1 on alpha which should be the target (not the 7.4.2). They
+ are mostly 1:1.
*mesa-7.5-r3 (26 Aug 2009)
1.10 media-libs/mesa/mesa-7.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild?r1=1.9&r2=1.10
Index: mesa-7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mesa-7.3-r1.ebuild 15 May 2009 15:12:08 -0000 1.9
+++ mesa-7.3-r1.ebuild 26 Aug 2009 17:33:33 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.9 2009/05/15 15:12:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.3-r1.ebuild,v 1.10 2009/08/26 17:33:33 scarabeus Exp $
GIT=$([[ ${PV} = 9999* ]] && echo "git")
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
@@ -24,7 +24,7 @@
fi
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE_VIDEO_CARDS="
video_cards_intel
video_cards_mach64
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-08-26 20:32 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 2:05 [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.3-r1.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-08-26 17:33 Tomas Chvatal (scarabeus)
2009-05-15 15:12 Raul Porcel (armin76)
2009-04-15 14:47 Raul Porcel (armin76)
2009-04-06 17:42 Friedrich Oslage (bluebird)
2009-04-05 21:41 Markus Meier (maekke)
2009-04-05 18:33 Olivier Crete (tester)
2009-04-03 14:30 Brent Baude (ranger)
2009-04-03 13:26 Brent Baude (ranger)
2009-03-07 13:35 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox