Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/lightspeed: ChangeLog lightspeed-1.2a-r1.ebuild
Date: Thu, 02 Dec 2010 20:09:58
Message-Id: 20101202200948.36C4620054@flycatcher.gentoo.org
1 jlec 10/12/02 20:09:48
2
3 Modified: ChangeLog lightspeed-1.2a-r1.ebuild
4 Log:
5 Reintroduced eautoreconf to avoid maintainer mode, 339739
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sci-physics/lightspeed/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lightspeed/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lightspeed/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lightspeed/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 9 Sep 2009 21:38:48 -0000 1.14
23 +++ ChangeLog 2 Dec 2010 20:09:48 -0000 1.15
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-physics/lightspeed
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.14 2009/09/09 21:38:48 bicatali Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/ChangeLog,v 1.15 2010/12/02 20:09:48 jlec Exp $
30 +
31 + 02 Dec 2010; Justin Lecher <jlec@g.o> lightspeed-1.2a-r1.ebuild:
32 + Reintroduced eautoreconf to avoid maintainer mode, 339739
33
34 09 Sep 2009; Sébastien Fabbro <bicatali@g.o>
35 lightspeed-1.2a-r1.ebuild:
36
37
38
39 1.10 sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild?r1=1.9&r2=1.10
44
45 Index: lightspeed-1.2a-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- lightspeed-1.2a-r1.ebuild 9 Sep 2009 21:38:48 -0000 1.9
52 +++ lightspeed-1.2a-r1.ebuild 2 Dec 2010 20:09:48 -0000 1.10
53 @@ -1,14 +1,16 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.9 2009/09/09 21:38:48 bicatali Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.10 2010/12/02 20:09:48 jlec Exp $
59
60 EAPI=2
61 -inherit eutils
62 +
63 +inherit autotools eutils
64
65 DEB_PATCH="${PN}_${PV}-7"
66 DESCRIPTION="OpenGL interactive relativistic simulator"
67 HOMEPAGE="http://lightspeed.sourceforge.net/"
68 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
69 +SRC_URI="
70 + mirror://sourceforge/${PN}/${P}.tar.gz
71 mirror://sourceforge/${PN}/objects-1.tar.gz
72 mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_PATCH}.diff.gz"
73
74 @@ -37,6 +39,7 @@
75
76 src_prepare() {
77 epatch "${WORKDIR}/${DEB_PATCH}.diff"
78 + eautoreconf
79 }
80
81 src_configure() {