* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.11.ebuild
@ 2011-11-12 1:54 Michael Weber (xmw)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber (xmw) @ 2011-11-12 1:54 UTC (permalink / raw
To: gentoo-commits
xmw 11/11/12 01:54:08
Modified: ChangeLog crrcsim-0.9.11.ebuild
Log:
Add dep on sci-mathematics/cgal, fix --docdir, clean up
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.2 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 12 Nov 2011 00:01:24 -0000 1.1
+++ ChangeLog 12 Nov 2011 01:54:08 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/crrcsim
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.1 2011/11/12 00:01:24 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.2 2011/11/12 01:54:08 xmw Exp $
+
+ 12 Nov 2011; Michael Weber <xmw@gentoo.org> crrcsim-0.9.11.ebuild:
+ Add dep on sci-mathematics/cgal, fix --docdir, clean up
*crrcsim-0.9.11 (11 Nov 2011)
1.2 games-simulation/crrcsim/crrcsim-0.9.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?r1=1.1&r2=1.2
Index: crrcsim-0.9.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crrcsim-0.9.11.ebuild 12 Nov 2011 00:01:24 -0000 1.1
+++ crrcsim-0.9.11.ebuild 12 Nov 2011 01:54:08 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.1 2011/11/12 00:01:24 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.2 2011/11/12 01:54:08 xmw Exp $
EAPI=3
@@ -15,7 +15,8 @@
KEYWORDS="~amd64 ~x86"
IUSE="portaudio"
-RDEPEND="media-libs/plib
+RDEPEND="sci-mathematics/cgal
+ media-libs/plib
media-libs/libsdl[X,audio,joystick,opengl,video]
portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}"
@@ -27,7 +28,8 @@
}
src_configure() {
- econf $(use_with poraudio) $(use_with sdl)
+ econf --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+ $(use_with portaudio)
}
src_install() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.11.ebuild
@ 2011-11-13 22:15 Michael Weber (xmw)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber (xmw) @ 2011-11-13 22:15 UTC (permalink / raw
To: gentoo-commits
xmw 11/11/13 22:15:50
Modified: ChangeLog crrcsim-0.9.11.ebuild
Log:
fix sci-mathematics/cgal[gmp] problem (thanks rinus, bug 390309)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.3 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 12 Nov 2011 01:54:08 -0000 1.2
+++ ChangeLog 13 Nov 2011 22:15:50 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/crrcsim
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.2 2011/11/12 01:54:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.3 2011/11/13 22:15:50 xmw Exp $
+
+ 13 Nov 2011; Michael Weber <xmw@gentoo.org> crrcsim-0.9.11.ebuild,
+ +files/crrcsim-cgal_gmp.patch, files/crrcsim-buildsystem.patch:
+ fix sci-mathematics/cgal[gmp] problem (thanks rinus, bug 390309)
12 Nov 2011; Michael Weber <xmw@gentoo.org> crrcsim-0.9.11.ebuild:
Add dep on sci-mathematics/cgal, fix --docdir, clean up
1.3 games-simulation/crrcsim/crrcsim-0.9.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?r1=1.2&r2=1.3
Index: crrcsim-0.9.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crrcsim-0.9.11.ebuild 12 Nov 2011 01:54:08 -0000 1.2
+++ crrcsim-0.9.11.ebuild 13 Nov 2011 22:15:50 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.2 2011/11/12 01:54:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.3 2011/11/13 22:15:50 xmw Exp $
EAPI=3
@@ -23,6 +23,9 @@
src_prepare() {
epatch "${FILESDIR}"/${PN}-buildsystem.patch
+ if built_with_use --missing false sci-mathematics/cgal gmp ; then
+ epatch "${FILESDIR}"/${PN}-cgal_gmp.patch
+ fi
eautoreconf
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.11.ebuild
@ 2012-04-23 17:36 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-04-23 17:36 UTC (permalink / raw
To: gentoo-commits
mgorny 12/04/23 17:36:59
Modified: ChangeLog crrcsim-0.9.11.ebuild
Log:
Use mirror:// in SRC_URI.
(Portage version: 2.2.0_alpha100_p12/cvs/Linux x86_64)
Revision Changes Path
1.4 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 13 Nov 2011 22:15:50 -0000 1.3
+++ ChangeLog 23 Apr 2012 17:36:59 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/crrcsim
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.3 2011/11/13 22:15:50 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.4 2012/04/23 17:36:59 mgorny Exp $
+
+ 23 Apr 2012; Michał Górny <mgorny@gentoo.org> crrcsim-0.9.11.ebuild:
+ Use mirror:// in SRC_URI.
13 Nov 2011; Michael Weber <xmw@gentoo.org> crrcsim-0.9.11.ebuild,
+files/crrcsim-cgal_gmp.patch, files/crrcsim-buildsystem.patch:
1.4 games-simulation/crrcsim/crrcsim-0.9.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild?r1=1.3&r2=1.4
Index: crrcsim-0.9.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crrcsim-0.9.11.ebuild 13 Nov 2011 22:15:50 -0000 1.3
+++ crrcsim-0.9.11.ebuild 23 Apr 2012 17:36:59 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.3 2011/11/13 22:15:50 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.4 2012/04/23 17:36:59 mgorny Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="model-airplane flight simulation program"
HOMEPAGE="http://crrcsim.berlios.de/"
-SRC_URI="http://download.berlios.de/${PN}/${P}.tar.gz"
+SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.11.ebuild
@ 2012-12-21 3:03 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-12-21 3:03 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 12/12/21 03:03:58
Modified: ChangeLog
Removed: crrcsim-0.9.11.ebuild
Log:
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.7 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 10 May 2012 21:34:16 -0000 1.6
+++ ChangeLog 21 Dec 2012 03:03:58 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/crrcsim
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.6 2012/05/10 21:34:16 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.7 2012/12/21 03:03:58 mr_bones_ Exp $
+
+ 21 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> -crrcsim-0.9.11.ebuild:
+ old
10 May 2012; Michael Weber <xmw@gentoo.org> crrcsim-0.9.12.ebuild:
WANT_AUTOMAKE=1.10, doesn't work with >=1.11.2 (bug 415213, thanks Marian
@@ -27,4 +30,3 @@
+files/crrcsim-buildsystem.patch, +metadata.xml:
Initial import (thanks to Piotr Szymaniak and Krzysztof Synowiec for the
report, bug 227273)
-
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-21 3:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 22:15 [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.11.ebuild Michael Weber (xmw)
-- strict thread matches above, loose matches on Subject: below --
2012-12-21 3:03 Michael Sterrett (mr_bones_)
2012-04-23 17:36 Michal Gorny (mgorny)
2011-11-12 1:54 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox