public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/gslist: gslist-0.8.11a.ebuild ChangeLog
@ 2015-03-16 15:52 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-16 15:52 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/16 15:52:16

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

Revision  Changes    Path
1.11                 games-util/gslist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Feb 2015 08:19:41 -0000	1.10
+++ ChangeLog	16 Mar 2015 15:52:16 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for games-util/gslist
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.10 2015/02/25 08:19:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.11 2015/03/16 15:52:16 mr_bones_ Exp $
+
+*gslist-0.8.11a (16 Mar 2015)
+
+  16 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/gslist-0.8.11a-build.patch, +gslist-0.8.11a.ebuild,
+  files/gslist-0.8.8a-build.patch:
+  version bump
 
   25 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gslist-0.8.8a.ebuild:
   Fix S



1.1                  games-util/gslist/gslist-0.8.11a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild?rev=1.1&content-type=text/plain

Index: gslist-0.8.11a.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild,v 1.1 2015/03/16 15:52:16 mr_bones_ Exp $

EAPI=5
inherit eutils games

DESCRIPTION="A GameSpy server browser"
HOMEPAGE="http://aluigi.altervista.org/papers.htm#gslist"
SRC_URI="mirror://gentoo/${P}.zip"

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

RDEPEND="dev-libs/geoip"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}

src_prepare() {
	rm -f gslist gslistsql *.exe *.dll || die
	epatch "${FILESDIR}"/${P}-build.patch
}

src_compile() {
	emake SQL=0 $(use web || echo GSWEB=0)
}

src_install() {
	dogamesbin ${PN}
	dodoc ${PN}.txt
	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in games-util/gslist: gslist-0.8.11a.ebuild ChangeLog
@ 2015-04-19  8:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-19  8:56 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/19 08:56:53

  Modified:             gslist-0.8.11a.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #546674
  
  (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-util/gslist/gslist-0.8.11a.ebuild

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

Index: gslist-0.8.11a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gslist-0.8.11a.ebuild	16 Mar 2015 15:52:16 -0000	1.1
+++ gslist-0.8.11a.ebuild	19 Apr 2015 08:56:53 -0000	1.2
@@ -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-util/gslist/gslist-0.8.11a.ebuild,v 1.1 2015/03/16 15:52:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild,v 1.2 2015/04/19 08:56:53 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="web"
 
 RDEPEND="dev-libs/geoip"



1.12                 games-util/gslist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	16 Mar 2015 15:52:16 -0000	1.11
+++ ChangeLog	19 Apr 2015 08:56:53 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/gslist
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.11 2015/03/16 15:52:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.12 2015/04/19 08:56:53 ago Exp $
+
+  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> gslist-0.8.11a.ebuild:
+  Stable for amd64, wrt bug #546674
 
 *gslist-0.8.11a (16 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in games-util/gslist: gslist-0.8.11a.ebuild ChangeLog
@ 2015-04-19  9:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-19  9:54 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/19 09:54:42

  Modified:             gslist-0.8.11a.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #546674
  
  (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-util/gslist/gslist-0.8.11a.ebuild

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

Index: gslist-0.8.11a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gslist-0.8.11a.ebuild	19 Apr 2015 08:56:53 -0000	1.2
+++ gslist-0.8.11a.ebuild	19 Apr 2015 09:54:42 -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-util/gslist/gslist-0.8.11a.ebuild,v 1.2 2015/04/19 08:56:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.11a.ebuild,v 1.3 2015/04/19 09:54:42 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="web"
 
 RDEPEND="dev-libs/geoip"



1.13                 games-util/gslist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	19 Apr 2015 08:56:53 -0000	1.12
+++ ChangeLog	19 Apr 2015 09:54:42 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/gslist
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.12 2015/04/19 08:56:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.13 2015/04/19 09:54:42 ago Exp $
+
+  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> gslist-0.8.11a.ebuild:
+  Stable for x86, wrt bug #546674
 
   19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> gslist-0.8.11a.ebuild:
   Stable for amd64, wrt bug #546674





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

end of thread, other threads:[~2015-04-19  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19  8:56 [gentoo-commits] gentoo-x86 commit in games-util/gslist: gslist-0.8.11a.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19  9:54 Agostino Sarubbo (ago)
2015-03-16 15:52 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