* [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.67-r1.ebuild
@ 2010-12-20 3:41 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-12-20 3:41 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/12/20 03:41:10
Modified: ChangeLog
Added: outerspace-0.5.67-r1.ebuild
Log:
rev bump (changed upstream tarball) - bug #349149
(Portage version: 2.1.9.24/cvs/Linux i686)
Revision Changes Path
1.16 games-strategy/outerspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 22 Oct 2010 14:16:56 -0000 1.15
+++ ChangeLog 20 Dec 2010 03:41:10 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for games-strategy/outerspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.15 2010/10/22 14:16:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.16 2010/12/20 03:41:10 mr_bones_ Exp $
+
+*outerspace-0.5.67-r1 (20 Dec 2010)
+
+ 20 Dec 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ +outerspace-0.5.67-r1.ebuild:
+ rev bump (changed upstream tarball) - bug #349149
22 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
outerspace-0.5.67.ebuild:
1.1 games-strategy/outerspace/outerspace-0.5.67-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?rev=1.1&content-type=text/plain
Index: outerspace-0.5.67-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v 1.1 2010/12/20 03:41:10 mr_bones_ Exp $
EAPI=2
PYTHON_DEPEND="2"
inherit eutils python games
MY_PN=${PN/outerspace/Outer Space}
DESCRIPTION="on-line strategy game taking place in the dangerous universe"
HOMEPAGE="http://www.ospace.net/"
SRC_URI="mirror://sourceforge/ospace/Client/${PV}/Outer%20Space-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/pygame-1.7"
S=${WORKDIR}/${MY_PN}-${PV}
src_prepare() {
sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
-e "s:python:$(PYTHON -a):" \
"${FILESDIR}"/${PN} > ${PN} \
|| die "sed failed"
}
src_install() {
insinto "$(games_get_libdir)"/${PN}
doins -r osc.py lib libsrvr || die "doins lib failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r res || die "doins data failed"
dogamesbin ${PN} || die "dogamesbin failed"
newicon res/icon48.png ${PN}.png
make_desktop_entry ${PN} "${MY_PN}"
prepgamesdirs
}
pkg_setup() {
python_set_active_version 2
games_pkg_setup
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.67-r1.ebuild
@ 2011-01-20 13:33 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-20 13:33 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/20 13:33:13
Modified: ChangeLog outerspace-0.5.67-r1.ebuild
Log:
Stable on amd64 wrt bug #352157
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Revision Changes Path
1.17 games-strategy/outerspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 20 Dec 2010 03:41:10 -0000 1.16
+++ ChangeLog 20 Jan 2011 13:33:13 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/outerspace
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.16 2010/12/20 03:41:10 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.17 2011/01/20 13:33:13 hwoarang Exp $
+
+ 20 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+ outerspace-0.5.67-r1.ebuild:
+ Stable on amd64 wrt bug #352157
*outerspace-0.5.67-r1 (20 Dec 2010)
1.2 games-strategy/outerspace/outerspace-0.5.67-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?r1=1.1&r2=1.2
Index: outerspace-0.5.67-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- outerspace-0.5.67-r1.ebuild 20 Dec 2010 03:41:10 -0000 1.1
+++ outerspace-0.5.67-r1.ebuild 20 Jan 2011 13:33:13 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v 1.1 2010/12/20 03:41:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v 1.2 2011/01/20 13:33:13 hwoarang Exp $
EAPI=2
PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/pygame-1.7"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.67-r1.ebuild
@ 2011-01-30 18:14 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-30 18:14 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/01/30 18:14:46
Modified: ChangeLog outerspace-0.5.67-r1.ebuild
Log:
x86 stable wrt bug #352157
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.18 games-strategy/outerspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 20 Jan 2011 13:33:13 -0000 1.17
+++ ChangeLog 30 Jan 2011 18:14:46 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/outerspace
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.17 2011/01/20 13:33:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.18 2011/01/30 18:14:46 phajdan.jr Exp $
+
+ 30 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ outerspace-0.5.67-r1.ebuild:
+ x86 stable wrt bug #352157
20 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
outerspace-0.5.67-r1.ebuild:
1.3 games-strategy/outerspace/outerspace-0.5.67-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild?r1=1.2&r2=1.3
Index: outerspace-0.5.67-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- outerspace-0.5.67-r1.ebuild 20 Jan 2011 13:33:13 -0000 1.2
+++ outerspace-0.5.67-r1.ebuild 30 Jan 2011 18:14:46 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v 1.2 2011/01/20 13:33:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67-r1.ebuild,v 1.3 2011/01/30 18:14:46 phajdan.jr Exp $
EAPI=2
PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-python/pygame-1.7"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.67-r1.ebuild
@ 2014-03-21 3:44 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-03-21 3:44 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/03/21 03:44:46
Modified: ChangeLog
Removed: outerspace-0.5.67-r1.ebuild
Log:
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.22 games-strategy/outerspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/outerspace/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 24 Dec 2013 12:48:20 -0000 1.21
+++ ChangeLog 21 Mar 2014 03:44:45 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/outerspace
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.21 2013/12/24 12:48:20 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.22 2014/03/21 03:44:45 mr_bones_ Exp $
+
+ 21 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ -outerspace-0.5.67-r1.ebuild:
+ old
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> outerspace-0.5.68.ebuild:
Stable for x86, wrt bug #490656
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-21 3:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21 3:44 [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.67-r1.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2011-01-30 18:14 PaweA Hajdan (phajdan.jr)
2011-01-20 13:33 Markos Chandras (hwoarang)
2010-12-20 3:41 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