summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-04-02 18:27:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-04-02 18:27:08 +0000
commit4867a639531696f61ac6b5eb8c2969513fa86023 (patch)
tree762123a9ca6d9760ca9161ebdfe7100cf2c6992b /games-simulation
parentfix header (diff)
downloadgentoo-2-4867a639531696f61ac6b5eb8c2969513fa86023.tar.gz
gentoo-2-4867a639531696f61ac6b5eb8c2969513fa86023.tar.bz2
gentoo-2-4867a639531696f61ac6b5eb8c2969513fa86023.zip
old
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/fgrun/Manifest3
-rw-r--r--games-simulation/fgrun/fgrun-1.5.1.ebuild42
-rw-r--r--games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch13
3 files changed, 0 insertions, 58 deletions
diff --git a/games-simulation/fgrun/Manifest b/games-simulation/fgrun/Manifest
index e45803c9703d..71dab4f50bb3 100644
--- a/games-simulation/fgrun/Manifest
+++ b/games-simulation/fgrun/Manifest
@@ -1,8 +1,5 @@
-AUX fgrun-1.5.1-fltk.patch 410 RMD160 1ae552ea62a207879b6a35c15ca9e9a69fe49e83 SHA1 e7f44964f54c82ff73f2ef74181071c4d71dda34 SHA256 828f904265a57a28639014b3de3a804ed32237558160adbf592911503aa46c9b
AUX fgrun-1.5.2-fltk.patch 413 RMD160 3b16e58cca4d3f11aa1d2c71bd7343dd71cec553 SHA1 5e2172a814b733a1ab8a639872737a797bc026fc SHA256 82d202951b45cc62e59a0b9fab887f841739fe38b8f09152a7248292a9273c38
-DIST fgrun-1.5.1.tar.gz 381289 RMD160 234a62371c9657063982d54ad517361d9987f36d SHA1 43bf45aaa5d86268a366c9366af89b6df36d0bcc SHA256 a91a7d3494943876e9bc9e67aa5f366f5a6fa1fd5ebdd7ef239280439e4cb2d7
DIST fgrun-1.5.2.tar.gz 386102 RMD160 d2e791406466235a3eb6b5f77de7fde863c25949 SHA1 26a9055ff0bd9a74a1700ebf93b61161bbadf53f SHA256 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720
-EBUILD fgrun-1.5.1.ebuild 1018 RMD160 1eedaa9c0d8d9164afec04e0296814ed3545c676 SHA1 503c4f1c2ec917866332e4821f675bc7a7b2cbf4 SHA256 348c5e0c2f79e23e37cd5c51b7981ce7dc15492069f4425e4d05ce44d3572f8c
EBUILD fgrun-1.5.2.ebuild 982 RMD160 17876710b55829e30c91d4094cad75c62777ccec SHA1 12256de304a2a0e7b4d56a4614f9092e5f177982 SHA256 778e56de55751b143f75c815695ddc4f11c09ca9dc73ace5bbf1167cc4f08ccc
MISC ChangeLog 1595 RMD160 fd8f542ae573b00a72fae17b35f97ebfcd28f403 SHA1 65808bca6dec179873657cb5a924ed3a33f60c15 SHA256 6a6a8471cbce822675d8cf79f1b62de9df4cea64d7960fa736f62e0e4b6777f8
MISC metadata.xml 262 RMD160 6caf1de687e211ac5d8998c6e22a31bf6dbbc6eb SHA1 3e9e34c4b383660a2098c635ea47b25d3c0888de SHA256 2e1cbb9454546139eba961c493b0f44dd42548536d93fdb44a79a0ecbaea3299
diff --git a/games-simulation/fgrun/fgrun-1.5.1.ebuild b/games-simulation/fgrun/fgrun-1.5.1.ebuild
deleted file mode 100644
index f1afe5b11a9b..000000000000
--- a/games-simulation/fgrun/fgrun-1.5.1.ebuild
+++ /dev/null
@@ -1,42 +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.5.1.ebuild,v 1.2 2009/11/10 19:11:16 mr_bones_ 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=""
-
-DEPEND="dev-games/simgear
- || (
- <x11-libs/fltk-1.1.9:1.1[opengl]
- >=x11-libs/fltk-1.1.9:1.1[opengl,threads]
- )
- x11-libs/libXi
- x11-libs/libXmu"
-RDEPEND="${DEPEND}
- >=games-simulation/flightgear-1.9.0"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}"-fltk.patch
- AT_M4DIR=. eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --with-plib-libraries=/usr/$(get_libdir) \
- --with-plib-includes=/usr/include
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS
- prepgamesdirs
-}
diff --git a/games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch b/games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch
deleted file mode 100644
index dc00c9a6cfd5..000000000000
--- a/games-simulation/fgrun/files/fgrun-1.5.1-fltk.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.ac.old 2007-04-25 22:26:19.000000000 +0200
-+++ configure.ac 2007-04-25 22:27:41.000000000 +0200
-***************
-*** 138,143 ****
---- 138,146 ----
- FLUID="$with_fltk/bin/fluid"
- CPPFLAGS="-I$with_fltk/include $CPPFLAGS"
- EXTRA_DIRS="${EXTRA_DIRS} $with_fltk"
-+ else
-+ CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS"
-+ LDFLAGS="$(fltk-config --ldflags) $LDFLAGS"
- fi
- AC_SUBST(FLUID)