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.3.ebuild ChangeLog
@ 2013-01-18  6:38 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-18  6:38 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/18 06:38:34

  Modified:             ChangeLog
  Added:                gtkatlantic-0.4.3.ebuild
  Log:
  version bump (bug #452316)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.18                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 May 2012 04:30:10 -0000	1.17
+++ ChangeLog	18 Jan 2013 06:38:34 -0000	1.18
@@ -1,6 +1,13 @@
 # ChangeLog for games-board/gtkatlantic
-# 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 $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.18 2013/01/18 06:38:34 mr_bones_ Exp $
+
+*gtkatlantic-0.4.3 (18 Jan 2013)
+
+  18 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/gtkatlantic-0.4.3-compile.patch, +gtkatlantic-0.4.3.ebuild,
+  files/gtkatlantic-0.4.2-libpng14.patch:
+  version bump (bug #452316)
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkatlantic-0.4.2.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.1                  games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: gtkatlantic-0.4.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.1 2013/01/18 06:38:34 mr_bones_ Exp $

EAPI=5
inherit autotools eutils gnome2-utils games

DESCRIPTION="Monopoly-like game that works with the monopd server"
HOMEPAGE="http://gtkatlantic.gradator.net/"
SRC_URI="http://gtkatlantic.gradator.net/downloads/v0.4/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="x11-libs/gtk+:2
	dev-libs/libxml2
	media-libs/libpng:0"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	# quiet gtk deprecation warnings
	sed -i \
		-e 's/g_strncasecmp/g_ascii_strncasecmp/' \
		-e 's/g_strup/g_ascii_strup/' \
		src/{load.c,xmlparse.c} || die
	epatch "${FILESDIR}"/${P}-compile.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README
	newicon data/icon32x32.xpm ${PN}.xpm
	newicon -s 16 data/icon16x16.xpm ${PN}.xpm
	newicon -s 32 data/icon32x32.xpm ${PN}.xpm
	make_desktop_entry ${PN} GtkAtlantic
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.3.ebuild ChangeLog
@ 2013-01-26  3:51 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-26  3:51 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/26 03:51:35

  Modified:             gtkatlantic-0.4.3.ebuild ChangeLog
  Log:
  actually compile (bug #454076)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild

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

Index: gtkatlantic-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtkatlantic-0.4.3.ebuild	18 Jan 2013 06:38:34 -0000	1.1
+++ gtkatlantic-0.4.3.ebuild	26 Jan 2013 03:51:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.1 2013/01/18 06:38:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.2 2013/01/26 03:51:35 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils games
@@ -21,11 +21,6 @@
 	virtual/pkgconfig"
 
 src_prepare() {
-	# quiet gtk deprecation warnings
-	sed -i \
-		-e 's/g_strncasecmp/g_ascii_strncasecmp/' \
-		-e 's/g_strup/g_ascii_strup/' \
-		src/{load.c,xmlparse.c} || die
 	epatch "${FILESDIR}"/${P}-compile.patch
 	eautoreconf
 }



1.19                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Jan 2013 06:38:34 -0000	1.18
+++ ChangeLog	26 Jan 2013 03:51:35 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.18 2013/01/18 06:38:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.19 2013/01/26 03:51:35 mr_bones_ Exp $
+
+  26 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> gtkatlantic-0.4.3.ebuild:
+  actually compile (bug #454076)
 
 *gtkatlantic-0.4.3 (18 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.3.ebuild ChangeLog
@ 2013-12-21 16:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 16:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/21 16:38:13

  Modified:             gtkatlantic-0.4.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #490616
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

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

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

Index: gtkatlantic-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtkatlantic-0.4.3.ebuild	13 Nov 2013 11:33:10 -0000	1.3
+++ gtkatlantic-0.4.3.ebuild	21 Dec 2013 16:38:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.3 2013/11/13 11:33:10 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.4 2013/12/21 16:38:12 ago Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.21                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	13 Nov 2013 11:33:10 -0000	1.20
+++ ChangeLog	21 Dec 2013 16:38:12 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.20 2013/11/13 11:33:10 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.21 2013/12/21 16:38:12 ago Exp $
+
+  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.4.3.ebuild:
+  Stable for ppc, wrt bug #490616
 
   13 Nov 2013; Tony Vroon <chainsaw@gentoo.org> gtkatlantic-0.4.3.ebuild:
   Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El





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

* [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.3.ebuild ChangeLog
@ 2013-12-24 12:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-24 12:46 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/24 12:46:05

  Modified:             gtkatlantic-0.4.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #490616
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

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

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

Index: gtkatlantic-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkatlantic-0.4.3.ebuild	21 Dec 2013 16:38:12 -0000	1.4
+++ gtkatlantic-0.4.3.ebuild	24 Dec 2013 12:46:04 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.4 2013/12/21 16:38:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.3.ebuild,v 1.5 2013/12/24 12:46:04 ago Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.22                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	21 Dec 2013 16:38:12 -0000	1.21
+++ ChangeLog	24 Dec 2013 12:46:04 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.21 2013/12/21 16:38:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.22 2013/12/24 12:46:04 ago Exp $
+
+  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.4.3.ebuild:
+  Stable for x86, wrt bug #490616
 
   21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.4.3.ebuild:
   Stable for ppc, wrt bug #490616





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

end of thread, other threads:[~2013-12-24 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 12:46 [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-21 16:38 Agostino Sarubbo (ago)
2013-01-26  3:51 Michael Sterrett (mr_bones_)
2013-01-18  6:38 Michael Sterrett (mr_bones_)

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