Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/, games-strategy/freeorion/files/
Date: Sun, 07 Aug 2022 13:59:42
Message-Id: 1659880745.022a2c16311cedefb6608cb5cd25c3330efab6fc.ionen@gentoo
1 commit: 022a2c16311cedefb6608cb5cd25c3330efab6fc
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 13:38:59 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 13:59:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022a2c16
7
8 games-strategy/freeorion: drop 0.4.10.2-r0
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-strategy/freeorion/Manifest | 1 -
13 games-strategy/freeorion/files/freeorion.envd | 1 -
14 games-strategy/freeorion/freeorion-0.4.10.2.ebuild | 77 ----------------------
15 3 files changed, 79 deletions(-)
16
17 diff --git a/games-strategy/freeorion/Manifest b/games-strategy/freeorion/Manifest
18 index 199410a08934..478345ba36ff 100644
19 --- a/games-strategy/freeorion/Manifest
20 +++ b/games-strategy/freeorion/Manifest
21 @@ -1,2 +1 @@
22 DIST FreeOrion_v0.4.10.2_2021-08-01.f663dad_Source.tar.gz 124836633 BLAKE2B 42224b84a7aef99e998cb025b5095365a65670a3a0a543ef323f444f1904557713dc995de6f7ccaf9a45e34f62b4c65d4977caa0f6ac7605a9978268bdef0ba1 SHA512 a0f327f5fec82cf15495828f60b59b59834efaa041919fe9f68e4428e89b729503b7e666214ea39e5c9afdfbb9efd343c5cbcb8dfc982d6f56b3a06fd898f428
23 -DIST freeorion-0.4.10.2.tar.gz 124720711 BLAKE2B 4f707b5296bdbc05b2b775b62f0393d1770bcf64c48f08d3332fbbb4b78e1bdc3e8111a1e421a8d0f0e03ca7454bba981809b9486d3d803e39faf042f1145059 SHA512 13832992efe17fe48615ccdf284d1e9f391c35ed518abd15276992128a02894f4b30c8fe3d950e41935efb823cf834dc430330f0bcc6c9e91f13a3dea9812628
24
25 diff --git a/games-strategy/freeorion/files/freeorion.envd b/games-strategy/freeorion/files/freeorion.envd
26 deleted file mode 100644
27 index 182c707cb002..000000000000
28 --- a/games-strategy/freeorion/files/freeorion.envd
29 +++ /dev/null
30 @@ -1 +0,0 @@
31 -LDPATH="/usr/lib64/freeorion:/usr/lib32/freeorion:/usr/lib/freeorion"
32
33 diff --git a/games-strategy/freeorion/freeorion-0.4.10.2.ebuild b/games-strategy/freeorion/freeorion-0.4.10.2.ebuild
34 deleted file mode 100644
35 index 8931083dbe88..000000000000
36 --- a/games-strategy/freeorion/freeorion-0.4.10.2.ebuild
37 +++ /dev/null
38 @@ -1,77 +0,0 @@
39 -# Copyright 1999-2022 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=8
43 -
44 -PYTHON_COMPAT=( python3_{8..10} )
45 -inherit cmake python-single-r1 xdg
46 -
47 -DESCRIPTION="A free turn-based space empire and galactic conquest game"
48 -HOMEPAGE="https://www.freeorion.org"
49 -
50 -if [[ ${PV} == 9999 ]]; then
51 - inherit git-r3
52 - EGIT_REPO_URI="https://github.com/freeorion/freeorion.git"
53 -else
54 - KEYWORDS="~amd64"
55 - if [[ ${PV} = *_p* ]]; then
56 - COMMIT=""
57 - SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
58 - S="${WORKDIR}/${PN}-${COMMIT}"
59 - else
60 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
61 - S="${WORKDIR}/${PN}-${PV/_/-}"
62 - fi
63 -fi
64 -
65 -LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
66 -SLOT="0"
67 -IUSE="dedicated"
68 -
69 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
70 -
71 -BDEPEND="
72 - virtual/pkgconfig
73 -"
74 -RDEPEND="
75 - $(python_gen_cond_dep '
76 - >=dev-libs/boost-1.60:=[nls,python,threads(+),${PYTHON_USEDEP}]
77 - ')
78 - !dedicated? (
79 - media-libs/freealut
80 - >=media-libs/freetype-2.5.5
81 - media-libs/glew:=
82 - >=media-libs/libogg-1.1.3
83 - media-libs/libpng:0=
84 - media-libs/libsdl2[X,opengl,video]
85 - >=media-libs/libvorbis-1.1.2
86 - media-libs/openal
87 - sci-physics/bullet:=
88 - virtual/opengl
89 - )
90 - sys-libs/zlib
91 - ${PYTHON_DEPS}
92 -"
93 -DEPEND="${RDEPEND}"
94 -
95 -src_prepare() {
96 - sed -e "s/-O3//" -i CMakeLists.txt || die
97 -
98 - cmake_src_prepare
99 -}
100 -
101 -src_configure() {
102 - local mycmakeargs=(
103 - -DCMAKE_BUILD_TYPE=Release
104 - -DCMAKE_SKIP_RPATH=ON
105 - -DBUILD_HEADLESS="$(usex dedicated)"
106 - )
107 -
108 - cmake_src_configure
109 -}
110 -
111 -src_install() {
112 - cmake_src_install
113 -
114 - newenvd "${FILESDIR}/${PN}.envd" 99${PN}
115 -}