public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.2.ebuild ChangeLog
@ 2008-01-24  7:57 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-01-24  7:57 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/01/24 07:57:28

  Modified:             gtkatlantic-0.4.2.ebuild ChangeLog
  Log:
  Add pkgconfig dep, bug #206308
  (Portage version: 2.1.4)

Revision  Changes    Path
1.3                  games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?r1=1.2&r2=1.3

Index: gtkatlantic-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtkatlantic-0.4.2.ebuild	9 Mar 2006 23:09:52 -0000	1.2
+++ gtkatlantic-0.4.2.ebuild	24 Jan 2008 07:57:28 -0000	1.3
@@ -1,6 +1,6 @@
-# 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-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.2 2006/03/09 23:09:52 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.3 2008/01/24 07:57:28 nyhm Exp $
 
 inherit games
 
@@ -13,12 +13,14 @@
 KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
-DEPEND="=x11-libs/gtk+-2*
-	>=dev-libs/libxml2-2.4.0
-	>=media-libs/libpng-1.0.12"
+RDEPEND="=x11-libs/gtk+-2*
+	dev-libs/libxml2
+	media-libs/libpng"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README
 	prepgamesdirs
 }



1.15                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Mar 2006 23:09:52 -0000	1.14
+++ ChangeLog	24 Jan 2008 07:57:28 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.14 2006/03/09 23:09:52 hansmi Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.15 2008/01/24 07:57:28 nyhm Exp $
+
+  24 Jan 2008; Tristan Heaven <nyhm@gentoo.org> gtkatlantic-0.4.2.ebuild:
+  Add pkgconfig dep, bug #206308
 
   09 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
   gtkatlantic-0.4.2.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.2.ebuild ChangeLog
@ 2010-03-09 22:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-09 22:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/09 22:05:34

  Modified:             gtkatlantic-0.4.2.ebuild ChangeLog
  Log:
  Fix building with libpng14 wrt #308741 by Locke Shinseiko.
  (Portage version: 2.2_rc66/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?r1=1.3&r2=1.4

Index: gtkatlantic-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtkatlantic-0.4.2.ebuild	24 Jan 2008 07:57:28 -0000	1.3
+++ gtkatlantic-0.4.2.ebuild	9 Mar 2010 22:05:34 -0000	1.4
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.3 2008/01/24 07:57:28 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.4 2010/03/09 22:05:34 ssuominen Exp $
 
-inherit games
+EAPI=2
+inherit eutils games
 
 DESCRIPTION="Monopoly-like game that works with the monopd server"
 HOMEPAGE="http://gtkatlantic.gradator.net/"
@@ -13,12 +14,16 @@
 KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
-RDEPEND="=x11-libs/gtk+-2*
+RDEPEND="x11-libs/gtk+:2
 	dev-libs/libxml2
 	media-libs/libpng"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-libpng14.patch
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README



1.16                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	24 Jan 2008 07:57:28 -0000	1.15
+++ ChangeLog	9 Mar 2010 22:05:34 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/gtkatlantic
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.15 2008/01/24 07:57:28 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.16 2010/03/09 22:05:34 ssuominen Exp $
+
+  09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  gtkatlantic-0.4.2.ebuild, +files/gtkatlantic-0.4.2-libpng14.patch:
+  Fix building with libpng14 wrt #308741 by Locke Shinseiko.
 
   24 Jan 2008; Tristan Heaven <nyhm@gentoo.org> gtkatlantic-0.4.2.ebuild:
   Add pkgconfig dep, bug #206308






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

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

jdhore      12/05/04 04:30:10

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

Revision  Changes    Path
1.5                  games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?r1=1.4&r2=1.5

Index: gtkatlantic-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkatlantic-0.4.2.ebuild	9 Mar 2010 22:05:34 -0000	1.4
+++ gtkatlantic-0.4.2.ebuild	4 May 2012 04:30:10 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.4 2010/03/09 22:05:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.5 2012/05/04 04:30:10 jdhore Exp $
 
 EAPI=2
 inherit eutils games
@@ -18,7 +18,7 @@
 	dev-libs/libxml2
 	media-libs/libpng"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-libpng14.patch



1.17                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	9 Mar 2010 22:05:34 -0000	1.16
+++ ChangeLog	4 May 2012 04:30:10 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.16 2010/03/09 22:05:34 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.17 2012/05/04 04:30:10 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkatlantic-0.4.2.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
   gtkatlantic-0.4.2.ebuild, +files/gtkatlantic-0.4.2-libpng14.patch:






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

end of thread, other threads:[~2012-05-04  4:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 22:05 [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.2.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04  4:30 Jeff Horelick (jdhore)
2008-01-24  7:57 Tristan Heaven (nyhm)

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