Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/mathgl: ChangeLog mathgl-1.10.2.1-r1.ebuild
Date: Tue, 31 Aug 2010 14:45:14
Message-Id: 20100831144504.7CCEB20051@flycatcher.gentoo.org
1 grozin 10/08/31 14:45:04
2
3 Modified: ChangeLog mathgl-1.10.2.1-r1.ebuild
4 Log:
5 Fixed #335158
6
7 (Portage version: 2.2_rc72/cvs/Linux i686)
8
9 Revision Changes Path
10 1.17 sci-libs/mathgl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 1 Jul 2010 10:09:36 -0000 1.16
23 +++ ChangeLog 31 Aug 2010 14:45:04 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/mathgl
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.16 2010/07/01 10:09:36 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.17 2010/08/31 14:45:04 grozin Exp $
29 +
30 + 31 Aug 2010; Andrey Grozin <grozin@g.o> mathgl-1.10.2.1-r1.ebuild:
31 + Fixed #335158
32
33 01 Jul 2010; Justin Lecher <jlec@g.o> mathgl-1.10.1-r1.ebuild,
34 mathgl-1.10.2-r1.ebuild, mathgl-1.10.2.1-r1.ebuild:
35
36
37
38 1.3 sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: mathgl-1.10.2.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- mathgl-1.10.2.1-r1.ebuild 1 Jul 2010 10:09:36 -0000 1.2
51 +++ mathgl-1.10.2.1-r1.ebuild 31 Aug 2010 14:45:04 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v 1.2 2010/07/01 10:09:36 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v 1.3 2010/08/31 14:45:04 grozin Exp $
57
58 EAPI=3
59
60 @@ -138,5 +138,8 @@
61 pkg uninstall ${PN}
62 EOF
63 fi
64 +}
65 +
66 +pkg_postrm() {
67 use python && python_mod_cleanup ${PN}.py
68 }