public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-roguelike/tomenet: ChangeLog tomenet-091102.ebuild
@ 2009-11-03  5:20 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-03  5:20 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/11/03 05:20:15

  Modified:             ChangeLog
  Added:                tomenet-091102.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-roguelike/tomenet/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/tomenet/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/tomenet/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/tomenet/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Jan 2009 02:18:07 -0000	1.4
+++ ChangeLog	3 Nov 2009 05:20:15 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for games-roguelike/tomenet
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/ChangeLog,v 1.4 2009/01/29 02:18:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/ChangeLog,v 1.5 2009/11/03 05:20:15 mr_bones_ Exp $
+
+*tomenet-091102 (03 Nov 2009)
+
+  03 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +tomenet-091102.ebuild:
+  version bump
 
   29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
   tomenet-070104.ebuild:



1.1                  games-roguelike/tomenet/tomenet-091102.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/tomenet/tomenet-091102.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/tomenet/tomenet-091102.ebuild?rev=1.1&content-type=text/plain

Index: tomenet-091102.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/tomenet-091102.ebuild,v 1.1 2009/11/03 05:20:15 mr_bones_ Exp $

EAPI=2
inherit games

DESCRIPTION="A MMORPG based on the works of J.R.R. Tolkien"
HOMEPAGE="http://www.tomenet.net/"
SRC_URI="http://angband.oook.cz/${PN}-nightly/${PN}-cvs-snapshot-${PV}.tar.bz2"

LICENSE="Moria"
SLOT="0"
KEYWORDS="~x86"
IUSE="X Xaw3d"

DEPEND="sys-libs/ncurses
	X? ( x11-libs/libX11 )
	Xaw3d? ( x11-libs/libXaw )"

S=${WORKDIR}/${PN}/src

src_prepare() {
	sed -i \
		-e '/^CC =/d' \
		makefile \
		|| die "sed failed"
}

src_compile() {
	local GENTOO_DEFINES="-DUSE_GCU "
	local GENTOO_LIBS="-lncurses -lcrypt -lm"

	if use Xaw3d; then
		GENTOO_DEFINES="${GENTOO_DEFINES} -DUSE_XAW"
	elif use X; then
		GENTOO_DEFINES="${GENTOO_DEFINES} -DUSE_X11"
	fi
	if use X; then
		GENTOO_LIBS="${GENTOO_LIBS} -lX11"
	fi
	if use Xaw3d; then
		GENTOO_LIBS="${GENTOO_LIBS} -lXaw"
	fi
	emake CFLAGS="${CFLAGS} ${GENTOO_DEFINES} -Iserver -Iserver/lua" \
		LIBS="${GENTOO_LIBS}" tomenet \
		|| die "emake failed"
}

src_install() {
	dogamesbin ${PN} || die "dogamesbin failed"
	dodoc ../{ChangeLog,TomeNET-Guide.txt,changes.txt}
	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst
	elog "To start playing right away:"
	elog "$ tomenet europe.tomenet.net"
}






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

only message in thread, other threads:[~2009-11-03  5:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03  5:20 [gentoo-commits] gentoo-x86 commit in games-roguelike/tomenet: ChangeLog tomenet-091102.ebuild 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