summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2007-05-06 16:50:48 +0000
committerHanno Böck <hanno@gentoo.org>2007-05-06 16:50:48 +0000
commita2c87c39abeca3e3f9c53863ae3a5f3443f2461c (patch)
tree1a37122b6714d21a311e4883827d06dbd09f2964 /media-gfx/gimp/gimp-9999.ebuild
parentppc stable, bug #170747 (diff)
downloadgentoo-2-a2c87c39abeca3e3f9c53863ae3a5f3443f2461c.tar.gz
gentoo-2-a2c87c39abeca3e3f9c53863ae3a5f3443f2461c.tar.bz2
gentoo-2-a2c87c39abeca3e3f9c53863ae3a5f3443f2461c.zip
add python_mod_optimize/cleanup to gimp
(Portage version: 2.1.2.6)
Diffstat (limited to 'media-gfx/gimp/gimp-9999.ebuild')
-rw-r--r--media-gfx/gimp/gimp-9999.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index 3c3185206a18..f4db68737cff 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.11 2007/04/30 21:53:08 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.12 2007/05/06 16:50:48 hanno Exp $
-inherit subversion fdo-mime flag-o-matic
+inherit subversion fdo-mime flag-o-matic multilib python
ESVN_REPO_URI="http://svn.gnome.org/svn/gimp/trunk/"
@@ -112,9 +112,14 @@ pkg_postinst() {
elog
elog "If you want Postscript file support, emerge ghostscript."
elog
+
+ python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
+ /usr/$(get_libdir)/gimp/2.0/plug-ins
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
+ python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
+ /usr/$(get_libdir)/gimp/2.0/plug-ins
}