Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235763 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-25 / +33 lines)
Line 3 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.5 2008/03/11 05:51:51 wolf31o2 Exp $
3
# $Header: $
4
--
Line 10 Link Here
10
	maps? ( http://area51.xcomufo.com/depot/UFO2000mappack.zip )
Lines 14-15 Link Here
14
KEYWORDS="-* ppc x86"
15
KEYWORDS="~amd64"
15
IUSE="vorbis"
16
IUSE="maps" # vorbis"
16
--
Line 17 Link Here
17
18
# vorbis is still needing old dumbogg so disabling for now
18
--
Lines 21-25 Link Here
21
	>=media-libs/freetype-2
22
	>=media-libs/freetype-2"
22
	vorbis? ( ~media-libs/aldumb-0.9.2
23
#	vorbis? ( media-libs/aldumb
23
		media-libs/dumb
24
#		media-libs/dumb
24
		media-libs/libogg
25
#		media-libs/libogg
25
		media-libs/libvorbis )"
26
#		media-libs/libvorbis )"
26
--
Line 27 Link Here
27
	vorbis? ( app-arch/unzip )"
28
	maps? ( app-arch/unzip app-arch/unrar )"
28
--
29
#	vorbis? ( app-arch/unzip )"
30
31
S=${WORKDIR}
Line 31 Link Here
31
Line 33 Link Here
36
37
	epatch "${FILESDIR}"/ufo.patch
38
Lines 36-37 Link Here
36
		makefile \
42
		makefile || die "sed failed"
37
		|| die "sed failed"
38
--
Lines 39-41 Link Here
39
	if use vorbis ; then
44
#	if use vorbis ; then
40
		cd "${S}/newmusic"
45
#		cd "${S}/newmusic"
41
		unpack ufo2000-music-20041222.zip
46
#		unpack ufo2000-music-20041222.zip
42
--
47
#	fi
48
49
	if use maps; then
50
		cd "${S}/extensions"
51
		unpack UFO2000mappack.zip
52
		find ./ -maxdepth 1 \( -name \*.zip -print , -name \*.rar -print \) | while read FILE; do
53
			unpack "${FILE}"
54
			rm -rf "${FILE}"
55
		done
Line 43 Link Here
57
Line 50 Link Here
50
		$(use vorbis || echo no_dumbogg=1) \
65
		no_dumbogg=1 \
51
--
Line 52 Link Here
67
#		$(use vorbis || echo no_dumbogg=1) \

Return to bug 235763