public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.26.ebuild
@ 2012-01-28 21:15 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-01-28 21:15 UTC (permalink / raw
  To: gentoo-commits

tupone      12/01/28 21:15:48

  Modified:             ChangeLog
  Added:                cyphesis-0.5.26.ebuild
  Log:
  Version bump to 0.5.26. Bug #383415
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.21                 games-server/cyphesis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	15 Jan 2011 15:23:25 -0000	1.20
+++ ChangeLog	28 Jan 2012 21:15:47 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for games-server/cyphesis
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.20 2011/01/15 15:23:25 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.21 2012/01/28 21:15:47 tupone Exp $
+
+*cyphesis-0.5.26 (28 Jan 2012)
+
+  28 Jan 2012; Tupone Alfredo <tupone@gentoo.org> +cyphesis-0.5.26.ebuild,
+  +files/cyphesis-0.5.26-gentoo.patch:
+  Version bump to 0.5.26. Bug #383415 by Mr. Anderson
 
   15 Jan 2011; Markus Meier <maekke@gentoo.org> cyphesis-0.5.25.ebuild:
   x86 stable, bug #350780



1.1                  games-server/cyphesis/cyphesis-0.5.26.ebuild

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

Index: cyphesis-0.5.26.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.1 2012/01/28 21:15:47 tupone Exp $

EAPI=2
PYTHON_DEPEND=2
inherit autotools python eutils games

DESCRIPTION="WorldForge server running small games"
HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"

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

RDEPEND=">=media-libs/skstream-0.3.6
	>=dev-games/wfmath-0.3.11
	>=dev-games/mercator-0.3.0
	dev-libs/libgcrypt
	dev-libs/libsigc++:2
	sys-libs/ncurses
	sys-libs/readline
	=media-libs/atlas-c++-0.6*
	>=media-libs/varconf-0.6.4
	dev-db/postgresql-base"
DEPEND="${RDEPEND}
	dev-libs/libxml2
	dev-util/pkgconfig"

pkg_setup() {
	python_set_active_version 2
	games_pkg_setup
}

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
	eautoreconf
}

src_configure() {
	egamesconf \
		--localstatedir=/var
}

