summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild
index 3db8d58..e87c183 100644
--- a/packaging/gentoo/tuxanci-9999.ebuild
+++ b/packaging/gentoo/tuxanci-9999.ebuild
@@ -4,12 +4,18 @@
EAPI="2"
+[[ ${PV} = 9999* ]] && GIT="git"
EGIT_REPO_URI="git://repo.or.cz/tuxanci.git"
-inherit games cmake-utils git
+
+inherit games cmake-utils ${GIT}
DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci."
HOMEPAGE="http://www.tuxanci.org/"
-#SRC_URI="http://download.${PN}.org/${P}.tar.bz2"
+if [[ ${PV} = 9999* ]]; then
+ SRC_URI=""
+else
+ SRC_URI="http://download.${PN}.org/${P}.tar.bz2"
+fi
LICENSE="GPL-2"
SLOT="0"
@@ -27,7 +33,6 @@ RDEPEND="!dedicated? (
)
>=dev-libs/libzip-0.9"
DEPEND="${RDEPEND}
- >=dev-util/cmake-2.6.0
nls? ( sys-devel/gettext )"
src_configure() {