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-mathematics/num-utils: num-utils-0.5.ebuild num-utils-0.3.ebuild
Date: Thu, 24 Jun 2010 13:05:33
Message-Id: 20100624130530.3A3A22CF47@corvid.gentoo.org
1 jlec 10/06/24 13:05:30
2
3 Modified: num-utils-0.5.ebuild num-utils-0.3.ebuild
4 Log:
5 QA resorting ebuild, moving to EAPI=3
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sci-mathematics/num-utils/num-utils-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild?r1=1.6&r2=1.7
14
15 Index: num-utils-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- num-utils-0.5.ebuild 24 Jun 2010 13:00:56 -0000 1.6
22 +++ num-utils-0.5.ebuild 24 Jun 2010 13:05:29 -0000 1.7
23 @@ -1,22 +1,24 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.6 2010/06/24 13:00:56 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.7 2010/06/24 13:05:29 jlec Exp $
28
29 -IUSE=""
30 +EAPI="3"
31
32 DESCRIPTION="A set of programs for dealing with numbers from the command line"
33 SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz"
34 HOMEPAGE="http://suso.suso.org/programs/num-utils/"
35 -LICENSE="GPL-2"
36 -DEPEND=""
37 -RDEPEND="dev-lang/perl"
38
39 +LICENSE="GPL-2"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86 ~ppc"
42 +IUSE=""
43
44 -RDEPEND="!<sci-chemistry/gromacs-4"
45 +DEPEND=""
46 +RDEPEND="
47 + dev-lang/perl
48 + !<sci-chemistry/gromacs-4"
49
50 -src_compile() {
51 +src_prepare() {
52 # bug #248324
53 mv normalize nnormalize || die
54 sed -i \
55 @@ -25,11 +27,10 @@
56 -e '/^DOCS/s/MANIFEST//' \
57 -e 's/normalize/nnormalize/' \
58 Makefile || die "sed Makefile failed"
59 - emake || die "emake failed"
60 }
61
62 src_install () {
63 - emake ROOT="${D}" install || die "emake install failed"
64 + emake ROOT="${ED}" install || die "emake install failed"
65 }
66
67 pkg_postinst() {
68
69
70
71 1.4 sci-mathematics/num-utils/num-utils-0.3.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild?rev=1.4&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild?rev=1.4&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild?r1=1.3&r2=1.4
76
77 Index: num-utils-0.3.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild,v
80 retrieving revision 1.3
81 retrieving revision 1.4
82 diff -u -r1.3 -r1.4
83 --- num-utils-0.3.ebuild 24 Jun 2010 13:00:56 -0000 1.3
84 +++ num-utils-0.3.ebuild 24 Jun 2010 13:05:30 -0000 1.4
85 @@ -1,26 +1,26 @@
86 # Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild,v 1.3 2010/06/24 13:00:56 jlec Exp $
89 -
90 -IUSE=""
91 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.3.ebuild,v 1.4 2010/06/24 13:05:30 jlec Exp $
92
93 DESCRIPTION="A set of programs for dealing with numbers from the command line"
94 SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz"
95 HOMEPAGE="http://suso.suso.org/programs/num-utils/"
96 -LICENSE="GPL-2"
97 -DEPEND=""
98 -RDEPEND="dev-lang/perl"
99
100 +LICENSE="GPL-2"
101 SLOT="0"
102 KEYWORDS="x86"
103 +IUSE=""
104
105 -RDEPEND="!<sci-chemistry/gromacs-4"
106 +DEPEND=""
107 +RDEPEND="
108 + dev-lang/perl
109 + !<sci-chemistry/gromacs-4"
110
111 src_compile() {
112 emake || die
113 }
114
115 src_install () {
116 - make ROOT=${D} install || die
117 - dodoc CHANGELOG COPYING GOALS LICENSE MANIFEST README VERSION WARNING
118 + make ROOT="${D}" install || die
119 + dodoc CHANGELOG COPYING GOALS MANIFEST README VERSION WARNING
120 }