From d1dc3b82256bc356f2de6d96d2deead0ce4635a6 Mon Sep 17 00:00:00 2001 From: "Tomas Chvatal (scarabeus)" Date: Sun, 28 Sep 2008 15:15:10 +0200 Subject: Update gentoo ebuild for git version. --- packaging/gentoo/tuxanci-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging/gentoo') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index b5f0068..8874ca0 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2_pre1" +EAPI="2" -ESVN_REPO_URI="http://opensvn.csie.org/tuxanci_ng" -inherit games cmake-utils subversion +inherit games cmake-utils git DESCRIPTION="Tuxanci is first cushion shooter inspired by game Bulanci." HOMEPAGE="http://www.tuxanci.org/" +EGIT_REPO_URI="git://repo.or.cz/tuxanci.git" #SRC_URI="http://download.${PN}.org/${PV}/${P}-src.tar.bz2" LICENSE="GPL-2" -- cgit v1.2.3 From d31d8e3576e11fef7fd5f419925b1aad89a13f23 Mon Sep 17 00:00:00 2001 From: "Tomas Chvatal (scarabeus)" Date: Sun, 28 Sep 2008 15:42:18 +0200 Subject: Fix it again so it will support my new eclass when i commit it to the tree. --- packaging/gentoo/tuxanci-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/gentoo') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 8874ca0..996117a 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -31,7 +31,7 @@ DEPEND="!dedicated? ( S="${WORKDIR}"/"${PN}" -src_compile() { +src_configure() { local mycmakeargs use alsa || mycmakeargs="${mycmakeargs} -DNO_Audio=1" use debug && mycmakeargs="${mycmakeargs} -DDebug=1" @@ -42,7 +42,7 @@ src_compile() { -DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/ -DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/ -DCMAKE_ETC_PATH=${GAMES_SYSCONFDIR} -DLIB_INSTALL_DIR=$(games_get_libdir)" - cmake-utils_src_compile + cmake-utils_src_configure } src_install() { -- cgit v1.2.3