From dd62d55806072a01f90191f6e269c309002f392f Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 28 Mar 2009 19:58:42 +0100 Subject: Update ebuild a bit. --- packaging/gentoo/tuxanci-9999.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'packaging') 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() { -- cgit v1.2.3