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-chemistry/mead: mead-2.2.7-r1.ebuild ChangeLog mead-2.2.7.ebuild
Date: Mon, 19 Apr 2010 17:49:34
Message-Id: 20100419174924.1AF812C04B@corvid.gentoo.org
1 jlec 10/04/19 17:49:23
2
3 Modified: ChangeLog mead-2.2.7.ebuild
4 Added: mead-2.2.7-r1.ebuild
5 Log:
6 resepect LDFLAGS, #316059
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sci-chemistry/mead/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mead/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 19 Apr 2010 07:02:20 -0000 1.7
23 +++ ChangeLog 19 Apr 2010 17:49:23 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sci-chemistry/mead
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/ChangeLog,v 1.7 2010/04/19 07:02:20 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/ChangeLog,v 1.8 2010/04/19 17:49:23 jlec Exp $
29 +
30 +*mead-2.2.7-r1 (19 Apr 2010)
31 +
32 + 19 Apr 2010; Justin Lecher <jlec@g.o> mead-2.2.7.ebuild,
33 + +mead-2.2.7-r1.ebuild, +files/mead-2.2.7-respect-flags.patch,
34 + -files/respect-cflags.patch:
35 + respect LDFLAGS, #316059
36
37 19 Apr 2010; Justin Lecher <jlec@g.o> -mead-2.2.5.ebuild,
38 mead-2.2.7.ebuild:
39
40
41
42 1.3 sci-chemistry/mead/mead-2.2.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild?r1=1.2&r2=1.3
47
48 Index: mead-2.2.7.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- mead-2.2.7.ebuild 19 Apr 2010 07:02:20 -0000 1.2
55 +++ mead-2.2.7.ebuild 19 Apr 2010 17:49:23 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild,v 1.2 2010/04/19 07:02:20 jlec Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.7.ebuild,v 1.3 2010/04/19 17:49:23 jlec Exp $
61
62 inherit eutils
63
64 @@ -27,7 +27,7 @@
65 unpack ${A}
66 cd "${S}"
67
68 - epatch "${FILESDIR}"/${P}-respect-cflags.patch
69 + epatch "${FILESDIR}"/${P}-respect-flags.patch
70 epatch "${FILESDIR}"/${P}-gcc43.patch
71 }
72
73
74
75
76 1.1 sci-chemistry/mead/mead-2.2.7-r1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/mead-2.2.7-r1.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mead/mead-2.2.7-r1.ebuild?rev=1.1&content-type=text/plain
80
81 Index: mead-2.2.7-r1.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mead/mead-2.2.7-r1.ebuild,v 1.1 2010/04/19 17:49:23 jlec Exp $
86
87 inherit eutils
88
89 DESCRIPTION="Macroscopic Electrostatics with Atomic Detail"
90 HOMEPAGE="http://www.teokem.lu.se/~ulf/Methods/mead.html"
91 SRC_URI="ftp://ftp.scripps.edu/pub/bashford/${P}.tar.gz"
92
93 LICENSE="GPL-2"
94 SLOT="0"
95 KEYWORDS="~x86"
96
97 IUSE="python"
98
99 RESTRICT="fetch"
100
101 pkg_nofetch() {
102 elog "Download ${SRC_URI}"
103 elog "and place it in ${DISTDIR}."
104 elog
105 elog "Use \"anonymous\" as a login, and an email address as a password."
106 }
107
108 src_unpack() {
109 unpack ${A}
110 cd "${S}"
111
112 epatch "${FILESDIR}"/${P}-respect-flags.patch
113 epatch "${FILESDIR}"/${P}-gcc43.patch
114 }
115
116 src_compile() {
117 econf \
118 ${conf_opts} \
119 || die "configure failed"
120 emake || die "make failed"
121 }
122
123 src_install() {
124 # package hates emake DESTDIR="${D}" install
125 einstall || die "install failed"
126 }