Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
Date: Fri, 02 Jun 2017 14:38:54
Message-Id: 1496414284.7ccaa14608e9084f85f05ac4e76c4bdfd2218973.mva@gentoo
1 commit: 7ccaa14608e9084f85f05ac4e76c4bdfd2218973
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Fri Jun 2 14:38:04 2017 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Fri Jun 2 14:38:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7ccaa146
7
8 fgrun: not needed anymore
9
10 .../fgrun/fgrun-3.5.0_p20150118.ebuild | 49 ----------------------
11 games-simulation/fgrun/fgrun-9999.ebuild | 49 ----------------------
12 games-simulation/fgrun/metadata.xml | 8 ----
13 3 files changed, 106 deletions(-)
14
15 diff --git a/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild b/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild
16 deleted file mode 100644
17 index 1ecf472..0000000
18 --- a/games-simulation/fgrun/fgrun-3.5.0_p20150118.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=4
26 -
27 -inherit games cmake-utils vcs-snapshot
28 -
29 -DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
30 -HOMEPAGE="http://sourceforge.net/projects/fgrun"
31 -SRC_URI="https://gitorious.org/fg/fgrun/archive/a9b036105a7c519090dc8324f5a43ba89810451e.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="nls"
37 -
38 -COMMON_DEPEND="
39 - >=dev-games/openscenegraph-3.0.1
40 - sys-libs/zlib
41 - x11-libs/fltk:1[opengl,threads]
42 -"
43 -
44 -DEPEND="${COMMON_DEPEND}
45 - >=dev-games/simgear-2.9
46 - >=dev-libs/boost-1.34
47 - nls? ( virtual/libintl )
48 -"
49 -
50 -RDEPEND="${COMMON_DEPEND}
51 - >=games-simulation/flightgear-2.9
52 -"
53 -
54 -DOCS=(AUTHORS NEWS)
55 -
56 -src_configure() {
57 - mycmakeargs=(
58 - -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
59 - -DSIMGEAR_SHARED=ON
60 - $(cmake-utils_use_enable nls)
61 - )
62 - cmake-utils_src_configure
63 -}
64 -
65 -src_install() {
66 - cmake-utils_src_install
67 - make_desktop_entry ${PN} "${PN}" flightgear
68 - prepgamesdirs
69 -}
70
71 diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
72 deleted file mode 100644
73 index 7d42840..0000000
74 --- a/games-simulation/fgrun/fgrun-9999.ebuild
75 +++ /dev/null
76 @@ -1,49 +0,0 @@
77 -# Copyright 1999-2012 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Header: $
80 -
81 -EAPI=4
82 -
83 -inherit games cmake-utils git-2
84 -
85 -DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
86 -HOMEPAGE="http://sourceforge.net/projects/fgrun"
87 -EGIT_REPO_URI="git://gitorious.org/fg/${PN}.git"
88 -
89 -LICENSE="GPL-2"
90 -SLOT="0"
91 -KEYWORDS=""
92 -IUSE="nls"
93 -
94 -COMMON_DEPEND="
95 - >=dev-games/openscenegraph-3.0.1
96 - sys-libs/zlib
97 - x11-libs/fltk:1[opengl,threads]
98 -"
99 -
100 -DEPEND="${COMMON_DEPEND}
101 - >=dev-games/simgear-2.9
102 - >=dev-libs/boost-1.34
103 - nls? ( virtual/libintl )
104 -"
105 -
106 -RDEPEND="${COMMON_DEPEND}
107 - >=games-simulation/flightgear-2.9
108 -"
109 -
110 -DOCS=(AUTHORS NEWS)
111 -
112 -src_configure() {
113 - mycmakeargs=(
114 - -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
115 - -DSIMGEAR_SHARED=ON
116 - $(cmake-utils_use_enable nls)
117 - )
118 - cmake-utils_src_configure
119 -}
120 -
121 -src_install() {
122 - cmake-utils_src_install
123 - make_desktop_entry ${PN} "${PN}" flightgear
124 - prepgamesdirs
125 -}
126
127 diff --git a/games-simulation/fgrun/metadata.xml b/games-simulation/fgrun/metadata.xml
128 deleted file mode 100644
129 index 5a0fdfa..0000000
130 --- a/games-simulation/fgrun/metadata.xml
131 +++ /dev/null
132 @@ -1,8 +0,0 @@
133 -<?xml version="1.0" encoding="UTF-8"?>
134 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
135 -<pkgmetadata>
136 -<maintainer>
137 -<email>chris@××××××××××.de</email>
138 -<name>Christian Schmitt</name>
139 -</maintainer>
140 -</pkgmetadata>