From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ndw3w-0006o1-Q8 for garchives@archives.gentoo.org; Sun, 07 Feb 2010 01:35:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E85E07B8; Sun, 7 Feb 2010 01:35:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03BABE07B8 for ; Sun, 7 Feb 2010 01:35:46 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 908C11B4059 for ; Sun, 7 Feb 2010 01:35:45 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Ndw3t-0002AQ-4t for gentoo-commits@lists.gentoo.org; Sun, 07 Feb 2010 01:35:45 +0000 From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/aria: aria-2.2_p2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: aria-2.2_p2.ebuild X-VCS-Directories: sci-chemistry/aria X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: Sender: Arfrever Frehtes Taifersar Arahesis Date: Sun, 07 Feb 2010 01:35:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 77d80033-f26a-421c-b2bf-b5537be7080c X-Archives-Hash: e4dd7cc6fbe37b3145892e262de42cd7 arfrever 10/02/07 01:35:45 Modified: aria-2.2_p2.ebuild Log: Call python_mod_optimize() and python_mod_cleanup(). (Portage version: 15325-svn/cvs/Linux x86_64) Revision Changes Path 1.3 sci-chemistry/aria/aria-2.2_p2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria= /aria-2.2_p2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria= /aria-2.2_p2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/aria= /aria-2.2_p2.ebuild?r1=3D1.2&r2=3D1.3 Index: aria-2.2_p2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aria-2.2_p2.ebuild 7 Feb 2010 01:28:53 -0000 1.2 +++ aria-2.2_p2.ebuild 7 Feb 2010 01:35:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild= ,v 1.2 2010/02/07 01:28:53 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.2_p2.ebuild= ,v 1.3 2010/02/07 01:35:44 arfrever Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2" @@ -89,3 +89,11 @@ =20 dodoc README || die } + +pkg_postinst() { + python_mod_optimize ${PN} +} + +pkg_postrm() { + python_mod_cleanup ${PN} +}