public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog
Date: Fri, 06 Nov 2009 20:43:52 +0000	[thread overview]
Message-ID: <E1N6Vey-0002YU-AY@stork.gentoo.org> (raw)

mr_bones_    09/11/06 20:43:52

  Modified:             xshipwars-2.5.5.ebuild ChangeLog
  Log:
  EAPI=2; update HOMEPAGE
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-action/xshipwars/xshipwars-2.5.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild?r1=1.9&r2=1.10

Index: xshipwars-2.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xshipwars-2.5.5.ebuild	4 Nov 2009 17:12:52 -0000	1.9
+++ xshipwars-2.5.5.ebuild	6 Nov 2009 20:43:51 -0000	1.10
@@ -1,12 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.9 2009/11/04 17:12:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.10 2009/11/06 20:43:51 mr_bones_ Exp $
 
-inherit toolchain-funcs eutils games
+EAPI=2
+inherit eutils games
 
 MY_P=xsw-${PV}
 DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed for network play"
-HOMEPAGE="http://wolfpack.twu.net/ShipWars/XShipWars/"
+HOMEPAGE="http://wolfsinger.com/~wolfpack/XShipWars/"
 SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2
 	http://wolfpack.twu.net/users/wolfpack/xsw-data-${PV}.tar.bz2
 	http://wolfpack.twu.net/users/wolfpack/stimages-1.11.1.tar.bz2
@@ -26,11 +27,10 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-build.patch
-	epatch "${WORKDIR}"/${P}-64bit.patch
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-build.patch \
+		"${WORKDIR}"/${P}-64bit.patch
 	sed -i \
 		-e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \
 		-e "/^DATADIR/s:=.*:=${GAMES_DATADIR}:" \
@@ -40,6 +40,10 @@
 		client/xsw.h || die "sed on xsw.h failed"
 }
 
+src_configure() {
+	:
+}
+
 src_compile() {
 	local myconf=" \
 		--disable-arch-i486 \



1.24                 games-action/xshipwars/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xshipwars/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 Nov 2009 17:12:53 -0000	1.23
+++ ChangeLog	6 Nov 2009 20:43:51 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/xshipwars
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.23 2009/11/04 17:12:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.24 2009/11/06 20:43:51 mr_bones_ Exp $
+
+  06 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  xshipwars-2.5.5.ebuild:
+  EAPI=2; update HOMEPAGE
 
   04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
   xshipwars-2.5.5.ebuild:






             reply	other threads:[~2009-11-06 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 20:43 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-11-04 17:12 [gentoo-commits] gentoo-x86 commit in games-action/xshipwars: xshipwars-2.5.5.ebuild ChangeLog Michael Sterrett (mr_bones_)
2008-11-30  8:01 Alfredo Tupone (tupone)
2008-03-07 23:57 Chris Gianelloni (wolf31o2)
2008-03-06  3:51 Chris Gianelloni (wolf31o2)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N6Vey-0002YU-AY@stork.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox