public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.5.0.ebuild ChangeLog
@ 2014-12-17  0:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-12-17  0:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/12/17 00:43:33

  Modified:             ChangeLog
  Added:                gtkatlantic-0.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.24                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	20 Mar 2014 20:36:00 -0000	1.23
+++ ChangeLog	17 Dec 2014 00:43:33 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.23 2014/03/20 20:36:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.24 2014/12/17 00:43:33 mr_bones_ Exp $
+
+*gtkatlantic-0.5.0 (17 Dec 2014)
+
+  17 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org>
+  +gtkatlantic-0.5.0.ebuild:
+  version bump
 
   20 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org>
   -files/gtkatlantic-0.4.2-libpng14.patch, -gtkatlantic-0.4.2.ebuild:



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

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

Index: gtkatlantic-0.5.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.1 2014/12/17 00:43:33 mr_bones_ Exp $

EAPI=5
inherit eutils gnome2-utils games

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

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

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

src_install() {
	default
	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.5.0.ebuild ChangeLog
@ 2015-02-06 13:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-06 13:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/06 13:43:04

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

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

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

Index: gtkatlantic-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtkatlantic-0.5.0.ebuild	17 Dec 2014 00:43:33 -0000	1.1
+++ gtkatlantic-0.5.0.ebuild	6 Feb 2015 13:43:04 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.1 2014/12/17 00:43:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.2 2015/02/06 13:43:04 ago Exp $
 
 EAPI=5
 inherit 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+:3



1.25                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Dec 2014 00:43:33 -0000	1.24
+++ ChangeLog	6 Feb 2015 13:43:04 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.24 2014/12/17 00:43:33 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.25 2015/02/06 13:43:04 ago Exp $
+
+  06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.5.0.ebuild:
+  Stable for amd64, wrt bug #538844
 
 *gtkatlantic-0.5.0 (17 Dec 2014)
 





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

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

ago         15/02/10 10:02:55

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

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

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

Index: gtkatlantic-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtkatlantic-0.5.0.ebuild	6 Feb 2015 13:43:04 -0000	1.2
+++ gtkatlantic-0.5.0.ebuild	10 Feb 2015 10:02:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.2 2015/02/06 13:43:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.3 2015/02/10 10:02:55 ago Exp $
 
 EAPI=5
 inherit 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+:3



1.26                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	6 Feb 2015 13:43:04 -0000	1.25
+++ ChangeLog	10 Feb 2015 10:02:55 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.25 2015/02/06 13:43:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.26 2015/02/10 10:02:55 ago Exp $
+
+  10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.5.0.ebuild:
+  Stable for x86, wrt bug #538844
 
   06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.5.0.ebuild:
   Stable for amd64, wrt bug #538844





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

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

ago         15/02/21 12:20:05

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

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

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

Index: gtkatlantic-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtkatlantic-0.5.0.ebuild	10 Feb 2015 10:02:55 -0000	1.3
+++ gtkatlantic-0.5.0.ebuild	21 Feb 2015 12:20:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.3 2015/02/10 10:02:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.4 2015/02/21 12:20:05 ago Exp $
 
 EAPI=5
 inherit 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+:3



1.27                 games-board/gtkatlantic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	10 Feb 2015 10:02:55 -0000	1.26
+++ ChangeLog	21 Feb 2015 12:20:05 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/gtkatlantic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.26 2015/02/10 10:02:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.27 2015/02/21 12:20:05 ago Exp $
+
+  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.5.0.ebuild:
+  Stable for ppc, wrt bug #538844
 
   10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gtkatlantic-0.5.0.ebuild:
   Stable for x86, wrt bug #538844





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

end of thread, other threads:[~2015-02-21 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 10:02 [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.5.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-21 12:20 Agostino Sarubbo (ago)
2015-02-06 13:43 Agostino Sarubbo (ago)
2014-12-17  0:43 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