Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: groundhog-1.4.ebuild ChangeLog
Date: Sun, 20 Apr 2008 09:22:42
Message-Id: E1JnVkt-0001we-PH@stork.gentoo.org
1 vapier 08/04/20 09:22:39
2
3 Modified: groundhog-1.4.ebuild ChangeLog
4 Log:
5 Switch to the Debian patchset to fix building with gcc-4.3 #218390 by Peter Alfredsen.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.19 games-puzzle/groundhog/groundhog-1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?r1=1.18&r2=1.19
14
15 Index: groundhog-1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- groundhog-1.4.ebuild 4 Oct 2006 21:12:52 -0000 1.18
22 +++ groundhog-1.4.ebuild 20 Apr 2008 09:22:39 -0000 1.19
23 @@ -1,12 +1,14 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.18 2006/10/04 21:12:52 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.19 2008/04/20 09:22:39 vapier Exp $
29
30 -inherit eutils games
31 +inherit eutils games autotools
32
33 +DEB_VER="9"
34 DESCRIPTION="Put the balls in the pockets of the same color by manipulating a maze of tubes"
35 HOMEPAGE="http://home-2.consunet.nl/~cb007736/groundhog.html"
36 -SRC_URI="http://home-2.consunet.nl/~cb007736/${P}.tar.gz"
37 +SRC_URI="http://home-2.consunet.nl/~cb007736/${P}.tar.gz
38 + mirror://debian/pool/main/g/groundhog/groundhog_${PV}-${DEB_VER}.diff.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 @@ -20,9 +22,10 @@
43
44 src_unpack() {
45 unpack ${A}
46 + epatch "${WORKDIR}"/groundhog_${PV}-${DEB_VER}.diff
47 cd "${S}"
48 - epatch "${FILESDIR}"/${PV}-gcc3.patch \
49 - "${FILESDIR}/${P}"-gcc41.patch
50 + epatch $(sed -e 's:^:debian/patches/:' debian/patches/series)
51 + AT_M4DIR="m4" eautoreconf
52 sed -i 's:$(localedir):/usr/share/locale:' \
53 $(find . -name 'Makefile.in*') \
54 || die "sed failed"
55
56
57
58 1.13 games-puzzle/groundhog/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.13&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.13&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?r1=1.12&r2=1.13
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
67 retrieving revision 1.12
68 retrieving revision 1.13
69 diff -u -r1.12 -r1.13
70 --- ChangeLog 4 Oct 2006 21:12:52 -0000 1.12
71 +++ ChangeLog 20 Apr 2008 09:22:39 -0000 1.13
72 @@ -1,6 +1,10 @@
73 # ChangeLog for games-puzzle/groundhog
74 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.12 2006/10/04 21:12:52 nyhm Exp $
76 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.13 2008/04/20 09:22:39 vapier Exp $
78 +
79 + 20 Apr 2008; Mike Frysinger <vapier@g.o> groundhog-1.4.ebuild:
80 + Switch to the Debian patchset to fix building with gcc-4.3 #218390 by Peter
81 + Alfredsen.
82
83 04 Oct 2006; Tristan Heaven <nyhm@g.o> groundhog-1.4.ebuild:
84 Fix nls support
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list