public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2016-09-15 17:18 Austin English
  0 siblings, 0 replies; 17+ messages in thread
From: Austin English @ 2016-09-15 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9a223f221cc9bd717eea30e1947e73775ee5763d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 16:20:16 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 17:18:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a223f22

games-simulation/singularity: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 .../singularity/singularity-0.30c-r2.ebuild        | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/games-simulation/singularity/singularity-0.30c-r2.ebuild b/games-simulation/singularity/singularity-0.30c-r2.ebuild
new file mode 100644
index 00000000..e178c59
--- /dev/null
+++ b/games-simulation/singularity/singularity-0.30c-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1
+
+MUSIC=endgame-${PN}-music-006
+DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world"
+HOMEPAGE="http://www.emhsoft.com/singularity/"
+SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz
+	music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"
+
+LICENSE="GPL-2 CC-BY-SA-2.5"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+music"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pygame[${PYTHON_USEDEP}]
+	media-libs/sdl-mixer[vorbis]"
+DEPEND="${DEPEND}
+	app-arch/unzip"
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	rm -f code/{,*}/*.pyc data/*.html || die # Remove unecessary files
+}
+
+src_install() {
+	insinto /usr/share/${PN}
+	doins -r code data ${PN}.py || die
+	python_optimize ${ED%/}/usr/share/${PN}
+
+	if use music ; then
+		doins -r ../${MUSIC}/music || die
+	fi
+
+	make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
+	dodoc README.txt TODO Changelog AUTHORS
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2017-12-01 19:31 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2017-12-01 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f7497d8a28e340f50e4328e91db6d564e2d369dc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 18:58:06 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 19:30:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7497d8a

games-simulation/singularity: [QA] Fix DESCRIPTION.toolong

 games-simulation/singularity/singularity-0.30c-r1.ebuild | 2 +-
 games-simulation/singularity/singularity-0.30c-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-simulation/singularity/singularity-0.30c-r1.ebuild b/games-simulation/singularity/singularity-0.30c-r1.ebuild
index 74baaef2762..1c03544f34a 100644
--- a/games-simulation/singularity/singularity-0.30c-r1.ebuild
+++ b/games-simulation/singularity/singularity-0.30c-r1.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 games
 
 MUSIC=endgame-${PN}-music-006
-DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world"
+DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
 HOMEPAGE="http://www.emhsoft.com/singularity/"
 SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz
 	music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"

diff --git a/games-simulation/singularity/singularity-0.30c-r2.ebuild b/games-simulation/singularity/singularity-0.30c-r2.ebuild
index 69f55f32b10..51ceaa93529 100644
--- a/games-simulation/singularity/singularity-0.30c-r2.ebuild
+++ b/games-simulation/singularity/singularity-0.30c-r2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1
 
 MUSIC=endgame-${PN}-music-006
-DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world"
+DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
 HOMEPAGE="http://www.emhsoft.com/singularity/"
 SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz
 	music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2019-12-26 17:19 Pacho Ramos
  0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2019-12-26 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e181864d25b19d28a873169bd04f9e2aac00a77e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 17:17:54 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 17:19:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e181864d

games-simulation/singularity: Version bump supporting python3

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-simulation/singularity/Manifest              |  2 +
 .../singularity/singularity-1.0_alpha1.ebuild      | 44 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
index b8204206060..b77ad70dbed 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,2 +1,4 @@
 DIST endgame-singularity-music-006.zip 28250705 BLAKE2B 62f39536afe12d0928056cca05cccbc7542d79ce5a2acfb23dc99e66ea291eeadc2ae8e771cfed5a96ff69bdc217b69f44b8c5143a323fa5c06fe2d34ac6d425 SHA512 47e489112309cc742c2dcffec004aff25c54488fdf2a5f2dc67b7dcf67ca55996fe8e8403e4a16712fbc4e22289f12e612ad9d4322cd1d1aaab871f0ffb27e19
+DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120 SHA512 ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
 DIST singularity-0.30c-src.tar.gz 2265133 BLAKE2B a3f7612ac173ef34183ea500d8bef8b1c823b54d0b0acb6a40bce058497d424f76df5fd51da8f1acfb636a556759cea2114529e0e60b453652d0b04a139b19a1 SHA512 ffca50c179b745561a25e3fb3525abb862d72f63f533f8a41472067d0ce94c8a236486c9c40a5040335d84e903c498805d591dc546a92d0a7651105103fe114f
+DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e SHA512 8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25

diff --git a/games-simulation/singularity/singularity-1.0_alpha1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1.ebuild
new file mode 100644
index 00000000000..5d2e8e29eb0
--- /dev/null
+++ b/games-simulation/singularity/singularity-1.0_alpha1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit desktop eutils python-single-r1
+
+MUSIC="endgame-${PN}-music-007"
+DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
+HOMEPAGE="http://www.emhsoft.com/singularity/ https://github.com/singularity/singularity"
+SRC_URI="https://github.com/singularity/singularity/releases/download/${P/_alpha/a}/${P/_alpha/a}.tar.gz
+	http://emhsoft.com/singularity/${MUSIC}.zip"
+
+LICENSE="GPL-2 CC-BY-SA-2.5"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pygame[${PYTHON_USEDEP}]
+	dev-python/polib[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${P/_alpha/a}"
+
+src_install() {
+	insinto /usr/share/${PN}
+	doins -r "${PN}" "${PN}.py"
+
+	python_optimize "${ED}/usr/share/${PN}"
+
+	insinto /usr/share/${PN}/${PN}/music
+	doins "${WORKDIR}"/${MUSIC}/*
+
+	make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
+	dodoc README.txt TODO Changelog AUTHORS
+
+	domenu "${PN}.desktop"
+	newicon "${PN}"/data/themes/default/images/icon.png "${PN}.png"
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2019-12-26 17:19 Pacho Ramos
  0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2019-12-26 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4aa0208b4dab25a797fdf18be868a2f86aef48a7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 17:19:09 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 17:19:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa0208b

games-simulation/singularity: Drop old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-simulation/singularity/Manifest              |  2 -
 games-simulation/singularity/metadata.xml          |  3 --
 .../singularity/singularity-0.30c-r2.ebuild        | 49 ----------------------
 3 files changed, 54 deletions(-)

diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
index b77ad70dbed..473099d139a 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,4 +1,2 @@
-DIST endgame-singularity-music-006.zip 28250705 BLAKE2B 62f39536afe12d0928056cca05cccbc7542d79ce5a2acfb23dc99e66ea291eeadc2ae8e771cfed5a96ff69bdc217b69f44b8c5143a323fa5c06fe2d34ac6d425 SHA512 47e489112309cc742c2dcffec004aff25c54488fdf2a5f2dc67b7dcf67ca55996fe8e8403e4a16712fbc4e22289f12e612ad9d4322cd1d1aaab871f0ffb27e19
 DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120 SHA512 ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
-DIST singularity-0.30c-src.tar.gz 2265133 BLAKE2B a3f7612ac173ef34183ea500d8bef8b1c823b54d0b0acb6a40bce058497d424f76df5fd51da8f1acfb636a556759cea2114529e0e60b453652d0b04a139b19a1 SHA512 ffca50c179b745561a25e3fb3525abb862d72f63f533f8a41472067d0ce94c8a236486c9c40a5040335d84e903c498805d591dc546a92d0a7651105103fe114f
 DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e SHA512 8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25

diff --git a/games-simulation/singularity/metadata.xml b/games-simulation/singularity/metadata.xml
index 3bc51b541a4..7a0effa40f3 100644
--- a/games-simulation/singularity/metadata.xml
+++ b/games-simulation/singularity/metadata.xml
@@ -5,9 +5,6 @@
 		<email>games@gentoo.org</email>
 		<name>Gentoo Games Project</name>
 	</maintainer>
-	<use>
-		<flag name="music">Install music files</flag>
-	</use>
 	<upstream>
 		<remote-id type="google-code">endgame-singularity</remote-id>
 	</upstream>

diff --git a/games-simulation/singularity/singularity-0.30c-r2.ebuild b/games-simulation/singularity/singularity-0.30c-r2.ebuild
deleted file mode 100644
index b00c722f9da..00000000000
--- a/games-simulation/singularity/singularity-0.30c-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1
-
-MUSIC=endgame-${PN}-music-006
-DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
-HOMEPAGE="http://www.emhsoft.com/singularity/"
-SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz
-	music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip )"
-
-LICENSE="GPL-2 CC-BY-SA-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+music"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pygame[${PYTHON_USEDEP}]
-	media-libs/sdl-mixer[vorbis]"
-DEPEND="${DEPEND}
-	app-arch/unzip"
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	default
-
-	rm -f code/{,*}/*.pyc data/*.html || die # Remove unecessary files
-}
-
-src_install() {
-	insinto /usr/share/${PN}
-	doins -r code data ${PN}.py
-	python_optimize ${ED%/}/usr/share/${PN}
-
-	if use music ; then
-		doins -r ../${MUSIC}/music
-	fi
-
-	make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
-	dodoc README.txt TODO Changelog AUTHORS
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2019-12-27 11:05 Pacho Ramos
  0 siblings, 0 replies; 17+ messages in thread
From: Pacho Ramos @ 2019-12-27 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f312c0b80c543325a3c4d6d053158be6ec2bb7de
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 11:01:54 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 11:01:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f312c0b8

games-simulation/singularity: Add py3.8 (with new pygame py3-only)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-simulation/singularity/singularity-1.0_alpha1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/singularity/singularity-1.0_alpha1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1.ebuild
index 5d2e8e29eb0..d54f147ac48 100644
--- a/games-simulation/singularity/singularity-1.0_alpha1.ebuild
+++ b/games-simulation/singularity/singularity-1.0_alpha1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit desktop eutils python-single-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2020-02-09 16:25 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2020-02-09 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2a41d708c59e9ab0d0df25c5ff0e3c2f76976e5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 14:10:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:22:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a41d708

games-simulation/singularity: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...rity-1.0_alpha1.ebuild => singularity-1.0_alpha1-r1.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-simulation/singularity/singularity-1.0_alpha1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
similarity index 84%
rename from games-simulation/singularity/singularity-1.0_alpha1.ebuild
rename to games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
index d54f147ac48..644b755a6c2 100644
--- a/games-simulation/singularity/singularity-1.0_alpha1.ebuild
+++ b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,9 +18,11 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pygame[${PYTHON_USEDEP}]
-	dev-python/polib[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+		dev-python/pygame[${PYTHON_MULTI_USEDEP}]
+		dev-python/polib[${PYTHON_MULTI_USEDEP}]
+	')
 "
 DEPEND="${RDEPEND}"
 BDEPEND="app-arch/unzip"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-03-25 15:22 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-25 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     709917098fc4dbec7a65c6e084e2e0f0c0775296
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 15:13:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 15:22:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70991709

games-simulation/singularity: add 1.00

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-simulation/singularity/Manifest              |  1 +
 .../singularity/singularity-1.00.ebuild            | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
index 473099d139a..b6a2bca0922 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,2 +1,3 @@
 DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120 SHA512 ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
+DIST singularity-1.00.tar.gz 1944972 BLAKE2B 1ca2b120311a19f175014835930610583e8f605dbda3ca3ca96d7e0da86bddeb4b0a264f50a003aa51e05b86ce971255ffda5f498598dde6be370b9a953eb1d0 SHA512 f3581048c5a535fdbd28d2af1ac596f5396fd712b716931f17de75f8b170f0e226deb2c113023357e21e7de1294e4a632515962df9ee43768baf0fb4bbaa08da
 DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e SHA512 8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25

diff --git a/games-simulation/singularity/singularity-1.00.ebuild b/games-simulation/singularity/singularity-1.00.ebuild
new file mode 100644
index 00000000000..02d8aec65fc
--- /dev/null
+++ b/games-simulation/singularity/singularity-1.00.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit desktop distutils-r1
+
+MUSIC="endgame-${PN}-music-007"
+DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
+HOMEPAGE="http://www.emhsoft.com/singularity/ https://github.com/singularity/singularity"
+SRC_URI="https://github.com/singularity/singularity/releases/download/v${PV}/${P/_alpha/a}.tar.gz"
+SRC_URI+=" https://emhsoft.com/singularity/${MUSIC}.zip"
+S="${WORKDIR}/${P/_alpha/a}"
+
+LICENSE="GPL-2 CC-BY-SA-2.5"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="app-arch/unzip"
+DEPEND="
+	$(python_gen_cond_dep '
+		dev-python/numpy[${PYTHON_USEDEP}]
+		dev-python/pygame[${PYTHON_USEDEP}]
+		dev-python/polib[${PYTHON_USEDEP}]
+	')
+"
+# sdl-mixer is used at runtime (through pygame)
+# bug #731702
+RDEPEND="
+	${DEPEND}
+	media-libs/sdl-mixer[vorbis,wav]
+	!sys-cluster/singularity
+"
+
+src_install() {
+	distutils-r1_src_install
+
+	insinto /usr/share/${PN}/${PN}/music
+	doins "${WORKDIR}"/${MUSIC}/*
+
+	dodoc README.txt TODO
+
+	domenu ${PN}.desktop
+	newicon ${PN}/data/themes/default/images/icon.png ${PN}.png
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-03-25 15:22 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-25 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e70c2112304ba96b38251521d086fd4cd51b8bc9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 15:21:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 15:21:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70c2112

games-simulation/singularity: add missing media-libs/sdl-mixer dep

Closes: https://bugs.gentoo.org/731702
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
index ac72760f074..7ad729d5bd6 100644
--- a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
+++ b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
@@ -25,8 +25,11 @@ DEPEND="
 		dev-python/polib[${PYTHON_MULTI_USEDEP}]
 	')
 "
+# sdl-mixer is used at runtime (through pygame)
+# bug #731702
 RDEPEND="
 	${RDEPEND}
+	media-libs/sdl-mixer[vorbis,wav]
 	!sys-cluster/singularity
 "
 BDEPEND="app-arch/unzip"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-03-25 15:22 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-25 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dc21c8edefa2fea132be161c43f2562c2426d356
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 15:16:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 15:21:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc21c8ed

games-simulation/singularity: add blocker with sys-cluster/singularity

Closes: https://bugs.gentoo.org/618770
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
index eaa127e077a..ac72760f074 100644
--- a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
+++ b/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,14 +17,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+DEPEND="
+	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
 		dev-python/numpy[${PYTHON_MULTI_USEDEP}]
 		dev-python/pygame[${PYTHON_MULTI_USEDEP}]
 		dev-python/polib[${PYTHON_MULTI_USEDEP}]
 	')
 "
-DEPEND="${RDEPEND}"
+RDEPEND="
+	${RDEPEND}
+	!sys-cluster/singularity
+"
 BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}/${P/_alpha/a}"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-03-25 15:45 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-03-25 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8e1976baca53c1b6271884aa2fb3a7a91cd847d3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 15:45:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 15:45:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1976ba

games-simulation/singularity: fix RDEPEND typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ingularity-1.0_alpha1-r1.ebuild => singularity-1.0_alpha1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
similarity index 99%
rename from games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
rename to games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
index 7ad729d5bd6..15b223751af 100644
--- a/games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
+++ b/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
@@ -28,7 +28,7 @@ DEPEND="
 # sdl-mixer is used at runtime (through pygame)
 # bug #731702
 RDEPEND="
-	${RDEPEND}
+	${DEPEND}
 	media-libs/sdl-mixer[vorbis,wav]
 	!sys-cluster/singularity
 "


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-06-23  2:24 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2021-06-23  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     99833cb6e8276113e32a31f3474042c8d3a0001a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 00:34:56 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 02:22:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99833cb6

games-simulation/singularity: drop 1.0_alpha1-r2

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-simulation/singularity/Manifest              |  1 -
 .../singularity/singularity-1.0_alpha1-r2.ebuild   | 52 ----------------------
 2 files changed, 53 deletions(-)

diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
index b6a2bca0922..e1c83f6ea1e 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,3 +1,2 @@
 DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120 SHA512 ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
 DIST singularity-1.00.tar.gz 1944972 BLAKE2B 1ca2b120311a19f175014835930610583e8f605dbda3ca3ca96d7e0da86bddeb4b0a264f50a003aa51e05b86ce971255ffda5f498598dde6be370b9a953eb1d0 SHA512 f3581048c5a535fdbd28d2af1ac596f5396fd712b716931f17de75f8b170f0e226deb2c113023357e21e7de1294e4a632515962df9ee43768baf0fb4bbaa08da
-DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e SHA512 8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25

diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild b/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
deleted file mode 100644
index f9ce06c85c2..00000000000
--- a/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit desktop python-single-r1 wrapper
-
-MUSIC="endgame-${PN}-music-007"
-DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
-HOMEPAGE="http://www.emhsoft.com/singularity/ https://github.com/singularity/singularity"
-SRC_URI="https://github.com/singularity/singularity/releases/download/${P/_alpha/a}/${P/_alpha/a}.tar.gz
-	http://emhsoft.com/singularity/${MUSIC}.zip"
-S="${WORKDIR}"/${P/_alpha/a}
-
-LICENSE="GPL-2 CC-BY-SA-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/numpy[${PYTHON_MULTI_USEDEP}]
-		dev-python/pygame[${PYTHON_MULTI_USEDEP}]
-		dev-python/polib[${PYTHON_MULTI_USEDEP}]
-	')
-"
-# sdl-mixer is used at runtime (through pygame)
-# bug #731702
-RDEPEND="
-	${DEPEND}
-	media-libs/sdl-mixer[vorbis,wav]
-	!sys-cluster/singularity
-"
-BDEPEND="app-arch/unzip"
-
-src_install() {
-	insinto /usr/share/${PN}
-	doins -r "${PN}" "${PN}.py"
-
-	python_optimize "${ED}/usr/share/${PN}"
-
-	insinto /usr/share/${PN}/${PN}/music
-	doins "${WORKDIR}"/${MUSIC}/*
-
-	make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
-	dodoc README.txt TODO Changelog AUTHORS
-
-	domenu "${PN}.desktop"
-	newicon "${PN}"/data/themes/default/images/icon.png "${PN}.png"
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-11-14  0:45 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2021-11-14  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b8e2be976ccd9075fc6840afcbabb9ac6021ae74
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 22:31:42 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e2be97

games-simulation/singularity: EAPI7->8, revamp and various fixes

Notable changes:
* enable py3.10
* enable tests
* allow building html docs
* depend on sdl2-mixer rather than sdl1's for pygame-2
* add sdl2-image[jpeg,png], pygame-2 doesn't depend on USE unlike 1
* install music in a directory the game actually look in
* 3 missing music files are now installed (skipped subdirs)
* update licenses to be more accurate

Closes: https://bugs.gentoo.org/797727
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../singularity/singularity-1.00-r1.ebuild         | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/games-simulation/singularity/singularity-1.00-r1.ebuild b/games-simulation/singularity/singularity-1.00-r1.ebuild
new file mode 100644
index 00000000000..6f80755d683
--- /dev/null
+++ b/games-simulation/singularity/singularity-1.00-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{8..10} )
+inherit desktop distutils-r1
+
+SINGULARITY_MUSIC="endgame-${PN}-music-007"
+
+DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
+HOMEPAGE="http://www.emhsoft.com/singularity/"
+SRC_URI="
+	https://github.com/singularity/singularity/releases/download/v${PV}/${P}.tar.gz
+	https://emhsoft.com/singularity/${SINGULARITY_MUSIC}.zip"
+
+LICENSE="GPL-2+ BitstreamVera CC0-1.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/numpy[${PYTHON_USEDEP}]
+		dev-python/polib[${PYTHON_USEDEP}]
+		dev-python/pygame[${PYTHON_USEDEP}]
+	')
+	media-libs/sdl2-image[jpeg,png]
+	media-libs/sdl2-mixer[vorbis]
+	!sys-cluster/singularity"
+BDEPEND="app-arch/unzip"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_install() {
+	local DOCS=( AUTHORS.txt Changelog.txt README.txt TODO )
+	distutils-r1_src_install
+
+	python_moduleinto ${PN}/music
+	python_domodule ../${SINGULARITY_MUSIC}/.
+
+	newicon ${PN}/data/themes/default/images/icon.png ${PN}.png
+	domenu ${PN}.desktop
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-11-14  0:45 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2021-11-14  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b40f1540b5b38f261a42b6dbe0762198f95feb7f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 23:43:27 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40f1540

games-simulation/singularity: drop 1.00

Was barely functional in current state.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../singularity/singularity-1.00.ebuild            | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/games-simulation/singularity/singularity-1.00.ebuild b/games-simulation/singularity/singularity-1.00.ebuild
deleted file mode 100644
index 02d8aec65fc..00000000000
--- a/games-simulation/singularity/singularity-1.00.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit desktop distutils-r1
-
-MUSIC="endgame-${PN}-music-007"
-DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
-HOMEPAGE="http://www.emhsoft.com/singularity/ https://github.com/singularity/singularity"
-SRC_URI="https://github.com/singularity/singularity/releases/download/v${PV}/${P/_alpha/a}.tar.gz"
-SRC_URI+=" https://emhsoft.com/singularity/${MUSIC}.zip"
-S="${WORKDIR}/${P/_alpha/a}"
-
-LICENSE="GPL-2 CC-BY-SA-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="app-arch/unzip"
-DEPEND="
-	$(python_gen_cond_dep '
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/pygame[${PYTHON_USEDEP}]
-		dev-python/polib[${PYTHON_USEDEP}]
-	')
-"
-# sdl-mixer is used at runtime (through pygame)
-# bug #731702
-RDEPEND="
-	${DEPEND}
-	media-libs/sdl-mixer[vorbis,wav]
-	!sys-cluster/singularity
-"
-
-src_install() {
-	distutils-r1_src_install
-
-	insinto /usr/share/${PN}/${PN}/music
-	doins "${WORKDIR}"/${MUSIC}/*
-
-	dodoc README.txt TODO
-
-	domenu ${PN}.desktop
-	newicon ${PN}/data/themes/default/images/icon.png ${PN}.png
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2021-11-14  0:45 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2021-11-14  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     101f0cf9a196fdb0c1b5c87575e1e9c87684d3c0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 22:03:45 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101f0cf9

games-simulation/singularity: switch remote-id to github

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-simulation/singularity/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-simulation/singularity/metadata.xml b/games-simulation/singularity/metadata.xml
index 690c0e892aa..b51d69f3143 100644
--- a/games-simulation/singularity/metadata.xml
+++ b/games-simulation/singularity/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Gentoo Games Project</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="google-code">endgame-singularity</remote-id>
+		<remote-id type="github">singularity/singularity</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2022-09-08 14:36 Marek Szuba
  0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2022-09-08 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6e3fda5b378306fa7edec67eea2647aeb547c519
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 14:34:38 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 14:36:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3fda5b

games-simulation/singularity: add blocker with app-containers/apptainer

Current versions of Apptainer still install symlinks for backwards
compatibility with sys-cluster/singularity.

Closes: https://bugs.gentoo.org/869194
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 games-simulation/singularity/singularity-1.00-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-simulation/singularity/singularity-1.00-r1.ebuild b/games-simulation/singularity/singularity-1.00-r1.ebuild
index 6f80755d6835..5c8155767993 100644
--- a/games-simulation/singularity/singularity-1.00-r1.ebuild
+++ b/games-simulation/singularity/singularity-1.00-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
 	')
 	media-libs/sdl2-image[jpeg,png]
 	media-libs/sdl2-mixer[vorbis]
+	!app-containers/apptainer
 	!sys-cluster/singularity"
 BDEPEND="app-arch/unzip"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2023-01-17  6:03 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2023-01-17  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     07b916a2019c2df97a95023582aa3bc654605330
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:30:33 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 05:54:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b916a2

games-simulation/singularity: enable py3.11, use pep517

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 ...ngularity-1.00-r1.ebuild => singularity-1.00-r2.ebuild} | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/games-simulation/singularity/singularity-1.00-r1.ebuild b/games-simulation/singularity/singularity-1.00-r2.ebuild
similarity index 81%
rename from games-simulation/singularity/singularity-1.00-r1.ebuild
rename to games-simulation/singularity/singularity-1.00-r2.ebuild
index d1dcbba13215..faf2e9b246f6 100644
--- a/games-simulation/singularity/singularity-1.00-r1.ebuild
+++ b/games-simulation/singularity/singularity-1.00-r2.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{9..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit desktop distutils-r1
 
 SINGULARITY_MUSIC="endgame-${PN}-music-007"
@@ -35,12 +36,15 @@ BDEPEND="app-arch/unzip"
 distutils_enable_sphinx docs
 distutils_enable_tests pytest
 
-src_install() {
-	local DOCS=( AUTHORS.txt Changelog.txt README.txt TODO )
-	distutils-r1_src_install
+python_install() {
+	distutils-r1_python_install
 
 	python_moduleinto ${PN}/music
-	python_domodule ../${SINGULARITY_MUSIC}/.
+	python_domodule "${WORKDIR}"/${SINGULARITY_MUSIC}/.
+}
+
+python_install_all() {
+	dodoc AUTHORS.txt Changelog.txt README.txt TODO
 
 	newicon ${PN}/data/themes/default/images/icon.png ${PN}.png
 	domenu ${PN}.desktop


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/
@ 2024-05-05 23:44 Ionen Wolkens
  0 siblings, 0 replies; 17+ messages in thread
From: Ionen Wolkens @ 2024-05-05 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     2eb3247ecdf616b46dfc599be7bf1616cdb8608b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 17:04:38 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May  5 23:37:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb3247e

games-simulation/singularity: enable py3.12 + tidy

This could use more attention for build system issues,
but they are unrelated to 3.12 and it works for now.

Closes: https://bugs.gentoo.org/929594
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-simulation/singularity/singularity-1.00-r2.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/games-simulation/singularity/singularity-1.00-r2.ebuild b/games-simulation/singularity/singularity-1.00-r2.ebuild
index faf2e9b246f6..25d4ba471216 100644
--- a/games-simulation/singularity/singularity-1.00-r2.ebuild
+++ b/games-simulation/singularity/singularity-1.00-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit desktop distutils-r1
 
-SINGULARITY_MUSIC="endgame-${PN}-music-007"
+SINGULARITY_MUSIC=endgame-${PN}-music-007
 
 DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world"
 HOMEPAGE="http://www.emhsoft.com/singularity/"
@@ -30,7 +30,8 @@ RDEPEND="
 	media-libs/sdl2-image[jpeg,png]
 	media-libs/sdl2-mixer[vorbis]
 	!app-containers/apptainer
-	!sys-cluster/singularity"
+	!sys-cluster/singularity
+"
 BDEPEND="app-arch/unzip"
 
 distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-05-05 23:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 19:31 [gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 Ionen Wolkens
2023-01-17  6:03 Ionen Wolkens
2022-09-08 14:36 Marek Szuba
2021-11-14  0:45 Ionen Wolkens
2021-11-14  0:45 Ionen Wolkens
2021-11-14  0:45 Ionen Wolkens
2021-06-23  2:24 Ionen Wolkens
2021-03-25 15:45 Sam James
2021-03-25 15:22 Sam James
2021-03-25 15:22 Sam James
2021-03-25 15:22 Sam James
2020-02-09 16:25 Michał Górny
2019-12-27 11:05 Pacho Ramos
2019-12-26 17:19 Pacho Ramos
2019-12-26 17:19 Pacho Ramos
2016-09-15 17:18 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox