Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/euler: euler-1.61.0.ebuild ChangeLog
Date: Mon, 07 Jan 2008 23:44:39
Message-Id: E1JC1dz-0002xN-HC@stork.gentoo.org
1 bicatali 08/01/07 23:44:35
2
3 Modified: euler-1.61.0.ebuild ChangeLog
4 Log:
5 Changed default browser from netscape to xdg-open, now installs docs in standard Gentoo directories. Also added pkgconfig in DEPEND, closing bug #204782.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.7 sci-mathematics/euler/euler-1.61.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild?r1=1.6&r2=1.7
14
15 Index: euler-1.61.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- euler-1.61.0.ebuild 13 Jul 2007 05:28:09 -0000 1.6
22 +++ euler-1.61.0.ebuild 7 Jan 2008 23:44:34 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.6 2007/07/13 05:28:09 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.7 2008/01/07 23:44:34 bicatali Exp $
29
30 inherit autotools eutils
31
32 @@ -11,7 +11,12 @@
33 SLOT="0"
34 KEYWORDS="amd64 ppc -sparc x86"
35 IUSE=""
36 -DEPEND=">=x11-libs/gtk+-2"
37 +
38 +DEPEND=">=x11-libs/gtk+-2
39 + dev-util/pkgconfig"
40 +
41 +RDEPEND=">=x11-libs/gtk+-2
42 + x11-misc/xdg-utils"
43
44 src_unpack() {
45 unpack ${A}
46 @@ -19,13 +24,19 @@
47
48 epatch "${FILESDIR}"/configure-gentoo.patch
49 epatch "${FILESDIR}"/command-gcc4-gentoo.patch
50 - epatch "${FILESDIR}"/euler-glibc-2.4-gentoo.patch
51 + epatch "${FILESDIR}"/${PN}-glibc-2.4-gentoo.patch
52 + epatch "${FILESDIR}"/${PN}-xdg.patch
53 + # gentoo specific stuff
54 + sed -i -e '/COPYING/d' -e '/INSTALL/d' Makefile.am
55 + sed -i \
56 + -e "s:doc/euler:doc/${PF}:g" \
57 + Makefile.am docs/Makefile.am \
58 + docs/*/Makefile.am docs/*/images/Makefile.am \
59 + src/main.c \
60 + || die "sed for docs failed"
61 eautoreconf
62 -
63 - sed -e 's:g77:g77 gfortran:g' -i ./configure || \
64 - die "Failed to patch configure"
65 }
66
67 src_install() {
68 - make DESTDIR="${D}" install || die "install failed"
69 + emake DESTDIR="${D}" install || die "emake install failed"
70 }
71
72
73
74 1.16 sci-mathematics/euler/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/ChangeLog?rev=1.16&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/ChangeLog?rev=1.16&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/euler/ChangeLog?r1=1.15&r2=1.16
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v
83 retrieving revision 1.15
84 retrieving revision 1.16
85 diff -u -r1.15 -r1.16
86 --- ChangeLog 25 Jul 2007 17:40:26 -0000 1.15
87 +++ ChangeLog 7 Jan 2008 23:44:34 -0000 1.16
88 @@ -1,6 +1,12 @@
89 # ChangeLog for sci-mathematics/euler
90 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.15 2007/07/25 17:40:26 drac Exp $
92 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.16 2008/01/07 23:44:34 bicatali Exp $
94 +
95 + 07 Jan 2008; Sébastien Fabbro <bicatali@g.o>
96 + +files/euler-xdg.patch, euler-1.61.0.ebuild:
97 + Changed default browser from netscape to xdg-open, now installs docs in
98 + standard Gentoo directories. Also added pkgconfig in DEPEND, closing bug
99 + #204782.
100
101 25 Jul 2007; Samuli Suominen <drac@g.o> -euler-1.60.6-r1.ebuild:
102 Prune unused version, GTK+-1.2 deprecation.
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list