Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
Date: Thu, 26 Dec 2019 17:19:30
Message-Id: 1577380760.4aa0208b4dab25a797fdf18be868a2f86aef48a7.pacho@gentoo
1 commit: 4aa0208b4dab25a797fdf18be868a2f86aef48a7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 17:19:09 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 17:19:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa0208b
7
8 games-simulation/singularity: Drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-simulation/singularity/Manifest | 2 -
14 games-simulation/singularity/metadata.xml | 3 --
15 .../singularity/singularity-0.30c-r2.ebuild | 49 ----------------------
16 3 files changed, 54 deletions(-)
17
18 diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
19 index b77ad70dbed..473099d139a 100644
20 --- a/games-simulation/singularity/Manifest
21 +++ b/games-simulation/singularity/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST endgame-singularity-music-006.zip 28250705 BLAKE2B 62f39536afe12d0928056cca05cccbc7542d79ce5a2acfb23dc99e66ea291eeadc2ae8e771cfed5a96ff69bdc217b69f44b8c5143a323fa5c06fe2d34ac6d425 SHA512 47e489112309cc742c2dcffec004aff25c54488fdf2a5f2dc67b7dcf67ca55996fe8e8403e4a16712fbc4e22289f12e612ad9d4322cd1d1aaab871f0ffb27e19
24 DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120 SHA512 ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
25 -DIST singularity-0.30c-src.tar.gz 2265133 BLAKE2B a3f7612ac173ef34183ea500d8bef8b1c823b54d0b0acb6a40bce058497d424f76df5fd51da8f1acfb636a556759cea2114529e0e60b453652d0b04a139b19a1 SHA512 ffca50c179b745561a25e3fb3525abb862d72f63f533f8a41472067d0ce94c8a236486c9c40a5040335d84e903c498805d591dc546a92d0a7651105103fe114f
26 DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e SHA512 8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25
27
28 diff --git a/games-simulation/singularity/metadata.xml b/games-simulation/singularity/metadata.xml
29 index 3bc51b541a4..7a0effa40f3 100644
30 --- a/games-simulation/singularity/metadata.xml
31 +++ b/games-simulation/singularity/metadata.xml
32 @@ -5,9 +5,6 @@
33 <email>games@g.o</email>
34 <name>Gentoo Games Project</name>
35 </maintainer>
36 - <use>
37 - <flag name="music">Install music files</flag>
38 - </use>
39 <upstream>
40 <remote-id type="google-code">endgame-singularity</remote-id>
41 </upstream>
42
43 diff --git a/games-simulation/singularity/singularity-0.30c-r2.ebuild b/games-simulation/singularity/singularity-0.30c-r2.ebuild
44 deleted file mode 100644
45 index b00c722f9da..00000000000
46 --- a/games-simulation/singularity/singularity-0.30c-r2.ebuild
47 +++ /dev/null
48 @@ -1,49 +0,0 @@
49 -# Copyright 1999-2016 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=6
53 -PYTHON_COMPAT=( python2_7 )
54 -inherit eutils python-single-r1
55 -
56 -MUSIC=endgame-${PN}-music-006
57 -DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
58 -HOMEPAGE="http://www.emhsoft.com/singularity/"
59 -SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz
60 - music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"
61 -
62 -LICENSE="GPL-2 CC-BY-SA-2.5"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE="+music"
66 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
67 -
68 -DEPEND="${PYTHON_DEPS}"
69 -RDEPEND="${DEPEND}
70 - dev-python/numpy[${PYTHON_USEDEP}]
71 - dev-python/pygame[${PYTHON_USEDEP}]
72 - media-libs/sdl-mixer[vorbis]"
73 -DEPEND="${DEPEND}
74 - app-arch/unzip"
75 -
76 -pkg_setup() {
77 - python-single-r1_pkg_setup
78 -}
79 -
80 -src_prepare() {
81 - default
82 -
83 - rm -f code/{,*}/*.pyc data/*.html || die # Remove unecessary files
84 -}
85 -
86 -src_install() {
87 - insinto /usr/share/${PN}
88 - doins -r code data ${PN}.py
89 - python_optimize ${ED%/}/usr/share/${PN}
90 -
91 - if use music ; then
92 - doins -r ../${MUSIC}/music
93 - fi
94 -
95 - make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
96 - dodoc README.txt TODO Changelog AUTHORS
97 -}