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/moldy: ChangeLog moldy-2.16e.ebuild
Date: Wed, 17 Feb 2010 21:15:25
Message-Id: E1NhrEw-0007ZW-Pb@stork.gentoo.org
1 jlec 10/02/17 21:15:22
2
3 Modified: ChangeLog moldy-2.16e.ebuild
4 Log:
5 import prefix changes from the overlay, moved to EAPI=3
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 sci-chemistry/moldy/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 23 Sep 2009 19:55:35 -0000 1.15
22 +++ ChangeLog 17 Feb 2010 21:15:22 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-chemistry/moldy
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.15 2009/09/23 19:55:35 patrick Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.16 2010/02/17 21:15:22 jlec Exp $
29 +
30 + 17 Feb 2010; Justin Lecher (jlec) <jlec@g.o> moldy-2.16e.ebuild:
31 + import prefix changes from the overlay, moved to EAPI=3
32
33 23 Sep 2009; Patrick Lauer <patrick@g.o> moldy-2.16e.ebuild:
34 Remove virtual/libc
35
36
37
38 1.11 sci-chemistry/moldy/moldy-2.16e.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild?r1=1.10&r2=1.11
43
44 Index: moldy-2.16e.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- moldy-2.16e.ebuild 23 Sep 2009 19:55:35 -0000 1.10
51 +++ moldy-2.16e.ebuild 17 Feb 2010 21:15:22 -0000 1.11
52 @@ -1,6 +1,8 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.10 2009/09/23 19:55:35 patrick Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.11 2010/02/17 21:15:22 jlec Exp $
58 +
59 +EAPI="3"
60
61 IUSE=""
62
63 @@ -12,11 +14,11 @@
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="x86 ~amd64"
68 +KEYWORDS="x86 ~amd64 ~x86-linux ~ppc-macos"
69
70 DEPEND="virtual/latex-base"
71
72 -src_compile() {
73 +src_configure() {
74 #Individuals may want to edit the OPT* variables below.
75 #From the READ.ME:
76 #You may need to "hand-tune" compiler or optimization options,
77 @@ -29,10 +31,12 @@
78 #and may be set to a lower level of optimization than OPT2.
79
80 OPT=${CFLAGS} OPT2=${CFLAGS} \
81 - ./configure --prefix=/usr \
82 + ./configure --prefix="${EPREFIX}"/usr \
83 --host=${CHOST} \
84 || die
85 +}
86
87 +src_compile() {
88 emake || die
89 # To prevent sandbox violations by metafont
90 VARTEXFONTS="${T}"/fonts make moldy.pdf || die
91 @@ -40,7 +44,7 @@
92
93 src_install() {
94 dodir /usr/bin
95 - make prefix="${D}"/usr install || die
96 + make prefix="${ED}"/usr install || die
97 rm Makefile.in configure.in config.h.in
98 insinto /usr/share/${PN}/examples/
99 doins *.in *.out control.*