From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E32AA1386E9 for ; Sun, 27 Jan 2013 19:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD3321C0EA; Sun, 27 Jan 2013 19:25:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD4A221C0EA for ; Sun, 27 Jan 2013 19:25:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1CE033DB0A for ; Sun, 27 Jan 2013 19:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C05B5E4092 for ; Sun, 27 Jan 2013 19:25:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1359136807.d2f3790332bbc6cef5dcc4c87ee842825e859fe1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/psychopy/psychopy-1.75.01.ebuild sci-biology/psychopy/psychopy-9999.ebuild X-VCS-Directories: sci-biology/psychopy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d2f3790332bbc6cef5dcc4c87ee842825e859fe1 X-VCS-Branch: master Date: Sun, 27 Jan 2013 19:25:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d8e3972f-dbe9-44dc-812b-978afa4446b0 X-Archives-Hash: f866799eb82eb105757dc6a0587b68f6 commit: d2f3790332bbc6cef5dcc4c87ee842825e859fe1 Author: TheChymera mail ru> AuthorDate: Fri Jan 25 18:00:07 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jan 25 18:00:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2f37903 Inherited gnome2-utils and called cache update from pkg_postrm as well --- sci-biology/psychopy/psychopy-1.75.01.ebuild | 5 ++++- sci-biology/psychopy/psychopy-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sci-biology/psychopy/psychopy-1.75.01.ebuild b/sci-biology/psychopy/psychopy-1.75.01.ebuild index 35adb64..9d6b51d 100644 --- a/sci-biology/psychopy/psychopy-1.75.01.ebuild +++ b/sci-biology/psychopy/psychopy-1.75.01.ebuild @@ -10,7 +10,7 @@ SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" DISTUTILS_SRC_TEST="py.test" -inherit distutils-r1 eutils +inherit distutils-r1 gnome2-utils eutils MY_P="PsychoPy-${PV}" @@ -51,3 +51,6 @@ python_install_all() { pkg_postinst() { gnome2_icon_cache_update } +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild index 4b4e348..88b3393 100644 --- a/sci-biology/psychopy/psychopy-9999.ebuild +++ b/sci-biology/psychopy/psychopy-9999.ebuild @@ -5,7 +5,7 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit eutils distutils-r1 git-2 +inherit eutils gnome2-eutils distutils-r1 git-2 DESCRIPTION="Python experiemntal psychology toolkit" HOMEPAGE="http://www.psychopy.org/" @@ -37,3 +37,6 @@ python_install_all() { pkg_postinst() { gnome2_icon_cache_update } +pkg_postrm() { + gnome2_icon_cache_update +}