summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-20 20:17:03 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-20 20:17:03 +0000
commit97465fcf2be7486e01d1707419531fa0a363ec18 (patch)
tree88e8ce76c03e1a2b91bdac5b56b6441e5643c090
parentx11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff)
downloadhistorical-97465fcf2be7486e01d1707419531fa0a363ec18.tar.gz
historical-97465fcf2be7486e01d1707419531fa0a363ec18.tar.bz2
historical-97465fcf2be7486e01d1707419531fa0a363ec18.zip
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
-rw-r--r--games-simulation/crashtest/ChangeLog7
-rw-r--r--games-simulation/crashtest/crashtest-1.1.ebuild7
-rw-r--r--games-simulation/fgrun/ChangeLog7
-rw-r--r--games-simulation/fgrun/fgrun-1.5.2.ebuild9
4 files changed, 19 insertions, 11 deletions
diff --git a/games-simulation/crashtest/ChangeLog b/games-simulation/crashtest/ChangeLog
index a525d075f579..0897a9151d9b 100644
--- a/games-simulation/crashtest/ChangeLog
+++ b/games-simulation/crashtest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/crashtest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.8 2010/09/16 17:51:34 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.9 2011/03/20 20:17:03 jlec Exp $
+
+ 20 Mar 2011; Justin Lecher <jlec@gentoo.org> crashtest-1.1.ebuild:
+ x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> crashtest-1.1.ebuild:
virtual/glut -> media-libs/glut
diff --git a/games-simulation/crashtest/crashtest-1.1.ebuild b/games-simulation/crashtest/crashtest-1.1.ebuild
index 2dc87b217f94..4e409c79c8d7 100644
--- a/games-simulation/crashtest/crashtest-1.1.ebuild
+++ b/games-simulation/crashtest/crashtest-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.3 2010/09/16 17:51:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.4 2011/03/20 20:17:03 jlec Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="x11-libs/fltk:1.1[opengl]
+RDEPEND="
+ x11-libs/fltk:1[opengl]
dev-games/ode
media-libs/alsa-lib
virtual/opengl
diff --git a/games-simulation/fgrun/ChangeLog b/games-simulation/fgrun/ChangeLog
index e163986e4a34..24e6681aaf9e 100644
--- a/games-simulation/fgrun/ChangeLog
+++ b/games-simulation/fgrun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/fgrun
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.10 2010/05/21 11:18:16 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.11 2011/03/20 20:16:57 jlec Exp $
+
+ 20 Mar 2011; Justin Lecher <jlec@gentoo.org> fgrun-1.5.2.ebuild:
+ x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
21 May 2010; Tupone Alfredo <tupone@gentoo.org> fgrun-1.5.2.ebuild:
Require at least simgear 2.0.0. Fix bug #320367 by flameeyes@gentoo.org
diff --git a/games-simulation/fgrun/fgrun-1.5.2.ebuild b/games-simulation/fgrun/fgrun-1.5.2.ebuild
index 66174247c29a..828da1fb2ffb 100644
--- a/games-simulation/fgrun/fgrun-1.5.2.ebuild
+++ b/games-simulation/fgrun/fgrun-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.3 2010/10/14 03:04:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.4 2011/03/20 20:16:57 jlec Exp $
EAPI=2
inherit autotools eutils multilib games
@@ -14,8 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-games/simgear-2
- >=x11-libs/fltk-1.1.9:1.1[opengl,threads]"
+DEPEND="
+ >=dev-games/simgear-2
+ x11-libs/fltk:1[opengl,threads]"
RDEPEND="${DEPEND}
>=games-simulation/flightgear-2"