Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/aria: aria-2.2_p2.ebuild
Date: Sun, 07 Feb 2010 01:35:48
Message-Id: E1Ndw3t-0002AQ-4t@stork.gentoo.org
1 arfrever 10/02/07 01:35:45
2
3 Modified: aria-2.2_p2.ebuild
4 Log:
5 Call python_mod_optimize() and python_mod_cleanup().
6 (Portage version: 15325-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-chemistry/aria/aria-2.2_p2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild?r1=1.2&r2=1.3
14
15 Index: aria-2.2_p2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- aria-2.2_p2.ebuild 7 Feb 2010 01:28:53 -0000 1.2
22 +++ aria-2.2_p2.ebuild 7 Feb 2010 01:35:44 -0000 1.3
23 @@ -1,6 +1,6 @@
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-chemistry/aria/aria-2.2_p2.ebuild,v 1.2 2010/02/07 01:28:53 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v 1.3 2010/02/07 01:35:44 arfrever Exp $
28
29 EAPI="3"
30 PYTHON_DEPEND="2"
31 @@ -89,3 +89,11 @@
32
33 dodoc README || die
34 }
35 +
36 +pkg_postinst() {
37 + python_mod_optimize ${PN}
38 +}
39 +
40 +pkg_postrm() {
41 + python_mod_cleanup ${PN}
42 +}