summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
-}