Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/fgrun/
Date: Fri, 29 Jan 2016 15:56:32
Message-Id: 1454082973.254764601e0f7a764220f3794ecc000d5c3abc41.mr_bones_@gentoo
1 commit: 254764601e0f7a764220f3794ecc000d5c3abc41
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 15:53:47 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 15:56:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25476460
7
8 games-simulation/fgrun: games-simulation/fgrun is gone
9
10 games-simulation/fgrun/Manifest | 1 -
11 games-simulation/fgrun/fgrun-3.0.0.ebuild | 53 -------------------------------
12 games-simulation/fgrun/metadata.xml | 14 --------
13 3 files changed, 68 deletions(-)
14
15 diff --git a/games-simulation/fgrun/Manifest b/games-simulation/fgrun/Manifest
16 deleted file mode 100644
17 index afb8fca..0000000
18 --- a/games-simulation/fgrun/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST fg-fgrun-e13e42811239008fded7685d8f2311bb571f6a58.tar.gz 194601 SHA256 004cbed58ffcc8a4e7f65de462081dc414e8c58f76b4425bf84ff39f51c073f0 SHA512 16bb59a8d5c05fb55a52dcc470742d28affff9db837d01197c915c98ca6232b4831d0b5908075601a6e3e0c96c784ea042f5382376fbb506179fc97da487abbc WHIRLPOOL 713b5768651af14eacb0371de28d0e89a33a85c1e1e7da43a1139fda7662cedd0b270db2e3238bcd2de2f6be7547d8a1ce292e0dc3486f642c6bdf4f84b4aacb
22
23 diff --git a/games-simulation/fgrun/fgrun-3.0.0.ebuild b/games-simulation/fgrun/fgrun-3.0.0.ebuild
24 deleted file mode 100644
25 index 18a5d7a..0000000
26 --- a/games-simulation/fgrun/fgrun-3.0.0.ebuild
27 +++ /dev/null
28 @@ -1,53 +0,0 @@
29 -# Copyright 1999-2014 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI=5
34 -
35 -inherit games cmake-utils
36 -
37 -# Exported from git tag 3.0.0-final
38 -MY_PN=fg-fgrun
39 -MY_PV=e13e42811239008fded7685d8f2311bb571f6a58
40 -MY_P="${MY_PN}-${MY_PV}"
41 -
42 -DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
43 -HOMEPAGE="http://sourceforge.net/projects/fgrun"
44 -SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="debug nls"
50 -
51 -COMMON_DEPEND="
52 - >=dev-games/openscenegraph-3.0.1
53 - sys-libs/zlib
54 - x11-libs/fltk:1[opengl,threads]
55 -"
56 -DEPEND="${COMMON_DEPEND}
57 - >=dev-games/simgear-${PV}
58 - >=dev-libs/boost-1.34
59 - nls? ( sys-devel/gettext )
60 -"
61 -RDEPEND="${COMMON_DEPEND}
62 - >=games-simulation/flightgear-${PV}
63 -"
64 -
65 -S=${WORKDIR}/${MY_PN}
66 -DOCS=(AUTHORS NEWS)
67 -
68 -src_configure() {
69 - local mycmakeargs=(
70 - -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
71 - $(cmake-utils_use_enable nls)
72 - )
73 -
74 - cmake-utils_src_configure
75 -}
76 -
77 -src_install() {
78 - cmake-utils_src_install
79 -
80 - prepgamesdirs
81 -}
82
83 diff --git a/games-simulation/fgrun/metadata.xml b/games-simulation/fgrun/metadata.xml
84 deleted file mode 100644
85 index 06660d5..0000000
86 --- a/games-simulation/fgrun/metadata.xml
87 +++ /dev/null
88 @@ -1,14 +0,0 @@
89 -<?xml version="1.0" encoding="UTF-8"?>
90 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 -<pkgmetadata>
92 - <maintainer type="project">
93 - <email>games@g.o</email>
94 - <name>Gentoo Games Project</name>
95 - </maintainer>
96 - <longdescription lang="en">
97 -A graphical frontend to run FlightGear Flight Simulator.
98 - </longdescription>
99 - <upstream>
100 - <remote-id type="sourceforge">fgrun</remote-id>
101 - </upstream>
102 -</pkgmetadata>