public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: groundhog-1.4.ebuild ChangeLog
@ 2008-04-20  9:22 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-20  9:22 UTC (permalink / raw
  To: 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@gentoo.org> 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@gentoo.org> groundhog-1.4.ebuild:
   Fix nls support



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: groundhog-1.4.ebuild ChangeLog
@ 2008-10-14 18:20 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-10-14 18:20 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/10/14 18:20:22

  Modified:             groundhog-1.4.ebuild ChangeLog
  Log:
  add dev-util/pkgconfig dep (bug #239709)
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.21                 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.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?r1=1.20&r2=1.21

Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- groundhog-1.4.ebuild	15 May 2008 13:32:31 -0000	1.20
+++ groundhog-1.4.ebuild	14 Oct 2008 18:20:22 -0000	1.21
@@ -1,6 +1,6 @@
 # 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.20 2008/05/15 13:32:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.21 2008/10/14 18:20:22 mr_bones_ Exp $
 
 inherit eutils autotools games
 
@@ -18,6 +18,7 @@
 RDEPEND="=x11-libs/gtk+-2*
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
+	dev-util/pkgconfig
 	nls? ( sys-devel/gettext )"
 
 src_unpack() {



1.14                 games-puzzle/groundhog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/groundhog/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	20 Apr 2008 09:22:39 -0000	1.13
+++ ChangeLog	14 Oct 2008 18:20:22 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/groundhog
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.14 2008/10/14 18:20:22 mr_bones_ Exp $
+
+  14 Oct 2008; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild:
+  add dev-util/pkgconfig dep (bug #239709)
 
   20 Apr 2008; Mike Frysinger <vapier@gentoo.org> groundhog-1.4.ebuild:
   Switch to the Debian patchset to fix building with gcc-4.3 #218390 by Peter






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: groundhog-1.4.ebuild ChangeLog
@ 2015-01-24  8:39 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-01-24  8:39 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/01/24 08:39:46

  Modified:             groundhog-1.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.26                 games-puzzle/groundhog/groundhog-1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?r1=1.25&r2=1.26

Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- groundhog-1.4.ebuild	29 Jul 2012 20:49:21 -0000	1.25
+++ groundhog-1.4.ebuild	24 Jan 2015 08:39:46 -0000	1.26
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 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.25 2012/07/29 20:49:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.26 2015/01/24 08:39:46 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils autotools games
 
 DEB_VER="9"
@@ -27,23 +27,21 @@
 	epatch groundhog_${PV}-${DEB_VER}.diff
 	cd "${S}"
 	sed -e "s:groundhog-1.4/::" -i \
-		debian/patches/sv.po.patch \
-		|| die "sed failed"
-	epatch $(sed -e 's:^:debian/patches/:' debian/patches/series)
-	epatch "${FILESDIR}"/${P}-flags.patch
+		debian/patches/sv.po.patch || die
+	epatch \
+		$(sed -e 's:^:debian/patches/:' debian/patches/series) \
+		"${FILESDIR}"/${P}-flags.patch
 	mv configure.in configure.ac || die
 	AT_M4DIR="m4" eautoreconf
 	sed -i 's:$(localedir):/usr/share/locale:' \
-		$(find . -name 'Makefile.in*') \
-		|| die "sed failed"
+		$(find . -name 'Makefile.in*') || die
 }
 
 src_configure() {
-	egamesconf $(use_enable nls) || die
+	egamesconf $(use_enable nls)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc README NEWS AUTHORS TODO
+	default
 	prepgamesdirs
 }



1.19                 games-puzzle/groundhog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	29 Jul 2012 20:49:21 -0000	1.18
+++ ChangeLog	24 Jan 2015 08:39:46 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/groundhog
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.18 2012/07/29 20:49:21 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.19 2015/01/24 08:39:46 mr_bones_ Exp $
+
+  24 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild:
+  EAPI=5
 
   29 Jul 2012; Julian Ospald <hasufell@gentoo.org> groundhog-1.4.ebuild,
   +files/groundhog-1.4-flags.patch:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-24  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 18:20 [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: groundhog-1.4.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-24  8:39 Michael Sterrett (mr_bones_)
2008-04-20  9:22 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox