Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/outerspace: ChangeLog outerspace-0.5.66.ebuild
Date: Tue, 27 Nov 2007 05:03:00
Message-Id: E1Iwsaw-00067g-L3@stork.gentoo.org
1 mr_bones_ 07/11/27 05:02:50
2
3 Modified: ChangeLog
4 Added: outerspace-0.5.66.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.10 games-strategy/outerspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 12 Aug 2007 00:27:49 -0000 1.9
23 +++ ChangeLog 27 Nov 2007 05:02:50 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-strategy/outerspace
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.9 2007/08/12 00:27:49 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.10 2007/11/27 05:02:50 mr_bones_ Exp $
29 +
30 +*outerspace-0.5.66 (27 Nov 2007)
31 +
32 + 27 Nov 2007; Michael Sterrett <mr_bones_@g.o>
33 + +outerspace-0.5.66.ebuild:
34 + version bump
35
36 *outerspace-0.5.65 (12 Aug 2007)
37
38
39
40
41 1.1 games-strategy/outerspace/outerspace-0.5.66.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild?rev=1.1&content-type=text/plain
45
46 Index: outerspace-0.5.66.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild,v 1.1 2007/11/27 05:02:50 mr_bones_ Exp $
51
52 inherit eutils games
53
54 MY_PN=${PN/outerspace/OuterSpace}
55 MY_P=${MY_PN}-${PV}
56 DESCRIPTION="on-line strategy game taking place in the dangerous universe"
57 HOMEPAGE="http://www.ospace.net/"
58 SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-python/pygame-1.7
66 >=dev-lang/python-2.4"
67
68 S=${WORKDIR}/${MY_P}
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
74 -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
75 "${FILESDIR}"/${PN} > ${PN} \
76 || die "sed failed"
77 }
78
79 src_install() {
80 insinto "$(games_get_libdir)"/${PN}
81 doins -r osc.py lib libsrvr || die "doins lib failed"
82 insinto "${GAMES_DATADIR}"/${PN}
83 doins -r res || die "doins data failed"
84 dogamesbin ${PN} || die "dogamesbin failed"
85 newicon res/icon32.png ${PN}.png
86 make_desktop_entry ${PN} ${MY_PN}
87 prepgamesdirs
88 }
89
90
91
92 --
93 gentoo-commits@g.o mailing list