summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-12-21 03:03:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-12-21 03:03:58 +0000
commit7dd864204c934f015b944a3f0a9fb5aa0be90be6 (patch)
tree83f1a177b42a5d08cbbc3695108a963a00be3855 /games-simulation
parentremove old (diff)
downloadgentoo-2-7dd864204c934f015b944a3f0a9fb5aa0be90be6.tar.gz
gentoo-2-7dd864204c934f015b944a3f0a9fb5aa0be90be6.tar.bz2
gentoo-2-7dd864204c934f015b944a3f0a9fb5aa0be90be6.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/crrcsim/ChangeLog6
-rw-r--r--games-simulation/crrcsim/crrcsim-0.9.11.ebuild44
2 files changed, 4 insertions, 46 deletions
diff --git a/games-simulation/crrcsim/ChangeLog b/games-simulation/crrcsim/ChangeLog
index 63f0b8e83288..9da5dfcae752 100644
--- a/games-simulation/crrcsim/ChangeLog
+++ b/games-simulation/crrcsim/ChangeLog
@@ -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)
-
diff --git a/games-simulation/crrcsim/crrcsim-0.9.11.ebuild b/games-simulation/crrcsim/crrcsim-0.9.11.ebuild
deleted file mode 100644
index abe76819a93b..000000000000
--- a/games-simulation/crrcsim/crrcsim-0.9.11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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.4 2012/04/23 17:36:59 mgorny Exp $
-
-EAPI=3
-
-inherit autotools eutils games
-
-DESCRIPTION="model-airplane flight simulation program"
-HOMEPAGE="http://crrcsim.berlios.de/"
-SRC_URI="mirror://berlios/${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
-}