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-puzzle/pathological: pathological-1.1.3-r2.ebuild
Date: Thu, 26 Jun 2008 03:29:35
Message-Id: E1KBiAs-0006Yt-2x@stork.gentoo.org
1 mr_bones_ 08/06/26 03:29:30
2
3 Modified: pathological-1.1.3-r2.ebuild
4 Log:
5 call epatch once
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 games-puzzle/pathological/pathological-1.1.3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild?r1=1.7&r2=1.8
14
15 Index: pathological-1.1.3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- pathological-1.1.3-r2.ebuild 25 Jun 2008 18:56:36 -0000 1.7
22 +++ pathological-1.1.3-r2.ebuild 26 Jun 2008 03:29:29 -0000 1.8
23 @@ -1,6 +1,6 @@
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-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.7 2008/06/25 18:56:36 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.8 2008/06/26 03:29:29 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -21,8 +21,9 @@
32 cd "${S}"
33 unpack ./${PN}.6.gz
34
35 - epatch "${FILESDIR}"/${P}-build.patch
36 - epatch "${FILESDIR}"/${P}-music-py.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-build.patch \
39 + "${FILESDIR}"/${P}-music-py.patch
40
41 if use doc ; then
42 sed -i \
43
44
45
46 --
47 gentoo-commits@l.g.o mailing list