* [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.6.0.0.ebuild ChangeLog
@ 2014-06-04 21:15 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-06-04 21:15 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/06/04 21:15:32
Modified: ChangeLog
Added: asc-2.6.0.0.ebuild
Log:
version bump (bug #512344)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.44 games-strategy/asc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 30 Oct 2012 15:07:24 -0000 1.43
+++ ChangeLog 4 Jun 2014 21:15:32 -0000 1.44
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/asc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.43 2012/10/30 15:07:24 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.44 2014/06/04 21:15:32 mr_bones_ Exp $
+
+*asc-2.6.0.0 (04 Jun 2014)
+
+ 04 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> +asc-2.6.0.0.ebuild:
+ version bump (bug #512344)
30 Oct 2012; Tupone Alfredo <tupone@gentoo.org> asc-2.5.0.0.ebuild,
+files/asc-2.5.0.0-gcc47.patch:
@@ -203,4 +208,3 @@
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
-
1.1 games-strategy/asc/asc-2.6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.1&content-type=text/plain
Index: asc-2.6.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.1 2014/06/04 21:15:32 mr_bones_ Exp $
EAPI=5
WX_GTK_VER=2.8
inherit eutils toolchain-funcs flag-o-matic wxwidgets games
DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series"
HOMEPAGE="http://www.asc-hq.org/"
SRC_URI="mirror://sourceforge/asc-hq/${P}.tar.bz2
http://www.asc-hq.org/music/frontiers.ogg
http://www.asc-hq.org/music/time_to_strike.ogg
http://www.asc-hq.org/music/machine_wars.ogg"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-arch/bzip2
media-libs/libsdl[video]
media-libs/libpng
media-libs/sdl-image[gif,jpeg,png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-sound
dev-libs/boost
dev-games/physfs
media-libs/xvid
dev-libs/expat
media-libs/freetype
dev-lang/lua
x11-libs/wxGTK:2.8[X]
dev-libs/libsigc++:1.2"
DEPEND="${RDEPEND}
dev-lang/perl
virtual/pkgconfig
app-arch/zip"
src_unpack() {
local f
unpack ${P}.tar.bz2
for f in ${A}
do
case ${f} in
*ogg)
cp "${DISTDIR}/${f}" "${S}/data/music" || die
;;
esac
done
}
src_configure() {
# Added --disable-paraguitest for bugs 26402 and 4488
# Added --disable-paragui for bug 61154 since it's not really used much
# and the case is well documented at http://www.asc-hq.org/
if [[ $(gcc-major-version) -eq 4 ]] ; then
replace-flags -O3 -O2
fi
egamesconf \
--disable-paraguitest \
--disable-paragui \
--datadir="${GAMES_DATADIR_BASE}"
}
src_install() {
default
dohtml -r doc/*
prepgamesdirs
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.6.0.0.ebuild ChangeLog
@ 2015-02-07 4:46 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-07 4:46 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/02/07 04:46:18
Modified: asc-2.6.0.0.ebuild ChangeLog
Log:
LICENSE update
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 games-strategy/asc/asc-2.6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?r1=1.1&r2=1.2
Index: asc-2.6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asc-2.6.0.0.ebuild 4 Jun 2014 21:15:32 -0000 1.1
+++ asc-2.6.0.0.ebuild 7 Feb 2015 04:46:18 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.1 2014/06/04 21:15:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.2 2015/02/07 04:46:18 mr_bones_ Exp $
EAPI=5
WX_GTK_VER=2.8
@@ -13,7 +13,7 @@
http://www.asc-hq.org/music/time_to_strike.ogg
http://www.asc-hq.org/music/machine_wars.ogg"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -29,7 +29,7 @@
media-libs/xvid
dev-libs/expat
media-libs/freetype
- dev-lang/lua
+ dev-lang/lua:0
x11-libs/wxGTK:2.8[X]
dev-libs/libsigc++:1.2"
1.45 games-strategy/asc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 4 Jun 2014 21:15:32 -0000 1.44
+++ ChangeLog 7 Feb 2015 04:46:18 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/asc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.44 2014/06/04 21:15:32 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.45 2015/02/07 04:46:18 mr_bones_ Exp $
+
+ 07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> asc-2.6.0.0.ebuild:
+ LICENSE update
*asc-2.6.0.0 (04 Jun 2014)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.6.0.0.ebuild ChangeLog
@ 2015-02-07 13:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-07 13:30 UTC (permalink / raw
To: gentoo-commits
ago 15/02/07 13:30:03
Modified: asc-2.6.0.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #539184
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 games-strategy/asc/asc-2.6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?r1=1.2&r2=1.3
Index: asc-2.6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asc-2.6.0.0.ebuild 7 Feb 2015 04:46:18 -0000 1.2
+++ asc-2.6.0.0.ebuild 7 Feb 2015 13:30:03 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.2 2015/02/07 04:46:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.3 2015/02/07 13:30:03 ago Exp $
EAPI=5
WX_GTK_VER=2.8
@@ -15,7 +15,7 @@
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="app-arch/bzip2
1.46 games-strategy/asc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 7 Feb 2015 04:46:18 -0000 1.45
+++ ChangeLog 7 Feb 2015 13:30:03 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/asc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.45 2015/02/07 04:46:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.46 2015/02/07 13:30:03 ago Exp $
+
+ 07 Feb 2015; Agostino Sarubbo <ago@gentoo.org> asc-2.6.0.0.ebuild:
+ Stable for amd64, wrt bug #539184
07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> asc-2.6.0.0.ebuild:
LICENSE update
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.6.0.0.ebuild ChangeLog
@ 2015-02-10 10:10 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-10 10:10 UTC (permalink / raw
To: gentoo-commits
ago 15/02/10 10:10:57
Modified: asc-2.6.0.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #539184
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 games-strategy/asc/asc-2.6.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild?r1=1.3&r2=1.4
Index: asc-2.6.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asc-2.6.0.0.ebuild 7 Feb 2015 13:30:03 -0000 1.3
+++ asc-2.6.0.0.ebuild 10 Feb 2015 10:10:57 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.3 2015/02/07 13:30:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.6.0.0.ebuild,v 1.4 2015/02/10 10:10:57 ago Exp $
EAPI=5
WX_GTK_VER=2.8
@@ -15,7 +15,7 @@
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="app-arch/bzip2
1.47 games-strategy/asc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 7 Feb 2015 13:30:03 -0000 1.46
+++ ChangeLog 10 Feb 2015 10:10:57 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/asc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.46 2015/02/07 13:30:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.47 2015/02/10 10:10:57 ago Exp $
+
+ 10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> asc-2.6.0.0.ebuild:
+ Stable for x86, wrt bug #539184
07 Feb 2015; Agostino Sarubbo <ago@gentoo.org> asc-2.6.0.0.ebuild:
Stable for amd64, wrt bug #539184
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-10 10:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-07 13:30 [gentoo-commits] gentoo-x86 commit in games-strategy/asc: asc-2.6.0.0.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-02-10 10:10 Agostino Sarubbo (ago)
2015-02-07 4:46 Michael Sterrett (mr_bones_)
2014-06-04 21:15 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