summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 17:28:55 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 17:28:55 +0000
commit63ae930f6dc3aa825a8bbfb7ba05e6b24c0c6dce (patch)
tree12ca8df8f16a56f2c546a6bcf3c8588acfb35e97 /media-video/griffith
parentpython_mod_optimize is ROOT aware. (diff)
downloadgentoo-2-63ae930f6dc3aa825a8bbfb7ba05e6b24c0c6dce.tar.gz
gentoo-2-63ae930f6dc3aa825a8bbfb7ba05e6b24c0c6dce.tar.bz2
gentoo-2-63ae930f6dc3aa825a8bbfb7ba05e6b24c0c6dce.zip
python_mod_{cleanup,optimize} is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-video/griffith')
-rw-r--r--media-video/griffith/ChangeLog5
-rw-r--r--media-video/griffith/griffith-0.9.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog
index 19406f73fbfa..3b27620dc486 100644
--- a/media-video/griffith/ChangeLog
+++ b/media-video/griffith/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/griffith
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.21 2008/05/04 14:11:19 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.22 2008/05/29 17:28:55 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> griffith-0.9.5.ebuild:
+ python_mod_{cleanup,optimize} is ROOT aware.
04 May 2008; Samuli Suominen <drac@gentoo.org> griffith-0.9.5.ebuild:
Use berlios mirrors:// wrt #218657
diff --git a/media-video/griffith/griffith-0.9.5.ebuild b/media-video/griffith/griffith-0.9.5.ebuild
index e992d679fb9b..b28c77ac114b 100644
--- a/media-video/griffith/griffith-0.9.5.ebuild
+++ b/media-video/griffith/griffith-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.7 2008/05/04 14:11:19 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.8 2008/05/29 17:28:55 hawking Exp $
inherit python
@@ -58,9 +58,9 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize "${ROOT}usr/share/${PN}/lib"
+ python_mod_optimize /usr/share/${PN}/lib
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
+ python_mod_cleanup /usr/share/${PN}/lib
}