public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
@ 2011-10-28 13:35 Marcel Unbehaun
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Unbehaun @ 2011-10-28 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c32d81399b9c83845409e3fbd2500bd48e321e
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Fri Oct 28 13:35:32 2011 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Fri Oct 28 13:35:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c1c32d81

[games-puzzle/cubosphere]	initial cubosphere-0.1.ebuild
[games-puzzle/cubosphere]	Manifest

---
 games-puzzle/cubosphere/cubosphere-0.1.ebuild |   34 +++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/games-puzzle/cubosphere/cubosphere-0.1.ebuild b/games-puzzle/cubosphere/cubosphere-0.1.ebuild
new file mode 100644
index 0000000..c80eac2
--- /dev/null
+++ b/games-puzzle/cubosphere/cubosphere-0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: games-puzzle/cubosphere/cubosphere0.1.ebuild frostwork Exp $
+
+EAPI="3"
+
+inherit eutils games flag-o-matic
+
+DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
+HOMEPAGE="http://cubosphere.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_beta_${PV}_unix.tar"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/lua
+	virtual/jpeg
+	media-libs/libsdl
+	media-libs/sdl-mixer
+	media-libs/sdl-ttf
+	media-libs/glew
+	virtual/opengl
+	virtual/glu"
+
+src_prepare() {
+	# respect ${GAMES_DATADIR}
+	sed -i -e "s:llua5.1:llua:g" -i Makefile
+	sed -i -e "s:PREFIX=/usr/local":PREFIX=/usr":g" -i Makefile
+	sed -i -e "s:BINDIR=\$(PREFIX)/bin:BINDIR=\$(PREFIX)/games/bin:g" -i Makefile
+	sed -i -e "s:DATADIR=\$(PREFIX)/share/cubosphere:DATADIR="${GAMES_DATADIR}"/"${PN}":g" -i Makefile
+	sed -i -e "s:install\: all:install\::g" -i Makefile
+}



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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
@ 2012-02-02 16:24 Marcel Unbehaun
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Unbehaun @ 2012-02-02 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8d426874e4298d8065734303d654fbc80ea04091
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Thu Feb  2 16:25:57 2012 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Thu Feb  2 16:25:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=8d426874

[games-puzzle/cubosphere]	new version cubosphere-0.2.ebuild

---
 ...cubosphere-0.1.ebuild => cubosphere-0.2.ebuild} |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/games-puzzle/cubosphere/cubosphere-0.1.ebuild b/games-puzzle/cubosphere/cubosphere-0.2.ebuild
similarity index 86%
rename from games-puzzle/cubosphere/cubosphere-0.1.ebuild
rename to games-puzzle/cubosphere/cubosphere-0.2.ebuild
index c80eac2..1104a19 100644
--- a/games-puzzle/cubosphere/cubosphere-0.1.ebuild
+++ b/games-puzzle/cubosphere/cubosphere-0.2.ebuild
@@ -4,11 +4,13 @@
 
 EAPI="3"
 
+MY_PV="02"
+
 inherit eutils games flag-o-matic
 
 DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
 HOMEPAGE="http://cubosphere.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_beta_${PV}_unix.tar"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_beta${MY_PV}_unix_src.tar"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -24,7 +26,10 @@ DEPEND="dev-lang/lua
 	virtual/opengl
 	virtual/glu"
 
+S="${WORKDIR}"/"${PN}"_beta"${MY_PV}"_unix_src
+
 src_prepare() {
+	cd "${S}"
 	# respect ${GAMES_DATADIR}
 	sed -i -e "s:llua5.1:llua:g" -i Makefile
 	sed -i -e "s:PREFIX=/usr/local":PREFIX=/usr":g" -i Makefile



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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
@ 2012-05-14  5:25 Marcel Unbehaun
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Unbehaun @ 2012-05-14  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     07a1b09c0e3e07e84099d7553bfa46853c3db742
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Mon May 14 05:26:03 2012 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Mon May 14 05:26:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=07a1b09c

[games-puzzle/cubosphere]	updated cubosphere-0.2a.ebuild

---
 ...ubosphere-0.2.ebuild => cubosphere-0.2a.ebuild} |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-puzzle/cubosphere/cubosphere-0.2.ebuild b/games-puzzle/cubosphere/cubosphere-0.2a.ebuild
similarity index 77%
rename from games-puzzle/cubosphere/cubosphere-0.2.ebuild
rename to games-puzzle/cubosphere/cubosphere-0.2a.ebuild
index 1104a19..abce181 100644
--- a/games-puzzle/cubosphere/cubosphere-0.2.ebuild
+++ b/games-puzzle/cubosphere/cubosphere-0.2a.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: games-puzzle/cubosphere/cubosphere0.1.ebuild frostwork Exp $
+# $Header: games-puzzle/cubosphere/cubosphere.ebuild frostwork Exp $
 
 EAPI="3"
 
-MY_PV="02"
+MY_PV="02a"
 
 inherit eutils games flag-o-matic
 
 DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
 HOMEPAGE="http://cubosphere.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_beta${MY_PV}_unix_src.tar"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-beta${MY_PV}_linux_src.tar"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -26,7 +26,7 @@ DEPEND="dev-lang/lua
 	virtual/opengl
 	virtual/glu"
 
-S="${WORKDIR}"/"${PN}"_beta"${MY_PV}"_unix_src
+S="${WORKDIR}"/"${PN}"-beta"${MY_PV}"
 
 src_prepare() {
 	cd "${S}"



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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
@ 2013-10-03  5:43 Marcel Unbehaun
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Unbehaun @ 2013-10-03  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cb1ce757d31aa29a734bd39cc3e8bd6cf6cf28a8
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Thu Oct  3 05:48:53 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Thu Oct  3 05:48:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=cb1ce757

[games-puzzle/cubosphere] updated to cubosphere-0.3.ebuild

---
 .../cubosphere/{cubosphere-0.2a.ebuild => cubosphere-0.3.ebuild}    | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/cubosphere/cubosphere-0.2a.ebuild b/games-puzzle/cubosphere/cubosphere-0.3.ebuild
similarity index 88%
rename from games-puzzle/cubosphere/cubosphere-0.2a.ebuild
rename to games-puzzle/cubosphere/cubosphere-0.3.ebuild
index abce181..1384b66 100644
--- a/games-puzzle/cubosphere/cubosphere-0.2a.ebuild
+++ b/games-puzzle/cubosphere/cubosphere-0.3.ebuild
@@ -4,13 +4,11 @@
 
 EAPI="3"
 
-MY_PV="02a"
-
 inherit eutils games flag-o-matic
 
 DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
 HOMEPAGE="http://cubosphere.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-beta${MY_PV}_linux_src.tar"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_beta${PV}_linux_src.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -26,7 +24,7 @@ DEPEND="dev-lang/lua
 	virtual/opengl
 	virtual/glu"
 
-S="${WORKDIR}"/"${PN}"-beta"${MY_PV}"
+S="${WORKDIR}"/"${PN}"_beta"${PV}"/src
 
 src_prepare() {
 	cd "${S}"


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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
@ 2020-02-29 13:04 Azamat H. Hackimov
  0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     844c04d8878bfc91dd3694328343eaa8ddbbaddc
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 10:44:38 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 10:44:38 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=844c04d8

games-puzzle/cubosphere: update package

Migrage from deprecated eclass.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 ...{cubosphere-0.3.ebuild => cubosphere-0.3a.ebuild} | 20 ++++++++++----------
 games-puzzle/cubosphere/metadata.xml                 |  6 ++++++
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/games-puzzle/cubosphere/cubosphere-0.3.ebuild b/games-puzzle/cubosphere/cubosphere-0.3a.ebuild
similarity index 56%
rename from games-puzzle/cubosphere/cubosphere-0.3.ebuild
rename to games-puzzle/cubosphere/cubosphere-0.3a.ebuild
index 1384b66..da7ac6f 100644
--- a/games-puzzle/cubosphere/cubosphere-0.3.ebuild
+++ b/games-puzzle/cubosphere/cubosphere-0.3a.ebuild
@@ -1,37 +1,37 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: games-puzzle/cubosphere/cubosphere.ebuild frostwork Exp $
 
-EAPI="3"
+EAPI=7
 
-inherit eutils games flag-o-matic
+#inherit eutils
 
 DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
 HOMEPAGE="http://cubosphere.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_beta${PV}_linux_src.tar.gz"
+SRC_URI="https://download.sourceforge.net/${PN}/${PN}_beta${PV}_linux_src.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-lang/lua
+DEPEND="dev-lang/lua:0
 	virtual/jpeg
 	media-libs/libsdl
 	media-libs/sdl-mixer
 	media-libs/sdl-ttf
-	media-libs/glew
+	media-libs/glew:0
 	virtual/opengl
 	virtual/glu"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/"${PN}"_beta"${PV}"/src
 
 src_prepare() {
-	cd "${S}"
+	default
 	# respect ${GAMES_DATADIR}
 	sed -i -e "s:llua5.1:llua:g" -i Makefile
 	sed -i -e "s:PREFIX=/usr/local":PREFIX=/usr":g" -i Makefile
-	sed -i -e "s:BINDIR=\$(PREFIX)/bin:BINDIR=\$(PREFIX)/games/bin:g" -i Makefile
-	sed -i -e "s:DATADIR=\$(PREFIX)/share/cubosphere:DATADIR="${GAMES_DATADIR}"/"${PN}":g" -i Makefile
+#	sed -i -e "s:BINDIR=\$(PREFIX)/bin:BINDIR=\$(PREFIX)/games/bin:g" -i Makefile
+#	sed -i -e "s:DATADIR=\$(PREFIX)/share/cubosphere:DATADIR="${GAMES_DATADIR}"/"${PN}":g" -i Makefile
 	sed -i -e "s:install\: all:install\::g" -i Makefile
 }

diff --git a/games-puzzle/cubosphere/metadata.xml b/games-puzzle/cubosphere/metadata.xml
new file mode 100644
index 0000000..f3b74e3
--- /dev/null
+++ b/games-puzzle/cubosphere/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
@ 2021-02-05 19:26 Azamat H. Hackimov
  0 siblings, 0 replies; 6+ messages in thread
From: Azamat H. Hackimov @ 2021-02-05 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     38f27b5bba355678b93fcf79d634d30d98120894
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Feb  5 19:23:38 2021 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Feb  5 19:26:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=38f27b5b

games-puzzle/cubosphere: migrate to lua.eclass

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 ...{cubosphere-0.3a.ebuild => cubosphere-0.3a-r1.ebuild} | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/games-puzzle/cubosphere/cubosphere-0.3a.ebuild b/games-puzzle/cubosphere/cubosphere-0.3a-r1.ebuild
similarity index 64%
rename from games-puzzle/cubosphere/cubosphere-0.3a.ebuild
rename to games-puzzle/cubosphere/cubosphere-0.3a-r1.ebuild
index da7ac6f..b4a8fbc 100644
--- a/games-puzzle/cubosphere/cubosphere-0.3a.ebuild
+++ b/games-puzzle/cubosphere/cubosphere-0.3a-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-#inherit eutils
+LUA_COMPAT=( lua5-1 )
+
+inherit lua-single
 
 DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
 HOMEPAGE="http://cubosphere.sourceforge.net/"
@@ -12,9 +14,10 @@ SRC_URI="https://download.sourceforge.net/${PN}/${PN}_beta${PV}_linux_src.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="dev-lang/lua:0
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+DEPEND="
+	${LUA_DEPS}
 	virtual/jpeg
 	media-libs/libsdl
 	media-libs/sdl-mixer
@@ -24,14 +27,11 @@ DEPEND="dev-lang/lua:0
 	virtual/glu"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/"${PN}"_beta"${PV}"/src
+S="${WORKDIR}/${PN}_beta${PV}/src"
 
 src_prepare() {
 	default
 	# respect ${GAMES_DATADIR}
-	sed -i -e "s:llua5.1:llua:g" -i Makefile
 	sed -i -e "s:PREFIX=/usr/local":PREFIX=/usr":g" -i Makefile
-#	sed -i -e "s:BINDIR=\$(PREFIX)/bin:BINDIR=\$(PREFIX)/games/bin:g" -i Makefile
-#	sed -i -e "s:DATADIR=\$(PREFIX)/share/cubosphere:DATADIR="${GAMES_DATADIR}"/"${PN}":g" -i Makefile
 	sed -i -e "s:install\: all:install\::g" -i Makefile
 }


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

end of thread, other threads:[~2021-02-05 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14  5:25 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/ Marcel Unbehaun
  -- strict thread matches above, loose matches on Subject: below --
2021-02-05 19:26 Azamat H. Hackimov
2020-02-29 13:04 Azamat H. Hackimov
2013-10-03  5:43 Marcel Unbehaun
2012-02-02 16:24 Marcel Unbehaun
2011-10-28 13:35 Marcel Unbehaun

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