* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.12.ebuild
@ 2012-05-04 23:13 Michael Weber (xmw)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2012-05-04 23:13 UTC (permalink / raw
To: gentoo-commits
xmw 12/05/04 23:13:04
Modified: ChangeLog
Added: crrcsim-0.9.12.ebuild
Log:
Version bump
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.5 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 23 Apr 2012 17:36:59 -0000 1.4
+++ ChangeLog 4 May 2012 23:13:04 -0000 1.5
@@ -1,6 +1,11 @@
# 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.4 2012/04/23 17:36:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.5 2012/05/04 23:13:04 xmw Exp $
+
+*crrcsim-0.9.12 (04 May 2012)
+
+ 04 May 2012; Michael Weber <xmw@gentoo.org> +crrcsim-0.9.12.ebuild:
+ Version bump
23 Apr 2012; Michał Górny <mgorny@gentoo.org> crrcsim-0.9.11.ebuild:
Use mirror:// in SRC_URI.
1.1 games-simulation/crrcsim/crrcsim-0.9.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?rev=1.1&content-type=text/plain
Index: crrcsim-0.9.12.ebuild
===================================================================
# 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.12.ebuild,v 1.1 2012/05/04 23:13:04 xmw Exp $
EAPI=3
inherit autotools eutils games
DESCRIPTION="model-airplane flight simulation program"
HOMEPAGE="http://sourceforge.net/projects/crrcsim/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="portaudio"
RDEPEND="sci-mathematics/cgal
media-libs/plib
media-libs/libsdl[X,audio,joystick,opengl,video]
portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}"
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
}
src_configure() {
econf --docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_with portaudio)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS HISTORY NEWS README || die
prepgamesdirs
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.12.ebuild
@ 2012-05-10 21:34 Michael Weber (xmw)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2012-05-10 21:34 UTC (permalink / raw
To: gentoo-commits
xmw 12/05/10 21:34:16
Modified: ChangeLog crrcsim-0.9.12.ebuild
Log:
WANT_AUTOMAKE=1.10, doesn't work with >=1.11.2 (bug 415213, thanks Marian Kyral)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.6 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 4 May 2012 23:13:04 -0000 1.5
+++ ChangeLog 10 May 2012 21:34:16 -0000 1.6
@@ -1,6 +1,10 @@
# 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.5 2012/05/04 23:13:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.6 2012/05/10 21:34:16 xmw Exp $
+
+ 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
+ Kyral)
*crrcsim-0.9.12 (04 May 2012)
1.2 games-simulation/crrcsim/crrcsim-0.9.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?r1=1.1&r2=1.2
Index: crrcsim-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crrcsim-0.9.12.ebuild 4 May 2012 23:13:04 -0000 1.1
+++ crrcsim-0.9.12.ebuild 10 May 2012 21:34:16 -0000 1.2
@@ -1,9 +1,10 @@
# 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.12.ebuild,v 1.1 2012/05/04 23:13:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.2 2012/05/10 21:34:16 xmw Exp $
EAPI=3
+WANT_AUTOMAKE="1.10"
inherit autotools eutils games
DESCRIPTION="model-airplane flight simulation program"
@@ -26,7 +27,6 @@
if built_with_use --missing false sci-mathematics/cgal gmp ; then
epatch "${FILESDIR}"/${PN}-cgal_gmp.patch
fi
-
eautoreconf
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.12.ebuild
@ 2014-05-15 16:59 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:59 UTC (permalink / raw
To: gentoo-commits
ulm 14/05/15 16:59:51
Modified: ChangeLog crrcsim-0.9.12.ebuild
Log:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.9 games-simulation/crrcsim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 21 Dec 2012 03:08:34 -0000 1.8
+++ ChangeLog 15 May 2014 16:59:51 -0000 1.9
@@ -1,6 +1,10 @@
# 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.8 2012/12/21 03:08:34 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.9 2014/05/15 16:59:51 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> crrcsim-0.9.12.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
21 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> crrcsim-0.9.12.ebuild:
EAPI=4; eliminate built_with_use
1.4 games-simulation/crrcsim/crrcsim-0.9.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild?r1=1.3&r2=1.4
Index: crrcsim-0.9.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crrcsim-0.9.12.ebuild 21 Dec 2012 03:08:34 -0000 1.3
+++ crrcsim-0.9.12.ebuild 15 May 2014 16:59:51 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.3 2012/12/21 03:08:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.4 2014/05/15 16:59:51 ulm Exp $
EAPI=4
WANT_AUTOMAKE="1.10"
@@ -17,7 +17,7 @@
RDEPEND="sci-mathematics/cgal
media-libs/plib
- media-libs/libsdl[X,audio,joystick,opengl,video]
+ media-libs/libsdl[X,sound,joystick,opengl,video]
portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-15 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 23:13 [gentoo-commits] gentoo-x86 commit in games-simulation/crrcsim: ChangeLog crrcsim-0.9.12.ebuild Michael Weber (xmw)
-- strict thread matches above, loose matches on Subject: below --
2012-05-10 21:34 Michael Weber (xmw)
2014-05-15 16:59 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox