* [gentoo-commits] gentoo-x86 commit in games-puzzle/monsterz: ChangeLog monsterz-0.7.1-r3.ebuild
@ 2013-08-26 23:35 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-08-26 23:35 UTC (permalink / raw
To: gentoo-commits
hasufell 13/08/26 23:35:12
Modified: ChangeLog
Added: monsterz-0.7.1-r3.ebuild
Log:
fix python handling wrt #482578
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.30 games-puzzle/monsterz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 19 Sep 2012 02:01:24 -0000 1.29
+++ ChangeLog 26 Aug 2013 23:35:11 -0000 1.30
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/monsterz
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.29 2012/09/19 02:01:24 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.30 2013/08/26 23:35:11 hasufell Exp $
+
+*monsterz-0.7.1-r3 (26 Aug 2013)
+
+ 26 Aug 2013; Julian Ospald <hasufell@gentoo.org> +monsterz-0.7.1-r3.ebuild:
+ fix python handling wrt #482578
19 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> monsterz-0.7.1-r2.ebuild:
any mod support will do
1.1 games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?rev=1.1&content-type=text/plain
Index: monsterz-0.7.1-r3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.1 2013/08/26 23:35:12 hasufell Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
inherit eutils games python-r1
DESCRIPTION="a little puzzle game, similar to the famous Bejeweled or Zookeeper"
HOMEPAGE="http://sam.zoy.org/projects/monsterz/"
SRC_URI="http://sam.zoy.org/projects/monsterz/${P}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/pygame[${PYTHON_USEDEP}]
media-libs/sdl-image[png]
media-libs/sdl-mixer[mod]"
DEPEND="${RDEPEND}"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-64bit.patch \
"${FILESDIR}"/${P}-blit.patch
sed -i \
-e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
monsterz.py || die "sed failed"
rm Makefile || die
}
src_install() {
insinto "${GAMES_DATADIR}"/${PN}
doins -r graphics sound
newgamesbin monsterz.py ${PN}
newicon graphics/icon.png ${PN}.png
make_desktop_entry ${PN} Monsterz
dodoc README AUTHORS TODO
python_replicate_script "${ED%/}${GAMES_BINDIR}"/monsterz
prepgamesdirs
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/monsterz: ChangeLog monsterz-0.7.1-r3.ebuild
@ 2013-10-21 12:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-21 12:53 UTC (permalink / raw
To: gentoo-commits
jer 13/10/21 12:53:03
Modified: ChangeLog monsterz-0.7.1-r3.ebuild
Log:
Stable for HPPA (bug #488840).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.33 games-puzzle/monsterz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 28 Aug 2013 17:48:13 -0000 1.32
+++ ChangeLog 21 Oct 2013 12:53:03 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/monsterz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.32 2013/08/28 17:48:13 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.33 2013/10/21 12:53:03 jer Exp $
+
+ 21 Oct 2013; Jeroen Roovers <jer@gentoo.org> monsterz-0.7.1-r3.ebuild:
+ Stable for HPPA (bug #488840).
28 Aug 2013; Julian Ospald <hasufell@gentoo.org> monsterz-0.7.1-r2.ebuild,
monsterz-0.7.1-r3.ebuild:
1.4 games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?r1=1.3&r2=1.4
Index: monsterz-0.7.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- monsterz-0.7.1-r3.ebuild 28 Aug 2013 17:48:12 -0000 1.3
+++ monsterz-0.7.1-r3.ebuild 21 Oct 2013 12:53:03 -0000 1.4
@@ -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-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.3 2013/08/28 17:48:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.4 2013/10/21 12:53:03 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -12,7 +12,7 @@
LICENSE="GPL-1+ LGPL-2+ WTFPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/monsterz: ChangeLog monsterz-0.7.1-r3.ebuild
@ 2013-10-24 15:00 Tony Vroon (chainsaw)
0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2013-10-24 15:00 UTC (permalink / raw
To: gentoo-commits
chainsaw 13/10/24 15:00:58
Modified: ChangeLog monsterz-0.7.1-r3.ebuild
Log:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #488840.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path
1.34 games-puzzle/monsterz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 21 Oct 2013 12:53:03 -0000 1.33
+++ ChangeLog 24 Oct 2013 15:00:57 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/monsterz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.33 2013/10/21 12:53:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.34 2013/10/24 15:00:57 chainsaw Exp $
+
+ 24 Oct 2013; Tony Vroon <chainsaw@gentoo.org> monsterz-0.7.1-r3.ebuild:
+ Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
+ Lazkani in bug #488840.
21 Oct 2013; Jeroen Roovers <jer@gentoo.org> monsterz-0.7.1-r3.ebuild:
Stable for HPPA (bug #488840).
1.5 games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild?r1=1.4&r2=1.5
Index: monsterz-0.7.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- monsterz-0.7.1-r3.ebuild 21 Oct 2013 12:53:03 -0000 1.4
+++ monsterz-0.7.1-r3.ebuild 24 Oct 2013 15:00:57 -0000 1.5
@@ -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-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.4 2013/10/21 12:53:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.5 2013/10/24 15:00:57 chainsaw Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -12,7 +12,7 @@
LICENSE="GPL-1+ LGPL-2+ WTFPL-2"
SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-24 15:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24 15:00 [gentoo-commits] gentoo-x86 commit in games-puzzle/monsterz: ChangeLog monsterz-0.7.1-r3.ebuild Tony Vroon (chainsaw)
-- strict thread matches above, loose matches on Subject: below --
2013-10-21 12:53 Jeroen Roovers (jer)
2013-08-26 23:35 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