* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2017-09-07 21:05 Austin English
0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2017-09-07 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 1383ad28176209b45b09d4748767ebe1ca01bad5
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 7 18:05:02 2017 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Sep 7 21:04:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1383ad28
games-strategy/darwinia-demo: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../darwinia-demo/darwinia-demo-1.3.0-r1.ebuild | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
new file mode 100644
index 00000000000..c49c2f6401b
--- /dev/null
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils unpacker
+
+DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators"
+HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html"
+SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}2-${PV}.sh"
+
+LICENSE="Introversion"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="mirror strip"
+
+RDEPEND="
+ media-libs/libsdl[abi_x86_32(-)]
+ media-libs/libvorbis[abi_x86_32(-)]
+ virtual/glu[abi_x86_32(-)]
+ ~virtual/libstdc++-3.3
+ virtual/opengl[abi_x86_32(-)]"
+
+S=${WORKDIR}
+
+dir="/opt/${PN}"
+
+src_unpack() {
+ unpack_makeself
+}
+
+src_install() {
+ exeinto "${dir}/lib"
+ insinto "${dir}/lib"
+
+ doexe lib/{darwinia.bin.x86,open-www.sh}
+ doins lib/{sounds,main,language}.dat
+
+ insinto "${dir}"
+ dodoc README
+
+ exeinto "${dir}"
+ doexe bin/Linux/x86/darwinia
+
+ make_wrapper darwinia-demo ./darwinia "${dir}" "${dir}"
+ newicon darwinian.png ${PN}.png
+ make_desktop_entry darwinia-demo "Darwinia (Demo)"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2017-12-21 1:57 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-12-21 1:57 UTC (permalink / raw
To: gentoo-commits
commit: bcaf8933ef63bb5224f925de25e0c00b80d5661c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:32 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:55:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf8933
games-strategy/darwinia-demo: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
.../darwinia-demo/darwinia-demo-1.3.0.ebuild | 49 ----------------------
1 file changed, 49 deletions(-)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild
deleted file mode 100644
index 92f6d6bdf96..00000000000
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker games
-
-DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators"
-HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html"
-SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}2-${PV}.sh"
-
-LICENSE="Introversion"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="
- ~virtual/libstdc++-3.3
- media-libs/libsdl[abi_x86_32(-)]
- media-libs/libvorbis[abi_x86_32(-)]
- virtual/glu[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-
-src_unpack() {
- unpack_makeself
-}
-
-src_install() {
- exeinto "${dir}/lib"
- insinto "${dir}/lib"
-
- doexe lib/{darwinia.bin.x86,open-www.sh}
- doins lib/{sounds,main,language}.dat
-
- insinto "${dir}"
- dodoc README
-
- exeinto "${dir}"
- doexe bin/Linux/x86/darwinia
-
- games_make_wrapper darwinia-demo ./darwinia "${dir}" "${dir}"
- newicon darwinian.png ${PN}.png
- make_desktop_entry darwinia-demo "Darwinia (Demo)"
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2019-09-23 17:16 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-09-23 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 5ef867d5fcd777ffc8c9d0b194eca93386a60f56
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 17:10:10 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 17:16:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef867d5
games-strategy/darwinia-demo: Add RESTRICT=bindist
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
index c49c2f6401b..7cda5fd981a 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ LICENSE="Introversion"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
-RESTRICT="mirror strip"
+RESTRICT="bindist mirror strip"
RDEPEND="
media-libs/libsdl[abi_x86_32(-)]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2020-06-21 10:25 Sergei Trofimovich
0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2020-06-21 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 9cf2a0c3eaf912fc18c3575e710dc062e33badba
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 10:14:13 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 10:25:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf2a0c3
games-strategy/darwinia-demo: move away from virtual/libstdc++
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../{darwinia-demo-1.3.0-r1.ebuild => darwinia-demo-1.3.0-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
similarity index 94%
rename from games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
rename to games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
index 7cda5fd981a..fbd30a5970a 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r1.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.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=6
@@ -18,7 +18,7 @@ RDEPEND="
media-libs/libsdl[abi_x86_32(-)]
media-libs/libvorbis[abi_x86_32(-)]
virtual/glu[abi_x86_32(-)]
- ~virtual/libstdc++-3.3
+ sys-libs/libstdc++-v3:5
virtual/opengl[abi_x86_32(-)]"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2021-04-12 2:31 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-12 2:31 UTC (permalink / raw
To: gentoo-commits
commit: 79608a4799f8e8ba57a4e83bd3867b08ee5d88af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 01:38:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79608a47
games-strategy/darwinia-demo: eutils->{desktop, wrapper}
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
index fbd30a5970a..893170dc4e0 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils unpacker
+
+inherit desktop unpacker wrapper
DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators"
HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2021-04-12 2:31 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-12 2:31 UTC (permalink / raw
To: gentoo-commits
commit: 2b48cb13ce8c505cdcca7939a86715bc56253771
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 02:05:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b48cb13
games-strategy/darwinia-demo: fix dodoc->doins
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{darwinia-demo-1.3.0-r2.ebuild => darwinia-demo-1.3.0-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
similarity index 98%
rename from games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
rename to games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
index 893170dc4e0..14ce93699bc 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
@@ -38,7 +38,7 @@ src_install() {
doins lib/{sounds,main,language}.dat
insinto "${dir}"
- dodoc README
+ doins README
exeinto "${dir}"
doexe bin/Linux/x86/darwinia
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/
@ 2022-10-08 17:59 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-10-08 17:59 UTC (permalink / raw
To: gentoo-commits
commit: ebeaf12a9ed016a4fb5bf44677d8f9e367d21569
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 16:46:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 17:59:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebeaf12a
games-strategy/darwinia-demo: depend on glibc (binpkg)
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
index 14ce93699bca..30e71f67f4a8 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,6 +19,7 @@ RDEPEND="
media-libs/libsdl[abi_x86_32(-)]
media-libs/libvorbis[abi_x86_32(-)]
virtual/glu[abi_x86_32(-)]
+ sys-libs/glibc
sys-libs/libstdc++-v3:5
virtual/opengl[abi_x86_32(-)]"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-10-08 17:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12 2:31 [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-10-08 17:59 Sam James
2021-04-12 2:31 Sam James
2020-06-21 10:25 Sergei Trofimovich
2019-09-23 17:16 Michał Górny
2017-12-21 1:57 David Seifert
2017-09-07 21:05 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox