Gentoo Archives: gentoo-commits

From: Marcel Unbehaun <frostworks@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cubosphere/
Date: Thu, 03 Oct 2013 05:43:47
Message-Id: 1380779333.cb1ce757d31aa29a734bd39cc3e8bd6cf6cf28a8.frostwork@gentoo
1 commit: cb1ce757d31aa29a734bd39cc3e8bd6cf6cf28a8
2 Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
3 AuthorDate: Thu Oct 3 05:48:53 2013 +0000
4 Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
5 CommitDate: Thu Oct 3 05:48:53 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=cb1ce757
7
8 [games-puzzle/cubosphere] updated to cubosphere-0.3.ebuild
9
10 ---
11 .../cubosphere/{cubosphere-0.2a.ebuild => cubosphere-0.3.ebuild} | 6 ++----
12 1 file changed, 2 insertions(+), 4 deletions(-)
13
14 diff --git a/games-puzzle/cubosphere/cubosphere-0.2a.ebuild b/games-puzzle/cubosphere/cubosphere-0.3.ebuild
15 similarity index 88%
16 rename from games-puzzle/cubosphere/cubosphere-0.2a.ebuild
17 rename to games-puzzle/cubosphere/cubosphere-0.3.ebuild
18 index abce181..1384b66 100644
19 --- a/games-puzzle/cubosphere/cubosphere-0.2a.ebuild
20 +++ b/games-puzzle/cubosphere/cubosphere-0.3.ebuild
21 @@ -4,13 +4,11 @@
22
23 EAPI="3"
24
25 -MY_PV="02a"
26 -
27 inherit eutils games flag-o-matic
28
29 DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
30 HOMEPAGE="http://cubosphere.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${PN}-beta${MY_PV}_linux_src.tar"
32 +SRC_URI="mirror://sourceforge/${PN}/${PN}_beta${PV}_linux_src.tar.gz"
33
34 LICENSE="GPL-3"
35 SLOT="0"
36 @@ -26,7 +24,7 @@ DEPEND="dev-lang/lua
37 virtual/opengl
38 virtual/glu"
39
40 -S="${WORKDIR}"/"${PN}"-beta"${MY_PV}"
41 +S="${WORKDIR}"/"${PN}"_beta"${PV}"/src
42
43 src_prepare() {
44 cd "${S}"