Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/freedoko: freedoko-0.7.3.ebuild
Date: Wed, 07 Nov 2007 04:12:11
Message-Id: E1IpcGl-0003XY-Lv@stork.gentoo.org
1 mr_bones_ 07/11/07 04:11:59
2
3 Modified: freedoko-0.7.3.ebuild
4 Log:
5 tidy
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.6 games-board/freedoko/freedoko-0.7.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild?r1=1.5&r2=1.6
14
15 Index: freedoko-0.7.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- freedoko-0.7.3.ebuild 12 Mar 2007 13:47:01 -0000 1.5
22 +++ freedoko-0.7.3.ebuild 7 Nov 2007 04:11:59 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild,v 1.5 2007/03/12 13:47:01 genone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild,v 1.6 2007/11/07 04:11:59 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -32,28 +32,32 @@
32 src_unpack() {
33 unpack FreeDoko_${PV}.src.zip
34 cd "${S}"
35 - edos2unix "${S}"/src/Makefile.rules
36 - epatch "${FILESDIR}"/portage-cxx.patch
37 - epatch "${FILESDIR}"/Fix_Cardset_Make.patch
38 + edos2unix src/Makefile.rules
39 + epatch \
40 + "${FILESDIR}"/portage-cxx.patch \
41 + "${FILESDIR}"/Fix_Cardset_Make.patch
42 use !doc && epatch "${FILESDIR}"/nodoc.patch
43 use !net && epatch "${FILESDIR}"/nonet.patch
44 - sed -i -e 's/linux binary/Gentoo '${ARCH}' binary/g' Makefile
45 + sed -i \
46 + -e 's/linux binary/Gentoo '${ARCH}' binary/g' \
47 + Makefile \
48 + || die "sed failed"
49
50 - cd ${S}/data/cardsets
51 + cd data/cardsets
52 use xskatcards && unpack xskat.zip
53 use kdecards && unpack kdecarddecks.zip
54 use pysolcards && unpack pysol.zip
55 if use xskatcards || use kdecards || use pysolcards ; then
56 - use altenburgcards || rm -r Altenburg
57 + use altenburgcards || rm -r Altenburg
58 fi
59 if use !altenburgcards && use !xskatcards && use !kdecards && use !pysolcards ; then
60 - ewarn "You did not choose any cardset!"
61 - ewarn "I will install the cardset xskat"
62 - ewarn "You may change your mind and hit"
63 - ewarn "CTRL+C NOW to choose the cardsets"
64 - ewarn "with the USE-Flags"
65 - ebeep
66 - rm -r Altenburg && unpack xskat.zip
67 + ewarn "You did not choose any cardset!"
68 + ewarn "I will install the cardset xskat"
69 + ewarn "You may change your mind and hit"
70 + ewarn "CTRL+C NOW to choose the cardsets"
71 + ewarn "with the USE-Flags"
72 + ebeep
73 + rm -r Altenburg && unpack xskat.zip
74 fi
75
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list