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/num-utils: num-utils-0.5.ebuild ChangeLog
Date: Sat, 28 Mar 2009 19:29:01
Message-Id: E1LneDC-0004mq-GB@stork.gentoo.org
1 bicatali 09/03/28 19:28:58
2
3 Modified: num-utils-0.5.ebuild ChangeLog
4 Log:
5 Renamed normalize to nnormalize, bug #248324
6 (Portage version: 2.2_rc27/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sci-mathematics/num-utils/num-utils-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild?r1=1.3&r2=1.4
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.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- num-utils-0.5.ebuild 17 Jun 2008 09:17:49 -0000 1.3
22 +++ num-utils-0.5.ebuild 28 Mar 2009 19:28:58 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.3 2008/06/17 09:17:49 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.4 2009/03/28 19:28:58 bicatali Exp $
29
30 IUSE=""
31
32 @@ -15,15 +15,22 @@
33 KEYWORDS="~amd64 ~x86 ~ppc"
34
35 src_compile() {
36 + # bug #248324
37 + mv normalize nnormalize || die
38 sed -i \
39 -e 's/^RPMDIR/#RPMDIR/' \
40 -e 's/COPYING//' \
41 -e '/^DOCS/s/MANIFEST//' \
42 + -e 's/normalize/nnormalize/' \
43 Makefile || die "sed Makefile failed"
44 -
45 emake || die "emake failed"
46 }
47
48 src_install () {
49 emake ROOT="${D}" install || die "emake install failed"
50 }
51 +
52 +pkg_postinst() {
53 + elog "normalize has been renamed nnormalize"
54 +}
55 +
56
57
58
59 1.7 sci-mathematics/num-utils/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/num-utils/ChangeLog?rev=1.7&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/num-utils/ChangeLog?rev=1.7&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/num-utils/ChangeLog?r1=1.6&r2=1.7
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/ChangeLog,v
68 retrieving revision 1.6
69 retrieving revision 1.7
70 diff -u -r1.6 -r1.7
71 --- ChangeLog 17 Jun 2008 09:17:49 -0000 1.6
72 +++ ChangeLog 28 Mar 2009 19:28:58 -0000 1.7
73 @@ -1,6 +1,9 @@
74 # ChangeLog for sci-mathematics/num-utils
75 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/ChangeLog,v 1.6 2008/06/17 09:17:49 bicatali Exp $
77 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/ChangeLog,v 1.7 2009/03/28 19:28:58 bicatali Exp $
79 +
80 + 28 Mar 2009; Sébastien Fabbro <bicatali@g.o> num-utils-0.5.ebuild:
81 + Renamed normalize to nnormalize, bug #248324
82
83 17 Jun 2008; Sébastien Fabbro <bicatali@g.o> num-utils-0.5.ebuild:
84 Added ~amd64 and cleaned-up ebuild