Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 08/04/20 09:22:39
Modified: groundhog-1.4.ebuild ChangeLog
Log:
Switch to the Debian patchset to fix building with gcc-4.3 #218390 by Peter Alfredsen.
(Portage version: 2.2_pre5)
Revision Changes Path
1.19 games-puzzle/groundhog/groundhog-1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?r1=1.18&r2=1.19
Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- groundhog-1.4.ebuild 4 Oct 2006 21:12:52 -0000 1.18
+++ groundhog-1.4.ebuild 20 Apr 2008 09:22:39 -0000 1.19
@@ -1,12 +1,14 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.18 2006/10/04 21:12:52 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.19 2008/04/20 09:22:39 vapier Exp $
-inherit eutils games
+inherit eutils games autotools
+DEB_VER="9"
DESCRIPTION="Put the balls in the pockets of the same color by manipulating a maze of tubes"
HOMEPAGE="http://home-2.consunet.nl/~cb007736/groundhog.html"
-SRC_URI="http://home-2.consunet.nl/~cb007736/${P}.tar.gz"
+SRC_URI="http://home-2.consunet.nl/~cb007736/${P}.tar.gz
+ mirror://debian/pool/main/g/groundhog/groundhog_${PV}-${DEB_VER}.diff.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -20,9 +22,10 @@
src_unpack() {
unpack ${A}
+ epatch "${WORKDIR}"/groundhog_${PV}-${DEB_VER}.diff
cd "${S}"
- epatch "${FILESDIR}"/${PV}-gcc3.patch \
- "${FILESDIR}/${P}"-gcc41.patch
+ epatch $(sed -e 's:^:debian/patches/:' debian/patches/series)
+ AT_M4DIR="m4" eautoreconf
sed -i 's:$(localedir):/usr/share/locale:' \
$(find . -name 'Makefile.in*') \
|| die "sed failed"
1.13 games-puzzle/groundhog/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 4 Oct 2006 21:12:52 -0000 1.12
+++ ChangeLog 20 Apr 2008 09:22:39 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/groundhog
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.12 2006/10/04 21:12:52 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.13 2008/04/20 09:22:39 vapier Exp $
+
+ 20 Apr 2008; Mike Frysinger <vapier@g.o> groundhog-1.4.ebuild:
+ Switch to the Debian patchset to fix building with gcc-4.3 #218390 by Peter
+ Alfredsen.
04 Oct 2006; Tristan Heaven <nyhm@g.o> groundhog-1.4.ebuild:
Fix nls support
--
gentoo-commits@g.o mailing list
|
|