summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-07-04 20:28:35 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-07-04 20:28:35 -0400
commitce47dcb0254b16295ddd9db58658ae4c80e263b0 (patch)
tree10c299d702ef297ffc2421c7c034eefcf665edec /games-engines/solarus/solarus-9999.ebuild
parentAdd zsdx and zsxd icons and menu icons... (diff)
downloadArmageddon-ce47dcb0254b16295ddd9db58658ae4c80e263b0.tar.gz
Armageddon-ce47dcb0254b16295ddd9db58658ae4c80e263b0.tar.bz2
Armageddon-ce47dcb0254b16295ddd9db58658ae4c80e263b0.zip
Fix Solarus packages, thanks to TomWij notes...
Diffstat (limited to 'games-engines/solarus/solarus-9999.ebuild')
-rw-r--r--games-engines/solarus/solarus-9999.ebuild15
1 files changed, 1 insertions, 14 deletions
diff --git a/games-engines/solarus/solarus-9999.ebuild b/games-engines/solarus/solarus-9999.ebuild
index afc1eec..ab34b81 100644
--- a/games-engines/solarus/solarus-9999.ebuild
+++ b/games-engines/solarus/solarus-9999.ebuild
@@ -8,8 +8,7 @@ inherit games cmake-utils git-2
DESCRIPTION="An open-source Zelda-like 2D game engine"
HOMEPAGE="http://www.solarus-games.org/"
-EGIT_REPO_URI="git://github.com/christopho/${PN}.git
- https://github.com/christopho/${PN}.git"
+EGIT_REPO_URI="https://github.com/christopho/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
@@ -25,15 +24,3 @@ RDEPEND="
media-libs/sdl-image
media-libs/sdl-ttf"
DEPEND="${RDEPEND}"
-
-src_configure() {
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
-}