|
From: Yoda-JM <yo...@us...> - 2009-07-05 01:36:02
|
Module: performous
Branch: master
Commit: 60264bf72c602c4ef6d0c377631fb6a9025a8364
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Jul 5 03:35:22 2009 +0200
Updated ebuild to use new songs packages
---
.../games-arcade/performous/performous-9999.ebuild | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild
index 154165c..491960c 100644
--- a/portage-overlay/games-arcade/performous/performous-9999.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild
@@ -7,11 +7,15 @@ inherit games git cmake-utils
RESTRICT="nostrip"
SONGS_PN=ultrastar-songs
-SONGS_P=${SONGS_PN}-2
DESCRIPTION="Karaoke game similar to Singstar"
HOMEPAGE="http://performous.org"
-SRC_URI="songs? ( mirror://sourceforge/${PN}/${SONGS_P}.tar.bz2 )"
+SRC_URI="songs? (
+ mirror://sourceforge/${PN}/${SONGS_PN}-jc-1.zip
+ mirror://sourceforge/${PN}/${SONGS_PN}-libre-3.zip
+ mirror://sourceforge/${PN}/${SONGS_PN}-restricted-3.zip
+ mirror://sourceforge/${PN}/${SONGS_PN}-shearer-1.zip
+ )"
EGIT_REPO_URI="git://performous.git.sourceforge.net/gitroot/performous"
@@ -57,7 +61,10 @@ src_unpack() {
git_src_unpack
if use songs; then
cd "${S}"
- unpack "${SONGS_P}.tar.bz2"
+ unpack "${SONGS_PN}-jc-1.zip"
+ unpack "${SONGS_PN}-libre-3.zip"
+ unpack "${SONGS_PN}-restricted-3.zip"
+ unpack "${SONGS_PN}-shearer-1.zip"
pwd
fi
}
|