src_install() {
	emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \
		install || die "emake install failed"
	dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.26.ebuild
@ 2012-02-27 21:15 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-02-27 21:15 UTC (permalink / raw
  To: gentoo-commits

tupone      12/02/27 21:15:18

  Modified:             ChangeLog cyphesis-0.5.26.ebuild
  Log:
  Require newer skstream
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.22                 games-server/cyphesis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Jan 2012 21:15:47 -0000	1.21
+++ ChangeLog	27 Feb 2012 21:15:18 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-server/cyphesis
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.21 2012/01/28 21:15:47 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.22 2012/02/27 21:15:18 tupone Exp $
+
+  27 Feb 2012; Tupone Alfredo <tupone@gentoo.org> cyphesis-0.5.26.ebuild:
+  Require newer skstream
 
 *cyphesis-0.5.26 (28 Jan 2012)
 



1.2                  games-server/cyphesis/cyphesis-0.5.26.ebuild

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

Index: cyphesis-0.5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cyphesis-0.5.26.ebuild	28 Jan 2012 21:15:47 -0000	1.1
+++ cyphesis-0.5.26.ebuild	27 Feb 2012 21:15:18 -0000	1.2
@@ -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-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.1 2012/01/28 21:15:47 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.2 2012/02/27 21:15:18 tupone Exp $
 
 EAPI=2
 PYTHON_DEPEND=2
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=media-libs/skstream-0.3.6
+RDEPEND=">=media-libs/skstream-0.3.8
 	>=dev-games/wfmath-0.3.11
 	>=dev-games/mercator-0.3.0
 	dev-libs/libgcrypt






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

* [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.26.ebuild
@ 2012-07-24 17:13 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-24 17:13 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/24 17:13:53

  Modified:             ChangeLog cyphesis-0.5.26.ebuild
  Log:
  marked x86 per bug 427868
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.25                 games-server/cyphesis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	24 Jul 2012 12:07:11 -0000	1.24
+++ ChangeLog	24 Jul 2012 17:13:53 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-server/cyphesis
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.24 2012/07/24 12:07:11 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.25 2012/07/24 17:13:53 jdhore Exp $
+
+  24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> cyphesis-0.5.26.ebuild:
+  marked x86 per bug 427868
 
   24 Jul 2012; Tupone Alfredo <tupone@gentoo.org> cyphesis-0.5.25.ebuild:
   Use old version of mercator. Bug #424950 by flameeyes@gentoo.org



1.4                  games-server/cyphesis/cyphesis-0.5.26.ebuild

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

Index: cyphesis-0.5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cyphesis-0.5.26.ebuild	2 May 2012 21:13:37 -0000	1.3
+++ cyphesis-0.5.26.ebuild	24 Jul 2012 17:13:53 -0000	1.4
@@ -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-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.3 2012/05/02 21:13:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.4 2012/07/24 17:13:53 jdhore Exp $
 
 EAPI=2
 PYTHON_DEPEND=2
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/skstream-0.3.8





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

* [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.26.ebuild
@ 2012-08-04 10:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-04 10:51 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/04 10:51:53

  Modified:             ChangeLog cyphesis-0.5.26.ebuild
  Log:
  Stable for amd64, wrt bug #427868
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 games-server/cyphesis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	24 Jul 2012 17:13:53 -0000	1.25
+++ ChangeLog	4 Aug 2012 10:51:53 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-server/cyphesis
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.25 2012/07/24 17:13:53 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.26 2012/08/04 10:51:53 ago Exp $
+
+  04 Aug 2012; Agostino Sarubbo <ago@gentoo.org> cyphesis-0.5.26.ebuild:
+  Stable for amd64, wrt bug #427868
 
   24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> cyphesis-0.5.26.ebuild:
   marked x86 per bug 427868



1.5                  games-server/cyphesis/cyphesis-0.5.26.ebuild

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

Index: cyphesis-0.5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cyphesis-0.5.26.ebuild	24 Jul 2012 17:13:53 -0000	1.4
+++ cyphesis-0.5.26.ebuild	4 Aug 2012 10:51:53 -0000	1.5
@@ -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-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.4 2012/07/24 17:13:53 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.26.ebuild,v 1.5 2012/08/04 10:51:53 ago Exp $
 
 EAPI=2
 PYTHON_DEPEND=2
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/skstream-0.3.8





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

* [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.26.ebuild
@ 2013-01-08 10:03 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2013-01-08 10:03 UTC (permalink / raw
  To: gentoo-commits

tupone      13/01/08 10:03:36

  Modified:             ChangeLog
  Removed:              cyphesis-0.5.26.ebuild
  Log:
  Removing old (0.5.26)
  
  (Portage version: 2.1.11.38/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.32                 games-server/cyphesis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	26 Dec 2012 01:24:54 -0000	1.31
+++ ChangeLog	8 Jan 2013 10:03:36 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/cyphesis
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.31 2012/12/26 01:24:54 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.32 2013/01/08 10:03:36 tupone Exp $
+
+  08 Jan 2013; Tupone Alfredo <tupone@gentoo.org> -cyphesis-0.5.26.ebuild,
+  -files/cyphesis-0.5.26-gentoo.patch:
+  Removing old (0.5.26)
 
   26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> cyphesis-0.6.0.ebuild:
   marked x86 per bug 447710





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

end of thread, other threads:[~2013-01-08 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-28 21:15 [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.26.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-27 21:15 Alfredo Tupone (tupone)
2012-07-24 17:13 Jeff Horelick (jdhore)
2012-08-04 10:51 Agostino Sarubbo (ago)
2013-01-08 10:03 Alfredo Tupone (tupone)

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