diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-08 17:24:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-08 17:24:09 +0000 |
commit | 3ef8fc58b31381bb40178667c20123d64afa89ee (patch) | |
tree | a2c21fbe39cf02011303c423c61f7689ba036088 /games-simulation | |
parent | Respect user's compiler commands, thanks to jer, bug #296058 (diff) | |
download | gentoo-2-3ef8fc58b31381bb40178667c20123d64afa89ee.tar.gz gentoo-2-3ef8fc58b31381bb40178667c20123d64afa89ee.tar.bz2 gentoo-2-3ef8fc58b31381bb40178667c20123d64afa89ee.zip |
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/fgrun/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/fgrun/fgrun-1.0.0.ebuild | 40 | ||||
-rw-r--r-- | games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch | 12 | ||||
-rw-r--r-- | games-simulation/fgrun/files/fgrun-1.0.0-gcc43.patch | 20 |
4 files changed, 0 insertions, 76 deletions
diff --git a/games-simulation/fgrun/Manifest b/games-simulation/fgrun/Manifest index ff58755f9771..c24149ac2f06 100644 --- a/games-simulation/fgrun/Manifest +++ b/games-simulation/fgrun/Manifest @@ -1,9 +1,5 @@ -AUX fgrun-1.0.0-fltk.patch 378 RMD160 208e5cbfd18178ee38cece1488893fecd6cc9330 SHA1 4ecc9fc0c0f2a9cb8e78277860616ab5ce362688 SHA256 88981af0652aecd3d953b4aa94393da9aff4ec8092f8edb68884741eef17050f -AUX fgrun-1.0.0-gcc43.patch 499 RMD160 cb644ffdcc65b789ce62a9e5c537d1a7e33ea337 SHA1 003786f207bb9da47797d15a5c815f7ddd49abaf SHA256 7c9c5a0e7e39d5902193c2002ba51b6394a239db5d08420cb7c7021b2d01b3a8 AUX fgrun-1.5.1-fltk.patch 410 RMD160 1ae552ea62a207879b6a35c15ca9e9a69fe49e83 SHA1 e7f44964f54c82ff73f2ef74181071c4d71dda34 SHA256 828f904265a57a28639014b3de3a804ed32237558160adbf592911503aa46c9b -DIST fgrun-1.0.0.tar.gz 196526 RMD160 54290845d43000a5cb040a6f48628453bc14a41c SHA1 23593e8547d277fba6da8c3019388d7a4d25a394 SHA256 55cdaedcf91217808374fa6e4f6ae32a80fdcaea3d6d9e8056b0afa0aa88933c DIST fgrun-1.5.1.tar.gz 381289 RMD160 234a62371c9657063982d54ad517361d9987f36d SHA1 43bf45aaa5d86268a366c9366af89b6df36d0bcc SHA256 a91a7d3494943876e9bc9e67aa5f366f5a6fa1fd5ebdd7ef239280439e4cb2d7 -EBUILD fgrun-1.0.0.ebuild 966 RMD160 06662db51d043bbfd64851bfd7f20745e0277ab9 SHA1 4b5a7fc03c316842cca8a110f5c03564833e9a10 SHA256 07d950901cb60288e7f7888263289025bf1b2be102c58e9709b29ed65de3cc29 EBUILD fgrun-1.5.1.ebuild 1018 RMD160 1eedaa9c0d8d9164afec04e0296814ed3545c676 SHA1 503c4f1c2ec917866332e4821f675bc7a7b2cbf4 SHA256 348c5e0c2f79e23e37cd5c51b7981ce7dc15492069f4425e4d05ce44d3572f8c MISC ChangeLog 1405 RMD160 5be4038c6a7ef82105c5b88e93d230533749e8be SHA1 8a49fffca397959bb5909599af982354a08fe7c8 SHA256 1c605fe11191ea9669e9f37875bf1f1c7a3293fc2b63581fb6043b873f355e52 MISC metadata.xml 262 RMD160 6caf1de687e211ac5d8998c6e22a31bf6dbbc6eb SHA1 3e9e34c4b383660a2098c635ea47b25d3c0888de SHA256 2e1cbb9454546139eba961c493b0f44dd42548536d93fdb44a79a0ecbaea3299 diff --git a/games-simulation/fgrun/fgrun-1.0.0.ebuild b/games-simulation/fgrun/fgrun-1.0.0.ebuild deleted file mode 100644 index 13a626c6c352..000000000000 --- a/games-simulation/fgrun/fgrun-1.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.5 2009/10/17 17:34:40 tupone Exp $ - -EAPI=2 -inherit autotools eutils multilib games - -DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator" -HOMEPAGE="http://sourceforge.net/projects/fgrun" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-games/simgear - x11-libs/fltk:1.1[opengl] - games-simulation/flightgear - x11-libs/libXi - x11-libs/libXmu" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}"-{fltk,gcc43}.patch - AT_M4DIR=. eautoreconf -} - -src_configure() { - egamesconf \ - --with-plib-libraries=/usr/$(get_libdir) \ - --with-plib-includes=/usr/include \ - || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS - prepgamesdirs -} diff --git a/games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch b/games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch deleted file mode 100644 index 359b9c811b52..000000000000 --- a/games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ac.old 2007-04-25 22:26:19.000000000 +0200 -+++ configure.ac 2007-04-25 22:27:41.000000000 +0200 -@@ -194,6 +194,9 @@ - FLUID="$fltk_prefix/bin/fluid" - CPPFLAGS="-I$fltk_prefix/include $CPPFLAGS" - LDFLAGS="-L$fltk_prefix/lib $LDFLAGS" -+else -+ CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS" -+ LDFLAGS="$(fltk-config --ldflags) $LDFLAGS" - fi - - AC_SUBST(FLUID) diff --git a/games-simulation/fgrun/files/fgrun-1.0.0-gcc43.patch b/games-simulation/fgrun/files/fgrun-1.0.0-gcc43.patch deleted file mode 100644 index 0d7fa1a7509d..000000000000 --- a/games-simulation/fgrun/files/fgrun-1.0.0-gcc43.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/advanced.cxx.old 2008-09-19 12:01:50.000000000 +0200 -+++ src/advanced.cxx 2008-09-19 12:02:17.000000000 +0200 -@@ -3,6 +3,7 @@ - #if HAVE_CONFIG_H - #include <config.h> - #endif -+#include <string.h> - #include "advanced.h" - - void Advanced::cb_page_list_i(Fl_Browser* o, void*) { ---- src/settings.cxx.old 2008-09-19 12:03:55.000000000 +0200 -+++ src/settings.cxx 2008-09-19 12:04:19.000000000 +0200 -@@ -25,6 +25,7 @@ - #endif - - #include <string> -+#include <string.h> - - #include <FL/filename.H> - |