public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: cyphesis-0.6.1.ebuild ChangeLog
@ 2013-10-02  7:56 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2013-10-02  7:56 UTC (permalink / raw
  To: gentoo-commits

tupone      13/10/02 07:56:41

  Modified:             ChangeLog
  Added:                cyphesis-0.6.1.ebuild
  Log:
  Version bump to 0.6.1
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.33                 games-server/cyphesis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	8 Jan 2013 10:03:36 -0000	1.32
+++ ChangeLog	2 Oct 2013 07:56:41 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for games-server/cyphesis
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.33 2013/10/02 07:56:41 tupone Exp $
+
+*cyphesis-0.6.1 (02 Oct 2013)
+
+  02 Oct 2013; Alfredo Tupone <tupone@gentoo.org> +cyphesis-0.6.1.ebuild,
+  +files/cyphesis-0.6.1-gentoo.patch, +files/cyphesis-0.6.1-makefile.patch:
+  Version bump to 0.6.1
 
   08 Jan 2013; Tupone Alfredo <tupone@gentoo.org> -cyphesis-0.5.26.ebuild,
   -files/cyphesis-0.5.26-gentoo.patch:



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

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

Index: cyphesis-0.6.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.6.1.ebuild,v 1.1 2013/10/02 07:56:40 tupone Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit toolchain-funcs autotools python-single-r1 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=""
RESTRICT="test"

RDEPEND=">=media-libs/skstream-0.3.9
	>=dev-games/wfmath-1.0.1
	>=dev-games/mercator-0.3.3
	dev-libs/libgcrypt
	dev-libs/libsigc++:2
	sys-libs/ncurses
	sys-libs/readline
	>=media-libs/atlas-c++-0.6.3
	>=media-libs/varconf-0.6.4
	dev-db/postgresql-base"
DEPEND="${RDEPEND}
	>=dev-libs/boost-1.40
	dev-libs/libxml2
	virtual/pkgconfig"

pkg_setup() {
	python-single-r1_pkg_setup
	games_pkg_setup
}

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

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

src_compile() {
	emake AR="$(tc-getAR)"
}

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-02  7:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02  7:56 [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: cyphesis-0.6.1.ebuild ChangeLog 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