* [gentoo-commits] gentoo-x86 commit in games-strategy/boswars: ChangeLog boswars-2.7-r1.ebuild
@ 2013-07-29 21:28 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-07-29 21:28 UTC (permalink / raw
To: gentoo-commits
hasufell 13/07/29 21:28:56
Modified: ChangeLog
Added: boswars-2.7-r1.ebuild
Log:
fix broken png images wrt #475764
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.22 games-strategy/boswars/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 24 Jun 2013 16:11:50 -0000 1.21
+++ ChangeLog 29 Jul 2013 21:28:56 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/boswars
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.21 2013/06/24 16:11:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.22 2013/07/29 21:28:56 hasufell Exp $
+
+*boswars-2.7-r1 (29 Jul 2013)
+
+ 29 Jul 2013; Julian Ospald <hasufell@gentoo.org> +boswars-2.7-r1.ebuild:
+ fix broken png images wrt #475764
*boswars-2.7 (24 Jun 2013)
1.1 games-strategy/boswars/boswars-2.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild?rev=1.1&content-type=text/plain
Index: boswars-2.7-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild,v 1.1 2013/07/29 21:28:56 hasufell Exp $
EAPI=5
inherit eutils scons-utils games
DESCRIPTION="Futuristic real-time strategy game"
HOMEPAGE="http://www.boswars.org/"
SRC_URI="http://www.boswars.org/dist/releases/${P}-src.tar.gz
http://dev.gentoo.org/~hasufell/distfiles/${P}-fixed-images-for-libpng-1.6.tar.xz
mirror://gentoo/bos.png"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-lang/lua
media-libs/libsdl[audio,video]
media-libs/libpng:0
media-libs/libvorbis
media-libs/libtheora
media-libs/libogg
virtual/opengl
x11-libs/libX11"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}-src
src_unpack() {
default
# bug 475764
cp -dRp ${P}-fixed-images-for-libpng-1.6/* ${P}-src/ \
|| die "copying fixed images failed!"
}
src_prepare() {
rm -f doc/{README-SDL.txt,guichan-copyright.txt}
epatch \
"${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-scons-blows.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
engine/include/stratagus.h \
|| die
sed -i \
-e "/-O2/s:-O2.*math:${CXXFLAGS} -Wall:" \
SConstruct \
|| die
}
src_compile() {
escons || die
}
src_install() {
newgamesbin build/${PN}-release ${PN}
insinto "${GAMES_DATADIR}"/${PN}
doins -r campaigns graphics intro languages maps patches scripts sounds units
newicon "${DISTDIR}"/bos.png ${PN}.png
make_desktop_entry ${PN} "Bos Wars"
# COPYRIGHT.txt is referenced by the html
dodoc CHANGELOG COPYRIGHT.txt README.txt
dohtml -r doc/*
prepgamesdirs
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/boswars: ChangeLog boswars-2.7-r1.ebuild
@ 2013-11-13 11:14 Tony Vroon (chainsaw)
0 siblings, 0 replies; 2+ messages in thread
From: Tony Vroon (chainsaw) @ 2013-11-13 11:14 UTC (permalink / raw
To: gentoo-commits
chainsaw 13/11/13 11:14:33
Modified: ChangeLog boswars-2.7-r1.ebuild
Log:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #490710.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path
1.24 games-strategy/boswars/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 11 Aug 2013 01:42:24 -0000 1.23
+++ ChangeLog 13 Nov 2013 11:14:33 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/boswars
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.23 2013/08/11 01:42:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.24 2013/11/13 11:14:33 chainsaw Exp $
+
+ 13 Nov 2013; Tony Vroon <chainsaw@gentoo.org> boswars-2.7-r1.ebuild:
+ Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
+ Lazkani in bug #490710.
11 Aug 2013; Michael Sterrett <mr_bones_@gentoo.org> -boswars-2.7.ebuild:
old
1.2 games-strategy/boswars/boswars-2.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild?r1=1.1&r2=1.2
Index: boswars-2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boswars-2.7-r1.ebuild 29 Jul 2013 21:28:56 -0000 1.1
+++ boswars-2.7-r1.ebuild 13 Nov 2013 11:14:33 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild,v 1.1 2013/07/29 21:28:56 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7-r1.ebuild,v 1.2 2013/11/13 11:14:33 chainsaw Exp $
EAPI=5
inherit eutils scons-utils games
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-lang/lua
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-13 11:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 11:14 [gentoo-commits] gentoo-x86 commit in games-strategy/boswars: ChangeLog boswars-2.7-r1.ebuild Tony Vroon (chainsaw)
-- strict thread matches above, loose matches on Subject: below --
2013-07-29 21:28 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox