Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xpa: xpa-2.1.8.ebuild
Date: Fri, 28 Nov 2008 10:03:17
Message-Id: E1L60Bt-0006RH-K6@stork.gentoo.org
1 bicatali 08/11/28 10:03:13
2
3 Modified: xpa-2.1.8.ebuild
4 Log:
5 Moved patch to mirror
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.3 x11-libs/xpa/xpa-2.1.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/xpa-2.1.8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/xpa-2.1.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xpa/xpa-2.1.8.ebuild?r1=1.2&r2=1.3
14
15 Index: xpa-2.1.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xpa/xpa-2.1.8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xpa-2.1.8.ebuild 7 Nov 2008 14:41:40 -0000 1.2
22 +++ xpa-2.1.8.ebuild 28 Nov 2008 10:03:13 -0000 1.3
23 @@ -1,13 +1,14 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpa/xpa-2.1.8.ebuild,v 1.2 2008/11/07 14:41:40 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpa/xpa-2.1.8.ebuild,v 1.3 2008/11/28 10:03:13 bicatali Exp $
28
29 EAPI=2
30 inherit eutils autotools
31
32 DESCRIPTION="Messaging system providing communication between programs"
33 HOMEPAGE="http://hea-www.harvard.edu/RD/xpa"
34 -SRC_URI="http://hea-www.harvard.edu/saord/download/${PN}/${P}.tar.gz"
35 +SRC_URI="http://hea-www.harvard.edu/saord/download/${PN}/${P}.tar.gz
36 + mirror://gentoo/${P}-ds9-5.4.patch.bz2"
37
38 LICENSE="LGPL-2.1"
39 SLOT="0"
40 @@ -19,7 +20,7 @@
41 DEPEND="${RDEPEND}"
42
43 src_prepare() {
44 - epatch "${FILESDIR}"/${P}-ds9-5.4.patch
45 + epatch "${WORKDIR}"/${P}-ds9-5.4.patch
46 epatch "${FILESDIR}"/${P}-makefile.patch
47 eautoconf
48 }