summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-19 17:27:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-19 17:27:52 +0000
commit41a630bf93f8e9efa3b333f6de15958089e592f4 (patch)
tree708db78d60ea0a8899b72bf50c1be9def9f6056f /games-action/bzflag
parentNo longer rely on existance of /lib/librc.so to check for openrc as this is k... (diff)
downloadhistorical-41a630bf93f8e9efa3b333f6de15958089e592f4.tar.gz
historical-41a630bf93f8e9efa3b333f6de15958089e592f4.tar.bz2
historical-41a630bf93f8e9efa3b333f6de15958089e592f4.zip
EAPI=2; add use-based dep; tidy
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-action/bzflag')
-rw-r--r--games-action/bzflag/ChangeLog7
-rw-r--r--games-action/bzflag/Manifest4
-rw-r--r--games-action/bzflag/bzflag-2.0.12.ebuild21
3 files changed, 15 insertions, 17 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog
index dd71b0d4ea38..f4dde5eedf14 100644
--- a/games-action/bzflag/ChangeLog
+++ b/games-action/bzflag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/bzflag
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.39 2008/09/21 13:51:22 ranger Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.40 2009/01/19 17:27:52 mr_bones_ Exp $
+
+ 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
+ EAPI=2; add use-based dep; tidy
21 Sep 2008; Brent Baude <ranger@gentoo.org> bzflag-2.0.12.ebuild:
stable ppc, bug 238056
diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index 6bdbfaf009ac..008b1109d840 100644
--- a/games-action/bzflag/Manifest
+++ b/games-action/bzflag/Manifest
@@ -1,4 +1,4 @@
DIST bzflag-2.0.12.tar.bz2 11397403 RMD160 d7e808e1ff24d5e98dbe4f6fac26691b36d2da56 SHA1 846e5cc2d94f9be2aac5960469c56d5ba9f4f565 SHA256 e6c9edc128e481f73572c4648e919036c6bc484c1a63f9cdd9740118f39d689a
-EBUILD bzflag-2.0.12.ebuild 1812 RMD160 ede2c2d9cec46262f9bf9992bc7d05ca8ba31e64 SHA1 a4120827481de9169c482739a7c8c2b1e119bdcd SHA256 7f4473a2dcbb51010415c4182418419f30f22272ac67c60a158532dab7220d35
-MISC ChangeLog 7173 RMD160 c9bcb296b8b0c0eabe35ce09501b758fd273e4df SHA1 6ac04a0960701a63e58529630583520def870d2e SHA256 2217d33567a93a2a1b8653107b5d2bd9a7fb3f0b8a6a8792aecdbf636b393937
+EBUILD bzflag-2.0.12.ebuild 1586 RMD160 1d931681700674e4bc723f27249cc2207f616672 SHA1 ac9fbc7fe9fe41afbacbbacdfb2d95931ca2b67b SHA256 fd8e64c516fb1c502212babf5e200a1ce6a1475ffe4416a68ff335eb32f9da7d
+MISC ChangeLog 7288 RMD160 4462b6c421ef21f7630278b6580b7b05272941a0 SHA1 21c166bd8b11134c9570f0cc36dfd87fd02c36e9 SHA256 e1ce9aac5f17cada1676eceaab716afcc0ceffb2128100ce68d5426069f24e13
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/bzflag/bzflag-2.0.12.ebuild b/games-action/bzflag/bzflag-2.0.12.ebuild
index fd42d519973d..e116594e0e3e 100644
--- a/games-action/bzflag/bzflag-2.0.12.ebuild
+++ b/games-action/bzflag/bzflag-2.0.12.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.5 2008/09/21 13:51:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.6 2009/01/19 17:27:52 mr_bones_ Exp $
+EAPI=2
inherit eutils flag-o-matic games
DESCRIPTION="3D tank combat simulator game"
@@ -28,7 +29,7 @@ UIDEPEND="virtual/opengl
x11-libs/libXt
x11-libs/libXxf86vm"
-DEPEND=">=net-misc/curl-7.15.0
+DEPEND=">=net-misc/curl-7.15.0[ares]
sys-libs/ncurses
net-dns/c-ares
sdl? ( ${UIDEPEND} )
@@ -37,15 +38,10 @@ DEPEND=">=net-misc/curl-7.15.0
pkg_setup() {
# Only do the libsdl checks for !dedicated - bug #107792
use dedicated || GAMES_USE_SDL="nojoystick"
- if ! built_with_use net-misc/curl ares; then
- ewarn "net-misc/curl is not built with c-ares support"
- ewarn "To avoid undesired glitch during play consider"
- ewarn "emerging net-misc/curl with USE=\"ares\"."
- fi
games_pkg_setup
}
-src_compile() {
+src_configure() {
local myconf
if use dedicated && ! use sdl ; then
@@ -59,16 +55,15 @@ src_compile() {
--without-regex \
${myconf} \
|| die "egamesconf failed"
- emake || die "emake failed"
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS TODO ChangeLog BUGS PORTING DEVINFO NEWS README* RELNOTES
if use sdl || ! use dedicated ; then
- doicon "data/bzflag-48x48.png"
- make_desktop_entry ${PN} "BZFlag" ${PN}-48x48
+ newicon "data/bzflag-48x48.png" ${PN}.png
+ make_desktop_entry ${PN} "BZFlag"
fi
prepgamesdirs