* [gentoo-commits] gentoo-x86 commit in media-libs/openinventor: openinventor-2.1.5.10-r2.ebuild ChangeLog
@ 2008-05-23 16:32 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2008-05-23 16:32 UTC (permalink / raw
To: gentoo-commits
maekke 08/05/23 16:32:56
Modified: openinventor-2.1.5.10-r2.ebuild ChangeLog
Log:
add quotes
(Portage version: 2.1.5.2)
Revision Changes Path
1.7 media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?r1=1.6&r2=1.7
Index: openinventor-2.1.5.10-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openinventor-2.1.5.10-r2.ebuild 12 Jul 2007 03:10:24 -0000 1.6
+++ openinventor-2.1.5.10-r2.ebuild 23 May 2008 16:32:55 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.6 2007/07/12 03:10:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.7 2008/05/23 16:32:55 maekke Exp $
inherit eutils versionator
@@ -37,21 +37,21 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# ordinary yacc fails
- epatch ${FILESDIR}/use-byacc.patch
+ epatch "${FILESDIR}"/use-byacc.patch
# support for amd64, sparc and alpha
- epatch ${FILESDIR}/support-archs.patch
+ epatch "${FILESDIR}"/support-archs.patch
# freetype2 wasn't enabled by default
- epatch ${FILESDIR}/freetype2-activate.patch
+ epatch "${FILESDIR}"/freetype2-activate.patch
# extra #include statement necessary for freetype2
- epatch ${FILESDIR}/freetype2-includes.patch
+ epatch "${FILESDIR}"/freetype2-includes.patch
# script aiding in manual installation required csh
- epatch ${FILESDIR}/no-csh.patch
+ epatch "${FILESDIR}"/no-csh.patch
# put files in sane places
- epatch ${FILESDIR}/gentoo-paths-v2.patch
+ epatch "${FILESDIR}"/gentoo-paths-v2.patch
# fix compilation with gcc-4
- epatch ${FILESDIR}/gcc4-support.patch
+ epatch "${FILESDIR}"/gcc4-support.patch
}
src_compile() {
1.16 media-libs/openinventor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 19 Nov 2006 09:02:04 -0000 1.15
+++ ChangeLog 23 May 2008 16:32:55 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openinventor
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.15 2006/11/19 09:02:04 stefaan Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.16 2008/05/23 16:32:55 maekke Exp $
+
+ 23 May 2008; Markus Meier <maekke@gentoo.org>
+ openinventor-2.1.5.10-r2.ebuild:
+ add quotes
19 Nov 2006; Stefaan De Roeck <stefaan@gentoo.org>
-files/gentoo-paths.patch, -openinventor-2.1.5.10-r1.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openinventor: openinventor-2.1.5.10-r2.ebuild ChangeLog
@ 2008-06-07 8:57 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-06-07 8:57 UTC (permalink / raw
To: gentoo-commits
bicatali 08/06/07 08:57:46
Modified: openinventor-2.1.5.10-r2.ebuild ChangeLog
Log:
Added a few trivial fixes for gcc-4.3 in gcc4-support.patch, and filter optimizations >=O2 because of segmentation faults
(Portage version: 2.1.5.4)
Revision Changes Path
1.8 media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?r1=1.7&r2=1.8
Index: openinventor-2.1.5.10-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openinventor-2.1.5.10-r2.ebuild 23 May 2008 16:32:55 -0000 1.7
+++ openinventor-2.1.5.10-r2.ebuild 7 Jun 2008 08:57:45 -0000 1.8
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.7 2008/05/23 16:32:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.8 2008/06/07 08:57:45 bicatali Exp $
-inherit eutils versionator
+inherit eutils versionator flag-o-matic
MY_PV=$(replace_version_separator 3 '-')
MY_PN="inventor"
@@ -17,9 +17,10 @@
IUSE=""
RDEPEND="media-libs/mesa
- virtual/motif
+ x11-libs/openmotif
>=media-libs/jpeg-6b
- >=media-libs/freetype-2.0"
+ >=media-libs/freetype-2.0
+ media-fonts/corefonts"
DEPEND="dev-util/byacc
${RDEPEND}"
@@ -55,6 +56,9 @@
}
src_compile() {
+ # -O2 segfaults on amd64 gcc-4.3 with ivman command (bicatali jun.08)
+ replace-flags -O? -O1
+
# VLDOPTS: find libraries during linking of executables
# VLDDSOOPTS: find libraries during linking of libraries
# VCFLAGS / VCXXFLAGS: pass user-chosen compiler flags
@@ -80,7 +84,7 @@
# system
# IVLIBDIR: multilib-strict compliance
# LD_LIBRARY_PATH: support executables ran during install
- make \
+ emake -j1 \
IVROOT="${D}" \
LLDOPTS= \
IVLIBDIR="${D}usr/$(get_libdir)" \
1.17 media-libs/openinventor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 23 May 2008 16:32:55 -0000 1.16
+++ ChangeLog 7 Jun 2008 08:57:45 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/openinventor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.16 2008/05/23 16:32:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.17 2008/06/07 08:57:45 bicatali Exp $
+
+ 07 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ files/gcc4-support.patch, openinventor-2.1.5.10-r2.ebuild:
+ Added a few trivial fixes for gcc-4.3 in gcc4-support.patch, and filter
+ optimizations >=O2 because of segmentation faults
23 May 2008; Markus Meier <maekke@gentoo.org>
openinventor-2.1.5.10-r2.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openinventor: openinventor-2.1.5.10-r2.ebuild ChangeLog
@ 2008-08-10 12:10 Stefaan De Roeck (stefaan)
0 siblings, 0 replies; 5+ messages in thread
From: Stefaan De Roeck (stefaan) @ 2008-08-10 12:10 UTC (permalink / raw
To: gentoo-commits
stefaan 08/08/10 12:10:17
Modified: openinventor-2.1.5.10-r2.ebuild ChangeLog
Log:
Small patch needed to support sparc (fixes #231962)
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Revision Changes Path
1.9 media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?r1=1.8&r2=1.9
Index: openinventor-2.1.5.10-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openinventor-2.1.5.10-r2.ebuild 7 Jun 2008 08:57:45 -0000 1.8
+++ openinventor-2.1.5.10-r2.ebuild 10 Aug 2008 12:10:16 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.8 2008/06/07 08:57:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.9 2008/08/10 12:10:16 stefaan Exp $
inherit eutils versionator flag-o-matic
@@ -43,6 +43,7 @@
epatch "${FILESDIR}"/use-byacc.patch
# support for amd64, sparc and alpha
epatch "${FILESDIR}"/support-archs.patch
+ epatch "${FILESDIR}"/support-sparc.patch
# freetype2 wasn't enabled by default
epatch "${FILESDIR}"/freetype2-activate.patch
# extra #include statement necessary for freetype2
1.18 media-libs/openinventor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 7 Jun 2008 08:57:45 -0000 1.17
+++ ChangeLog 10 Aug 2008 12:10:16 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openinventor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.17 2008/06/07 08:57:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.18 2008/08/10 12:10:16 stefaan Exp $
+
+ 10 Aug 2008; Stefaan De Roeck <stefaan@gentoo.org>
+ +files/support-sparc.patch, openinventor-2.1.5.10-r2.ebuild:
+ Small patch needed to support sparc (fixes #231962)
07 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
files/gcc4-support.patch, openinventor-2.1.5.10-r2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openinventor: openinventor-2.1.5.10-r2.ebuild ChangeLog
@ 2008-08-10 14:20 Ferris McCormick (fmccor)
0 siblings, 0 replies; 5+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-08-10 14:20 UTC (permalink / raw
To: gentoo-commits
fmccor 08/08/10 14:20:00
Modified: openinventor-2.1.5.10-r2.ebuild ChangeLog
Log:
Add ~sparc for testing, it now builds. Bug #231962.
(Portage version: 2.2_rc6/cvs/Linux 2.6.20-gentoo-r8 x86_64)
Revision Changes Path
1.10 media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?r1=1.9&r2=1.10
Index: openinventor-2.1.5.10-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openinventor-2.1.5.10-r2.ebuild 10 Aug 2008 12:10:16 -0000 1.9
+++ openinventor-2.1.5.10-r2.ebuild 10 Aug 2008 14:19:59 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.9 2008/08/10 12:10:16 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.10 2008/08/10 14:19:59 fmccor Exp $
inherit eutils versionator flag-o-matic
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 x86"
+KEYWORDS="alpha amd64 ~sparc x86"
IUSE=""
RDEPEND="media-libs/mesa
1.19 media-libs/openinventor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 10 Aug 2008 12:10:16 -0000 1.18
+++ ChangeLog 10 Aug 2008 14:19:59 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openinventor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.18 2008/08/10 12:10:16 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.19 2008/08/10 14:19:59 fmccor Exp $
+
+ 10 Aug 2008; Ferris McCormick <fmccor@gentoo.org>
+ openinventor-2.1.5.10-r2.ebuild:
+ Add ~sparc for testing, it now builds. Bug #231962.
10 Aug 2008; Stefaan De Roeck <stefaan@gentoo.org>
+files/support-sparc.patch, openinventor-2.1.5.10-r2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openinventor: openinventor-2.1.5.10-r2.ebuild ChangeLog
@ 2008-09-10 11:18 Ferris McCormick (fmccor)
0 siblings, 0 replies; 5+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-09-10 11:18 UTC (permalink / raw
To: gentoo-commits
fmccor 08/09/10 11:18:21
Modified: openinventor-2.1.5.10-r2.ebuild ChangeLog
Log:
Sparc stable, 30 day bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Revision Changes Path
1.11 media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild?r1=1.10&r2=1.11
Index: openinventor-2.1.5.10-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openinventor-2.1.5.10-r2.ebuild 10 Aug 2008 14:19:59 -0000 1.10
+++ openinventor-2.1.5.10-r2.ebuild 10 Sep 2008 11:18:21 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.10 2008/08/10 14:19:59 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r2.ebuild,v 1.11 2008/09/10 11:18:21 fmccor Exp $
inherit eutils versionator flag-o-matic
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~sparc x86"
+KEYWORDS="alpha amd64 sparc x86"
IUSE=""
RDEPEND="media-libs/mesa
1.20 media-libs/openinventor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openinventor/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 10 Aug 2008 14:19:59 -0000 1.19
+++ ChangeLog 10 Sep 2008 11:18:21 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openinventor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.19 2008/08/10 14:19:59 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.20 2008/09/10 11:18:21 fmccor Exp $
+
+ 10 Sep 2008; Ferris McCormick <fmccor@gentoo.org>
+ openinventor-2.1.5.10-r2.ebuild:
+ Sparc stable, 30 day bump.
10 Aug 2008; Ferris McCormick <fmccor@gentoo.org>
openinventor-2.1.5.10-r2.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-09-10 11:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-10 14:20 [gentoo-commits] gentoo-x86 commit in media-libs/openinventor: openinventor-2.1.5.10-r2.ebuild ChangeLog Ferris McCormick (fmccor)
-- strict thread matches above, loose matches on Subject: below --
2008-09-10 11:18 Ferris McCormick (fmccor)
2008-08-10 12:10 Stefaan De Roeck (stefaan)
2008-06-07 8:57 Sebastien Fabbro (bicatali)
2008-05-23 16:32 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox