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-mud/tf: tf-50_beta8-r1.ebuild ChangeLog
Date: Sun, 27 May 2012 21:10:08
Message-Id: 20120527210958.7EACD2004B@flycatcher.gentoo.org
1 mr_bones_ 12/05/27 21:09:58
2
3 Modified: tf-50_beta8-r1.ebuild ChangeLog
4 Log:
5 add patch to work around libpcre changes submitted by Robert Varga via bug #409779
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-mud/tf/tf-50_beta8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: tf-50_beta8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- tf-50_beta8-r1.ebuild 1 Oct 2011 03:19:26 -0000 1.2
23 +++ tf-50_beta8-r1.ebuild 27 May 2012 21:09:58 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild,v 1.2 2011/10/01 03:19:26 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild,v 1.3 2012/05/27 21:09:58 mr_bones_ Exp $
30 EAPI=2
31
32 inherit games
33 @@ -26,7 +26,7 @@
34
35 S=${WORKDIR}/${MY_P}
36
37 -PATCHES=( "${DISTDIR}"/tf-all*patch.txt )
38 +PATCHES=( "${DISTDIR}"/tf-all*patch.txt "${FILESDIR}"/${P}-pcre.patch )
39
40 src_configure() {
41 STRIP=: egamesconf \
42
43
44
45 1.24 games-mud/tf/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/ChangeLog?rev=1.24&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/ChangeLog?rev=1.24&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/ChangeLog?r1=1.23&r2=1.24
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v
54 retrieving revision 1.23
55 retrieving revision 1.24
56 diff -u -r1.23 -r1.24
57 --- ChangeLog 1 Oct 2011 03:19:26 -0000 1.23
58 +++ ChangeLog 27 May 2012 21:09:58 -0000 1.24
59 @@ -1,6 +1,11 @@
60 # ChangeLog for games-mud/tf
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v 1.23 2011/10/01 03:19:26 phajdan.jr Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v 1.24 2012/05/27 21:09:58 mr_bones_ Exp $
65 +
66 + 27 May 2012; Michael Sterrett <mr_bones_@g.o> tf-50_beta8-r1.ebuild,
67 + +files/tf-50_beta8-pcre.patch:
68 + add patch to work around libpcre changes submitted by Robert Varga via bug
69 + #409779
70
71 01 Oct 2011; Pawel Hajdan jr <phajdan.jr@g.o> tf-50_beta8-r1.ebuild:
72 x86 stable wrt bug #381735