public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: ChangeLog groundhog-1.4.ebuild
@ 2009-09-11  0:25 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-09-11  0:25 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/09/11 00:25:45

  Modified:             ChangeLog groundhog-1.4.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.15                 games-puzzle/groundhog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	14 Oct 2008 18:20:22 -0000	1.14
+++ ChangeLog	11 Sep 2009 00:25:45 -0000	1.15
@@ -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.14 2008/10/14 18:20:22 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.15 2009/09/11 00:25:45 mr_bones_ Exp $
+
+  11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild:
+  EAPI=2
 
   14 Oct 2008; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild:
   add dev-util/pkgconfig dep (bug #239709)



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

Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- groundhog-1.4.ebuild	14 Oct 2008 18:20:22 -0000	1.21
+++ groundhog-1.4.ebuild	11 Sep 2009 00:25:45 -0000	1.22
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.21 2008/10/14 18:20:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.22 2009/09/11 00:25:45 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils autotools games
 
 DEB_VER="9"
@@ -15,15 +16,15 @@
 KEYWORDS="amd64 ppc x86"
 IUSE="nls"
 
-RDEPEND="=x11-libs/gtk+-2*
+RDEPEND="x11-libs/gtk+:2
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	nls? ( sys-devel/gettext )"
 
-src_unpack() {
-	unpack ${A}
-	epatch "${WORKDIR}"/groundhog_${PV}-${DEB_VER}.diff
+src_prepare() {
+	cd "${WORKDIR}"
+	epatch groundhog_${PV}-${DEB_VER}.diff
 	cd "${S}"
 	epatch $(sed -e 's:^:debian/patches/:' debian/patches/series)
 	AT_M4DIR="m4" eautoreconf
@@ -32,9 +33,12 @@
 		|| die "sed failed"
 }
 
-src_compile() {
+src_configure() {
 	egamesconf $(use_enable nls) || die
-	emake CXXFLAGS="${CXXFLAGS}" || die "emake failed"
+}
+
+src_compile() {
+	emake -j1 || die
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: ChangeLog groundhog-1.4.ebuild
@ 2009-09-23 10:20 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-09-23 10:20 UTC (permalink / raw
  To: gentoo-commits

tupone      09/09/23 10:20:03

  Modified:             ChangeLog groundhog-1.4.ebuild
  Log:
  Fix build with LINGUAS="sv" Bug #247439
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 games-puzzle/groundhog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	11 Sep 2009 00:25:45 -0000	1.15
+++ ChangeLog	23 Sep 2009 10:20:02 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/groundhog
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.15 2009/09/11 00:25:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.16 2009/09/23 10:20:02 tupone Exp $
+
+  23 Sep 2009; Alfredo Tupone <tupone@gentoo.org> groundhog-1.4.ebuild:
+  Fix build with LINGUAS="sv" Bug #247439 by flameeyes@gentoo.org
 
   11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild:
   EAPI=2



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

Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- groundhog-1.4.ebuild	11 Sep 2009 00:25:45 -0000	1.22
+++ groundhog-1.4.ebuild	23 Sep 2009 10:20:02 -0000	1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.22 2009/09/11 00:25:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.23 2009/09/23 10:20:02 tupone Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -26,6 +26,9 @@
 	cd "${WORKDIR}"
 	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)
 	AT_M4DIR="m4" eautoreconf
 	sed -i 's:$(localedir):/usr/share/locale:' \
@@ -37,10 +40,6 @@
 	egamesconf $(use_enable nls) || die
 }
 
-src_compile() {
-	emake -j1 || die
-}
-
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc README NEWS AUTHORS TODO






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: ChangeLog groundhog-1.4.ebuild
@ 2012-05-04  4:45 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  4:45 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 04:45:29

  Modified:             ChangeLog groundhog-1.4.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-puzzle/groundhog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Sep 2009 10:20:02 -0000	1.16
+++ ChangeLog	4 May 2012 04:45:29 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/groundhog
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.16 2009/09/23 10:20:02 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.17 2012/05/04 04:45:29 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> groundhog-1.4.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   23 Sep 2009; Alfredo Tupone <tupone@gentoo.org> groundhog-1.4.ebuild:
   Fix build with LINGUAS="sv" Bug #247439 by flameeyes@gentoo.org



1.24                 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.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?r1=1.23&r2=1.24

Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- groundhog-1.4.ebuild	23 Sep 2009 10:20:02 -0000	1.23
+++ groundhog-1.4.ebuild	4 May 2012 04:45:29 -0000	1.24
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 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.23 2009/09/23 10:20:02 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.24 2012/05/04 04:45:29 jdhore Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -19,7 +19,7 @@
 RDEPEND="x11-libs/gtk+:2
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	nls? ( sys-devel/gettext )"
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: ChangeLog groundhog-1.4.ebuild
@ 2012-07-29 20:49 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2012-07-29 20:49 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/07/29 20:49:21

  Modified:             ChangeLog groundhog-1.4.ebuild
  Log:
  respect CFLAGS wrt #428538
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 games-puzzle/groundhog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 May 2012 04:45:29 -0000	1.17
+++ ChangeLog	29 Jul 2012 20:49:21 -0000	1.18
@@ -1,6 +1,10 @@
 # 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.17 2012/05/04 04:45:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.18 2012/07/29 20:49:21 hasufell Exp $
+
+  29 Jul 2012; Julian Ospald <hasufell@gentoo.org> groundhog-1.4.ebuild,
+  +files/groundhog-1.4-flags.patch:
+  respect CFLAGS wrt #428538
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> groundhog-1.4.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.25                 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.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild?r1=1.24&r2=1.25

Index: groundhog-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- groundhog-1.4.ebuild	4 May 2012 04:45:29 -0000	1.24
+++ groundhog-1.4.ebuild	29 Jul 2012 20:49:21 -0000	1.25
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.24 2012/05/04 04:45:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.25 2012/07/29 20:49:21 hasufell Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -30,6 +30,8 @@
 		debian/patches/sv.po.patch \
 		|| die "sed failed"
 	epatch $(sed -e 's:^:debian/patches/:' debian/patches/series)
+	epatch "${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*') \





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

end of thread, other threads:[~2012-07-29 20:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11  0:25 [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog: ChangeLog groundhog-1.4.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23 10:20 Alfredo Tupone (tupone)
2012-05-04  4:45 Jeff Horelick (jdhore)
2012-07-29 20:49 Julian Ospald (hasufell)

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