public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/wormux: ChangeLog wormux-0.8.3.ebuild
@ 2009-03-13 21:56 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-03-13 21:56 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/03/13 21:56:28

  Modified:             ChangeLog
  Added:                wormux-0.8.3.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.30                 games-strategy/wormux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	4 Feb 2009 03:14:25 -0000	1.29
+++ ChangeLog	13 Mar 2009 21:56:28 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/wormux
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.29 2009/02/04 03:14:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.30 2009/03/13 21:56:28 mr_bones_ Exp $
+
+*wormux-0.8.3 (13 Mar 2009)
+
+  13 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> +wormux-0.8.3.ebuild:
+  version bump
 
   04 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> wormux-0.8.2.ebuild:
   patch for fribidi which is missing fribidi-config in later versions from



1.1                  games-strategy/wormux/wormux-0.8.3.ebuild

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

Index: wormux-0.8.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild,v 1.1 2009/03/13 21:56:28 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games

DESCRIPTION="A free Worms clone"
HOMEPAGE="http://www.wormux.org/"
SRC_URI="http://download.gna.org/wormux/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug nls unicode"

RDEPEND="media-libs/libsdl
	media-libs/sdl-image[png]
	media-libs/sdl-mixer[vorbis]
	media-libs/sdl-ttf
	media-libs/sdl-net
	media-libs/sdl-gfx
	media-libs/libpng
	net-misc/curl
	media-fonts/dejavu
	>=dev-cpp/libxmlpp-2.6
	nls? ( virtual/libintl )
	unicode? ( dev-libs/fribidi )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( sys-devel/gettext )"

src_prepare() {
	sed -i \
		-e "/AX_CFLAGS_WARN_ALL/d" \
		-e "s/-Werror//g" \
		configure.ac \
		|| die "sed failed"
	sed -i \
		-e "/xdg/d" \
		-e "/pixmaps/d" \
		data/Makefile.am \
		|| die "sed failed"
	eautoreconf
}

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--with-localedir-name=/usr/share/locale \
		--with-datadir-name="${GAMES_DATADIR}/${PN}" \
		--with-font-path=/usr/share/fonts/dejavu/DejaVuSans.ttf \
		$(use_enable debug) \
		$(use_enable nls) \
		$(use_enable unicode fribidi)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog README TODO
	newicon data/wormux.svg wormux.svg
	make_desktop_entry wormux Wormux
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/wormux: ChangeLog wormux-0.8.3.ebuild
@ 2009-05-13 18:49 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-05-13 18:49 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/13 18:49:23

  Modified:             ChangeLog wormux-0.8.3.ebuild
  Log:
  amd64/x86 stable, bug #268535
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 games-strategy/wormux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	13 Mar 2009 21:56:28 -0000	1.30
+++ ChangeLog	13 May 2009 18:49:23 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wormux
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.30 2009/03/13 21:56:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.31 2009/05/13 18:49:23 maekke Exp $
+
+  13 May 2009; Markus Meier <maekke@gentoo.org> wormux-0.8.3.ebuild:
+  amd64/x86 stable, bug #268535
 
 *wormux-0.8.3 (13 Mar 2009)
 



1.2                  games-strategy/wormux/wormux-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild?r1=1.1&r2=1.2

Index: wormux-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wormux-0.8.3.ebuild	13 Mar 2009 21:56:28 -0000	1.1
+++ wormux-0.8.3.ebuild	13 May 2009 18:49:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild,v 1.1 2009/03/13 21:56:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.3.ebuild,v 1.2 2009/05/13 18:49:23 maekke Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug nls unicode"
 
 RDEPEND="media-libs/libsdl






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

end of thread, other threads:[~2009-05-13 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 18:49 [gentoo-commits] gentoo-x86 commit in games-strategy/wormux: ChangeLog wormux-0.8.3.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-13 21:56 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