Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/mcl: mcl-0.53.00.ebuild ChangeLog
Date: Sun, 30 Nov 2008 08:05:46
Message-Id: E1L6hJI-0005St-Iu@stork.gentoo.org
1 tupone 08/11/30 08:05:44
2
3 Modified: mcl-0.53.00.ebuild ChangeLog
4 Log:
5 Moved a big file from FILESDIR to mirror. Bug #248975
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.18 games-mud/mcl/mcl-0.53.00.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild?r1=1.17&r2=1.18
14
15 Index: mcl-0.53.00.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- mcl-0.53.00.ebuild 22 Jan 2008 05:35:50 -0000 1.17
22 +++ mcl-0.53.00.ebuild 30 Nov 2008 08:05:44 -0000 1.18
23 @@ -1,12 +1,13 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.17 2008/01/22 05:35:50 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.18 2008/11/30 08:05:44 tupone Exp $
28
29 inherit eutils games
30
31 DESCRIPTION="A console MUD client scriptable in Perl and Python"
32 HOMEPAGE="http://www.andreasen.org/mcl/"
33 -SRC_URI="http://www.andreasen.org/mcl/dist/${P}-src.tar.gz"
34 +SRC_URI="http://www.andreasen.org/mcl/dist/${P}-src.tar.gz
35 + mirror://gentoo/${P}-inputlines.patch.gz"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 @@ -26,7 +27,7 @@
40 "${FILESDIR}"/${P}-gcc34.patch \
41 "${FILESDIR}"/${PV}-dynacomplete.patch \
42 "${FILESDIR}"/${P}-libdir.patch \
43 - "${FILESDIR}"/${P}-inputlines.patch \
44 + "${WORKDIR}"/${P}-inputlines.patch \
45 "${FILESDIR}"/${P}-gcc42.patch
46
47 sed -i \
48
49
50
51 1.18 games-mud/mcl/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/mcl/ChangeLog?rev=1.18&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/mcl/ChangeLog?rev=1.18&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/mcl/ChangeLog?r1=1.17&r2=1.18
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-mud/mcl/ChangeLog,v
60 retrieving revision 1.17
61 retrieving revision 1.18
62 diff -u -r1.17 -r1.18
63 --- ChangeLog 22 Jan 2008 05:35:50 -0000 1.17
64 +++ ChangeLog 30 Nov 2008 08:05:44 -0000 1.18
65 @@ -1,6 +1,11 @@
66 # ChangeLog for games-mud/mcl
67 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/ChangeLog,v 1.17 2008/01/22 05:35:50 nyhm Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/ChangeLog,v 1.18 2008/11/30 08:05:44 tupone Exp $
70 +
71 + 30 Nov 2008; Tupone Alfredo <tupone@g.o>
72 + -files/mcl-0.53.00-inputlines.patch, mcl-0.53.00.ebuild:
73 + Moved a big file from FILESDIR to mirror. Bug #248975 by
74 + <flameeyes@g.o>
75
76 22 Jan 2008; Tristan Heaven <nyhm@g.o>
77 +files/mcl-0.53.00-gcc42.patch, mcl-0.53.00.ebuild: