Gentoo Archives: gentoo-commits

From: "Richard Freeman (rich0)" <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/eternal-lands: ChangeLog eternal-lands-1.8.0.ebuild
Date: Sun, 30 Aug 2009 15:17:24
Message-Id: E1Mhqyf-00017Z-RI@stork.gentoo.org
1 rich0 09/08/30 20:26:17
2
3 Modified: ChangeLog eternal-lands-1.8.0.ebuild
4 Log:
5 Switch to non-CVS distribution - 282498 - no revbump
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.49 games-rpg/eternal-lands/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/eternal-lands/ChangeLog?rev=1.49&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/eternal-lands/ChangeLog?rev=1.49&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/eternal-lands/ChangeLog?r1=1.48&r2=1.49
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v
18 retrieving revision 1.48
19 retrieving revision 1.49
20 diff -u -r1.48 -r1.49
21 --- ChangeLog 29 Jan 2009 04:27:07 -0000 1.48
22 +++ ChangeLog 30 Aug 2009 20:26:17 -0000 1.49
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-rpg/eternal-lands
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.48 2009/01/29 04:27:07 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.49 2009/08/30 20:26:17 rich0 Exp $
28 +
29 + 30 Aug 2009; Richard Freeman <rich0@g.o>
30 + eternal-lands-1.8.0.ebuild:
31 + Switch to non-CVS distribution - 282498 - no revbump
32
33 26 Jan 2009; Michael Sterrett <mr_bones_@g.o>
34 eternal-lands-1.8.0.ebuild:
35
36
37
38 1.4 games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild?r1=1.3&r2=1.4
43
44 Index: eternal-lands-1.8.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- eternal-lands-1.8.0.ebuild 29 Jan 2009 04:27:07 -0000 1.3
51 +++ eternal-lands-1.8.0.ebuild 30 Aug 2009 20:26:17 -0000 1.4
52 @@ -1,13 +1,15 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild,v 1.3 2009/01/29 04:27:07 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.8.0.ebuild,v 1.4 2009/08/30 20:26:17 rich0 Exp $
57
58 EAPI=2
59 -inherit cvs eutils flag-o-matic games
60 +inherit eutils flag-o-matic games
61
62 DESCRIPTION="An online MMORPG written in C and SDL"
63 HOMEPAGE="http://www.eternal-lands.com"
64 -SRC_URI="mirror://gentoo/eternal-lands.png"
65 +SRC_URI="mirror://gentoo/elc_1.8.0.tar.bz2
66 + mirror://gentoo/eternal-lands.png"
67 +
68
69 LICENSE="eternal_lands"
70 SLOT="0"
71 @@ -37,21 +39,24 @@
72 doc? ( app-doc/doxygen
73 media-gfx/graphviz )"
74
75 -ECVS_SERVER="cvs.elc.berlios.de:/cvsroot/elc"
76 -ECVS_MODULE="elc"
77 -ECVS_USER="anonymous"
78 +#ECVS_SERVER="cvs.elc.berlios.de:/cvsroot/elc"
79 +#ECVS_MODULE="elc"
80 +#ECVS_USER="anonymous"
81 #ECVS_LOCALNAME="elc"
82 -ECVS_PASS=""
83 -ECVS_CVS_OPTIONS="-dP -z3"
84 -ECVS_BRANCH="elc_1_8_0"
85 +#ECVS_PASS=""
86 +#ECVS_CVS_OPTIONS="-dP -z3"
87 +#ECVS_BRANCH="elc_1_8_0"
88
89 -S="${WORKDIR}/${ECVS_MODULE}"
90 +#S="${WORKDIR}/${ECVS_MODULE}"
91 +S="${WORKDIR}/elc"
92
93 src_unpack() {
94 - cvs_src_unpack
95 +# cvs_src_unpack
96 OPTIONS="-DDATA_DIR="\\\\\"${GAMES_DATADIR}/${PN}/\\\\\"""
97 S_CLIENT="${WORKDIR}/elc"
98 BROWSER="firefox"
99 + unpack ${A}
100 + cd "${S}"
101 }
102
103 src_prepare() {
104 @@ -79,11 +84,6 @@
105 -e 's/^CFLAGS=.*/& -DBSD/' \
106 Makefile.linux || die "sed failed"
107
108 - # Gah (anybody know why this is here?)
109 -# sed -i \
110 -# -e 's/CXX=g++/CXX=gcc/' \
111 -# Makefile.linux || die "sed failed"
112 -
113 # Finally, update the server
114 sed -i -e '/#server_address =/ s/.*/#server_address = game.eternal-lands.com/' \
115 el.ini || die "sed failed"