From 0461da6f251ffac1ec0a91e117508324c3d0a4e3 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Sat, 28 Jan 2017 01:03:04 +0100 Subject: games-simulation/crrcsim: Drop old versions. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild | 60 ----------------------- 1 file changed, 60 deletions(-) delete mode 100644 games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild (limited to 'games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild') diff --git a/games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild b/games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild deleted file mode 100644 index ab3711e12c27..000000000000 --- a/games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -WANT_AUTOMAKE="1.10" -inherit autotools eutils gnome2-utils games - -DESCRIPTION="model-airplane flight simulation program" -HOMEPAGE="https://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,sound,joystick,opengl,video] - portaudio? ( media-libs/portaudio )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-buildsystem.patch - if has_version "sci-mathematics/cgal[gmp(+)]" ; then - epatch "${FILESDIR}"/${PN}-cgal_gmp.patch - fi - eautoreconf -} - -src_configure() { - egamesconf \ - --datarootdir="${EPREFIX%/}/usr/share" \ - --datadir="${GAMES_DATADIR}" \ - --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \ - $(use_with portaudio) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS HISTORY NEWS README - doicon -s 32 packages/icons/${PN}.png - make_desktop_entry ${PN} - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} -- cgit v1.2.3-18-g5258